-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bad GLX FBConfig & poll_for_event: Assertion `!xcb_xlib_threads_sequence_lost' failed. #10474
Comments
This only happens if gl, gl1 or glcore are selected as video drivers. |
Complete log, from starting Retroarch to having it crash after loading the game: [INFO] RetroArch 1.8.5 (Git c88d298) |
After almost 3 hours of trying to fix this, I think I found the solution. I have linked this to the flycast repo. |
The bug is present if the alpha sorting is set to per-pixel instead of the default per-triangle. |
@heldernovais is it still an issue ? Otherwise please close this issue. Thank you. |
I don't know, I don't use Retroarch or even Linux anymore |
Description
When I try to run Sonic Adventure with Flycast, it crashes instantly and I get this error.
The same happens with the sequel and Crazy Taxi.
Expected behavior
The game would just work.
Actual behavior
Crash. Full log:
$ retroarch
sh: 1: xdg-screensaver: not found
[CDROM] Could not open /dev/sg3, please check permissions.
[CDROM] Could not open /dev/sg2, please check permissions.
[CDROM] Could not open /dev/sg1, please check permissions.
[CDROM] Could not open /dev/sg0, please check permissions.
ALSA lib conf.c:3916:(snd_config_update_r) Cannot access file /usr/share/alsa/alsa.conf
ALSA lib seq.c:935:(snd_seq_open_noupdate) Unknown SEQ default
[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.
retroarch: ../../src/xcb_io.c:259: poll_for_event: Assertion `!xcb_xlib_threads_sequence_lost' failed.
Aborted (core dumped)
NOTE: It crashes when it starts writing about xcb.
Steps to reproduce the bug
Bisect Results
It started happening today. Yesterday, it was working fine.
Version/Commit
RetroArch: Frontend for libretro -- v1.8.5 -- c88d298 --
Compiler: GCC (7.5.0) 64-bit Built: Mar 21 2020
Environment information
The text was updated successfully, but these errors were encountered: