PDA

View Full Version : Can`t get all games to work.



mookieo2
10-21-2008, 12:49 PM
Some of my games work, some don`t.

In the log sometimes I get a space before the game name. Sometimes it works like this, most times it doesn`t.

I checked the .xml in the database folder and there are no spaces before the game name in any of the games.

04:34:42 PM | Launching file
04:34:42 PM | Command Line is: "C:\HyperSpin\Emulators\MAME\mame.exe" wboy.zip
04:34:58 PM | Excecutable is mame.exe
04:34:58 PM | Error: Cannont Find Rom File: C:\HyperSpin\Emulators\MAME\roms\wcbowl.zip
04:34:58 PM | Returning to HyperSpin
04:35:02 PM | Excecutable is mame.exe
04:35:02 PM | Error: Cannont Find Rom File: C:\HyperSpin\Emulators\MAME\roms\wcbowl.zip
04:35:02 PM | Returning to HyperSpin
04:35:06 PM | Excecutable is mame.exe
04:35:06 PM | Running in normal rom mode
04:35:06 PM | Executable Found
04:35:06 PM | Rom Found
04:35:06 PM | Attempting to launch
04:35:06 PM | Pausing Animations
04:35:06 PM | Launching file
04:35:06 PM | Command Line is: "C:\HyperSpin\Emulators\MAME\mame.exe" wh1.zip
04:35:23 PM | Excecutable is mame.exe
04:35:23 PM | Running in normal rom mode
04:35:23 PM | Executable Found
04:35:23 PM | Rom Found
04:35:23 PM | Attempting to launch
04:35:23 PM | Pausing Animations
04:35:23 PM | Launching file
04:35:23 PM | Command Line is: "C:\HyperSpin\Emulators\MAME\mame.exe" 720.zip
04:35:33 PM | Excecutable is mame.exe
04:35:33 PM | Running in normal rom mode
04:35:33 PM | Executable Found

Some .xml file

<game name="720">
<description>720 Degrees (rev 4)</description>
<cloneof></cloneof>
<crc></crc>

<game name="wboy">
<description>Wonder Boy (set 1, 315-5177)</description>
<cloneof></cloneof>
<crc></crc>
<manufacturer>Sega (Escape license)</manufacturer>
<year>1986</year>
<genre></genre>

<game name="wh1">
<description>World Heroes (set 1)</description>
<cloneof></cloneof>
<crc></crc>
<manufacturer>Alpha Denshi Co.</manufacturer>
<year>1992</year>
<genre></genre>

tk375
10-22-2008, 04:54 PM
Hey bud, try to ad: </game>
do that to each gama on the database list that doesn't end like this. that should solve your problems. Example Below.

<game name="720">
<description>720 Degrees (rev 4)</description>
<cloneof></cloneof>
<crc></crc>
</game>