My mythfrontend fails with a floating point exception on conversion to 0.22.<br><br>This is repeatable and happens whether its my old data or a brand new empty 0.22 database.<br>I haven't seen any other reports on this in searching the myth-user archive.<br>
<br>I'm running Mythbuntu 10.21 AMD64 and loaded 0.22 via a 'yum update' (comes from repo: rpmfusion-free-updates version:0.5.rc1.fc10).<br>A snip of the mythfrontend debug output just before it fails appears below. How do I fix this? Can anyone help?<br>
<br>...<br>2009-11-11 22:18:15.679 Upgrading to MythNews schema version 1001<br>2009-11-11 22:18:15.679 MSqlQuery::exec("ALTER TABLE `newssites` ADD `podcast` BOOL NOT NULL DEFAULT '0';")<br>2009-11-11 22:18:15.691 MSqlQuery::exec() "DELETE FROM settings WHERE value = 'NewsDBSchemaVer' AND hostname is NULL;"<br>
2009-11-11 22:18:15.691 MSqlQuery::exec() "INSERT INTO settings (value,data ) VALUES ( 'NewsDBSchemaVer', '1001' );"<br>2009-11-11 22:18:15.691 Clearing Settings Cache.<br>2009-11-11 22:18:15.691 Clearing Settings Cache.<br>
2009-11-11 22:18:15.692 Disabling Settings Cache.<br>2009-11-11 22:18:15.692 Clearing Settings Cache.<br>2009-11-11
22:18:15.693 MSqlQuery::exec() "SELECT keylist FROM jumppoints WHERE
destination = 'MythNews' and hostname = 'htpc.home' ;"<br>
2009-11-11 22:18:15.693 MSqlQuery::exec() "INSERT INTO jumppoints
(destination, description, keylist, hostname) VALUES ( 'MythNews', 'RSS
News feed reader', '', 'htpc.home' );"<br>
2009-11-11 22:18:15.694 MSqlQuery::exec() "SELECT keylist, description
FROM keybindings WHERE context = 'News' AND action = 'RETRIEVENEWS' AND
hostname = 'htpc.home' ;"<br>2009-11-11
22:18:15.695 MSqlQuery::exec() "INSERT INTO keybindings (context,
action, description, keylist, hostname) VALUES ( 'News',
'RETRIEVENEWS', 'Update news items', 'I', 'htpc.home' );"<br>
2009-11-11 22:18:15.696 MSqlQuery::exec() "SELECT keylist, description
FROM keybindings WHERE context = 'News' AND action = 'FORCERETRIEVE'
AND hostname = 'htpc.home' ;"<br>2009-11-11
22:18:15.697 MSqlQuery::exec() "INSERT INTO keybindings (context,
action, description, keylist, hostname) VALUES ( 'News',
'FORCERETRIEVE', 'Force update news items', 'M', 'htpc.home' );"<br>
2009-11-11 22:18:15.698 MSqlQuery::exec() "SELECT keylist, description
FROM keybindings WHERE context = 'News' AND action = 'CANCEL' AND
hostname = 'htpc.home' ;"<br>2009-11-11
22:18:15.699 MSqlQuery::exec() "INSERT INTO keybindings (context,
action, description, keylist, hostname) VALUES ( 'News', 'CANCEL',
'Cancel news item updating', 'C', 'htpc.home' );"<br>
Floating point exception