Skip to content

Instantly share code, notes, and snippets.

@Geolykt
Created October 30, 2021 19:23
Show Gist options
  • Save Geolykt/d456a7c2aa53b6d8582cf19f9d3d8d08 to your computer and use it in GitHub Desktop.
Save Geolykt/d456a7c2aa53b6d8582cf19f9d3d8d08 to your computer and use it in GitHub Desktop.
Quiltflower decompile issues
WARN: Method parseOptions ([Ljava/lang/String;)[Ljava/lang/String; in class org/junit/runner/JUnitCommandLineParseResult couldn't be decompiled.
java.lang.IndexOutOfBoundsException: Index 0 out of bounds for length 0
at java.base/jdk.internal.util.Preconditions.outOfBounds(Preconditions.java:64)
at java.base/jdk.internal.util.Preconditions.outOfBoundsCheckIndex(Preconditions.java:70)
at java.base/jdk.internal.util.Preconditions.checkIndex(Preconditions.java:266)
at java.base/java.util.Objects.checkIndex(Objects.java:359)
at java.base/java.util.ArrayList.get(ArrayList.java:427)
at org.jetbrains.java.decompiler.modules.decompiler.InlineSingleBlockHelper.inlineBlock(InlineSingleBlockHelper.java:50)
at org.jetbrains.java.decompiler.modules.decompiler.InlineSingleBlockHelper.inlineSingleBlocksRec(InlineSingleBlockHelper.java:37)
at org.jetbrains.java.decompiler.modules.decompiler.InlineSingleBlockHelper.inlineSingleBlocksRec(InlineSingleBlockHelper.java:29)
at org.jetbrains.java.decompiler.modules.decompiler.InlineSingleBlockHelper.inlineSingleBlocksRec(InlineSingleBlockHelper.java:29)
at org.jetbrains.java.decompiler.modules.decompiler.InlineSingleBlockHelper.inlineSingleBlocksRec(InlineSingleBlockHelper.java:29)
at org.jetbrains.java.decompiler.modules.decompiler.InlineSingleBlockHelper.inlineSingleBlocks(InlineSingleBlockHelper.java:15)
at org.jetbrains.java.decompiler.main.rels.MethodProcessorRunnable.codeToJava(MethodProcessorRunnable.java:208)
at org.jetbrains.java.decompiler.main.rels.ClassWrapper.init(ClassWrapper.java:63)
at org.jetbrains.java.decompiler.main.ClassesProcessor.initWrappers(ClassesProcessor.java:493)
at org.jetbrains.java.decompiler.main.ClassesProcessor.writeClass(ClassesProcessor.java:436)
at org.jetbrains.java.decompiler.main.Fernflower.getClassContent(Fernflower.java:149)
at org.jetbrains.java.decompiler.struct.ContextUnit.lambda$save$0(ContextUnit.java:170)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)
WARN: Method run ()V in class com/badlogic/gdx/input/RemoteInput couldn't be decompiled.
java.lang.RuntimeException: computing post reverse post order failed!
at org.jetbrains.java.decompiler.modules.decompiler.stats.Statement.getPostReversePostOrderList(Statement.java:450)
at org.jetbrains.java.decompiler.modules.decompiler.stats.Statement.getPostReversePostOrderList(Statement.java:431)
at org.jetbrains.java.decompiler.modules.decompiler.DomHelper.findSimpleStatements(DomHelper.java:597)
at org.jetbrains.java.decompiler.modules.decompiler.DomHelper.processStatement(DomHelper.java:366)
at org.jetbrains.java.decompiler.modules.decompiler.DomHelper.processStatement(DomHelper.java:315)
at org.jetbrains.java.decompiler.modules.decompiler.DomHelper.parseGraph(DomHelper.java:210)
at org.jetbrains.java.decompiler.main.rels.MethodProcessorRunnable.codeToJava(MethodProcessorRunnable.java:128)
at org.jetbrains.java.decompiler.main.rels.ClassWrapper.init(ClassWrapper.java:63)
at org.jetbrains.java.decompiler.main.ClassesProcessor.initWrappers(ClassesProcessor.java:493)
at org.jetbrains.java.decompiler.main.ClassesProcessor.writeClass(ClassesProcessor.java:436)
at org.jetbrains.java.decompiler.main.Fernflower.getClassContent(Fernflower.java:149)
at org.jetbrains.java.decompiler.struct.ContextUnit.lambda$save$0(ContextUnit.java:170)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment