epick icon indicating copy to clipboard operation
epick copied to clipboard

Crash on start, return code 134

Open slve opened this issue 4 years ago • 2 comments

Hi @wojciechkepka,

Thanks for sharing your application. I installed it the first time, using Arch Linux, When trying to run I get the following message and the app returns with 134.

[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.
epick: xcb_io.c:269: poll_for_event: Assertion `!xcb_xlib_threads_sequence_lost' failed.
[1]    43368 abort (core dumped)  epick

Tried both with and without running a composition manager, picom namely, got the same message and exit code. My window manager is dwm. Please let me know if there's more information I could provide to help debugging.

Thank you

slve avatar Jun 02 '21 05:06 slve

Hi @slve,

thanks for checking the app out! I think it's a problem with the GUI library used here. There is a similar issue created here: https://github.com/emilk/egui/issues/446

For now I guess we'll have to wait a bit and see.

vv9k avatar Jun 02 '21 06:06 vv9k

Oh, great, thanks for the details!

slve avatar Jun 02 '21 11:06 slve

Seems like the upstream issue is already resolved so closing this one too.

vv9k avatar Oct 14 '22 08:10 vv9k