kwhat / jnativehook

Global keyboard and mouse listeners for Java.
Other
1.73k stars 344 forks source link

A fatal error has been detected by the Java Runtime Environment: #455

Open jethwanidhiraj opened 9 months ago

jethwanidhiraj commented 9 months ago

A fatal error has been detected by the Java Runtime Environment: #

SIGSEGV (0xb) at pc=0x00007efe8054e37e, pid=33676, tid=33702

#

JRE version: Java(TM) SE Runtime Environment (17.0.9+11) (build 17.0.9+11-LTS-201)

Java VM: Java HotSpot(TM) 64-Bit Server VM (17.0.9+11-LTS-201, mixed mode, sharing, tiered, compressed oops, compressed class ptrs, serial gc, linux-amd64)

Problematic frame:

C [libX11.so.6+0x8e37e] XkbGetUpdatedMap+0x1e

This error occurs while executing registerNativeHook in ubuntu server. I am not getting any error in local machine but only on ubuntu server. The error occured only after i installed all required libraries listed in Readme file. Previously was stuck on [libxkbcommon-x11.so.0: cannot open shared object file: No such file or directory]

vincemann commented 4 months ago

see my answer here, maybe it helps https://github.com/kwhat/jnativehook/issues/442