Quote:
Originally Posted by KaktoR
void=1 doesn't work for some reason. "Arc.exe has stopped working".
Or is 1 not allowed? Thought 0 = m0, so 1 should be m1, right?
|
Config0.txt
Remove
[External compressor:rep,mm,delta,exe,exe2,4x4,lzma]
header = 0
packcmd = FAZIP -i0 compress:{compressor}{:option} <stdin> <stdout>
unpackcmd = FAZIP -i0 decompress:{compressor}{:option} <stdin> <stdout>
Or Change
[External compressor:rep,mm,delta,exe,exe2,4x4,lzma]
header = 0
packcmd = FAZip -i0 compress:{compressor}{:option} $$arcdatafile$$.tmp - <stdout>
unpackcmd = FAZip -i0 decompress:{compressor}{:option} $$arcpackedfile$$.tmp - <stdout>