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
Could not initialize class com.google.security.zynamics.BinExport$BinExport2
java.lang.NoClassDefFoundError: Could not initialize class com.google.security.zynamics.BinExport$BinExport2
at com.google.security.binexport.BinExport2Builder.<init>(BinExport2Builder.java:81)
at com.google.security.binexport.BinExportExporter.export(BinExportExporter.java:92)
at ghidra.app.plugin.core.exporter.ExporterDialog$ExportTask.run(ExporterDialog.java:578)
at ghidra.util.task.Task.monitoredRun(Task.java:134)
at ghidra.util.task.TaskRunner.lambda$startTaskThread$0(TaskRunner.java:106)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
at java.base/java.lang.Thread.run(Thread.java:1583)
Caused by: java.lang.ExceptionInInitializerError: Exception java.lang.IllegalAccessError: class com.google.security.zynamics.BinExport$BinExport2 tried to access method 'com.google.protobuf.LazyStringArrayList com.google.protobuf.LazyStringArrayList.emptyList()' (com.google.security.zynamics.BinExport$BinExport2 and com.google.protobuf.LazyStringArrayList are in unnamed module of loader ghidra.GhidraClassLoader @483bf400) [in thread "Task - Export visualboyadvance-m---.exe"]
at com.google.security.zynamics.BinExport$BinExport2.<init>(BinExport.java:19352)
at com.google.security.zynamics.BinExport$BinExport2.<clinit>(BinExport.java:25089)
... 8 more
---------------------------------------------------
Build Date: 2024-Nov-05
Ghidra Version: 11.2.1
Java Home: /nix/store/f042x32jfm94d3cgaga8d6xl8vy6sg46-openjdk-21.0.5+11/lib/openjdk
JVM Version: N/A 21.0.5
OS: Linux 6.12.6 amd64
The text was updated successfully, but these errors were encountered:
I'll try to debug this issue a bit, as this might be caused by nix-related build stuff. I can see following classes in the ghidra-binexport.jar, but have no clue why it isn't working...
Running latest commit, JDK 21, ghidra 11.2.1.
The text was updated successfully, but these errors were encountered: