the program's screen is all gray except the tips on startup
maybe because i use dwm??
Downloads/ghidra_9.0/support/ghidraDebug
Listening for transport dt_socket at address: 18001
openjdk version "11.0.2" 2019-01-15
OpenJDK Runtime Environment 18.9 (build 11.0.2+9)
OpenJDK 64-Bit Server VM 18.9 (build 11.0.2+9, mixed mode)
INFO Using log config file: file:/home/sam/Downloads/ghidra_9.0/support/debug.log4j.xml (LoggingInitialization.java:59)
INFO Using log file: /home/sam/.ghidra/.ghidra-9.0/application.log (LoggingInitialization.java:60)
INFO Loading user preferences: /home/sam/.ghidra/.ghidra-9.0/preferences (Preferences.java:122)
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by ghidra.framework.GhidraApplicationConfiguration (file:/home/sam/Downloads/ghidra_9.0/Ghidra/Features/Base/lib/Base.jar) to field sun.awt.X11.XToolkit.awtAppClassName
WARNING: Please consider reporting this to the maintainers of ghidra.framework.GhidraApplicationConfiguration
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
INFO Class search complete (792 ms) (ClassSearcher.java:248)
INFO Initializing SSL Context (SSLContextInitializer.java:83)
INFO Initializing Random Number Generator... (SecureRandomFactory.java:37)
INFO Random Number Generator initialization complete: NativePRNGNonBlocking (SecureRandomFactory.java:41)
INFO Trust manager disabled, cacerts have not been set (ApplicationTrustManagerFactory.java:95)
INFO User sam started Ghidra. (GhidraRun.java:81)
DEBUG Recovery snapshot timer set to 5 minute(s) (RecoverySnapshotMgrPlugin.java:170)
the program's screen is all gray except the tips on startup
maybe because i use dwm??
I remember having issues like that when I used dwm or awesome, try that : https://wiki.gentoo.org/wiki/Dwm#Blank_.28grey.29_windows_of_Java_applications_.28such_as_netbeans.29
like rhaamo said it doesn't support certain window managers.
This can be fixed by running Ghidra like this _JAVA_AWT_WM_NONREPARENTING=1 ./ghidraRun
thanks
Most helpful comment
This can be fixed by running Ghidra like this
_JAVA_AWT_WM_NONREPARENTING=1 ./ghidraRun