Main Restorations Software Audio/Jukebox/MP3 Everything Else Buy/Sell/Trade
Project Announcements Monitor/Video GroovyMAME Merit/JVL Touchscreen Meet Up Retail Vendors
Driving & Racing Woodworking Software Support Forums Consoles Project Arcade Reviews
Automated Projects Artwork Frontend Support Forums Pinball Forum Discussion Old Boards
Raspberry Pi & Dev Board controls.dat Linux Miscellaneous Arcade Wiki Discussion Old Archives
Lightguns Arcade1Up Try the site in https mode Site News

Unread posts | New Replies | Recent posts | Rules | Chatroom | Wiki | File Repository | RSS | Submit news

  

Author Topic: Basic Lubuntu with Wah!Cade Tutorial  (Read 50333 times)

0 Members and 1 Guest are viewing this topic.

rtpb

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 14
  • Last login:August 17, 2013, 05:12:20 pm
  • I want to build my own arcade controls!
Re: Basic Lubuntu with Wah!Cade Tutorial
« Reply #40 on: February 28, 2013, 09:37:01 pm »
Does anyone have tips on customizing wahcade?

http://wahki.mameau.com/

Have a look at the configuration and extras sections of Wah!Ki. Let me know if anything is specifically missing and perhaps we can address it there.
Hey thanks for the link. I tried to sign up for the forums but am unable to complete the registrations due to the security question at the end. It seems mamedev is changing hosts, and the temp domain is also down. Also do you have pages about how to setup the artwork inside wahcade? I read that I should keep the artwork files in a .zip format into my /artworkfolder. However mahcade creates 3 separate folders for images it seems. Thanks!

sairuk

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 26
  • Last login:August 25, 2019, 02:24:17 am
    • mameau
Re: Basic Lubuntu with Wah!Cade Tutorial
« Reply #41 on: March 01, 2013, 03:43:37 pm »
Also do you have pages about how to setup the artwork inside wahcade? I read that I should keep the artwork files in a .zip format into my /artworkfolder. However mahcade creates 3 separate folders for images it seems. Thanks!

If you are referring to:
- the artwork for use with the layouts (screenshots, videos, etc), wahcade/mahcade doesn't actually care where that is because you tell it through the ini files, they do need to be unzipped though
- the artwork for the layouts, they needs to go into the layouts directory unzipped
- the bezel artwork used by mame, they are generally zipped in the artwork directory under mame and have nothing technically to do with wahcade/mahcade

http://wahki.mameau.com/index.php?title=Wah!Cade:Configuration#Layouts
mameau - My random bits | Wah!Ki - A Wah!Cade wiki | Mah!Cade - Experimental Wah!cade Branch | ListGen | Lazarus

MrHill

  • Trade Count: (0)
  • Newbie
  • *
  • Offline Offline
  • Posts: 1
  • Last login:June 26, 2013, 09:09:42 pm
  • I want to build my own arcade controls!
Re: Basic Lubuntu with Wah!Cade Tutorial
« Reply #42 on: June 26, 2013, 09:06:09 pm »
I keep getting this error when trying to run Wah!Cade:

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'

Any Ideas? THANKS!

sairuk

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 26
  • Last login:August 25, 2019, 02:24:17 am
    • mameau
Re: Basic Lubuntu with Wah!Cade Tutorial
« Reply #43 on: June 30, 2013, 05:58:47 pm »
Install Mah!Cade instead from mameau.com or the bzr version from launchpad. They both have the fix for this error implemented


I keep getting this error when trying to run Wah!Cade:

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'

Any Ideas? THANKS!
mameau - My random bits | Wah!Ki - A Wah!Cade wiki | Mah!Cade - Experimental Wah!cade Branch | ListGen | Lazarus

planetjay

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 547
  • Last login:April 22, 2019, 10:50:57 pm
  • Ex-Evil Admin Monkey.
    • planetjay.com
Re: Basic Lubuntu with Wah!Cade Tutorial
« Reply #44 on: July 30, 2013, 10:44:22 pm »
This worked for me...

Install Mah!Cade instead from mameau.com or the bzr version from launchpad. They both have the fix for this error implemented


I keep getting this error when trying to run Wah!Cade:

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'

Any Ideas? THANKS!
« Last Edit: July 31, 2013, 11:21:36 am by planetjay »
planetjay.com. Still in Chicago. Still no hurricanes!