[mythtv] New MythGame not populating rom database
hary wilke
harywilke at yahoo.com
Thu Jul 7 10:45:09 EDT 2005
I'm having a problem with the new revision of MythGame. First off
thanks for the work on this, the new method of adding emus is much
better. It would be nice if when you select the type of emulator you
get a default command that would set that emu to go fullscreen,
include hiscores, etc. Something to help us newbs out. I guess that
would be a bit of a pain to maintain though.
My problem is that mythgame is not populating the database with my
roms so when i go to play a game the list is empty. i can see in the
console that it is finding them because it's full of "Found Rom :
blah.zip" lines. A quick look at the gamemetadata table in my
mythconverge database shows that no roms were added. The structure is
there, but no roms.
I am getting a few warnings when i compile. Not sure if this is
related or even something to worry about. here is a snipit of the
output from make:
g++ -c -pipe -march=pentium3 -I/usr/include/kde/artsc -pthread -I/usr/
include/glib-2.0 -I/usr/lib/glib-2.0/include -Wall -W -O3 -Wall -Wno-
switch -fomit-frame-pointer -D_REENTRANT -DPIC -fPIC -D_GNU_SOURCE -
DPREFIX=\"/usr/local\" -DMMX -Di386 -D_FILE_OFFSET_BITS=64 -
DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_PLUGIN -DQT_SHARED -I/usr/lib/
qt-3.3/mkspecs/default -I. -I/usr/local/include -I/usr/kde/3.3/
include -I/usr/local/include -I/usr/lib/qt-3.3/include -o main.o
main.cpp
In file included from main.cpp:10:
gamesettings.h:29: warning: missing braces around initializer
gamesettings.h:29: warning: missing braces around initializer
gamesettings.h:29: warning: missing braces around initializer
gamesettings.h:29: warning: missing braces around initializer
gamesettings.h:29: warning: missing braces around initializer
gamesettings.h:29: warning: missing braces around initializer
gamesettings.h:29: warning: missing braces around initializer
gamesettings.h:29: warning: missing braces around initializer
g++ -c -pipe -march=pentium3 -I/usr/include/kde/artsc -pthread -I/usr/
include/glib-2.0 -I/usr/lib/glib-2.0/include -Wall -W -O3 -Wall -Wno-
switch -fomit-frame-pointer -D_REENTRANT -DPIC -fPIC -D_GNU_SOURCE -
DPREFIX=\"/usr/local\" -DMMX -Di386 -D_FILE_OFFSET_BITS=64 -
DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_PLUGIN -DQT_SHARED -I/usr/lib/
qt-3.3/mkspecs/default -I. -I/usr/local/include -I/usr/kde/3.3/
include -I/usr/local/include -I/usr/lib/qt-3.3/include -o
gamehandler.o gamehandler.cpp
gamehandler.cpp:103: warning: unused parameter 'RomName'
gamehandler.cpp:103: warning: unused parameter 'handler'
I also get the warning about gamesettings.h:29 in gamesettings.cpp,
moc_gamesettings.cpp and dbcheck.cpp
On my Mac I don't get the gamesettings.h warnings and the
gamehandler.cpp warnings change to this:
gamehandler.cpp:103: warning: unused parameter `QString RomName'
gamehandler.cpp:103: warning: unused parameter `GameHandler*handler'
I get the same behavior of finding the roms, but not adding them on
both systems. any ideas?
Linux System: FC3, gcc 3.4.3 qt 3.3
Mac System:10.4.1 gcc 3.3 qt 3.3.4
SVN revision 6786 on both machines
thanks
-hary
More information about the mythtv-dev
mailing list