Quote:
Originally Posted by aswadd

It's not about antivirus because i compressed many games without errors but this one I can't understand why she is refusing to be decompressed with srep
I also tried many versions of srep but nothing changed & the same error
|
try to change configuration srep arc.ini
pack:
[External compressor:srep]
header = 0
packcmd = srep -m3f -a1 $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = srep -d -s -- <stdin> <stdout>
[External compressor:srep64]
header = 0
packcmd = srep64 -m3f -d1g -a2 $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = srep64 -d -s -- <stdin> <stdout>
unpack:
[External compressor:srep64]
header = 0
packcmd = srep64 {options} -m3f -d1g -a2 $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = srep64 -d -s -- <stdin> <stdout>
[External compressor:srep]
header = 0
unpackcmd = srep {options} -d -s - - <stdin> <stdout>