Re: [Freevo-devel] [crash] dialog function(s) missing

2009-07-12 Thread Duncan Webb
Adam Charrett wrote: > On Fri, July 3, 2009 6:59 pm, Duncan Webb wrote: >> Adam Charrett wrote: >>> On Wed, July 1, 2009 10:25 pm, Richard van Paasen wrote: Hi Adam, On adding a favorite, freevo crashes when the favorite is saved. See the trace below. The method dialog.show

Re: [Freevo-devel] [crash] dialog function(s) missing

2009-07-06 Thread Adam Charrett
On Fri, July 3, 2009 6:59 pm, Duncan Webb wrote: > Adam Charrett wrote: >> On Wed, July 1, 2009 10:25 pm, Richard van Paasen wrote: >>> Hi Adam, >>> >>> On adding a favorite, freevo crashes when the favorite is saved. See >>> the >>> trace below. The method dialog.show_working_indicator() is not >>

Re: [Freevo-devel] [crash] dialog function(s) missing

2009-07-03 Thread Duncan Webb
Adam Charrett wrote: > On Wed, July 1, 2009 10:25 pm, Richard van Paasen wrote: >> Hi Adam, >> >> On adding a favorite, freevo crashes when the favorite is saved. See the >> trace below. The method dialog.show_working_indicator() is not available. >> After removing the call to this method from favo

Re: [Freevo-devel] [crash] dialog function(s) missing

2009-07-03 Thread Adam Charrett
On Wed, July 1, 2009 10:25 pm, Richard van Paasen wrote: > > Hi Adam, > > On adding a favorite, freevo crashes when the favorite is saved. See the > trace below. The method dialog.show_working_indicator() is not available. > After removing the call to this method from favoriteitem.py, a new error >

[Freevo-devel] [crash] dialog function(s) missing

