KronicDeth / intellij-elixir

Elixir plugin for JetBrain's IntelliJ Platform (including Rubymine)
Other
1.83k stars 153 forks source link

No decompiled source function with name/arity (Frobots.Events.Battlelog.__struct__/1) at org.elixir_lang.beam.psi.impl.ModuleImpl.setMirror(ModuleImpl.kt:100) #2745

Open digitsu opened 2 years ago

digitsu commented 2 years ago

System

Plugin Version: 13.1.1 Application: IntelliJ IDEA Community Edition (2022.1.3) Operating System: Mac OS X (12.4)

Event

Exception

Stacktrace

java.lang.Throwable: No decompiled source function with name/arity (Frobots.Events.Battlelog.__struct__/1) ``` java.lang.Throwable: No decompiled source function with name/arity (Frobots.Events.Battlelog.__struct__/1) at com.intellij.openapi.diagnostic.Logger.error(Logger.java:182) at org.elixir_lang.beam.psi.impl.ModuleImpl.setMirror(ModuleImpl.kt:100) at org.elixir_lang.beam.psi.impl.ModuleElementImpl.setMirror(ModuleElementImpl.java:55) at org.elixir_lang.beam.psi.impl.ModuleElementImpl.setMirrors(ModuleElementImpl.java:46) at org.elixir_lang.beam.psi.impl.ModuleElementImpl.setMirrors(ModuleElementImpl.java:37) at org.elixir_lang.beam.psi.BeamFileImpl.setMirror(BeamFileImpl.kt:407) at org.elixir_lang.beam.psi.BeamFileImpl.getMirror$lambda-6$lambda-5(BeamFileImpl.kt:388) at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$executeNonCancelableSection$3(CoreProgressManager.java:223) at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:683) at com.intellij.openapi.progress.impl.CoreProgressManager.computeUnderProgress(CoreProgressManager.java:639) at com.intellij.openapi.progress.impl.CoreProgressManager.computeInNonCancelableSection(CoreProgressManager.java:238) at com.intellij.openapi.progress.impl.CoreProgressManager.executeNonCancelableSection(CoreProgressManager.java:222) at org.elixir_lang.beam.psi.BeamFileImpl.getMirror(BeamFileImpl.kt:387) at org.elixir_lang.beam.psi.impl.ModuleElementImpl.getMirror(ModuleElementImpl.java:115) at org.elixir_lang.beam.psi.impl.CallDefinitionImpl.getNavigationElement(CallDefinitionImpl.kt:70) ```
KronicDeth commented 2 years ago

I need you to take the Frobots.Events.Battlelog.beam file from the file system, zip it, and then upload the zip as an attachment to a comment here, so I can use the file to reproduce the bug and determine the source of the decompiling error that lead to a parsing error of the decompiled code.