The Bytecode Club

Full Version: JD-GUI Crash
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Im just logging the crash, as when(if) you fix I can(/will) delete this post ᵒʳ ᶰᵒᵗ ʰᵃʰᵃʰᵃʰᵃ


Bytecode Viewer Version: 2.9.8

java.lang.ArrayIndexOutOfBoundsException: 19201
at jd.cli.util.ClassFileUtil.ExtractDirectoryPath(ClassFileUtil.java:48)
at the.bytecode.club.bytecodeviewer.decompilers.JDGUIDecompiler.decompileClassNode(JDGUIDecompiler.java:63)
at the.bytecode.club.bytecodeviewer.gui.ClassViewer$14.doShit(ClassViewer.java:1084)
at the.bytecode.club.bytecodeviewer.gui.PaneUpdaterThread.run(PaneUpdaterThread.java:16)

Edit: Another Stacktrace(From other class):

java.lang.ArrayIndexOutOfBoundsException: 4880
at jd.cli.util.ClassFileUtil.ExtractDirectoryPath(ClassFileUtil.java:48)
at the.bytecode.club.bytecodeviewer.decompilers.JDGUIDecompiler.decompileClassNode(JDGUIDecompiler.java:63)
at the.bytecode.club.bytecodeviewer.gui.ClassViewer$14.doShit(ClassViewer.java:1084)
at the.bytecode.club.bytecodeviewer.gui.PaneUpdaterThread.run(PaneUpdaterThread.java:16)

PS: It persist on some classes, but in some ones it decompile without errors..
Could you post an example of a class/jar that produces this issue? Cheers!
Here is one Class that produces one of these Stacktraces; I was editing some default values: http://goo.gl/HKv0Yy

Cheers!