Author Topic: Certain games don't launch- but play fine in MAME  (Read 10170 times)

Aeliss

  • Hero Member
  • *****
  • Posts: 915
Re: Certain games don't launch- but play fine in MAME
« Reply #13 on: April 30, 2020, 09:55:38 AM »
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/commandline-all.html#debugging-options

I think this one is not bad

Quote
-[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
  • *
  • Posts: 25
Re: Certain games don't launch- but play fine in MAME
« Reply #12 on: April 30, 2020, 08:12:42 AM »



Aeliss

  • Hero Member
  • *****
  • Posts: 915
Re: Certain games don't launch- but play fine in MAME
« Reply #11 on: April 29, 2020, 02:24:27 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
  • *
  • Posts: 25
Re: Certain games don't launch- but play fine in MAME
« Reply #10 on: April 29, 2020, 12:10:04 PM »
D:\MAME>Mame64.exe -rompath "d:\roms" btime.zip -volume -0 -skip_gameinfo -nowindow -joystick

^^^This does launch the game.

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

light version
Code: [Select]
mame64.exe -rompath "F:\emulateur\mame\roms" 1941.zip

Aeliss

  • Hero Member
  • *****
  • Posts: 915
Re: Certain games don't launch- but play fine in MAME
« Reply #9 on: April 29, 2020, 10:43:12 AM »
 -rompath is just the path you need too the rom name

light version
Code: [Select]
mame64.exe -rompath "F:\emulateur\mame\roms" 1941.zip

notbillcosby

  • Newbie
  • *
  • Posts: 25
Re: Certain games don't launch- but play fine in MAME
« Reply #8 on: April 28, 2020, 08:18:02 AM »
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)

jmd

  • Full Member
  • ***
  • Posts: 211
    • Email
Re: Certain games don't launch- but play fine in MAME
« Reply #7 on: April 28, 2020, 02:13:16 AM »
The command line issuing from mGalaxy is:
Code: [Select]
-rompath "%path" %file%ext -volume -%volume(32,0) -skip_gameinfo -nowindow -joystickso could you try to launch you game that way:
Code: [Select]
Mame64.exe -rompath "TheFullPathToYourRomFileIncludingExtension" -volume -0 -skip_gameinfo -nowindow -joystick

notbillcosby

  • Newbie
  • *
  • Posts: 25
Re: Certain games don't launch- but play fine in MAME
« Reply #6 on: April 27, 2020, 02:02: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?

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.

Aeliss

  • Hero Member
  • *****
  • Posts: 915
Re: Certain games don't launch- but play fine in MAME
« Reply #5 on: April 27, 2020, 11:52:56 AM »
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
  • *
  • Posts: 25
Re: Certain games don't launch- but play fine in MAME
« Reply #4 on: April 26, 2020, 01:22:55 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?

notbillcosby

  • Newbie
  • *
  • Posts: 25
Re: Certain games don't launch- but play fine in MAME
« Reply #3 on: April 24, 2020, 08:58:08 AM »
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.

Quote
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?

jmd

  • Full Member
  • ***
  • Posts: 211
    • Email
Re: Certain games don't launch- but play fine in MAME
« Reply #2 on: April 24, 2020, 08:30:04 AM »
Quote
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
  • *
  • Posts: 25
Certain games don't launch- but play fine in MAME
« Reply #1 on: April 24, 2020, 08:18:48 AM »
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?