Closed H0neyBadger closed 2 years ago
This is due to this API being changed recently by Ghidra and I haven't updated this to support it yet.
Compiled with your fix- works fine, plugin loads correctly. Please open pull request for @Adubbz or maybe we can send pre-compiled plugin to host on release if this change breaks the earlier Ghidra versions
Hello, I'm having the following error during the build of the Ghidra-Switch-Loader:
After a quick investigation, I replaced the
this.log.getMsgCount() > 0
condition bythis.log.hasMessages()
But I'm not sure if my setup is correct https://github.com/NationalSecurityAgency/ghidra/blob/cbe83dcd7853dc09e7c05113a4cf9a5fb0fb1fad/Ghidra/Framework/Generic/src/main/java/ghidra/app/util/importer/MessageLog.java#L115
Let me know if I can help.