View Single Post
  #545  
Old 07-04-2020, 11:13
PsYcHo_RaGE's Avatar
PsYcHo_RaGE PsYcHo_RaGE is offline
Registered User
 
Join Date: Mar 2018
Location: DarckSide
Posts: 238
Thanks: 193
Thanked 160 Times in 78 Posts
PsYcHo_RaGE is on a distinguished road
Quote:
Originally Posted by jenning View Post
I'm having the same error when using zlib, I have tried all xtool versions x86/x64, all combinations old+new/same versions, compressing with only 1 thread, with different chunk sizes.

Any ideas ?

my compression cmd:
Code:
arc a -ep1 -ed -r -w.\ Data\Setup-1.bin -mxprecomp+srep_x64:m3f+lolz:d256m:mtb256:mc1023:mtt1:mt8 "D:\TEST\TESTGAME\*"
my arc.ini:
Code:
[External compressor:xprecomp]
header = 0
packcmd   = xtool.exe e:precomp:c128mb,t1:zlib $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = xtool.exe d:precomp:t1 $$arcpackedfile$$.tmp $$arcdatafile$$.tmp

[External compressor:srep_x64]
header = 0
packcmd   = srep_x64 {options} -s907374182400 $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = srep_x64 -d -s $$arcpackedfile$$.tmp $$arcdatafile$$.tmp

[External compressor:lolz]
header     = 0
packcmd    = "lolz_x64" {options} $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd  = cls-lolz_x64.exe $$arcpackedfile$$.tmp $$arcdatafile$$.tmp
datafile   = $$arcdatafile$$.tmp
packedfile = $$arcpackedfile$$.tmp
Code:
[External compressor:xzlib]
header = 0
packcmd = xtool.exe e:precomp:c128mb,t80p:zlib $$arcdatafile$$.tmp $$arcpackedfile$$.tmp

[External compressor:srep]
header = 0
packcmd = srep_x64.exe {options} $$arcdatafile$$.tmp $$arcpackedfile$$.tmp

[External compressor:lolz]
header = 0
packcmd = lolz_x64.exe {options} $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
perfect!
__________________
“WE ALL GO A LITTLE MAD SOMETIMES”
Reply With Quote