Hi guys, i'm testing xz 5.2.1 and i'm having a hard time in making it work with freearc. I'm using these parameters:
Code:
[External compressor:xz]
packcmd = xz.exe -9 -v -c <stdin> <stdout>
unpackcmd = xz.exe -d -c <stdin> <stdout>
It achieves 99~100% but at the end shows this error:
Code:
ERROR: general (de)compression error in xz
Any clues?