Ok, I've found the problem. Any movie file with an FXD file seems to be not working. When I delete the FXD, I can play the file, but re-adding it, causes the problem to return. It seems that it is not getting the 'url' out of the fxd file properly, and currently, any file with an FXD in the same directory is unusable.
On Sun, Jan 18, 2004 at 06:30:12PM -0500, Aubin Paul wrote: > I don't know what's happening, but I seem to be getting a crash on > every video file, and self.url for videoitems is empty... > > ChildApp.__init__(), pid=18202, app=/usr/bin/mplayer -autosync 100 -nolirc -autoq > 100 -screenw 768 -screenh 576 -fs -slave -ao oss:/dev/dsp -v -vo mga -cache 5000 -vf > pp=de, poll=0 > ERROR: Noneunknow error while playing file > Crash! > Traceback (most recent call last): > File "/usr/lib/python2.3/site-packages/freevo/main.py", line 444, in ? > child.poll() > File "/usr/lib/python2.3/site-packages/freevo/childapp.py", line 629, in poll > self.stop() > File "/usr/lib/python2.3/site-packages/freevo/childapp.py", line 616, in stop > self.kill() > File "/usr/lib/python2.3/site-packages/freevo/childapp.py", line 275, in kill > if self.wait(): > File "/usr/lib/python2.3/site-packages/freevo/childapp.py", line 592, in wait > pid, status = os.waitpid(self.child.pid, os.WNOHANG) > OSError: [Errno 10] No child processes > > I think the crash is because of the missing filename. > > Aubin > > > ------------------------------------------------------- > 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-devel mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/freevo-devel ------------------------------------------------------- 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-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/freevo-devel
