Stygen said the following, on 10.03.2008 06:03: > Hi Team, > > I used to use the 'currently available' Debian apt version of Freevo with > no problems whatsever. However, my last update was impossibilised by > Python version issues under apt so I opted to manually install Freevo V > 1.7.6.1. Since this installation I have almost daily crashes with the > following info. If further info is required please let me know how to > obtain it as well. These crashes often happen when noone is around to > initiate them. Any ideas on the cause and/or a fix for this problen > greatly appreciated. >
So Freevo is just running displaying a menu but this happens when you are not watching a video. Basically this can only happen when the STORE_BOOKMARK event (rec button) is sent. This event should only be processed when watching a video. IIRC xine version needs to be 0.99.5 and above for it to allow bookmarking to work but should not crash freevo when a lower version is used. I think what has happened is that freevo is picking up old python modules from the previous install, did you remove the old files in /usr/lib/python2.X/site-packages/freevo it could be somewhere else with a Debian distribution. > > ***** > Crash!: DirItem instance has no attribute 'player' > Traceback (most recent call last): > File "/usr/lib/python2.4/site-packages/freevo/main.py", line 472, in ? > MainTread().run() > File "/usr/lib/python2.4/site-packages/freevo/main.py", line 325, in run > self.eventhandler(rc.get_event(True)) > File "/usr/lib/python2.4/site-packages/freevo/main.py", line 275, in > eventhandler > if not rc.app()(event): > File "/usr/lib/python2.4/site-packages/freevo/video/plugins/mplayer.py", > line 441, in eventhandler > return self.item.eventhandler(event) > File "/usr/lib/python2.4/site-packages/freevo/video/videoitem.py", line > 657, in eventhandler > if self.plugin_eventhandler(event, menuw): > File "/usr/lib/python2.4/site-packages/freevo/item.py", line 438, in > plugin_eventhandler > if e(self, event, menuw): > File > "/usr/lib/python2.4/site-packages/freevo/video/plugins/bookmarker.py", > line 173, in eventhandler > videoplayer = self.item.player.name > AttributeError: DirItem instance has no attribute 'player' > Stopping webserver plugin. > Stopping webserver plugin. > webserver not running > Stopping webserver plugin. > webserver not running > > waiting for X server to shut down FreeFontPath: FPE > "/usr/share/fonts/X11/misc" refcount is 2, should be 1; fixing. > ***** > Duncan ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Freevo-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freevo-users
