Opened 16 months ago
Last modified 16 months ago
#18544 new bug
Zip-O-Matic does not save big attributes
Reported by: | TmTFx | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | Unscheduled |
Component: | Add-Ons/Tracker | Version: | R1/beta4 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
I generated a Moe animation from multiple images and the resulting file was an image with 420kb of attributes.That file could not be saved to zip with its attributes with Zip-O-Matic. It compressed the file without its attributes.
Change History (5)
comment:1 by , 16 months ago
comment:2 by , 16 months ago
Nope, zip in Terminal says:
zip warning: not enough space in extra field for attributes
comment:3 by , 16 months ago
Did something went bad with the patch at https://github.com/haikuports/haikuports/blob/master/app-arch/zip/patches/zip-3.0.patchset#L558 ?
comment:4 by , 16 months ago
It seems the zip format has a limit of 64KB for the extra field where the attributes are saved.
Zip-O-Matic should capture these warnings and pass them to the user. Maybe they should even be errors and not warnings in zip itself.
comment:5 by , 16 months ago
Component: | - General → Add-Ons/Tracker |
---|
Does it work with the zip command? https://github.com/haiku/haiku/blob/13e2db960937b8115f95f970d959b70db1ae95c5/src/add-ons/tracker/zipomatic/ZipperThread.cpp#L140