-
Notifications
You must be signed in to change notification settings - Fork 220
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
X Session Locks Up #325
Comments
What graphics card do you have and which driver do you use? |
I use the default Intel driver with Debian. |
I don't have any experience with the Intel IGPUs, but you could try to attach to the openspades process with gdb and look where it's stuck(You may have to enable the debug build in cmake: |
I'm not sure if debugging would work out very well if I completely lock up and can't really take a look at what happened. |
Does the issue still persist in the latest version? |
No idea, and it will probably be a while before I get the urge to test it. Honestly it might have been a settings issue on my end. Let's call it closed for now, and I'll reopen if the issue resurfaces. |
After finally getting the OpenSpades framebuffer to stay loaded for a comprehensible amount of time (#160), I joined a server, and it seems as though it's an amount of time, but it could be some action of mine, which causes my entire X11 session to freeze. I had to kill it from the console to regain control.
I checked
htop
first to discover that OpenSpades was maxing out one of my cores.I built from 0.0.12 source on Debian Sid.
The text was updated successfully, but these errors were encountered: