You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As the title implies. This is repeatable by creating any file, zipping it with 7Zip defaults with LZMA or LZMA2, and testing lzma_decompress or lzma2_decompress. The former results in a "distance X is beyond output size Y" error, the latter results in a "invalid status 55" error.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: