Emulator Issues #1106
closedCrashes within few seconds of launching game
0%
Description
What steps will reproduce the problem?
- Compile latest version of dolphin on ubuntu 64, enable dual core mode
and run as root (to get more specific debug output)
Dolphin: ../../src/xcb_io.c:242: process_responses: Assertion `(((long)
(dpy->last_request_read) - (long) (dpy->request)) <= 0)' failed.
(0) : fatal error C9999: *** exception during compilation ***
Cg compiler terminated due to fatal error(0) : fatal error C9999: ***
exception during compilation ***
Cg compiler terminated due to fatal error
It runs very well for a few seconds then crashes with this message. It
takes longer for a similar crash to occur on single core mode. But on
linux, visuals and sound are looking great and for the few seconds it runs
with 3d graphics, I get 160% speed which is fantastic!
I have an nvidia 9400GT, and I've tried compiling with the nvidia 180 and
nvidia 185 (latest) drivers. I have all the required dependencies, other 3d
apps work fine, and there were no obvious build errors when compiling with
scons.
Any advice would be greatly appreciated, and I hope what I have posted can
help you track down the bug in question.
Updated by Sonicadvance1 over 15 years ago
This is a problem of using X11 code on multiple threads or the likes. This will
probably take a long time to actually get worked on since many don't really care
about it. Using a gamepad should help in the meantime.
Updated by 89Dragon over 15 years ago
The frustrating thing is that it doesn't work on single core mode either. It crashes
within seconds of loading a game - not with the same error albeit.
Updated by XTra.KrazzY over 15 years ago
- Status changed from New to Accepted
Confirmed on 32 bit as well. Yes, I hate the linux code, it's so messy it touches X11
from two diff. threads.
Updated by XTra.KrazzY over 15 years ago
- Status changed from Accepted to Duplicate