idkr-client / idkr

:video_game: idk, just a Krunker client
GNU Affero General Public License v3.0
56 stars 37 forks source link

Weird Console Error #64

Closed thodpap closed 2 years ago

thodpap commented 2 years ago

I run idkr on ubuntu 20 with the Linux portable (x86_64) image. After installing it i ran chmod a+x idkr-portable-linux-x86_64.AppImage to make it executable. After running it with ./idkr-portable-linux-x86_64.AppImage i get the following error

[xcb] Unknown sequence number while processing queue [xcb] Most likely this is a multi-threaded client and XInitThreads has not been called [xcb] Aborting, sorry about that. idkr: ../../src/xcb_io.c:269: poll_for_event: Assertion '!xcb_xlib_threads_sequence_lost' failed. Aborted (core dumped)

Then I tried running it with sudo ./idkr-portable-linux-x86_64.AppImage --no-sandbox the no-sandbox is required for some reason. Initially, it worked, but the sound was off (don't know why). Now, trying the same thing fails and i get the same error message. Am I doing something wrong or is it a bug?

Mixaz017 commented 2 years ago

This is a duplicate of #21. A solution is also found there.