pyghidraRun not launching GUI #8290
-
TL;DR - Upgraded to 11.4, now pyghidraRun will only launch the GUI in some directories, chiefly my user
Things that I've tried:
What else can I try here? |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 31 replies
-
Hmm, any chance this could be it? ghidra/Ghidra/RuntimeScripts/Linux/support/pyghidraRun Lines 7 to 10 in 7482131 |
Beta Was this translation helpful? Give feedback.
-
I won't have the opportunity to look into it until next week, but will do so as soon as possible. |
Beta Was this translation helpful? Give feedback.
-
From my local testing with MacOS 15.5, is there any chance your venv or environment has a bad install of pyghidra, or is it possible having GHIDRA_INSTALL_DIR not set for me is helping? I was mainly curious if there was something special about 11.4's pyghidra, and wanted to remove those variables. Both commands launched from Ghidra 11.3.2, which was my current system path ghidra
Downloading and unzipping 11.4
An additional test from
|
Beta Was this translation helpful? Give feedback.
-
Any chance it is a conflict between using free-threaded and non free-threaded? I had to hardcode the value in |
Beta Was this translation helpful? Give feedback.
-
FYI |
Beta Was this translation helpful? Give feedback.
Ok, with this description I was able to reproduce it! I'll work on a fix. Thanks!