Re: Problem with osdteletext plugin 0.9.0

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



I'm successfully using osdteletext-0.8.2.cz from http://www.cssf.cz/showthread.php?35867-vdr-1.7.10-a-eHD with attached patch.

Regards
Michal


On 01/05/2011 11:51 PM, Marek Hajduk wrote:

I just get this error:

sock_send: socket write error
Segmentation fault

It seems, there is a problem with wrong choosing of character set on Czech
or Slovak teletext pages.

How can I debug it?

Regards

Marky


-----Original Message-----
From: vdr-bounces@xxxxxxxxxxx [mailto:vdr-bounces@xxxxxxxxxxx] On Behalf Of
Marek Hajduk
Sent: Sunday, January 02, 2011 11:40 PM
To: 'VDR Mailing List'
Subject:  Problem with osdteletext plugin 0.9.0

Hi all,

VDR-1.7.16 with plugin osdteletext-0.9.0 crashes on channels with slovak or
czech teletext.

You can try on this fta channel:

CT 24;CS
Link:12525:VC34M2O0S0:S23.5E:27500:165=2:100=cze@4:52:0:8006:3:3014:0

Any help appreciated

Marek Hajduk


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


_______________________________________________
vdr mailing list
vdr@xxxxxxxxxxx
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
--- txtrender.c.orig	2009-05-26 19:00:30.000000000 +0200
+++ txtrender.c	2011-01-06 14:36:19.000000000 +0100
@@ -536,16 +536,19 @@
         c.SetCharset(FirstG0);
         c.SetChar(' ');
         if (Flags&0x60) {
             c.SetBoxedOut(true);    
         }
         SetChar(x,24,c);
     }       
 //enhanced code
+
+    return;
+
     int next_des = *(int *)(PageCode+TELEPAGE_SIZE);
     int *eh = (int *)(PageCode+TELEPAGE_SIZE+4);
     int row = 0;
     int *p, *e;
 
     if (next_des < 1)
 	return;
 
_______________________________________________
vdr mailing list
vdr@xxxxxxxxxxx
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

[Index of Archives]     [Linux Media]     [Asterisk]     [DCCP]     [Netdev]     [Xorg]     [Util Linux NG]     [Xfree86]     [Big List of Linux Books]     [Fedora Users]     [Fedora Women]     [ALSA Devel]     [Linux USB]

  Powered by Linux