JUCE doesn't support Zip64

Seems like with large zip of above 4gb files, JUCE is unable to extract them.

This was reported multiple times in the forum, with a few suggestions brought up:

If possible, please add support for this.

3 Likes

A cheap and easy solution might be to use the following:

We’ve integrated it into our engine.

3 Likes

I wonder if it is worth it to move this into the Feature Requests category…

I think these posts are suddenly under a lot more scrutiny when turned into feature requests.

But I also don’t think it’s too much work. Tracktion Engine handles .zip files, why shouldn’t JUCE. Worth checking if this is handled in Jules’ CHOC library.