[Kwintv] kdetv crashes when reading channels.xml file when starting

Guillermo Cortes Espinosa de los Monteros GCortesEM at netscape.net
Wed Jun 16 00:30:24 CEST 2004


kdetv crashes when reading channels.xml file when starting

The problem is when the text includes any  encoding type
like: ntsc pal auto or any other inside the "<encoding></encoding>" part
of each channel.

This is a little part of my NOT WORKING channels.xml file:

<?xml version="1.0" encoding="UTF-8"?>
<kwintv version="1" >
 <tvregion>
  <info>
   <name></name>
   <norm></norm>
  </info>
  <channels>
   <channel enabled="true" >
    <name>2</name>
    <encoding>ntsc</encoding>
    <source>television</source>
    <number>2</number>
    <frequency>55250</frequency>
   </channel>
   <channel enabled="true" >
    <name>3</name>
    <encoding>ntsc</encoding>
    <source></source>
    <number>3</number>
    <frequency>61250</frequency>
   </channel>

Now this is a little part of my WORKING channels.xml file:

<?xml version="1.0" encoding="UTF-8"?>
<kwintv version="1" >
 <tvregion>
  <info>
   <name></name>
   <norm></norm>
  </info>
  <channels>
   <channel enabled="true" >
    <name>2</name>
    <encoding></encoding>
    <source>television</source>
    <number>2</number>
    <frequency>55250</frequency>
   </channel>
   <channel enabled="true" >
    <name>3</name>
    <encoding></encoding>
    <source></source>
    <number>3</number>
    <frequency>61250</frequency>
   </channel>

looks like a bug, but I think there is some way to personally fix it.

Tanks

Guillermo
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.kde.org/pipermail/kwintv/attachments/20040615/a556275e/attachment.html


More information about the kwintv mailing list