Can anyone tell me what is wrong with the following setup:

GAMES_ITEMS = [ ('MAME', '/multimedia/GAMES/xmame', ('MAME', 
'/usr/X11R6/bin/xmame.SDL', '-fullscreen -modenumber 6', 
'/multimedia/GAMES/xmame/shots', None)),
                ('SUPER NINTENDO', '/multimedia/GAMES/SuperNintendo', ('SNES', 
'/usr/bin/zsnes', '-m -r 3 -k 100 -cs -u', '', None )),
                ('Visual Boy Advance', '/multimedia/GAMES/GBA', ('GENERIC', 
'/usr/bin/VisualBoyAdvance', '', '', [ 'gba' ] )),
                ('MEGADRIVE', '/multimedia/GAMES/megadrive', ('GENESIS', 
'/usr/local/bin/generator-gtk', '', '', '' ))
                ('ATARI 2600','/multimedia/GAMES/2600', 
('GENERIC','/usr/bin/stella.sdl','-volume 80','',[ 'a26' , 'bin' ])),
                ('NES','/multimedia/GAMES/nes', ('GENERIC', '/usr/bin/fceu', 
'-input1 gamepad -sound 1 -soundbufsize 256 -doublebuf 1 -xres 640 -yres 480 
-special 3 -ntsccol 1', '', [ 'nes' ])) ]

I get the following error when trying to start freevo with the following 
setup:

Could not open logfile: /var/log/freevo/main-500.log
Could not open logfile: /var/log/freevo/main-500.log
WARNING: duplicate plugin activation, ignoring:
<video.imdb None None>

WARNING: duplicate plugin activation, ignoring:
<video.mplayer None None>

WARNING: duplicate plugin activation, ignoring:
<tiny_osd None None>

Traceback (most recent call last):
  File "/usr/lib/python2.3/site-packages/freevo/main.py", line 78, in ?
    import config
  File "/usr/lib/python2.3/site-packages/freevo/config.py", line 465, in ?
    execfile(overridefile, globals(), locals())
  File "/etc/freevo/local_conf.py", line 406, in ?
    GAMES_ITEMS = [ ('MAME', '/multimedia/GAMES/xmame', ('MAME', 
'/usr/X11R6/bin/xmame.SDL', '-fullscreen -modenumber 6', 
'/multimedia/GAMES/xmame/shots', None)),
TypeError: 'tuple' object is not callable


Thanks!

NeoFax


-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to