-
Notifications
You must be signed in to change notification settings - Fork 26
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
Can't run example 01 #35
Comments
I wonder if the GLSL backend could be the cause of the crash here.
Also, in any case, could you give me a stack trace of where the crash is happening, with:
|
@dciabrin The first command worked! Thank you! Here is the stack trace:
|
Good to know.
Ok that definitely looks like the the way gngeo uses threads doesn't play nicely with the nvidia GL driver. It's going to be painful for me to replicate as I don't have an nvidia card around. But just to confirm the theory, can you give me a stack trace of all the threads running at the time:
I suspect that the thread that created the GL context is not the one which performs the rendering, or something along those lines. |
No worries if it can't be fixed, assuming I can use the other command it should work just fine for me exploring the Neo Geo. :) This is the output I got:
|
Not sure why but I can't get it to run any of the examples, however I can start gngeo with no game loaded.
Edit: I should also mention I am running Ubuntu 18.04
The text was updated successfully, but these errors were encountered: