Evan Hisey wrote:
> Duncan-
>> What have you got for your generic games in local_conf.py?
>>
> 
>>From local config:
>  ('NINTENDO', '/mnt/anime/NES',
>  ('GENERIC','/usr/bin/tuxnes','-1/dev/input/j0 -2/dev/input/j1
> -G800x600','',[ 'NES','nes']))
> 

I think that you cut too much from the message

> 2007-12-17 17:52:05,578 DEBUG    genericitem.py (74):
> command=['--prio=-20', '/usr/bin/tuxnes', '-1/dev/input/js0',
> '-2/dev/input/js1', '-G800x600', '/mnt/
> anime/NES/1942.NES']
> 2007-12-17 17:52:05,581 DEBUG    genericitem.py (74):
> command=['--prio=-20', '/usr/bin/tuxnes', '-1/dev/input/js0',
> '-2/dev/input/js1', '-G800x600', '/mnt/
> anime/NES/720.NES']
> 2007-12-17 17:52:05,583 DEBUG    genericitem.py (74):
> command=['--prio=-20', '/usr/bin/tuxnes', '-1/dev/input/js0',
> '-2/dev/input/js1', '-G800x600', '/mnt/
> anime/NES/ABOYANDH.NES']
> <repeated for every game in the Dir>
> 2007-12-17 17:52:05,586 DEBUG    genericitem.py (74):
> command=['--prio=-20', '/usr/bin/tuxnes', '-1/dev/input/js0',
> '-2/dev/input/js1', '-G800x600', '/mnt/
> anime/NES/BARTVSWO.NES']

The reason for the change is GAMES_ITEMS like:
GAMES_ITEMS = [
    ('Pingus', '/etc/freevo/games/pingus',
        ('GENERIC', '/usr/games/bin/pingus', '--fullscreen
--geometry=%s' % CONF.geometry, '', [ 'pingus' ] )),
]

which won't run with the line 73 left in, so what I've been looking for
is a way to program generic games so that they will work in both cases.
It seems that the length of the file argument being greater than one
could indicate a method to include the line.

I thought that there was a snes plug-in for Nintendo games.

Duncan


-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Freevo-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to