View Single Post
  #1  
Old 06-03-2016, 23:10
Amsal Amsal is offline
Registered User
 
Join Date: May 2015
Location: New Delhi
Posts: 237
Thanks: 242
Thanked 41 Times in 28 Posts
Amsal is on a distinguished road
Not able to decompress with asc

I used thus method - srep+delta+exe2+lzma:max:2000m
And I am not able to extract with asc.

Here my arc.ini which I used for compressing -
Quote:
Here my arc.INI which I used for compressing -

[External compressor:lz77]
header = 0
packcmd = xz a -txz -an -mcrc=0 -m1=lzma2:d1200m:fb=273:mf=bt4:mc=1000000:lc=4:lp=0 -mmt=2 -mx9 -si -so <stdin> <stdout>
unpackcmd = dec x -txz -an -y -si -so <stdin> <stdout>

[External compressor:xz]
header = 0
packcmd = xz a -txz -an -mcrc=0 -m1=lzma2:d600m:fb=273:mf=bt4:mc=1000000:lc=4:lp=0 -mmt=4 -mx9 -si -so <stdin> <stdout>
unpackcmd = dec x -txz -an -y -si -so <stdin> <stdout>

[External compressorrecomp043]
header = 0
packcmd = precomp043 -intense0 -cn -o$$arcpackedfile$$.tmp $$arcdatafile$$.tmp

[External compressorrecomp]
header = 0
packcmd = precomp038 -slow -o$$arcpackedfile$$.tmp $$arcdatafile$$.tmp

[External compressor:msr]
header = 0
packcmd = msr -fast -cn -t+j3 -o$$arcpackedfile$$.tmp $$arcdatafile$$.tmp
solid = 0

[External compressor:nz]
;header = 0 -cc = CM algo -cO=BWT algo ;testing = nz:r:v:cc:m8g:br512m:bw512m4:t0:nm
packcmd = nz64 a -r -v -cc -m8g -br512m -bw512m -p4 -t0 -nm $$arcpackedfile$$.tmp.nz $$arcdatafile$$.tmp
unpackcmd = nz64 x -m1g -t0 -p0 $$arcpackedfile$$.tmp.nz $$arcdatafile$$.tmp
datafile = $$arcdatafile$$.tmp
packedfile = $$arcpackedfile$$.tmp.nz

[External compressor:zstd]
packcmd = zstd -9 $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = zstd -d -f <stdin> <stdout>

[External compressor:rep,4x4,exe,delta,lzma]

header = 0

packcmd = fazip -i0 compress:{compressor}{ption} <stdin> <stdout>

unpackcmd = fazip -i0 decompress:{compressor}{ption} <stdin> <stdout>



[External compressor:srep]
header = 0
packcmd = srep -m3f -a1 -l4096 $$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>

[External compressor:msc]
;Alt: -f = Forced on bigger data //-frog=9 use this instead of -tak=9 = yields error on decomp.
header = 0
packcmd = MSC c -v -wav=1 -bmp=1 -ddsdxt=1 -mp3=1 -bmf=9s -tak=9 -dxt=1 -lzma=hc4,lc8,lp2,pb2,fb273,mc1000 $$arcdatafile$$.tmp $$arcpackedfile$$.tmp

[External compressor:lzham]
packcmd = lzham -m4 -d29 c $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = lzham -c d $$arcpackedfile$$.tmp $$arcdatafile$$.tmp

[External compressor:reflate]
header = 0
packcmd = reflate -process $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = reflate -restore - - <stdin> <stdout>
And this is The arc.ini which I used for decompressing in asc
Quote:

[External compressor:srep]
header = 0
packcmd = srep -m3f -a1 -l4096 $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = srep -d -s -- <stdin> <stdout>
And here mine screenshot of asc setup resources! -



I hope someone will help me. The only way I found to fix this is by using this algo - srep+delta+exe2+lzma:max:1000m

Last edited by Amsal; 06-03-2016 at 23:41.
Reply With Quote
Sponsored Links