-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NullPointerException (MapleIL) #70
Comments
Hi, thanks for letting me know about this. However, I can’t debug this
issue without the binary or jar that caused it. If you are able, could you
please attach? Thanks
…On Thu, Apr 2, 2020 at 11:21 Ghast ***@***.***> wrote:
java.lang.NullPointerException at
java.util.Collections$UnmodifiableCollection.<init>(Unknown Source) at
java.util.Collections$UnmodifiableSet.<init>(Unknown Source) at
java.util.Collections.unmodifiableSet(Unknown Source) at
org.mapleir.stdlib.collections.graph.FastDirectedGraph.getEdges(FastDirectedGraph.java:148)
at
org.mapleir.stdlib.collections.graph.algorithms.ExtendedDfs.dfs(ExtendedDfs.java:104)
at
org.mapleir.stdlib.collections.graph.algorithms.ExtendedDfs.run(ExtendedDfs.java:51)
at
org.mapleir.stdlib.collections.graph.algorithms.SimpleDfs.<init>(SimpleDfs.java:19)
at
org.mapleir.stdlib.collections.graph.algorithms.SimpleDfs.topoorder(SimpleDfs.java:43)
at
org.mapleir.stdlib.collections.graph.algorithms.SimpleDfs.topoorder(SimpleDfs.java:39)
at
org.mapleir.ir.cfg.builder.NaturalisationPass.resolveNaturalHandlerFlow(NaturalisationPass.java:35)
at
org.mapleir.ir.cfg.builder.NaturalisationPass.run(NaturalisationPass.java:29)
at
org.mapleir.ir.cfg.builder.ControlFlowGraphBuilder.buildImpl(ControlFlowGraphBuilder.java:69)
at
org.mapleir.ir.cfg.builder.ControlFlowGraphBuilder.build(ControlFlowGraphBuilder.java:77)
at
org.mapleir.jdaplugin.ILInstructionPrinter.createPrint(ILDecompiler.java:68)
at
club.bytecode.the.jda.decompilers.bytecode.MethodNodeDecompiler.decompile(MethodNodeDecompiler.java:168)
at
club.bytecode.the.jda.decompilers.bytecode.BytecodeDecompiler.decompile(BytecodeDecompiler.java:81)
at
club.bytecode.the.jda.decompilers.bytecode.BytecodeDecompiler.decompileClassNode(BytecodeDecompiler.java:43)
at
club.bytecode.the.jda.gui.fileviewer.DecompileThread.run(DecompileThread.java:46)
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#70>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AD5NBPJFW7GSXS3BWNU2HDLRKSUN3ANCNFSM4L2SDDGQ>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
java.lang.NullPointerException at java.util.Collections$UnmodifiableCollection.<init>(Unknown Source) at java.util.Collections$UnmodifiableSet.<init>(Unknown Source) at java.util.Collections.unmodifiableSet(Unknown Source) at org.mapleir.stdlib.collections.graph.FastDirectedGraph.getEdges(FastDirectedGraph.java:148) at org.mapleir.stdlib.collections.graph.algorithms.ExtendedDfs.dfs(ExtendedDfs.java:104) at org.mapleir.stdlib.collections.graph.algorithms.ExtendedDfs.run(ExtendedDfs.java:51) at org.mapleir.stdlib.collections.graph.algorithms.SimpleDfs.<init>(SimpleDfs.java:19) at org.mapleir.stdlib.collections.graph.algorithms.SimpleDfs.topoorder(SimpleDfs.java:43) at org.mapleir.stdlib.collections.graph.algorithms.SimpleDfs.topoorder(SimpleDfs.java:39) at org.mapleir.ir.cfg.builder.NaturalisationPass.resolveNaturalHandlerFlow(NaturalisationPass.java:35) at org.mapleir.ir.cfg.builder.NaturalisationPass.run(NaturalisationPass.java:29) at org.mapleir.ir.cfg.builder.ControlFlowGraphBuilder.buildImpl(ControlFlowGraphBuilder.java:69) at org.mapleir.ir.cfg.builder.ControlFlowGraphBuilder.build(ControlFlowGraphBuilder.java:77) at org.mapleir.jdaplugin.ILInstructionPrinter.createPrint(ILDecompiler.java:68) at club.bytecode.the.jda.decompilers.bytecode.MethodNodeDecompiler.decompile(MethodNodeDecompiler.java:168) at club.bytecode.the.jda.decompilers.bytecode.BytecodeDecompiler.decompile(BytecodeDecompiler.java:81) at club.bytecode.the.jda.decompilers.bytecode.BytecodeDecompiler.decompileClassNode(BytecodeDecompiler.java:43) at club.bytecode.the.jda.gui.fileviewer.DecompileThread.run(DecompileThread.java:46)
The text was updated successfully, but these errors were encountered: