The Bytecode Club
JD-GUI Crash - Printable Version

+- The Bytecode Club (https://the.bytecode.club)
+-- Forum: Software (https://the.bytecode.club/forumdisplay.php?fid=19)
+--- Forum: Bytecode Viewer (https://the.bytecode.club/forumdisplay.php?fid=69)
+--- Thread: JD-GUI Crash (/showthread.php?tid=1483)



JD-GUI Crash - Wdestroier - 11-03-2015

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..


RE: JD-GUI Crash - Konloch - 11-09-2015

Could you post an example of a class/jar that produces this issue? Cheers!


RE: JD-GUI Crash - Wdestroier - 11-16-2015

Here is one Class that produces one of these Stacktraces; I was editing some default values: http://goo.gl/HKv0Yy

Cheers!