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
and clicking it gives me an NPE (although this might be a Ghidra issue) :
Cannot invoke "java.util.List.get(int)" because "this.list" is null
java.lang.NullPointerException: Cannot invoke "java.util.List.get(int)" because "this.list" is null
at ghidra.app.plugin.core.interpreter.CodeCompletionListSelectionModel.setSelectionInterval(CodeCompletionWindow.java:378)
at java.desktop/javax.swing.JList.setSelectionInterval(JList.java:2104)
at java.desktop/javax.swing.plaf.basic.BasicListUI$Handler.adjustSelection(BasicListUI.java:2931)
at java.desktop/javax.swing.plaf.basic.BasicListUI$Handler.mousePressed(BasicListUI.java:2887)
at java.desktop/java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:288)
at java.desktop/java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:287)
at java.desktop/java.awt.Component.processMouseEvent(Component.java:6623)
at java.desktop/javax.swing.JComponent.processMouseEvent(JComponent.java:3389)
Are there any possible mistakes/omissions I might have made while building/installing to look out for? It appears (#5) that autocomplete isn't a thing yet. Are there any potential problems if I run the Jython side-by-side for autocomplete and disable it before running scripts?
The text was updated successfully, but these errors were encountered:
@sad-dev thank you for reporting. You are correct that Ghidrathon does not yet support autocomplete, however, you have identified a bug that should be addressed.
You can run the Jython interpreter alongside Ghidrathon without needing to disable. Disabling Jython is simply a recommendation, not a requirement. Just note that when both are enabled Ghidrathon takes precendance over Jython when running scripts from the Ghidra script manager and in headless mode.
mike-hunhoff
changed the title
No Autocomplete in the Interpreter Window?
Unhandled exception when clicking empty autocomplete option in interpreter window
Jul 10, 2023
I am using a fairly recent commit of ghidra (NationalSecurityAgency/ghidra@9e83921) and the latest (b7bedaf) of Ghidrathon
Autocomplete provides no completions for me:
and clicking it gives me an NPE (although this might be a Ghidra issue) :
Are there any possible mistakes/omissions I might have made while building/installing to look out for?It appears (#5) that autocomplete isn't a thing yet. Are there any potential problems if I run the Jython side-by-side for autocomplete and disable it before running scripts?The text was updated successfully, but these errors were encountered: