LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu
User Name
Password
Ubuntu This forum is for the discussion of Ubuntu Linux.

Notices


Reply
  Search this Thread
Old 05-24-2007, 09:47 PM   #1
snares
Member
 
Registered: Mar 2006
Distribution: Ubuntu Gusty Gibbon
Posts: 108

Rep: Reputation: 16
MythGame


I have a nice Linux Media Center here but the last thing I need to get running is mythgame.I found a tutorial on how to configure it here
http://mythtv.org/wiki/index.php/Con...Game_Emulation
but I still am having problems. There is one part of the tutorial I haven't done yet so it could be the problem but I don't understand what it is talking about. Perhaps someone can clarify it for me.

The tutorial states:
Quote:
MythGame v0.19.0-Specific Note

On at least one reported system MythGame v0.19.0 was failing to load from the romdb table because of a problem with a specific MySQL/QT version which didn't like trailing spaces. The fix is to delete the trailing space in the SELECT statement in InitMetaData(). Change this:

QString thequery = QString("SELECT crc, category, year, country, name, "
"description, publisher, platform, version, "
"binfile FROM romdb WHERE platform = \"%1\"; ")
.arg(GameType);

To this:

QString thequery = QString("SELECT crc, category, year, country, name, "
"description, publisher, platform, version, "
"binfile FROM romdb WHERE platform = \"%1\";")
.arg(GameType);
Where is this? I don't know what I am supposed to edit ergo I can't edit it. Thanks for the help.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
MythGame plays game without video jpbarto Linux - Software 0 10-05-2004 06:47 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu

All times are GMT -5. The time now is 10:49 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration