On 29/07/2010 11:24, Alberto Hernando wrote:
Hi.

I set

DEBUG = 2
DEBUG_CHILDAPP = 1

LOGGING = logging.DEBUG
LOGGING_RECORDSERVER = logging.DEBUG

and I get this in main-1001.log

2010-07-30 00:18:29,742 DEBUG    base.py (188): poll(current_time=73555)
2010-07-30 00:18:29,743 DEBUG    base.py (188): poll(current_time=73555)
2010-07-30 00:18:29,743 DEBUG    base.py (188): poll(current_time=73555)
2010-07-30 00:18:29,743 DEBUG    base.py (188): poll(current_time=73556)
2010-07-30 00:18:29,744 DEBUG    transition.py (126): draw()
2010-07-30 00:18:29,744 DEBUG    transition.py (134): draw_blend_alpha()
2010-07-30 00:18:29,749 DEBUG osd.py (1015): putsurface(surface=<Surface(800x600x32 SW)>, x=0, y=0) 2010-07-30 00:18:29,752 DEBUG osd.py (1572): update(rect=[<rect(0, 0, 800, 600)>], blend_surface=None, blend_speed=0, blend_steps=0, blend_time=None, stop_busyicon=True)
2010-07-30 00:18:29,767 DEBUG    base.py (153): remove()
2010-07-30 00:18:29,767 DEBUG osd.py (1572): update(rect=None, blend_surface=None, blend_speed=0, blend_steps=0, blend_time=None, stop_busyicon=True) 2010-07-30 00:18:29,782 DEBUG rc.py (629): EventHandler.register(function=<bound method ImageViewer.signalhandler of <image.viewer.ImageViewer instance at 0x8fb1f4c>>, repeat=False, timer=300, arg=()) 2010-07-30 00:18:29,783 DEBUG rc.py (72): rc.post_event(event='IMAGE_VIEW_INFO') 2010-07-30 00:18:29,783 DEBUG rc.py (595): EventHandler.post_event(event='IMAGE_VIEW_INFO')
2010-07-30 00:18:29,785 DEBUG    imageitem.py (109): cache(self)
2010-07-30 00:18:29,785 DEBUG    viewer.py (51): get_singleton()
2010-07-30 00:18:29,785 DEBUG viewer.py (343): cache(fileitem.filename=/mnt/imagenes/2009-06-27, GR92/gr92_2009-06-27T12_17_06.JPG) 2010-07-30 00:18:29,786 DEBUG osd.py (848): loadbitmap(url='/mnt/imagenes/2009-06-27, GR92/gr92_2009-06-27T12_17_06.JPG', cache=<util.objectcache.ObjectCache instance at 0xb361e96c>) 2010-07-30 00:18:29,786 DEBUG osd.py (776): _load_image_filename(url='/mnt/imagenes/2009-06-27, GR92/gr92_2009-06-27T12_17_06.JPG')

I don't see anything here.

But, actually, in cache.log:

2010-07-30 00:17:13,373 INFO config.py (523): LOGDIR: /var/log /var/log/freevo 2010-07-30 00:17:13,374 INFO config.py (524): STATICDIR: /var/lib /var/lib/freevo 2010-07-30 00:17:13,374 INFO config.py (525): CACHEDIR: /tmp /mnt/cache 2010-07-30 00:17:13,425 INFO config.py (544): Loading freevo configuration file "/home/freevo/.freevo/freevo.conf" 2010-07-30 00:17:13,461 INFO config.py (618): Loading freevo configuration file: "/usr/share/freevo/freevo_config.py" 2010-07-30 00:17:14,942 INFO config.py (624): Loaded freevo configuration file: "/usr/share/freevo/freevo_config.py" 2010-07-30 00:17:14,942 INFO config.py (639): Loading local configuration file: "/home/freevo/.freevo/local_conf.py"
WARNING: duplicate plugin activation, ignoring:
<tv None None>

WARNING: duplicate plugin activation, ignoring:
<video.xine None None>

WARNING: duplicate plugin activation, ignoring:
<idlebar None None>

WARNING: duplicate plugin activation, ignoring:
<idlebar.cdstatus None None>

WARNING: duplicate plugin activation, ignoring:Traceback (most recent call last): File "/usr/lib/python2.5/site-packages/freevo/config.py", line 642, in <module>
    execfile(overridefile, globals(), our_locals)
  File "/home/freevo/.freevo/local_conf.py", line 430, in <module>
    plugin.activate('idlebar.volume')
File "/usr/lib/python2.5/site-packages/freevo/plugin.py", line 239, in activate
    print 'WARNING: duplicate plugin activation, ignoring:'
File "/usr/lib/python2.5/site-packages/freevo/config.py", line 122, in write
    sys.__stdout__.write(msg)
IOError: [Errno 11] Resource temporarily unavailable

Could it be a problem with the cache?


Alberto
Where are your logs writing to?

John



2010/7/28 John Molohan <john.molo...@gcd.ie <mailto:john.molo...@gcd.ie>>

     On 25/07/2010 21:49, Alberto Hernando wrote:

        Hi.

        I'm using freevo-1.9.0 and I have a problem seeing photoes. I
        think it is related to the size of the images.
        I have folders with lots of files not very big, and I can see
        all of them. No problem. But I have other folders with bigger
        files, and freevo crashes when I try to see them. It doesn't
        happen always. I've tried putting a few big files in a new
        folder, and sometimes I can see the images. Some of them, even
        around 7 MB. But, usually, with files bigger than 2 MB I have
        problems. I'd post some log, but there is no error in the
        logs. It just crashes.

    Have you turned up the debug levels? See
    http://doc.freevo.org/TroubleShooting

        I know that freevo uses pygame to display the images, but I
        don't know if it uses some external program to actually show
        the image. In this case, I could try one on one. BTW, all
        files are jpg. Anybody has had the same problem?

        thanks

    I haven't noticed this and I've got probably close to a thousand
    photos, maybe more, all varying in size up to several megabytes.

    John




--
------------------------------------------------------------------------------
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share
of $1 Million in cash or HP Products. Visit us here for more details:
http://p.sf.net/sfu/dev2dev-palm
_______________________________________________
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to