[vdr] vdr-xine-0.9.2 - ERROR: cOsd::SetAreas returned 5

2009-06-09 Thread Goga777
Hi

how can I fix my problem with ERROR: cOsd::SetAreas returned 5

Jun  9 21:25:26 arvdr vdr: [12294] VDR version 1.7.7 started
Jun  9 21:25:26 arvdr vdr: [12294] codeset is 'UTF-8' - known
Jun  9 21:25:26 arvdr vdr: [12294] found 23 locales in ./locale
Jun  9 21:25:26 arvdr vdr: [12294] loading plugin: 
./PLUGINS/lib/libvdr-xine.so.1.7.7
Jun  9 21:25:26 arvdr vdr: [12294] loading /video/setup.conf
Jun  9 21:25:26 arvdr vdr: [12294] loading /video/sources.conf
Jun  9 21:25:26 arvdr vdr: [12294] loading /video/diseqc.conf
Jun  9 21:25:26 arvdr vdr: [12294] loading /video/channels.conf
Jun  9 21:25:26 arvdr vdr: [12294] loading /video/timers.conf
Jun  9 21:25:26 arvdr vdr: [12294] loading /video/svdrphosts.conf
Jun  9 21:25:26 arvdr vdr: [12295] video directory scanner thread started 
(pid=12294, tid=12295)
Jun  9 21:25:26 arvdr vdr: [12295] video directory scanner thread ended 
(pid=12294, tid=12295)
Jun  9 21:25:26 arvdr vdr: [12296] video directory scanner thread started 
(pid=12294, tid=12296)
Jun  9 21:25:26 arvdr vdr: [12296] video directory scanner thread ended 
(pid=12294, tid=12296)
Jun  9 21:25:26 arvdr vdr: [12294] reading EPG data from /video/epg.data
Jun  9 21:25:26 arvdr vdr: [12294] probing /dev/dvb/adapter0/frontend0
Jun  9 21:25:26 arvdr vdr: [12294] device 1 provides DVB-S2 (Conexant 
CX24116/CX24118)
Jun  9 21:25:26 arvdr vdr: [12298] tuner on device 1 thread started (pid=12294, 
tid=12298)
Jun  9 21:25:26 arvdr vdr: [12299] section handler thread started (pid=12294, 
tid=12299)
Jun  9 21:25:26 arvdr vdr: [12294] found 1 video device
Jun  9 21:25:26 arvdr vdr: [12294] initializing plugin: xine (0.9.2): Software 
based playback using xine
Jun  9 21:25:26 arvdr vdr: [12300] XineRemote control thread started 
(pid=12294, tid=12300)
Jun  9 21:25:26 arvdr vdr: [12300] Entering cXineRemote thread
Jun  9 21:25:26 arvdr vdr: [12294] setting primary device to 2
Jun  9 21:25:26 arvdr vdr: [12294] assuming manual start of VDR
Jun  9 21:25:26 arvdr vdr: [12294] SVDRP listening on port 2001
Jun  9 21:25:26 arvdr vdr: [12294] setting current skin to sttng
Jun  9 21:25:26 arvdr vdr: [12294] loading /video/themes/sttng-default.theme
Jun  9 21:25:26 arvdr vdr: [12294] starting plugin: xine
Jun  9 21:25:28 arvdr vdr: [12303] KBD remote control thread started 
(pid=12294, tid=12303)
Jun  9 21:25:28 arvdr vdr: [12294] ERROR: remote control XineRemote not ready!
Jun  9 21:25:28 arvdr vdr: [12294] remote control KBD - learning keys
Jun  9 21:25:28 arvdr vdr: [12294] ERROR: cOsd::SetAreas returned 5
Jun  9 21:25:38 arvdr vdr: [12294] switching to channel 3
Jun  9 21:25:39 arvdr vdr: [12311] receiver on device 1 thread started 
(pid=12294, tid=12311)
Jun  9 21:25:39 arvdr vdr: [12312] TS buffer on device 1 thread started 
(pid=12294, tid=12312)
Jun  9 21:25:39 arvdr vdr: [12294] OSD size changed to 720x576 @ 4:3
Jun  9 21:25:39 arvdr vdr: [12294] vdr-xine: new OSD(0, -108) requested with 
coordinates out of range
Jun  9 21:25:39 arvdr vdr: [12294] ERROR: cOsd::SetAreas returned 5
Jun  9 21:25:48 arvdr vdr: [12298] frontend 0 timed out while tuning to channel 
3, tp 110744

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] vdr-xine-0.9.2 - ERROR: cOsd::SetAreas returned 5

2009-06-09 Thread Reinhard Nissl
Hi,

Goga777 schrieb:

 how can I fix my problem with ERROR: cOsd::SetAreas returned 5

This number matches the enum value oeWrongAlignment. In VDR's
code excerpt you can see the condition for this error:

  if (Areas[i].x1  Areas[i].x2 || Areas[i].y1  Areas[i].y2 ||
Areas[i].x1  0 || Areas[i].y1  0)
 return oeWrongAlignment;

 Jun  9 21:25:39 arvdr vdr: [12294] vdr-xine: new OSD(0, -108) requested with 
 coordinates out of range
 Jun  9 21:25:39 arvdr vdr: [12294] ERROR: cOsd::SetAreas returned 5

I've no idea why a vanilla VDR-1.7.7 should produce such an
incorrect OSD setup.

Bye.
-- 
Dipl.-Inform. (FH) Reinhard Nissl
mailto:rni...@gmx.de

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr