Certain games don't launch- but play fine in MAME

Get answers to questions about using mGalaxy.
notbillcosby
Newbie
Newbie
Posts: 25
Joined: Sun Jul 29, 2012 2:09 pm

For some reason, when I try to launch Pac-Man, Burger Time, Galaga, and probably others that I haven't found yet (are these all using Midway hardware?) from the list in mGalaxy, they don't launch. It's like it doesn't even register me hitting the launch button. Other games, like Donkey Kong, launch just fine. If I try to run the problematic games directly through Mame at the command line, they launch and play without issue. Any ideas?
jmd
Full Member
Full Member
Posts: 207
Joined: Mon Feb 05, 2007 2:33 pm

It's like it doesn't even register me hitting the launch button.
You mean that you can't hear the "Launching game" sound?

You use the same Mame version with mGalaxy that you use with your commandline test? The same set of roms?
notbillcosby
Newbie
Newbie
Posts: 25
Joined: Sun Jul 29, 2012 2:09 pm

Same MAME, same romset. There’s only one copy of all that stuff on my machine so I can 100% confirm this. I’m not in front of my machine right now, but I’m fairly certain that no, it does not play the launching game sound either.
jmd wrote:
It's like it doesn't even register me hitting the launch button.
You mean that you can't hear the "Launching game" sound?

You use the same Mame version with mGalaxy that you use with your commandline test? The same set of roms?
notbillcosby
Newbie
Newbie
Posts: 25
Joined: Sun Jul 29, 2012 2:09 pm

I'm having a hard time with this. I can't find anything in the forums or on Google that seems to address this specific issue. I would normally suspect that my romset hadn't updated correctly for the version of MAME I'm using, but the fact that I can still launch the problematic games from the command line debunks that theory. I'm at the mercy of people here who are smarter about this kind of stuff than I am...

Is there any other info I can provide that would better help diagnose the issue?
Aeliss
Hero Member
Hero Member
Posts: 900
Joined: Thu Apr 04, 2013 5:55 pm

But it works with command line ?

Can you show the command line you are using ?

Perhaps adding debug parametre in the command used by mgalaxy.
notbillcosby
Newbie
Newbie
Posts: 25
Joined: Sun Jul 29, 2012 2:09 pm

Yup. “Mame64 btime” launches burger time just fine. Picking it out of the list in MGalaxy does not launch the game. How do I add a debug parameter to mgalaxy, and then what will I need to share with you guys in order for that to help?

[quote="Aeliss"]
But it works with command line ?

Can you show the command line you are using ?

Perhaps adding debug parametre in the command used by mgalaxy.
[/quote]
jmd
Full Member
Full Member
Posts: 207
Joined: Mon Feb 05, 2007 2:33 pm

The command line issuing from mGalaxy is:

Code: Select all

-rompath "%path" %file%ext -volume -%volume(32,0) -skip_gameinfo -nowindow -joystick
so could you try to launch you game that way:

Code: Select all

Mame64.exe -rompath "TheFullPathToYourRomFileIncludingExtension" -volume -0 -skip_gameinfo -nowindow -joystick
notbillcosby
Newbie
Newbie
Posts: 25
Joined: Sun Jul 29, 2012 2:09 pm

Tried it. My DOS prompt was:

D:\mame>mame64 -rompath "D:\roms\btime.zip" -volume -0 -skip_gameinfo -nowindow
-joystick

It did not launch the game, it launched the Mame UI instead. Upon returning to DOS, this info from Switchres was shown:

SwitchRes: [empty] (1) horizontal (640x480@61.000000)->(640x480@59.980880)
Aeliss
Hero Member
Hero Member
Posts: 900
Joined: Thu Apr 04, 2013 5:55 pm

-rompath is just the path you need too the rom name

light version

Code: Select all

mame64.exe -rompath "F:\emulateur\mame\roms" 1941.zip
notbillcosby
Newbie
Newbie
Posts: 25
Joined: Sun Jul 29, 2012 2:09 pm

D:\MAME>Mame64.exe -rompath "d:\roms" btime.zip -volume -0 -skip_gameinfo -nowindow -joystick

^^^This does launch the game.

[quote="Aeliss"]
-rompath is just the path you need too the rom name

light version

Code: Select all

mame64.exe -rompath "F:\emulateur\mame\roms" 1941.zip
[/quote]
Aeliss
Hero Member
Hero Member
Posts: 900
Joined: Thu Apr 04, 2013 5:55 pm

So with command line it works but not using mGalaxy ?
Realy strange, can you show the MGalaxyRunaway page with the config pls ?
notbillcosby
Newbie
Newbie
Posts: 25
Joined: Sun Jul 29, 2012 2:09 pm

Image
Image
Image
Aeliss
Hero Member
Hero Member
Posts: 900
Joined: Thu Apr 04, 2013 5:55 pm

Seriously, WTF, it's exactly the same command line than mGalaxy.

Can you try to add in the mGalaxy command line some debug option

https://docs.mamedev.org/commandline/co ... ng-options

I think this one is not bad
-[no]log
    Creates a file called error.log which contains all of the internal log messages generated by the MAME core and system drivers. This can be used at the same time as -log to output the log data to both targets as well.
Edit:
Haaaa, I have perhapos an idea, disable your database, and make a try with rom file name.
notbillcosby
Newbie
Newbie
Posts: 25
Joined: Sun Jul 29, 2012 2:09 pm

I’m extremely hazy on how database stuff works. Could you point me to directions on how to do exactly what you’re talking about?
Aeliss
Hero Member
Hero Member
Posts: 900
Joined: Thu Apr 04, 2013 5:55 pm

On the first screenshoot, there is a button "Extra", from my memory you have an option to uncheck.
Post Reply