2009-07-01 Thread Richard van Paasen
Hi Adam, On adding a favorite, freevo crashes when the favorite is saved. See the trace below. The method dialog.show_working_indicator() is not available. After removing the call to this method from favoriteitem.py, a new error about the hide() method appears (see second log). (see also https:/

[Freevo-devel] crash and "jump out" when browsing the CD

2007-05-06 Thread A Mennucc
hi I (probably) tracked down a nasty bug that has been biting my freevo box for few months; and it rendered CDROMs usage almost impossible symptoms: when accessing the CDROM, either freevo would crash, or, (after I patched the code) when I tried to access deeper into the CDROM filesystem tree, fr

[Freevo-devel] Crash when renaming favorite

2007-01-20 Thread Michael Beal
After cleaning out the remote control keymappings that I suspected had broken the GUI, I find something is still broken. I'm get an error when I try to rename a favorite. There's no text at all in the InputBox and the instant a key is pressed on the remote Freevo crashes. Here's the log dump:

Re: [Freevo-devel] Crash entering a directory with movies

2006-08-12 Thread Dirk Meyer
Gorka Olaizola wrote: > line 99, in set_name > if self.name.find(u"The ") == 0: > UnicodeDecodeError: 'ascii' codec can't decode byte 0xfa in position 18: > ordinal not in range(128) I hate Python Unicode handling. Update svn and try again. You also may want to update kaa, delete your ~/.beaco

[Freevo-devel] Crash entering a directory with movies

2006-08-12 Thread Gorka Olaizola
It seems a problem with unicode and accents in the name of the files. If I remove all the accents and use only ascii characters the problem does not happen. My system is configured correctly with locale iso-8859-15. [EMAIL PROTECTED]:~$ set | grep LANG [EMAIL PROTECTED] [EMAIL PROTECTED]:~$ set

[Freevo-devel] Crash when trying to record a program from Tv Guide

2006-08-09 Thread Justin Wetherell
Last one for the night; Occured while hitting the REC button on a program in the TV Guide in Freevo 2.0. Do you want me to post these to the list (freevo-devel) or use the bug tracker or both? X Window System Version 6.8.1Release Date: 17 September 2004X Protocol Version 11, Revision 0, Release 6.8

Re: [Freevo-devel] Crash at startup of freevo

2006-05-26 Thread Jason Tackaberry
On Fri, 2006-05-26 at 21:59 +0200, Gorka Olaizola wrote: > If I run 'python2.4 setup.py build' and then > 'python2.4 setup.py install --prefix=~/freevo2' Freevo does work. > It seems that the install process does not do the build automatically like > the Makefile usually do. Yes, it should, and i

Re: [Freevo-devel] Crash at startup of freevo

2006-05-26 Thread Gorka Olaizola
On Fri, May 26, 2006 at 03:40:26PM -0400, Jason Tackaberry wrote: > > To rule it out, cd to kaa/display and run 'python setup.py'. At the top > you should get an output similar to: > I get checking for X11 ... ok checking for imlib2 >= 1.1.1 ...1.2.1 1.2.1 checking for evas >= 0.9.9.010 ...sh:

Re: [Freevo-devel] Crash at startup of freevo

2006-05-26 Thread Jason Tackaberry
On Fri, 2006-05-26 at 21:27 +0200, Gorka Olaizola wrote: > It returns nothing if I set the variable PYTHONPATH with the directory where > I installed freevo2 Ok. Looking again more closely at the traceback it looks like kaa.display might not have gotten built with imlib2 support. Either that or

Re: [Freevo-devel] Crash at startup of freevo

2006-05-26 Thread Gorka Olaizola
On Fri, May 26, 2006 at 02:38:21PM -0400, Jason Tackaberry wrote: > > What is the output when you run this command: > >python -c 'import kaa.imlib2' > It returns nothing if I set the variable PYTHONPATH with the directory where I installed freevo2 The freevo program sets the environment va

Re: [Freevo-devel] Crash at startup of freevo

2006-05-26 Thread Jason Tackaberry
On Fri, 2006-05-26 at 20:20 +0200, Gorka Olaizola wrote: > SystemError: kaa-imlib2 not installed. What is the output when you run this command: python -c 'import kaa.imlib2' Cheers, Jason. --- All the advantages of Linux Managed Hosting-

[Freevo-devel] Crash at startup of freevo

2006-05-26 Thread Gorka Olaizola
I've installed freevo2 in a subdir of my home dir (with the --prefix switch) but it crashes with this error: ERROR runtimexml(477): Error while parsing runtime configuration template /home/gorka/freevo2/share/freevo/fxd/

Re: [Freevo-devel] crash

2005-11-14 Thread Alberto Hernando
El Lunes, 14 de Noviembre de 2005 17:57, Duncan Webb escribió: > I would guess that your problem is that you have audio in the > screensaver fxd file. No. There is no audio in the fxd file or in the directory containing the images. Even if there was, I don't think it would produce a crash, as I'm

Re: [Freevo-devel] crash

2005-11-14 Thread Duncan Webb
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

[Freevo-devel] crash

2005-10-28 Thread Alberto Hernando
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 w

Re: [Freevo-devel] crash: freevo 1.5 and fedora 1 with 2.6.7

2004-07-31 Thread Manuel Borchers
Hi! Am Sa, den 31.07.2004 schrieb Roh . um 4:05: > [EMAIL PROTECTED] freevo-1.5.0]# ./freevo > Inconsistency detected by ld.so: rtld.c: 1175: dl_main: Assertion > `_rtld_local._dl_rtld_map.l_prev->l_next == _rtld_local._dl_rtld_map.l_next' > failed! Are you using the nvidia binary drivers for y

[Freevo-devel] crash: freevo 1.5 and fedora 1 with 2.6.7

2004-07-30 Thread Roh .
Ive recently built a freevo box using fc1. Everything has worked fine untill i updated to kernel 2.6.7, including updating module-init-tools and modutils. Now when I boot into 2.6.7 freevo wont run spitting out this error: [EMAIL PROTECTED] freevo-1.5.0]# ./freevo Inconsistency detected by ld.so:

