View Single Post
  #3  
Old 11-05-2018, 05:42
poker2332 poker2332 is offline
Registered User
 
Join Date: May 2010
Location: argentina
Posts: 28
Thanks: 2
Thanked 0 Times in 0 Posts
poker2332 is on a distinguished road
Quote:
Originally Posted by Andu21 View Post
Packet usually gives problem due to bad config in the arc.ini. Also version 1.2 is the only one i've seen working.
Try using the following method ... but the result is the same. It is impossible to unzip the files.
"precomp046+msc+srep64+delta+exe2+packet"




I'm using the default arc.ini
What am I doing wrong?


arc.ini
Quote:
[External compressor: packet]
packcmd = packet a -r -mx -v -h4 -b512 $$arcpackedfile$$.tmp $$arcdatafile$$.tmp
unpackcmd = packet x -v $$arcpackedfile$$.tmp $$arcdatafile$$.tmp
datafile = $$arcdatafile$$.tmp
packedfile = $$arcpackedfile$$.tmp
Quote:
[External compressor: precomp046]
header = 0
packcmd = precomp046 -intense -cn -o$$arcpackedfile$$.tmp $$arcdatafile$$.tmp
unpackcmd = precomp046 -o$$arcdatafile$$.tmp -r $$arcpackedfile$$.tmp
Quote:
[External compressor: srep64]
header = 0
packcmd = srep64 {options} -m5f -d1g -a2 $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = srep64 -d -s - - <stdin> <stdout>
Quote:
[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>
Reply With Quote