When I use the SDL renderer, tuxnes crashes. SDL doesn't normally give
a core file. When I add the SDL_INIT_NOPARACHUTE to the SDL_Init
options, I get:
#0 0x401ca212 in XPending () from /usr/X11R6/lib/libX11.so.6
(gdb) bt
#0 0x401ca212 in XPending () from /usr/X11R6/lib/libX11.so.6
#1 0x0806149b in HandleJoystickLinux (stick=0) at controller.c:727
#2 0x080769f9 in DoNMIC () at emulator_c_iface.c:168
#3 0x0807683a in nmi_shim_m6502 (addr=65415) at emulator_c_iface.c:115
#4 0x0807718d in StartC () at emulator_c_iface.c:325
#5 0x0804ec7c in main (argc=4, argv=0xbffff934) at emu.c:2231
jason
|