Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
JD-GUI Crash
#1
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..
Reply
#2
Could you post an example of a class/jar that produces this issue? Cheers!
Reply
#3
Here is one Class that produces one of these Stacktraces; I was editing some default values: http://goo.gl/HKv0Yy

Cheers!
Reply
 


Forum Jump:


Users browsing this thread: 1 Guest(s)

About The Bytecode Club

We're a community focused on Reverse Engineering, we try to target Java/Android but we also include other langauges/platforms. We pride ourselves in supporting and free and open sourced applications.

Website