- Joined
- Oct 20, 2015
- Messages
- 1
- Thread Author
- #1
problem:
[xcb] Most likely this is a multi-threaded client and XInitThreads has bot been called.
[xcb] Aborting, sorry about that.
java: ../../src/xcb_io.c:274 poll_for_event: Assertion `! xcb_xlib_threads_seq
It seems to only effect linux because the JVM on linux doesn't make the call to XInitThreads.
Here is a couple threads i found that seem to confirm this.
https://github.com/tulskiy/jkeymaster/issues/8
http://theindiestone.com/forums/index.php/topic/1044-damn-you-linuxjava/
[xcb] Most likely this is a multi-threaded client and XInitThreads has bot been called.
[xcb] Aborting, sorry about that.
java: ../../src/xcb_io.c:274 poll_for_event: Assertion `! xcb_xlib_threads_seq
It seems to only effect linux because the JVM on linux doesn't make the call to XInitThreads.
Here is a couple threads i found that seem to confirm this.
https://github.com/tulskiy/jkeymaster/issues/8
http://theindiestone.com/forums/index.php/topic/1044-damn-you-linuxjava/