doubleSlashde / KeepTime

Application to track your time spent on different projects each day.
GNU General Public License v3.0
8 stars 3 forks source link

revert back to old jnativehook version as when run as .jar file it th… #106

Closed Death111 closed 1 year ago

Death111 commented 1 year ago

…rows a UnsatisfiedLinkError

Death111 commented 1 year ago

for documentation the exception was

13:31:45.169 [JavaFX Application Thread] ERROR de.doubleslash.keeptime.DefaultExceptionHandler - Uncaught exception on thread 'Thread[JavaFX Application Thread,5,main]'. java.lang.UnsatisfiedLinkError: URI is not hierarchical at com.github.kwhat.jnativehook.GlobalScreen.<clinit>(GlobalScreen.java:91) at de.doubleslash.keeptime.viewpopup.GlobalScreenListener.lambda$new$1(GlobalScreenListener.java:72) at com.sun.javafx.application.PlatformImpl.lambda$null$5(PlatformImpl.java:295) at java.security.AccessController.doPrivileged(Native Method) at com.sun.javafx.application.PlatformImpl.lambda$runLater$6(PlatformImpl.java:294) at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:95) at com.sun.glass.ui.win.WinApplication._runLoop(Native Method) at com.sun.glass.ui.win.WinApplication.lambda$null$3(WinApplication.java:177) at java.lang.Thread.run(Thread.java:750) Not sure if this related to https://github.com/kwhat/jnativehook/issues/394