-
Notifications
You must be signed in to change notification settings - Fork 497
Closed
Labels
3rd party problemA bug/problem but caused by a libraryA bug/problem but caused by a librarybugYup, thats brokenYup, thats brokenenhancement
Description
Describe the bug
Unable to open jars with broken CRC in Recaf 2.21.0 ,but only the latest version (2.21.0) of Recaf have this bug.
To Reproduce
Steps to reproduce the behavior:
- Open sample
sample.zip - See error
Exception
If applicable, add the exception/stacktrace.
java.util.zip.ZipException: invalid entry CRC (expected 0x7902c6f0 but got 0xb57f971c)
at java.util.zip.ZipInputStream.readEnd(ZipInputStream.java:394)
at java.util.zip.ZipInputStream.read(ZipInputStream.java:196)
at me.coley.recaf.util.IOUtil.transfer(IOUtil.java:45)
at me.coley.recaf.util.IOUtil.toByteArray(IOUtil.java:261)
at me.coley.recaf.util.IOUtil.toByteArray(IOUtil.java:292)
at me.coley.recaf.workspace.JarResource.loadClasses(JarResource.java:46)
at me.coley.recaf.workspace.JavaResource.getClasses(JavaResource.java:230)
at me.coley.recaf.command.impl.LoadWorkspace.call(LoadWorkspace.java:109)
at me.coley.recaf.control.Controller.loadInitialWorkspace(Controller.java:99)
at me.coley.recaf.control.Controller.run(Controller.java:78)
at me.coley.recaf.control.gui.GuiController.run(GuiController.java:45)
at me.coley.recaf.command.impl.Initializer.startController(Initializer.java:73)
at me.coley.recaf.Recaf.launch(Recaf.java:113)
at me.coley.recaf.Recaf.main(Recaf.java:52)
x4e and StackC00ki3
Metadata
Metadata
Assignees
Labels
3rd party problemA bug/problem but caused by a libraryA bug/problem but caused by a librarybugYup, thats brokenYup, thats brokenenhancement