Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incapable of decompressing LZMA or LZMA2 created from default 7Zip settings #113

Open
disassembledd opened this issue Oct 3, 2024 · 1 comment

Comments

@disassembledd
Copy link

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.

@dscso
Copy link

dscso commented Oct 6, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants