View Single Post
  #5  
Old 27-08-2016, 03:42
kenzo34's Avatar
kenzo34 kenzo34 is offline
Registered User
 
Join Date: Oct 2014
Location: france
Posts: 92
Thanks: 425
Thanked 59 Times in 37 Posts
kenzo34 is on a distinguished road
Quote:
Originally Posted by aswadd View Post

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>
Reply With Quote