View Single Post
  #10  
Old 22-02-2022, 18:12
seryogakms seryogakms is offline
Registered User
 
Join Date: Jun 2017
Location: Russia
Posts: 9
Thanks: 12
Thanked 3 Times in 2 Posts
seryogakms is on a distinguished road
ERROR: write error (disk full?) in compression algorithm xtool

arc.ini
[External compressor:xtool]
header = 0
packcmd = xtool.exe precomp -mzlib+kraken:l4 -c256mb -lm - - <stdin> <stdout>
unpackcmd = xtool.exe decode -t100p - - <stdin> <stdout>

[External compressor:srep]
header = 0
packcmd = srep64 -mem512m -l512 -m5f $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = srep -d $$arcpackedfile$$.tmp $$arcdatafile$$.tmp

[External compressor:lolz]
header = 0
packcmd = lolz_x64.exe -d128 -mc1023 -dtb1 -tt4 -mtt1 -mt8 -mtb128 -fba1024 -oh14 $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = lolz_x86.exe $$arcpackedfile$$.tmp $$arcdatafile$$.tmp

cmd:
arc.exe a -ep1 -r -ed -s; -i2 -w.\temp -mxtool+srep+lolz Packs\data.bin "data\*"

With xtool_0.3.9 there is no such problem.

What could be the problem?

Thank you in advance.

Last edited by seryogakms; 22-02-2022 at 18:34.
Reply With Quote
The Following User Says Thank You to seryogakms For This Useful Post:
Razor12911 (23-02-2022)