When playing a game (mame, snes, nes, sms) with a USB->PS2 joystick, I can crash it everytime by hitting the button 4 while the game is playing. I get this error:

      ---------------------- DirectFB v0.9.20 ---------------------
            (c) 2000-2002  convergence integrated media GmbH
            (c) 2002-2003  convergence GmbH
       -----------------------------------------------------------

(*) Multi Application Core. (with MMX support) (2005-01-23 00:07)
(*) DirectFB/misc/memcpy: using MMXEXT optimized memcpy()
Pygame Parachute Traceback:
Thread-0x8356778
File "/usr/local/src/freevo-1.5.3/src/childapp.py", line 318, in _handle_input
Thread-0x82c9908
File "/usr/local/src/freevo-1.5.3/src/plugins/rom_drives.py", line 757, in run
Thread-0x8257a30
File "/usr/local/lib/python2.3/threading.py", line 204, in wait
Thread-0x8137ec0
File "/usr/local/src/freevo-1.5.3/src/osd.py", line 563, in restartdisplay
Fatal Python error: (pygame parachute) Segmentation Fault


I have my USB Joystick mapped like this in the local_config.py
JOY_CMDS = {
   'up'             : 'UP',
   'down'           : 'DOWN',
   'left'           : 'LEFT',
   'right'          : 'RIGHT',
   'button 1'       : 'EXIT',     #Triangle button
   'button 2'       : 'ENTER',    #Circle button
   'button 3'       : 'PLAY',     #X button
   *'button 4'       : 'SELECT',   #Square button*
}

Anything I can do to stop it?


------------------------------------------------------- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source databases. Create drag-&-drop reports. Save time by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. Download a FREE copy at http://www.intelliview.com/go/osdn_nl _______________________________________________ Freevo-users mailing list Freevo-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to