Anyone faced a crash "arc.exe has stopped working"
Just edit the settings of pzlib in ur arc.ini like this
Quote:
packcmd = pzlib e -m1 -t60p $$arcpackedfile$$.tmp -o $$arcdatafile$$.tmp
unpackcmd = pzlib d -t60p - -o - <stdin> <stdout>
datafile = $$arcpackedfile$$.tmp
packedfile = $$arcdatafile$$.tmp
|