View Single Post
  #2  
Old 19-03-2017, 09:55
L0v3craft's Avatar
L0v3craft L0v3craft is offline
Registered User
 
Join Date: Dec 2015
Location: Rome
Posts: 96
Thanks: 421
Thanked 24 Times in 15 Posts
L0v3craft is on a distinguished road
Quote:
Originally Posted by ramazan19833 View Post
[External compressor:srep]
header = 0
packcmd = srep64 {options} -m3f -d1g -a2 $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = srep64 {options} -d -s - - <stdin> <stdout>
Try to change that with this:

Code:
[External compressor:srep64]
header = 0
packcmd   = srep64 -m3f -d1g -a2 $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = srep64 -d -s -- <stdin> <stdout>
and change the command: pZLib+srep+Lzma2

with this: pZLib+srep64+Lzma2

Last edited by L0v3craft; 19-03-2017 at 09:57.
Reply With Quote