Quote:
Originally Posted by felice2011
OK I solved used PZlib v1100 (24/05/16), with this line everything works perfectly in Compr & Decomp..
Code:
[External compressor:pzlib]
header = 0
packcmd = pzlib e -v - -o - <stdin> <stdout>
unpackcmd = pzlib d - -o - <stdin> <stdout>

|
I even mentioned beginning of topic, if you encounter CRC errors or just to make sure CRC stays the same, add -v
Code:
Options:
-t#: Number of threads to use (maximum = 8)
-t#p: (default = 50) Percentage of threads to use
-v: Verification so that restoration keeps CRC the same
-ai: Prints out additional information