pyhidra icon indicating copy to clipboard operation
pyhidra copied to clipboard

Fails to start gui on macOS (version 1.2.0)

Open kyrre opened this issue 8 months ago • 5 comments

While version 1.1.0 works fine the newest version 1.2.0 fails to launch on macOS:

macOS 14.5 ghidra via homebrew (with rebuilt native binaries)

GHIDRA_INSTALL_DIR=/opt/homebrew/Caskroom/ghidra/11.1.1-20240614/ghidra_11.1.1_PUBLIC pyhidra -g
INFO  Class search complete (1814 ms) (ClassSearcher)
INFO  Initializing SSL Context (SSLContextInitializer)
INFO  Initializing Random Number Generator... (SecureRandomFactory)
INFO  Random Number Generator initialization complete: NativePRNGNonBlocking (SecureRandomFactory)
INFO  Trust manager disabled, cacerts have not been set (ApplicationTrustManagerFactory)
INFO  User kyrre.wahl.kongsgaard started Ghidra. (GhidraRun)
INFO  User settings directory: /Users/kyrre.wahl.kongsgaard/Library/ghidra/ghidra_11.1.1_PUBLIC (GhidraRun)
INFO  User temp directory: /var/folders/bn/dtsdn12n0b986drxdvnf4n1m0000gp/T/kyrre.wahl.kongsgaard-ghidra (GhidraRun)
INFO  User cache directory: /var/tmp/kyrre.wahl.kongsgaard-ghidra (GhidraRun)
INFO  Opening project: /Users/kyrre.wahl.kongsgaard/projects/do_or_die/Rewind (DefaultProject)
INFO  Ghidra startup complete (3682 ms) (GhidraRun)

This is where it gets stuck on 1.2.0. Not sure how to debug this further

kyrre avatar Jun 28 '24 08:06 kyrre