You are not logged in.
Pages: 1
Try running it in a console and looking at the output.
My hunch is that you have the same problem that I have, which is an issue with the 3d acceleration. If you receive something like the following message:
The program 'desmume' received an X Window System error.
This probably reflects a bug in the program.
The error was 'GLXBadContext'.
(Details: serial 272 error_code 186 request_code 163 minor_code 5)
(Note to programmers: normally, X errors are reported asynchronously;
that is, you will receive the error a while after causing it.
To debug your program, run it with the --sync command line
option to change this behavior. You can then get a meaningful
backtrace from your debugger if you break on the gdk_x_error() function.)Try running
desmume --disable-3dand see how that goes.
Hope this helps!
- Tomkin
Pages: 1