Open disassembledd opened 1 month ago
Similar problem here: I have tried to compress a file using the lzma -9 -z <file>
command, unfortunately the library seems to be unable to decode the lzma file.
LzmaError("LZMA2 invalid status 93, must be 0, 1, 2 or >= 128")
Edit: I also tried with xz -9 <file>
it also didn't work
As the title implies. This is repeatable by creating any file, zipping it with 7Zip defaults with LZMA or LZMA2, and testing
lzma_decompress
orlzma2_decompress
. The former results in a "distance X is beyond output size Y" error, the latter results in a "invalid status 55" error.