You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When cloning YT-RE, putting the corresponding APK into the folder, renaming it to youtube-18.18.39.apk and then running the enigmaQuilt Gradle task, the following error occurs:
Stacktrace
java.lang.RuntimeException: Exception while indexing class: java/nio/file/NoSuchFileException
at org.quiltmc.enigma.impl.analysis.index.AbstractJarIndex.indexJar(AbstractJarIndex.java:98)
at org.quiltmc.enigma.api.analysis.index.jar.MainJarIndex.indexJar(MainJarIndex.java:34)
at org.quiltmc.enigma.api.Enigma.index(Enigma.java:127)
at org.quiltmc.enigma.api.Enigma.openJar(Enigma.java:92)
at org.quiltmc.enigma.gui.GuiController.lambda$openJar$1(GuiController.java:130)
at org.quiltmc.enigma.gui.dialog.ProgressDialog.lambda$runOffThread$2(ProgressDialog.java:94)
at java.base/java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:718)
at java.base/java.util.concurrent.CompletableFuture$Completion.exec(CompletableFuture.java:483)
at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387)
at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312)
at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843)
at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808)
at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)
Caused by: java.lang.RuntimeException: Failed to analyze <init>
at org.quiltmc.enigma.impl.analysis.index.IndexReferenceVisitor.lambda$visitMethod$0(IndexReferenceVisitor.java:62)
at org.quiltmc.enigma.impl.analysis.MethodNodeWithAction.visitEnd(MethodNodeWithAction.java:17)
at org.objectweb.asm.tree.MethodNode.accept(MethodNode.java:770)
at org.objectweb.asm.tree.MethodNode.accept(MethodNode.java:647)
at org.objectweb.asm.tree.ClassNode.accept(ClassNode.java:468)
at org.quiltmc.enigma.impl.analysis.index.AbstractJarIndex.indexJar(AbstractJarIndex.java:96)
... 12 more
Caused by: org.objectweb.asm.tree.analysis.AnalyzerException: Error at instruction 2: Method owner: expected Ljava/nio/file/FileSystemException;, but found Ljava/nio/file/NoSuchFileException;
at org.objectweb.asm.tree.analysis.Analyzer.analyze(Analyzer.java:286)
at org.quiltmc.enigma.impl.analysis.index.IndexReferenceVisitor.lambda$visitMethod$0(IndexReferenceVisitor.java:60)
... 17 more
Caused by: org.objectweb.asm.tree.analysis.AnalyzerException: Method owner: expected Ljava/nio/file/FileSystemException;, but found Ljava/nio/file/NoSuchFileException;
at org.objectweb.asm.tree.analysis.BasicVerifier.naryOperation(BasicVerifier.java:389)
at org.quiltmc.enigma.impl.analysis.index.IndexReferenceVisitor$MethodInterpreter.naryOperation(IndexReferenceVisitor.java:176)
at org.quiltmc.enigma.impl.analysis.index.IndexReferenceVisitor$MethodInterpreter.naryOperation(IndexReferenceVisitor.java:68)
at org.objectweb.asm.tree.analysis.Frame.executeInvokeInsn(Frame.java:682)
at org.objectweb.asm.tree.analysis.Frame.execute(Frame.java:609)
at org.objectweb.asm.tree.analysis.Analyzer.analyze(Analyzer.java:173)
... 18 more
This could very well be caused by a faulty Dex2Jar conversion, however the issue doesn't appear with Fabric Enigma, and your code has the following comment:
When cloning YT-RE, putting the corresponding APK into the folder, renaming it to
youtube-18.18.39.apk
and then running theenigmaQuilt
Gradle task, the following error occurs:Stacktrace
This could very well be caused by a faulty Dex2Jar conversion, however the issue doesn't appear with Fabric Enigma, and your code has the following comment:
enigma/enigma/src/main/java/org/quiltmc/enigma/impl/analysis/index/IndexReferenceVisitor.java
Line 67 in bf5a6e6
So I thought it might be worth reporting.
The text was updated successfully, but these errors were encountered: