View Single Post
  #10  
Old 02-03-2021, 13:17
Ele's Avatar
Ele Ele is offline
Registered User
 
Join Date: Nov 2020
Location: Near Mars
Posts: 93
Thanks: 89
Thanked 96 Times in 37 Posts
Ele is on a distinguished road
Quote:
Originally Posted by biotec2k8 View Post
Very good. Thanks alot.

Now I can understand how unpacking and packing works properly.

It has been written that SREP + LOLZ is a very effective combination. But does the script unpack even if I mix SREP while packing?
>> if I include srep, then I also have to use the cls-srep.exe and a cls-srep.dll and make the appropriate entries in the csl.ini, right?

I can Pack a Drawer with LOLZ an Srep+LOLZ. All Clear. Output Files writing correct.
The next Problem is:

When I run the unpack.bat from lolz, I get a read mapping error. And then Arc breaks off.

When unpacking the srep + lolz file, Arc tells me that it would not recognize the compression.

I think there is an error in the ini file in both menthodes.
To decompress "Srep + Lolz", you can use this as follows.

Code:
CLS.ini

[Srep]
Bufsize=24m
transfer_ReadBufSize=512k
transfer_WriteBufSize=512k
Memory=80%-512m
TempPath={app}

[lolz]
Bufsize=512k
transfer_ReadBufSize=512k
transfer_WriteBufSize=512k
MaxThreadsUsage=75%
MaxMemoryUsage=75%
ldmfTempPath={app}
ldmfMaxMemoryUsage=32m
ldmfDeleteTmp=0

It's common for a ###.bat file to have a decompression error for cle-lolz.dll. This's because cls-lolz_x64.exe creates temp files in the Windows temp directory. Therefore, for whatever reason, it requires the permission of the administrator.

So, run the Unpack.bat file as an administrator, then it will be correct. (tip from @Masquerade)
__________________
- All life is an experiment. The more experiments you make the better. -
Reply With Quote