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

Error when unzipping the dataset #2

Open
fyviezhao opened this issue Jan 13, 2022 · 4 comments
Open

Error when unzipping the dataset #2

fyviezhao opened this issue Jan 13, 2022 · 4 comments

Comments

@fyviezhao
Copy link

Hi, I try to unzip themerged_CLOTH3D.zip after running the cat CLOTH3D.z* > merged_CLOTH3D.zip, it raises the following error:

$ unzip merged_CLOTH3D.zip
Archive:  merged_CLOTH3D.zip
error: End-of-centdir-64 signature not where expected (prepended bytes?)
  (attempting to process anyway)
warning [merged_CLOTH3D.zip]:  zipfile claims to be last disk of a multi-part archive;
  attempting to process anyway, assuming all parts have been concatenated
  together in order.  Expect "errors" and warnings...true multi-part support
  doesn't exist yet (coming soon).
warning [merged_CLOTH3D.zip]:  161061273600 extra bytes at beginning or within zipfile
  (attempting to process anyway)
file #1:  bad zipfile offset (local header sig):  161061273604
  (attempting to re-compensate)
   creating: CLOTH3D/
error: invalid zip file with overlapped components (possible zip bomb)

I also tried the jar xvf merged_CLOTH3D.zip command suggested here, but it didn't work either. Actually I have downloaded the data twice for doube-check but it always raises the above unzip error. Can someone help me with this?

@caiyongqi
Copy link

Hi, I try to unzip themerged_CLOTH3D.zip after running the cat CLOTH3D.z* > merged_CLOTH3D.zip, it raises the following error:

$ unzip merged_CLOTH3D.zip
Archive:  merged_CLOTH3D.zip
error: End-of-centdir-64 signature not where expected (prepended bytes?)
  (attempting to process anyway)
warning [merged_CLOTH3D.zip]:  zipfile claims to be last disk of a multi-part archive;
  attempting to process anyway, assuming all parts have been concatenated
  together in order.  Expect "errors" and warnings...true multi-part support
  doesn't exist yet (coming soon).
warning [merged_CLOTH3D.zip]:  161061273600 extra bytes at beginning or within zipfile
  (attempting to process anyway)
file #1:  bad zipfile offset (local header sig):  161061273604
  (attempting to re-compensate)
   creating: CLOTH3D/
error: invalid zip file with overlapped components (possible zip bomb)

I also tried the jar xvf merged_CLOTH3D.zip command suggested here, but it didn't work either. Actually I have downloaded the data twice for doube-check but it always raises the above unzip error. Can someone help me with this?

Hi, did you solve this problem?

@Rudy112
Copy link

Rudy112 commented Oct 21, 2022

The same issue when I try to unzip it; While the original CLOTH3D website also doesn't work for downloading.

@sirkrisp
Copy link

sirkrisp commented Mar 4, 2024

same issue, did by any chance anyone try to contact the author?

@sirkrisp
Copy link

sirkrisp commented Mar 4, 2024

Solved the problem by following the unzipping procedure in https://superuser.com/questions/336219/how-do-i-split-a-zip-file-into-multiple-segments/336224#336224:

zip -s0 CLOTH3D.zip --out merged_CLOTH3D.zip

unzip merged_CLOTH3D.zip

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

No branches or pull requests

4 participants