I'm running a 1.7 something version of Freevo and running some games via the 
menu.

Some work and some don't - if you watch very quickly there is a window flash 
up and disappear.
Pingus and Crack-Attack are the failures. The files in /etc/freevo/games/ are 
all set up in an equivalent manner.
Can anyone shed light on this?


Relevant part of local.conf.py

plugin.activate('games', level=45)
GAMES_ITEMS = [ ('Tux Racer', '/etc/freevo/games/ppracer',  
               ('GENERIC', '/usr/games/ppracer', '', '', [ 'ppracer' ] )),
        ('Sudoku', '/etc/freevo/games/ksudoku',  
               ('GENERIC', '/usr/games/ksudoku', '', '', [ 'sudoku' ] )),
        ('Pacman', '/etc/freevo/games/pacman',  
               ('GENERIC', '/usr/local/bin/pacman', '', '', [ 'pacman' ] )), 
        ('Pingus', '/etc/freevo/games/pingus',  
               ('GENERIC', '/usr/games/pingus', '', '', [ 'pingus' ] )),
        ('Crack-Attack', '/etc/freevo/games/crack-attack',  
               ('GENERIC', '/usr/games/crack-attack', '', '', 
[ 'crack-attack' ] )),
        ('Frozen Bubble', '/etc/freevo/games/frozen-bubble',  
               ('GENERIC', '/usr/games/frozen-bubble', '', '', 
[ 'frozen-bubble' ] ))
]


Relevant part from log

Playing:  /etc/freevo/games/ksudoku/sudoku.sudoku
Game.play(): Starting thread, 
cmd=['--prio=-20', '/usr/games/ksudoku', 
'/etc/freevo/games/ksudoku/sudoku.sudoku']
logging child to "/tmp/freevo/ksudoku-stdout.log"
logging child to "/tmp/freevo/ksudoku-stderr.log"
self.t1.isAlive()=True, self.t2.isAlive()=True
ChildApp.__init__(), pid=13539, 
app=/usr/games/ksudoku /etc/freevo/games/ksudoku/sudoku.sudoku, poll=-1
Playing:  /etc/freevo/games/pingus/pingus.pingus
Game.play(): Starting thread, 
cmd=['--prio=-20', '/usr/games/pingus', 
'/etc/freevo/games/pingus/pingus.pingus']
logging child to "/tmp/freevo/pingus-stdout.log"
logging child to "/tmp/freevo/pingus-stderr.log"
self.t1.isAlive()=True, self.t2.isAlive()=True
ChildApp.__init__(), pid=13589, 
app=/usr/games/pingus /etc/freevo/games/pingus/pingus.pingus, poll=0
Playing:  /etc/freevo/games/crack-attack/crack-attack.crack-attack
Game.play(): Starting thread, 
cmd=['--prio=-20', '/usr/games/crack-attack', 
'/etc/freevo/games/crack-attack/crack-attack.crack-attack']
logging child to "/tmp/freevo/crack-attack-stdout.log"
logging child to "/tmp/freevo/crack-attack-stderr.log"
self.t1.isAlive()=False, self.t2.isAlive()=False
ChildApp.__init__(), pid=13625, 
app=/usr/games/crack-attack 
/etc/freevo/games/crack-attack/crack-attack.crack-attack, 
poll=256

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to