Quote:
Originally Posted by Razor12911
It happens, freearc bug.
|
Tests performed on 33 different compressors, combined with various methods and masks, never any crashes with arc.exe, the thing is quite strange.
EDIT:
Probably I solved the problem lies in the line of options, run other tests of safety and I post the right configuration.
Final Test PZlib V1100 recommended options if you are experiencing app-crash in arc.exe
Comp;
Code:
[External compressor:pzlib]
header = 0
packcmd = pzlib e -v $$arcdatafile$$.tmp -o $$arcpackedfile$$.tmp
Decomp;
Code:
[External compressor:pzlib]
header = 0
unpackcmd = pzlib d - -o - <stdin> <stdout>