beardypig / ghidra-emotionengine

Ghidra Processor for the Play Station 2's Emotion Engine MIPS based CPU
Apache License 2.0
198 stars 35 forks source link

Issue with 'Error in plugin event listener' #61

Closed GenericMadScientist closed 3 years ago

GenericMadScientist commented 3 years ago

Whenever I try to open the Yu-Gi-Oh! The Duelists of the Roses Japanese ELF I get an 'Error in plugin event listener'. This happens even if I start a new project with said ELF and try to import it as a raw binary using the MIPS R5900 instruction set. Here is said ELF

GenericMadScientist commented 3 years ago

Okay, so it turns out the plugin is not to blame whatsoever. It turns out that Ghidra just doesn't want to behave with OpenJDK 16. Reverting to OpenJDK 15.0.2 solved the problem.

rodg commented 2 years ago

The fix mentioned in the closing comment here also worked (for me) if you want to stay on a newer JDK: https://github.com/NationalSecurityAgency/ghidra/issues/2999