bytecode-viewer icon indicating copy to clipboard operation
bytecode-viewer copied to clipboard

This happens if I open a folder and click on a class file down the folder hierarchy

Open mhupfer opened this issue 1 year ago • 0 comments

Please send this error log to https://github.com/Konloch/bytecode-viewer/issues or Konloch at https://the.bytecode.club or [email protected] If you hold appropriate legal rights to the relevant class/jar/apk file please include that as well. Bytecode Viewer Version: 2.11.2 [Fat Jar], OS: Linux, Java: 11.0.16

java.lang.IllegalStateException: LabelNode index not found. (Label not in InsnList?) at the.bytecode.club.bytecodeviewer.decompilers.bytecode.InstructionPrinter.resolveLabel(InstructionPrinter.java:384) at the.bytecode.club.bytecodeviewer.decompilers.bytecode.MethodNodeDecompiler.decompile(MethodNodeDecompiler.java:156) at the.bytecode.club.bytecodeviewer.decompilers.bytecode.ClassNodeDecompiler.decompile(ClassNodeDecompiler.java:95) at the.bytecode.club.bytecodeviewer.decompilers.impl.BytecodeDisassembler.decompileClassNode(BytecodeDisassembler.java:35) at the.bytecode.club.bytecodeviewer.gui.util.BytecodeViewPanelUpdater.processDisplay(BytecodeViewPanelUpdater.java:108) at the.bytecode.club.bytecodeviewer.gui.util.BytecodeViewPanelUpdater.run(BytecodeViewPanelUpdater.java:159) at java.base/java.lang.Thread.run(Thread.java:829)

mhupfer avatar Oct 16 '22 18:10 mhupfer