Hi,
I'm constantly running in a Swing Timeout:
Caused by: ghidra.util.exception.UnableToSwingException: Timed-out waiting for Swing thread lock in 20 SECONDS
I tried setting the timeout in launch.properties by adding:
VMARGS=-Dswing.timeout.seconds="300"
but it still took the 20s default timeout.
The corresponding code should be this:
https://github.com/NationalSecurityAgency/ghidra/blob/master/Ghidra/Framework/Utility/src/main/java/ghidra/util/Swing.java#L38
How to customize this setting for good?
Thanks in advance!
Hi,
I'm constantly running in a Swing Timeout:
Caused by: ghidra.util.exception.UnableToSwingException: Timed-out waiting for Swing thread lock in 20 SECONDSI tried setting the timeout in launch.properties by adding:
VMARGS=-Dswing.timeout.seconds="300"but it still took the 20s default timeout.
The corresponding code should be this:
https://github.com/NationalSecurityAgency/ghidra/blob/master/Ghidra/Framework/Utility/src/main/java/ghidra/util/Swing.java#L38
How to customize this setting for good?
Thanks in advance!