Sorry.. Last line is: ValueError: invalid literal for int(): 

I'm checking the xine.py and when I comment line 206 (self.item.elapsed =
int(position)) the problem is still there.
Offcourse no error message but Xine still won't exit. (movie quits but Xine
(infoscreen) keeps focus)

Looking in xine.py I see that in line 200 and 208 there is a line:
self.app.stop('quit\n').
If I comment the line 200, the problems are gone (except Freevo goes back to
the main menu screen instead of the Watch a movie sceen).

Greets and thanks,
Frank



-----Oorspronkelijk bericht-----
Van: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Namens Duncan Webb
Verzonden: 02 June 2007 22:45
Aan: freevo-devel@lists.sourceforge.net
Onderwerp: Re: [Freevo-devel] Xine not closing and frevo crashes

Frank [Antispam account] wrote:
> Hello all,
> 
> After updating to the latest svn, i'm encountering some problems with 
> playing DVD's with Xine.
> 
> If I play a DVD and the movie is finished (either by pressing exit or 
> when the DVD is completly played) the main window for Xine is still 
> there and freevo gives me a (fatal) error. (Looks a lot like the 
> thread "childapp not
> responding")
> 
> This is the errormessage:
> Crash!
> Traceback (most recent call last):
>   File "/usr/lib/python2.4/site-packages/freevo/main.py", line 464, in ?
>     MainTread().run()
>   File "/usr/lib/python2.4/site-packages/freevo/main.py", line 327, in run
>     self.eventhandler(rc.get_event(True))
>   File "/usr/lib/python2.4/site-packages/freevo/main.py", line 277, in 
> eventhandler
>     if not rc.app()(event):
>   File 
> "/usr/lib/python2.4/site-packages/freevo/video/plugins/xine.py", line 230,
in eventhandler
>     self.stop()
>   File 
> "/usr/lib/python2.4/site-packages/freevo/video/plugins/xine.py", line 206,
in stop
>     self.item.elapsed = int(position)

It's something to do with the new bookmark code, rather than childapp.
But you left out the last line of the crash report. So I don't know if it is
self.item.elapsed or position not defined.

Duncan

> 
> Anyone some clues?
> 
> Thanks,
> Frank
> 
> 
> ----------------------------------------------------------------------
> --- This SF.net email is sponsored by DB2 Express Download DB2 Express 
> C - the FREE version of DB2 express and take control of your XML. No 
> limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> _______________________________________________
> Freevo-devel mailing list
> Freevo-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freevo-devel
> 



-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express Download DB2 Express C - the
FREE version of DB2 express and take control of your XML. No limits. Just
data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Freevo-devel mailing list
Freevo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-devel


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Freevo-devel mailing list
Freevo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to