Results 1 to 2 of 2

Thread: mame and wahcade python error

  1. #1
    Join Date
    Jun 2008
    Location
    Johnson CIty TN
    Beans
    66
    Distro
    Ubuntu 10.10 Maverick Meerkat

    mame and wahcade python error

    i followed this guide with a little help from here as well. everything seems fine, but when i start wahcade from terminal everything comes up as if it is fine but i get a window with this message. running this on ubuntu 11.10 64 bit if that matters, with the setup files that are found here. thanks in advance!

    Code:
    Traceback (most recent call last):
      File "wahcade.py", line 81, in <module>
        app = WinMain(options)
      File "/usr/local/share/games/wahcade/win_main.py", line 300, in __init__
        self.load_emulator()
      File "/usr/local/share/games/wahcade/win_main.py", line 1078, in load_emulator
        self.load_list()
      File "/usr/local/share/games/wahcade/win_main.py", line 1121, in load_list
        self.pop_games_list()
      File "/usr/local/share/games/wahcade/win_main.py", line 1384, in pop_games_list
        self.emu_ini)
      File "/usr/local/share/games/wahcade/filters.py", line 369, in create_initial_filter
        gd = mi.next()
      File "/usr/local/share/games/wahcade/filters.py", line 271, in get_xml_game_item
        d['controller_type'] = _controllers[ctrl.attrib['type']]
    KeyError: 'joy'
    Ubuntu User: #23748 | Linux User: #477811

    Goodbye, Windows! Don't call me, I won't call you!

  2. #2
    Join Date
    Nov 2007
    Beans
    48

    Re: mame and wahcade python error

    Looks like a problem with the joystick, it's either looking for one that's not there or it's configured wrong. Can you post your config file?

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •