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

Bad CRC on generated zip files #6

Closed
deathcap opened this issue Jan 16, 2014 · 2 comments
Closed

Bad CRC on generated zip files #6

deathcap opened this issue Jan 16, 2014 · 2 comments
Labels

Comments

@deathcap
Copy link
Owner

releases $ unzip -t ProgrammerArt-v2.0-ResourcePack-MC17.zip |grep bad
bad CRC ae5ee94d (should be 0c4a2c67)
testing: pack.mcmeta bad CRC ae5ee94d (should be 0c4a2c67)
releases $ unzip -t ProgrammerArt-v2.0-TexturePack-MC15.zip |grep bad
bad CRC b3d3ac31 (should be 700101e4)
testing: pack.txt bad CRC b3d3ac31 (should be 700101e4)
releases $ unzip -t ProgrammerArt-v2.0-StitchPack-MC14.zip |grep bad
bad CRC b3d3ac31 (should be 700101e4)
testing: pack.txt bad CRC b3d3ac31 (should be 700101e4)
bad CRC d2687085 (should be 34f12b3d)
testing: stitchpack.json bad CRC d2687085 (should be 34f12b3d)

Maybe a bug in adm-zip https://github.com/cthackers/adm-zip https://npmjs.org/package/adm-zip? Using it to package the zip files, but no real need to use NodeJS for this purpose. Could possibly switch to command-line Info-ZIP. Or isolate this problem with adm-zip (if it is a problem with it and not my scripts, somehow).

@deathcap
Copy link
Owner Author

@deathcap
Copy link
Owner Author

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

1 participant