Quote:
Originally Posted by Carldric Clement
If you problem about your Compressor GUI, like my Mini Compressor, use this if helpful:
Code:
[External compressor:pzlib]
header = 0
unpackcmd = pzlib d $$arcpackedfile$$.tmp -o $$arcdatafile$$.tmp
|
I do not think that's what the problem was too obvious, already I tried to decompress with both lines:
Code:
unpackcmd = pzlib d $$ arcpackedfile $$. tmp -o $$ arcdatafile $$. tmp
&
Code:
unpackcmd = pzlib -d - -o - <stdin> <stdout>
In fact out of curiosity I wanted to try your utility, the same error.
Quote:
Originally Posted by Razor12911
What problems?
|
The problem is always the same, already posted ...
http://www.fileforums.com/showthread...7888&page=3#45
Using the line
"unpackcmd = pzlib -d - -o - <stdin> <stdout>"
&
Using the line
"unpackcmd = pzlib d $$arcpackedfile$$.tmp -o $$arcdatafile$$.tmp"
Personally I think this is one of the best compression projects developed. On my part I have much interest in the excellent level of compression, with a high speed of execution of the packing, compared to the classic precompressor.
My intention was also to integrate the MSK in the latest version, but if errors are generated during decompression of the archive created, I cannot guarantee the complete functionality.
I examine of more to see if there any file or type of files that can generate the error during decompression.