> Playing:  /data1/roms/snes/3 Ninjas Kick Back (U).smc
> Traceback (most recent call last):
>  File "/usr/lib/python2.5/site-packages/freevo/main.py", line 297, in
> eventhandler
>    app.eventhandler(event)
>  File
> "/home/cvs-community/community/multimedia/freevo/pkg/usr/lib/python2.5/site-packages/freevo/menu.py",
> line 730, in eventhandler
>    action(arg=arg, menuw=self)
>  File
> "/home/cvs-community/community/multimedia/freevo/pkg/usr/lib/python2.5/site-packages/freevo/games/snesitem.py",
> line 329, in play
>  File
> "/home/cvs-community/community/multimedia/freevo/pkg/usr/lib/python2.5/site-packages/freevo/games/game.py",
> line 97, in play
> TypeError: _debug_function_() takes at most 2 arguments (3 given)
>
>
> ---------------
> GAMES_ITEMS = [
>
>     ('Super Nintendo', '/data1/roms/snes',
>         ('SNES', '/usr/bin/zsnes', '', '', None )),
>     ('Sega Genesis', '/data1/roms/genesis/',
>         ('GENESIS', '/usr/local/bin/generator-svgalib', '', '', '' )),
>     ('Frets on Fire', '/usr/share/freevo/games/fof',
>         ('GENERIC', '/usr/local/games/fretsonfire/FretsOnFire', ' ',
> '',['game'] )),
> ]
>
Try taking out  a ( '', ). You are currently given 3 sets of
arguements to the game.py and it only handles 2.

Evan

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Freevo-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to