View Single Post
  #1423  
Old 27-06-2020, 13:03
mausschieber's Avatar
mausschieber mausschieber is offline
Conversion Designer
 
Join Date: Jan 2011
Location: germany
Posts: 4,311
Thanks: 6,755
Thanked 11,698 Times in 3,223 Posts
mausschieber is on a distinguished road
Quote:
Originally Posted by mustafaabd View Post
i have problem with xtool unpack

i use this method code to Compress


Code:
-mxprecomp+srep:m3f:a16:d1g+lolz:dtb1:d128m:mtt1:mt8:tt8:mc1023:fba0

and this arc.ini fail
Code:
[External compressor:lolz]
header = 0
packcmd = lolz_x64.exe {options} $$arcdatafile$$.tmp $$arcpackedfile$$.tmp

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

[External compressor:xprecomp]
header    = 0
packcmd   = xtool.exe e:precomp:t90p:zlib - - <stdin> <stdout>
unpackcmd = xtool.exe d:precomp:t4 - - <stdin> <stdout>

[External compressor:xzlib]
header    = 0
packcmd   = xtool.exe e:precomp:t90p,c128mb:zlib - - <stdin> <stdout>
unpackcmd = xtool.exe d:precomp:t4 - - <stdin> <stdout>

[External compressor:xzstd]
header    = 0
packcmd   = xtool.exe e:precomp:t90p:zstd - - <stdin> <stdout>
unpackcmd = xtool.exe d:precomp:t4 - - <stdin> <stdout>

[External compressor:xlz4]
header    = 0
packcmd   = xtool.exe e:precomp:t90p:lz4 - - <stdin> <stdout>
unpackcmd = xtool.exe d:precomp:t4 - - <stdin> <stdout>

[External compressor:xlzo]
header    = 0
packcmd   = xtool.exe e:precomp:t90p:lzo - - <stdin> <stdout>
unpackcmd = xtool.exe d:precomp:t4 - - <stdin> <stdout>

but

this error when use any Script to unpack





as the Error says
RC_ERRCODE_INVALID_COMPRESSOR= -2; (* Invalid compression method or parameters *)
__________________
It would be nice if you appreciate my work with the thanks Button
Reply With Quote