Hi guys !
i hope someone can help me,because im in trouble with pzlib3 hotfix.
I cant decompress the archive using cls_pzlib.dll. It says :
ERROR: archive data corrupted (decompression fails)
The facts :
PZLib 3 hotfix
FreeArc 0.67 (December 12 2012)
@Compression :
Arc.ini :
[External compressor

zlib]
packcmd = pzlib e - -o - <stdin> <stdout>
unpackcmd = pzlib d - -o - <stdin> <stdout>
Command:
d:\Trashcan\ISDone_Reflate\pack>arc.exe a -mpzlib d:\Trashcan\ISDone_Reflate\pack\1.arc d:\Trashcan\ISDone_Reflate\pack\autotest.tmd
FreeArc 0.67 (December 12 2012) updating archive: d:\Trashcan\ISDone_Reflate\pack\1.arc
Compressed 1 file, 93,613 => 446,170 bytes. Ratio 476.6%
Compression time: real 0.10 secs. Speed 955 kB/s
All OK
@Decompression:
Arc.ini:
[External compressor

zlib]
unpackcmd = pzlib d - -o - <stdin> <stdout>
Arc.ini and CLS_pzlib.dll are in the decompression folder.
d:\Trashcan\ISDone_Reflate\unpack>unarc x 1.arc
FreeArc 0.67 unpacker. Extracting archive: 1.arc
Extracting Trashcan\ISDone_Reflate\pack\autotest.tmd (93613 bytes)
ERROR: archive data corrupted (decompression fails)
BUT if i remove the CLS and copy pzlib.exe and its DLL's to the decompression folder... It unpacks !
Am i miss something ?