-
Notifications
You must be signed in to change notification settings - Fork 4
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
The program 'minir' received an X Window System error #9
Comments
Can't reproduce any X11 errors on Ubuntu 14.04 or 17.10 under the default config, with snes9x_libretro.so and Super Mario World.sfc as arguments. I can't fix this without a stack trace (and I'm not sure if that's enough, but worth a try). To create that, open a terminal and type:
and copypaste whatever it prints. |
Sorry for delay, This is X11, by the way, not xwayland.
|
looks like it's actually glib fucking up, not your program (Just a guess - I've no clue with this, this isn't my field at all.) |
If I'm slower than you, you have nothing to apologize for. (e: as in "I'm not fast either", not "hurry up") glib is the one reporting the error, but there's a good chance it's my fault. glib likes to make deep stack traces. video-opengl.cpp:410 is glxMakeCurrent(this->display, this->glxsurface, NULL);, which says "BadMatch is generated if drawable was not created with the same X screen and visual as ctx. It is also generated if drawable is None and ctx is not NULL." Try the following:
|
after building fro this repo, minir won't start. Here's the log:
The text was updated successfully, but these errors were encountered: