[mythtv-users] mythfrontend does not start
Rudy Zijlstra
mythtv at grumpydevil.homelinux.org
Mon Oct 1 11:25:37 UTC 2007
Gents,
I've got a problem with one frontend: it does not really start. This is
on yesterdays SVN. Another frontend works without problems.
when i start it with -v all, i get the following:
2007-10-01 08:48:47.148 MSqlQuery: SELECT data FROM settings WHERE value
= 'MythArchiveMplexCmd' AND hos
tname = 'nedra';
2007-10-01 08:48:47.149 MSqlQuery: SELECT data FROM settings WHERE value
= 'MythArchiveDvdauthorCmd' AND
hostname = 'nedra';
2007-10-01 08:48:47.150 MSqlQuery: SELECT data FROM settings WHERE value
= 'MythArchiveSpumuxCmd' AND ho
stname = 'nedra';
2007-10-01 08:48:47.151 MSqlQuery: SELECT data FROM settings WHERE value
= 'MythArchiveMpeg2encCmd' AND
hostname = 'nedra';
2007-10-01 08:48:47.152 MSqlQuery: SELECT data FROM settings WHERE value
= 'MythArchiveMkisofsCmd' AND h
ostname = 'nedra';
2007-10-01 08:48:47.152 MSqlQuery: SELECT data FROM settings WHERE value
= 'MythArchiveGrowisofsCmd' AND
hostname = 'nedra';
2007-10-01 08:48:47.153 MSqlQuery: SELECT data FROM settings WHERE value
= 'MythArchiveTcrequantCmd' AND
hostname = 'nedra';
2007-10-01 08:48:47.154 MSqlQuery: SELECT data FROM settings WHERE value
= 'MythArchiveJpeg2yuvCmd' AND
hostname = 'nedra';
pure virtual method called
terminate called without an active exception
I've tried cleaning the DB from entries is this frontend:
mysql> delete from settings where hostname='nedra';
Query OK, 174 rows affected (0.04 sec)
mysql> delete from displayprofilegroups where hostname='nedra';
Query OK, 3 rows affected (0.02 sec)
mysql> delete from keybindings where hostname='nedra';
Query OK, 157 rows affected (0.05 sec)
mysql> delete from jumppoints where hostname='nedra';
Query OK, 37 rows affected (0.04 sec)
mysql> delete from inuseprograms where hostname='nedra';
Query OK, 0 rows affected (0.00 sec)
but this does not help. any suggestions?
Cheers,
Rudy
More information about the mythtv-users
mailing list