-
Notifications
You must be signed in to change notification settings - Fork 5
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: java.util.zip.ZipException: invalid entry CRC #6
Comments
In case it helps, I just found out it works just fine with FreeCAD files. So it might be something related to the '.odt' file extension.
|
thank you for the report, and sorry for the late answer! unzip -t file.odt please? |
Hi @hoijui, thanks for replying! So, I re-did all the steps I reported and was able to reproduce the behaviour again. As requested see below, I don't think the file corrupted or anything.
I tried with a FreeCAD file to confirm the installation was correct and it works OK (had to add "*.FCStd reZipDoc" at the end of file
I've tried with an '.ods' file just in case it was only a problem with Writer and I got the same error (see third chunk of code).
Anything else I can do to debug this further please let me know. Disclaimer: my knowledge of Java is very limited :P. |
hmm.. that is strange... :/ Thanks for the fast and verbose reply! :-) |
Hi, I manually installed the filters as per [1] in an empty git repository. Then I created a simple .odt file with just a single line. git commit the file, added a simple mod and tried to see the diff. Here is the error I got:
Java version info:
System info:
The text was updated successfully, but these errors were encountered: