-
Notifications
You must be signed in to change notification settings - Fork 19
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
I cannot unpack this zip file #6
Comments
Hey JCash, if it is of any help I did fix a few issues in JUnzip while working in a forked source (see https://github.com/r-lyeh/stdarc.c/blob/master/src/zip.c which can succesfully unzip your file) Unfortunatelly, bringing the fixes back to the original source will require some extra work, as the codebase had diverged quite a lot when I found the unzipping issues. Hope that helps in any case, as most of the JUnzip functions and related structs are still there somehow :o) PS: so far I've tested more than 2,000 different zip files from the net and found no errors so far, so I'm pretty confident the fixes are good. |
@r-lyeh do you remember what kind of things there were regarding .zip files (are there version differences, or do some zippers leave CRC out, or if there were bugs in JUnzip) that did not work with JUnzip and you fixed? I could maybe take a look if there are some pointers fresh in your mind. :) Very cool to see the project in use in any case! |
Hey Joonas. Sure! There are at least two archived fixes in the history of this file: |
Thanks for this tiny little library.
I'd really like to use it, but unfortunately, it doesn't seem to work on my zip file.
The file is created using Java on OSX (java.util.zip.ZipOutputStream).
I built the tools using
HAVE_LIBS=1
.Here's what the tools say:
Here is the zip file:
defold.resourcepack_x86_64-darwin_1991398657492922735.zip
The text was updated successfully, but these errors were encountered: