Quote:
Originally Posted by Razor12911
try the same input without using Freearc and see if the error persists and if it does, send over the sample and I'll see what is causing the problem.
|
The only setting that works for me. I could solve it
Code:
[External compressor:xzlib]
header = 0
packcmd = xtool precomp -mzlib -c128mb -t100p-1 $$arcdatafile$$.tmp <stdout>
This Setting dont work for me, stopped the conversion.
Code:
[External compressor:xzlib]
header = 0
packcmd = xtool precomp -mzlib -c128mb -t100p-1 - - <stdin> <stdout>
This setting works but freezes the compresion.
Code:
[External compressor:xzlib]
header = 0
packcmd = xtool precomp -mzlib -c128mb -t100p-1 $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
Mmm rare bug