View Single Post
  #279  
Old 24-02-2018, 03:00
vollachr's Avatar
vollachr vollachr is offline
Conversions & UCC Creator
 
Join Date: Sep 2009
Location: Israel
Posts: 247
Thanks: 58
Thanked 536 Times in 186 Posts
vollachr is on a distinguished road
I need help, I seems to be getting CRC error on setup when using pZLib3+srep64+lzma64

my method:

Code:
pZLib3:st1+srep64+lzma64:a1:mfbt4:d256m:fb128:mc1000:lc8
My arc.ini for the 3 compressors:

Code:
[External compressor:pZLib3]
header = 0
packcmd = pZLib e {options} -m2 -t25p -c128m - -o - $$arcdatafile$$.tmp -o - <stdout> 
;packcmd = pZLib e {options} -t100p - -o - $$arcdatafile$$.tmp -o - <stdout> 
unpackcmd = pZLib d {options} -t75p - -o - <stdin> <stdout>

[External compressor:srep64]
header = 0
packcmd   = srep64 {options} -v0 -m3f -a2 $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = srep64 {options} -d -s - - <stdin> <stdout>

[External compressor:lzma64]
header = 0
packcmd   = lzma64 e lzma{:option} <stdin> <stdout>
unpackcmd = lzma64 d lzma{:option} <stdin> <stdout>
Any ideas why is that?

Thanks
__________________

Ultimate Conversion Compressor Creator (Discontinued/Abandoned)
My Other Tools: File Splitter and Merger - Multiple Text/String Replacer (MTSR) - UCC Files & Folders Lister
Microsoft Certified Professional
Retired Conversion Creator
Reply With Quote