[Freevo-devel] [crash] discinfo.py on blank media..

2004-07-29 Thread Mick
I've been seeing a regular crash.. doesn't seem to crash freevo but maybe it should be wrapped up in a try except? I think its just when one inserts blank media.. Exception in thread Thread-2: Traceback (most recent call last): File "/usr/lib/python2.3/threading.py", line 436, in __bootstrap

Re: [Freevo-devel] crash with "Reloading cache files"

2004-07-09 Thread Hans Meine
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Friday 09 July 2004 13:45, Aubin Paul wrote: > You run it in a shell... Oops. :-) I do that all the time. I thought "while you're in the music player" would indicate that there's something special which I missed. ;-) > > On Thursday 08 July 2004 1

[Freevo-devel] crash with "Reloading cache files"

2004-07-08 Thread Aubin Paul
I'm not sure how we want to approach this, but try: Run 'freevo cache' while you're in the music player, either paused or playing. The box pops up, no progress is ever shown and the Freevono longer responds. I have to restart Freevo to this problem. Removing the box show/tick/destroy in util/med

Re: [Freevo-devel] crash while caching thumbnail on directory change

2004-07-03 Thread Rob Shortt
For the record, kview had no problems or complaints about the file. Rob Shortt wrote: Rob Shortt wrote: File "/usr/lib/python2.3/site-packages/PIL/ImageFile.py", line 177, in load raise IOError("image file is truncated (%d bytes not processed)" % len(b)) IOError: image file is truncated (11

Re: [Freevo-devel] crash while caching thumbnail on directory change

2004-07-03 Thread Rob Shortt
Rob Shortt wrote: File "/usr/lib/python2.3/site-packages/PIL/ImageFile.py", line 177, in load raise IOError("image file is truncated (%d bytes not processed)" % len(b)) IOError: image file is truncated (11 bytes not processed) Ok, so that's not a Freevo module raising the error but it proba

[Freevo-devel] crash while caching thumbnail on directory change

2004-07-03 Thread Rob Shortt
In Freevo I had an image directory up on the screen, ran over to another machine and copied an image I just pulled off my cam into the directory. The dirwatched picked up the new file and tried to cache it, failed, and crashed Freevo: directory.py (1033): directory has changed trying ext voc t

[Freevo-devel] crash in freevo cvs-snapshot (today)

2004-06-21 Thread Luis Miguel García Mancebo
I get this while trying to enter my "view photo" menu. I have not rebuilt cache... nor something like that. Must I do that? --- Freevo start at Mon Jun 21 12:01:28 2004 --

[Freevo-devel] Crash due to cache problem

2004-06-20 Thread Hans Meine
Hi! I just debugged crashes that appear regularly while browsing my music directories. The problem is related to this error from "freevo cache": 1/3/home/user/.freevo/v [...] ve Armada - Another Late Night/cover.jpg error caching image /home/user/.freevo/vfs/home/user/Mugge/Groove Ar

[Freevo-devel] Crash in joystick support

2004-06-15 Thread Gorka Olaizola
Hello, While testing my translation I discovered a little bug. If the joystick support is activated but there is no joystick connected to the computer Freevo crash. Here's the log: Unable to open /dev/input/js0, trying /dev/js0... Unable to open /dev/js0, check modules and/or permissions exiting.

[Freevo-devel] Crash when caching Images

2004-06-10 Thread Jan Grewe
Nothing serious, just wanted to let you know: 516/520 /storage/photos/Soilwork Essen - Zimbo 65% Traceback (most recent call last): File "/usr/lib/python2.3/site-packages/freevo/helpers/cache.py", line 474, in ? cache_directories(rebuild) File "/usr/lib/python2.3/site

Re: [Freevo-devel] Crash when selecting SHUTDOWN in main menu

2004-06-09 Thread Hans Meine
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tuesday 08 June 2004 22:29, Thomas Zangl - Mobil wrote: > File "/usr/lib/python2.3/site-packages/freevo/plugins/shutdown.py", line > 163, in actions items = [ items[1], items[0], item[2] ] > NameError: global name 'item' is not defined The last "

[Freevo-devel] Crash when selecting SHUTDOWN in main menu

2004-06-08 Thread Thomas Zangl - Mobil
Hi, Just got an crash when I want to use "shutdown" in the main menu to power off the linux box. Here´s the log excerpt: directory.py (1013): overlay change Traceback (most recent call last): File "/usr/lib/python2.3/site-packages/freevo/main.py", line 325, in eventhandler app.eventhandl

[Freevo-devel] crash on schedulefavorites

2004-06-03 Thread Florian Demmer
using very recent cvs: # freevo schedulefavorites Traceback (most recent call last): File "/usr/lib/python2.3/site-packages/freevo/helpers/schedulefavorites.py", line 42, in ? import tv.record_client as rc File "/usr/lib/python2.3/site-packages/freevo/tv/__init__.py", line 54, in ? impor

Re: [Freevo-devel] Crash when doing Coversearch

2004-05-15 Thread Aubin Paul
jan > > -Urspr?ngliche Nachricht- > Von: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Im Auftrag von Aubin Paul > Gesendet: Samstag, 15. Mai 2004 17:53 > An: [EMAIL PROTECTED] > Betreff: Re: [Freevo-devel] Crash when doing Coversearch > > Are you using a dif

AW: [Freevo-devel] Crash when doing Coversearch

2004-05-15 Thread Jan Grewe
ys ago (2?), but i updated now again, and the error > is still the same! > > /jan > > -Urspr?ngliche Nachricht- > Von: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Im Auftrag von Aubin > Paul > Gesendet: Samstag, 15. Mai 2004 15:40 > An: [EMAIL PROTECTED

Re: [Freevo-devel] Crash when doing Coversearch

2004-05-15 Thread Aubin Paul
error is > still the same! > > /jan > > -Urspr?ngliche Nachricht- > Von: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Im Auftrag von Aubin Paul > Gesendet: Samstag, 15. Mai 2004 15:40 > An: [EMAIL PROTECTED] > Betreff: Re: [Freevo-devel] Crash when doing Cover

AW: [Freevo-devel] Crash when doing Coversearch

2004-05-15 Thread Jan Grewe
I updated a few days ago (2?), but i updated now again, and the error is still the same! /jan -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Aubin Paul Gesendet: Samstag, 15. Mai 2004 15:40 An: [EMAIL PROTECTED] Betreff: Re: [Freevo-devel

Re: [Freevo-devel] Crash when doing Coversearch

2004-05-15 Thread Aubin Paul
Are you using a recent CVS version because Amazon changed it's search url. The CVS version accomodates these changes, but previous versions would get a 404. On Sat, May 15, 2004 at 03:06:40PM +0200, Jan Grewe wrote: > I can search and download covers from Amazon, but every now and then it just > c

[Freevo-devel] Crash when doing Coversearch

2004-05-15 Thread Jan Grewe
I can search and download covers from Amazon, but every now and then it just crashes with a 404 in the logs, maybe wrong syntax in the HTTP query? Traceback (most recent call last): File "/usr/lib/python2.3/site-packages/freevo/main.py", line 462, in ? app.eventhandler(event) File "/usr/li

[Freevo-devel] crash in tv guide

2004-04-08 Thread Florian Demmer
current cvs, happened when trying to scroll right Traceback (most recent call last): File "/usr/lib/python2.3/site-packages/freevo/main.py", line 445, in ? app.eventhandler(event) File "/usr/lib/python2.3/site-packages/freevo/menu.py", line 409, in eventhandler if not isinstance(menu, Men

AW: AW: [Freevo-devel] Crash when Caching

2004-03-28 Thread Jan Grewe
Great, works again! Thanks... /jan -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Krister Lagerstrom Gesendet: Sonntag, 28. März 2004 05:35 An: [EMAIL PROTECTED] Betreff: Re: AW: [Freevo-devel] Crash when Caching Jan Grewe wrote: > So

Re: AW: [Freevo-devel] Crash when Caching

2004-03-27 Thread Krister Lagerstrom
Jan Grewe wrote: Sorry, didn't seem to fix it, even worse(?): ... 579, in callback if self_num_changes != 0: NameError: global name 'self_num_changes' is not defined Oops^h^h^h^h Ahh, interesting. I committed a change to CVS, please try again. / Krister --

AW: [Freevo-devel] Crash when Caching

2004-03-27 Thread Jan Grewe
in callback if self_num_changes != 0: NameError: global name 'self_num_changes' is not defined /jan -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Krister Lagerstrom Gesendet: Samstag, 27. März 2004 18:56 An: [EMAIL PROTECTED] Betreff

Re: [Freevo-devel] Crash when Caching

2004-03-27 Thread Krister Lagerstrom
Jan Grewe wrote: Finally checked out after the 1.5-pre release, and after updating mmpython, too, i get this error when rebuilding the cache: Traceback (most recent call last): File "/usr/lib/python2.3/site-packages/freevo/helpers/cache.py", line 457, in ? cache_directories(rebuild) File

[Freevo-devel] Crash when Caching

2004-03-27 Thread Jan Grewe
Title: Crash when Caching Finally checked out after the 1.5-pre release, and after updating mmpython, too, i get this error when rebuilding the cache: Traceback (most recent call last):   File "/usr/lib/python2.3/site-packages/freevo/helpers/cache.py", line 457, in ?     cache_directories(

[Freevo-devel] Crash in CVS freevo

2004-03-03 Thread Andrew Dumaresq
Traceback (most recent call last):  File "/usr/lib/python2.3/site-packages/freevo/main.py", line 445, in ?    app.eventhandler(event)  File "/usr/lib/python2.3/site-packages/freevo/menu.py", line 574, in eventhandler    action( arg=arg, menuw=self )  File "/usr/lib/python2.3/site-packages/fre

[Freevo-devel] Crash when inserting CD

2004-02-13 Thread Jan Grewe
Title: Crash when inserting CD I get this crash when i insert a CD Exception in thread Thread-2: Traceback (most recent call last):   File "/usr/lib/python2.3/threading.py", line 436, in __bootstrap     self.run()   File "/usr/lib/python2.3/site-packages/freevo/plugins/rom_drives.py", l

[Freevo-devel] Crash on Detach

2004-02-05 Thread Jan Grewe
Title: Crash on Detach Lalala, again ;-) Traceback (most recent call last):   File "/usr/lib/python2.3/site-packages/freevo/main.py", line 456, in ?     event.arg()   File "/usr/lib/python2.3/site-packages/freevo/audio/plugins/detach.py", line 85, in detach     gui.menuw.show()   File

[Freevo-devel] crash problem

2004-01-26 Thread Aubin Paul
I found a reproduible crash in the dirwatcher/menu interaction: Result: Freevo crashes Steps: 1. Go into an empty directory, from a shell or something add a single file. or 1. Go into a directory with one file in it, delete the file via the 'enter' submenu Either way, the following traceback r

[Freevo-devel] CRASH on "Random Play All Files"

2004-01-08 Thread Jan Grewe
Title: CRASH on "Random Play All Files" I get the following crash when i choose to random play all files in a directory, happens on different directories: Traceback (most recent call last):   File "/usr/lib/python2.3/site-packages/freevo/main.py", line 458, in ?     app.eventhandler(event

[Freevo-devel] crash traceback from latest CVS

2003-11-17 Thread Brian J. Murrell
I am getting the following crash/traceback from current CVS freevo: Traceback (most recent call last): File "./src/main.py", line 342, in main_func app.eventhandler(event) File "/usr/src/freevo/src/menu.py", line 573, in eventhandler action( arg=arg, menuw=self ) File "/usr/src/freev

[Freevo-devel] crash continues

2003-10-27 Thread Aubin Paul
This is with the latest snapshot. I commented out the 'raise OSError' because it's not being trapped anywhere. At this point, nothing crashes, but the music player "stops" and it returns to the song list, with mplayer continuing in the background. As you can see below, I don't think there is any

[Freevo-devel] Crash on Recursive Random Music Play

2003-10-16 Thread Jan Grewe
My freevo crashed on the latest snapshot when i tried to start a recursive random play of all my mp3s, log tells me: Traceback (most recent call last): File "/usr/lib/python2.2/site-packages/freevo/main.py", line 412, in ? main_func() File "/usr/lib/python2.2/site-packages/freevo/main.py",

RE: [Freevo-devel] Crash / fix in game.py

2003-07-02 Thread Simon Windmill
CTED] Behalf Of Aubin Paul Sent: Wednesday, July 02, 2003 10:40 AM To: [EMAIL PROTECTED] Subject: Re: [Freevo-devel] Crash / fix in game.py Thanks Simon, I made the change in CVS. Can you make sure it works for you? --- This SF.Net email sponsor

Re: [Freevo-devel] Crash / fix in game.py

2003-07-02 Thread Aubin Paul
Thanks Simon, I made the change in CVS. Can you make sure it works for you? On Wed, Jul 02, 2003 at 10:23:59AM -0500, Simon Windmill wrote: > Starting to get my Freevo box in order. I really want to build a new system > for it, but I have no patience so I just stuck my old server behind the TV. >

[Freevo-devel] Crash / fix in game.py

2003-07-02 Thread Simon Windmill
Starting to get my Freevo box in order. I really want to build a new system for it, but I have no patience so I just stuck my old server behind the TV. The wife isn't too fond of the noise however, so it's not an always-on machine right now.. Anyway, I just got xmame sorted, and discovered a prob

Re: [Freevo-devel] Crash in gui/Button

2003-06-25 Thread Rob Shortt
Rob Shortt wrote: Aubin Paul wrote: Hey Rob, thought you might want to know about this. If you try to delete a file with a long filename (I'm presuming it doesn't fit in the box) Freevo will crash with the following: File "src/gui/Button.py", line 169, in _draw self.parent.surface.blit(sel

Re: [Freevo-devel] Crash in gui/Button

2003-06-24 Thread Rob Shortt
Aubin Paul wrote: Hey Rob, thought you might want to know about this. If you try to delete a file with a long filename (I'm presuming it doesn't fit in the box) Freevo will crash with the following: File "src/gui/Button.py", line 169, in _draw self.parent.surface.blit(self.surface, self.g

Re: [Freevo-devel] Crash in gui/Button

2003-06-24 Thread Aubin Paul
Maybe as a temporary fix, we could just pass a shortened string to the popup... bounds checking is better, but no crash and less-than-perfect with a "TODO" is better than crashing :) On Tue, Jun 24, 2003 at 09:24:02AM -0300, Rob Shortt wrote: > > Yeah, I know about that one, it is annoying. I ha

Re: [Freevo-devel] Crash in gui/Button

2003-06-24 Thread Rob Shortt
Yeah, I know about that one, it is annoying. I have plans to look into that soon. I have code in there that was supposed to, or used to prevent this (It wouldn't try to draw it if it was out of bounds) but there is a bug I have to track down. I will also be making popup boxes have the abilit

[Freevo-devel] Crash in gui/Button

2003-06-23 Thread Aubin Paul
Hey Rob, thought you might want to know about this. If you try to delete a file with a long filename (I'm presuming it doesn't fit in the box) Freevo will crash with the following: File "src/gui/Button.py", line 169, in _draw self.parent.surface.blit(self.surface, self.get_position())