View Single Post
  #11  
Old 24-10-2020, 09:52
Sebazz Sebazz is offline
Registered User
 
Join Date: Mar 2016
Location: Terra
Posts: 60
Thanks: 24
Thanked 7 Times in 6 Posts
Sebazz is on a distinguished road
Quote:
Originally Posted by Razor12911 View Post
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
Reply With Quote
The Following User Says Thank You to Sebazz For This Useful Post:
Razor12911 (24-10-2020)