[mythtv-users] MythGame problem?

Chuck Ferring cferring at comcast.net
Sun Apr 20 23:44:53 UTC 2003


The tree levels are retrieved from the mythgame-settings.txt file.  Are
they set properly in there?

On Sun, 2003-04-20 at 10:05, Tim Neale wrote:
> I've been having some trouble with CVS mythgame, on the 'Select game to 
> play' menu I got the entry 'All Games' and nothing else, I've tried 
> pressing various keys but nothing does anything except 'e' which causes 
> a segmentation fault. After spending much time in the source code I 
> noticed that the command  gContext->GetSetting("TreeLevels") was 
> returning the string "artist album title" which doesn't seem right at 
> all. I solved the problem by editing treeitem.cpp and changing the line:
> QStringList fields = QStringList::split(" ", 
> gContext->GetSetting("TreeLevels"));
> to
> QStringList fields = QStringList::split(" ", "system gamename");
> however this seems far from ideal.
> 
> Does anyone know what could be causing this behaviour? as no-one else 
> seems to be having a problem I assume I've done something wrong but 
> can't work out what so any suggestions would be appreciated.
> 
> Tim
> 
> _______________________________________________
> mythtv-users mailing list
> mythtv-users at snowman.net
> http://lists.snowman.net/cgi-bin/mailman/listinfo/mythtv-users



More information about the mythtv-users mailing list