Alberto Hernando wrote:
Hi.
I've got a crash running freevo 1.5.4 with python-2.3. Is this the proper
place to send it? I haven't found where/how fill bug reports in the wiki.
Well, it happened while listening to music, with the detach plugin. I think
that the screensaver was about to start when it happened. This is what I get
in the log:
freevoscreensaver.py (110): Saver saw SCREENSAVER_START
freevoscreensaver.py (140): start screensaver
playlist.py (282): randomize playlist
Crash!
Traceback (most recent call last):
File "/usr/lib/python2.3/site-packages/freevo/main.py", line 492, in ?
MainTread().run()
File "/usr/lib/python2.3/site-packages/freevo/main.py", line 352, in run
self.eventhandler(rc.get_event(True))
File "/usr/lib/python2.3/site-packages/freevo/rc.py", line 149, in get_event
return get_singleton().get_event(blocking)
File "/usr/lib/python2.3/site-packages/freevo/rc.py", line 488, in get_event
self.poll()
File "/usr/lib/python2.3/site-packages/freevo/rc.py", line 466, in poll
self.callbacks.remove(c)
ValueError: list.remove(x): x not in list
Of course I wasn't doing anything else in the machine. Then, freevo stops and
the shutdown message appears, but the machine doesn't halts (it is configured
to do so). And it doesn't go back to kdm, which I use to automatically boot
into freevo. I've tried to reproduce the crash, but I can't. It has happened
other times, but I can't say why.
Better late than never...
I would guess that your problem is that you have audio in the
screensaver fxd file.
I have done this:
<?xml version="1.0" ?>
<freevo>
<slideshow title="My Slides" random="1" repeat="1">
<cover-img>/freevo/images/1/DSC01140.jpg</cover-img>
<!--
<background-music random="1">
<file>/freevo/music/Magical_Love.wav</file>
<directory recursive="1">/freevo/music</directory>
</background-music>
-->
<files>
<directory recursive="1" duration="10">/freevo/images/2</directory>
<file duration="6">/freevo/images/1/DSC01130.jpg</file>
<file duration="7">/freevo/images/1/DSC01131.jpg</file>
<file duration="2">/freevo/images/1/DSC01132.jpg</file>
<file duration="3">/freevo/images/1/DSC01133.jpg</file>
<file duration="4">/freevo/images/1/DSC01134.jpg</file>
<file duration="5">/freevo/images/1/DSC01135.jpg</file>
<file duration="6">/freevo/images/1/DSC01136.jpg</file>
<file duration="7">/freevo/images/1/DSC01137.jpg</file>
<file duration="8">/freevo/images/1/DSC01138.jpg</file>
<file duration="9">/freevo/images/1/DSC01139.jpg</file>
</files>
<info>
<description>A screensaver slide show</description>
</info>
</slideshow>
</freevo>
commenting out the background music stops this crash.
HTH
Duncan
-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
Freevo-devel mailing list
Freevo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-devel