dod-cyber-crime-center / pyhidra

Pyhidra is a Python library that provides direct access to the Ghidra API within a native CPython interpreter using jpype.
Other
184 stars 16 forks source link

Mac GUI fails to load #9

Closed lacraig2 closed 2 years ago

lacraig2 commented 2 years ago

The GUI on MacOS stalls and fails to open when requested (i.e. via pyhidraw).

The following output is provided before stalling.

INFO  Using log config file: jar:file:/Applications/Ghidra.app/ghidra_10.2_DEV_20220216/Ghidra/Framework/Generic/lib/Generic.jar!/generic.log4j.xml (LoggingInitialization)  
INFO  Using log file: /Users/user/.ghidra/.ghidra_10.2_DEV/application.log (LoggingInitialization)  
INFO  Loading user preferences: /Users/user/.ghidra/.ghidra_10.2_DEV/preferences (Preferences)  
INFO  Loading previous preferences: /Users/user/.ghidra/.ghidra_10.2_DEV_location_workspace/preferences (Preferences) 

Target: OSX 11.6.4, Python 3.7.6, Ghidra 10.2 DEV, openjdk 14.0.2

lacraig2 commented 2 years ago

Fixed.