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

"No data present for Zip64Extended info" occured when extracting #129

Closed
gomsang opened this issue Jan 18, 2020 · 3 comments
Closed

"No data present for Zip64Extended info" occured when extracting #129

gomsang opened this issue Jan 18, 2020 · 3 comments
Assignees
Labels

Comments

@gomsang
Copy link

gomsang commented Jan 18, 2020

First, thank you for providing a good library.

I have a question while using the library.

The following error occurs while extracting several compressed files. "No data present for Zip64Extended info"

I have attached a compressed file that causes an error. I would appreciate your reply.

Houses under the sea(3eda32b9.0).zip

@srikanth-lingala
Copy link
Owner

This is an issue with the tool that generated the zip file. As the error message says, the headers in the zip file specify that there is a zip64 info present in the header section, but there is no data under that header.

However, I have modified the code in zip4j to not throw an exception, and simply ignore if there is no data present. I have already changed the code . I will include this code change in the next release.

@gomsang
Copy link
Author

gomsang commented Jan 18, 2020

Okay. Thank you for your answer.

@srikanth-lingala
Copy link
Owner

Fixed in v2.3.1 released today.

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

No branches or pull requests

2 participants