-
Notifications
You must be signed in to change notification settings - Fork 28
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
Comments
Similar problem here: I have tried to compress a file using the
Edit: I also tried with |
have you found a way to detect those decompressable-with-7z-only files? I'd be fine with using 7z as an escape hatch I guess, but it's really hard to deduce which files are 7z-only and which are not |
I think in my case I was using LZMA 1 (using the Maybe providing an example how to compress files to be extracted by this library could reduce confusion. edit: My fault, i didn't read :) |
I'm trying to use "zip2" library to extract files and this started happening suddenly |
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: