Hi,

As reported about 3 times, Freevo does not start properly if started
during the boot process. I use gentoo and added freevo to the default
runlevel.

"rc-update add freevo default" 

I added a line like "print name" to "init" in plugins.py to see where
it fails (which plugin fails). Here is the logfile output of a failed
start:

osd.py (232): Couldnt load font "arial_bold.ttf"
osd.py (238): trying alternate: verabd.ttf
video
audio
image
shutdown
rom_drives.autostart
rom_drives.rom_items
rom_drives.rom_items
rom_drives.rom_items
rom_drives.rom_items
mixer
video.imdb
__init__.py (259): Building the xml hash database...
file_ops
video.mplayer
__init__.py (288): done


And now we start Freevo by hand, "/etc/init.d/freevo restart". Here is
the logfile output:

(.. this is the rest of the old session which failed ..)
failed to load plugin video.mplayer
start 'freevo plugins -l' to get a list of plugins
Traceback (most recent call last):
  File "/usr/lib/python2.3/site-packages/freevo/plugin.py", line 617, in 
__load_plugin__
    p = eval(object)()
  File "/usr/lib/python2.3/site-packages/freevo/video/plugins/mplayer.py", line 138, 
in __init__
    data = child.fromchild.readline()
  File "/usr/lib/python2.3/site-packages/freevo/main.py", line 372, in signal_handler
    shutdown(exit=True)
  File "/usr/lib/python2.3/site-packages/freevo/plugins/shutdown.py", line 131, in 
shutdown
    sys.exit(0)
SystemExit: 0
audio.mplayer

( .. now we see the restart ..)
( .. freevo says hello, osd is there ..)
osd.py (232): Couldnt load font "arial_bold.ttf"
osd.py (238): trying alternate: verabd.ttf
video
audio
image
shutdown
rom_drives.autostart
__init__.py (259): Building the xml hash database...
__init__.py (288): done
rom_drives.rom_items
rom_drives.rom_items
rom_drives.rom_items
rom_drives.rom_items
mixer
video.imdb
file_ops
video.mplayer
mplayer.py (145): MPlayer version is: 1.0pre4-3.3.3
mplayer.py (155): MPlayer version set to: 1.0
audio.mplayer
audio.detach
audio.detachbar
tv.mplayer
video.bookmarker
tiny_osd
tv.generic_record
tv.scheduled_recordings
tv.view_favorites
tv.manual_record
video.xine
xine.py (131): detect xine version 9901
audio.xine
xine.py (103): detect fbxine version 9901
audio.mplayervis
idlebar
idlebar.clock
idlebar.weather
idlebar.volume
video.details
<fxditem.Mimetype instance at 0x41e76f8c>

And now .. it runs! Yea, but I always have to start it by hand.
*SOMETIMES* it also start during the boot process, but only,
sometimes. I also tried to remove all plugins but this did not help.

Any ideas? Seems it hangs during loading of the mplayer plugin.
-- 
----------------------------------------------------------------
,yours Thomas Zangl [EMAIL PROTECTED] -TZ1-6BONE-
-http://tzi.dhs.org - http://www.borg-kindberg.ac.at
Use YAMC! now! Get it at http://www.borg-kindberg.ac.at/yamc/


-------------------------------------------------------
This SF.Net email is sponsored by: GNOME Foundation
Hackers Unite!  GUADEC: The world's #1 Open Source Desktop Event.
GNOME Users and Developers European Conference, 28-30th June in Norway
http://2004/guadec.org
_______________________________________________
Freevo-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to