Dolphin, the GameCube and Wii emulator - Forums

Full Version: R6480 linux dolphin-emu error, please help
You're currently viewing a stripped down version of our content. View the full version with proper formatting.

soul916

All,

I compiled dolphin-emu use cmake under archlinux.
The version is svn revision 6480
When loading iso shows below errors:

command:
dolphin-emu -sync -e SuperMario.iso

Error message:
The program 'dolphin-emu' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadAtom (invalid Atom parameter)'.
(Details: serial 3033 error_code 5 request_code 20 minor_code 0)
(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.)

soul916

Looks like revision 6495 resolve this problem