DinoChiesa / DotNetZip

Library for creating and reading .ZIP files from a .NET Language
Other
120 stars 41 forks source link

Spanned archives with more than 65534 segments are not supported at this time. #23

Closed TomGullen closed 1 year ago

TomGullen commented 1 year ago

Am uploading the attached zip, and receive the error: Spanned archives with more than 65534 segments are not supported at this time.

The zip file is generated by the software Construct 3.

Zip.zip

.NET Target framework 4.8

Can anyone give any clues as to what the issue is here?

TomGullen commented 1 year ago

This actually appears to be an issue with zip files generated with ZipJS and not an issue with this library,