Closed xeruf closed 6 years ago
This is also the reason why the application for me always exits with exit code 1.
Once again, it appears it does work on my Mint OS. Does reverting jnativehook to a 2.0.1 help?
In case reverting to older build does not help, I suggest defaulting using global hotkeys on Linux to false and only allowing them with a warning (or not at all). Before doing any change I need to know if this can be adequately fixed somehow, does older lib produce this problem for you?
@Xerus2000, you have reverted jnativehook to 2.0.2. Can this issue be closed now?
a2a8f935a6f5574fd8dd226b14e7686169cbc8fa
The issue I encountered is already reported on jnativehook: https://github.com/kwhat/jnativehook/issues/200
When disabling global shortcuts in the settings, I have found that the call to
GlobalScreen.unregisterNativeHook()
inHotkeys.stop()
silently terminates the application, no stacktrace, no exception, just instantly dead.