-
-
Notifications
You must be signed in to change notification settings - Fork 25
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
Using LZO in SquashFileSystemReader
#19
Comments
I am not entire sure. But looking at the tests for this, it looks like it is supposed to be used in a slightly different way:
|
Tried many different variants, but got the same exception. Could you please add test in your fork for LZO compression? |
Yes sure, I'll take a look at it! |
I just built an LZO compressed squashfs file system with one file and tried to decompress it using lzo.net in a similar way as you tested here. I also get some strange exception, but in my case somewhere within lzo.net library. I am not really familiar with that library, but I'll try to see if we somehow feed it with something that it does not expect. I have a bit limited time though, so it could take some time until I could look deeper into this. |
Hi @LTRData, this is the answer on your message DiscUtils#302 (comment)
I have just tried
LTRData.DiscUtils.SquashFs
v1.0.47 withlzo.net
v0.0.6:but unfortunately failed with exception:
Could you please help me?
The text was updated successfully, but these errors were encountered: