Paul Hampton wrote: > Hi guys > > I am having a problem sometimes when watching DVD's on my dxr3 with > Freevo 1.4.1. I am using Xine. Basically what happens is sometimes > (around 30% of the time) I press stop on the DVD and the freevo menu > does not return. If I restart freevo it works fine again. The > following appears in my logfile: > > Exception in thread Thread-6: > Traceback (most recent call last): > File "/usr/lib/python2.2/threading.py", line 414, in __bootstrap > self.run() > File "/usr/lib/python2.2/site-packages/freevo/childapp.py", line 495, > in run > osd.restart() > File "/usr/lib/python2.2/site-packages/freevo/osd.py", line 251, in > restart > get_singleton().restartdisplay() > File "/usr/lib/python2.2/site-packages/freevo/util/misc.py", line > 488, in __call__ > return self.__method(self.__obj, *args, **kwargs) > File "/usr/lib/python2.2/site-packages/freevo/osd.py", line 544, in > restartdisplay > self.depth) > error: Couldn't open video part of dxr3. > > Is it possible it is trying to start the display too quickly before > Xine has freed it?
I don't think so. Freevo restarts the display when the app is gone. So there should be no problem. To test, search for the osd.restart in childapp.py and add a time.sleep(5) before restarting. Dischi -- An aquarium is just interactive television for cats. ------------------------------------------------------- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. http://www.eclipsecon.org/osdn _______________________________________________ Freevo-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/freevo-users
