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.