Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - cressie176

Pages: [1]
1
General / Re: 2.7.0 Mac OS X Release?
« on: April 09, 2024, 09:58:34 PM »
Thank you

2
General / 2.7.0 Mac OS X Release?
« on: April 07, 2024, 01:39:56 PM »
Hello. I was wondering if there's a 2.7.0 release for Mac OS X? The latest Mac OS X version (2.6.1) has a really nasty bug in the mame emulator settings (https://github.com/mickelson/attract/pull/615) that corrupts MAME.cfg whenever a romlist is generated, causing launched games to hang and requiring a hard reboot to recover. This was fixed in v2.6.2, but only released for Windows and Linux


4
Emulators / Re: Launching mame from AM hangs (mac)
« on: April 07, 2024, 12:50:53 PM »
Removing the pause_hotkey line from the MAME.cfg file fixed the issue. I'll close this issue and report a bug.

5
Emulators / Re: Launching mame from AM hangs (mac)
« on: April 07, 2024, 12:47:23 PM »
I think there might be a bug with AM's mame emulator configuration. The pause_hotkey value is set to "$HOME/Applications/mame/marquee" however the AM UI doesn't even show this option (see screenshot). I haven't edited the file manually



6
Emulators / Launching mame from AM hangs (mac)
« on: April 07, 2024, 12:26:44 PM »
Hello.

I'm trying to get AM working with mame on an Intel Mac. Mame works fine from the command line, but hangs at the game information screen when I launch from AM.

My setup is as follows...

  • I've installed AM 2.6.1
  • I've installed mame 0.264 via macports. The binary is /opt/local/libexec/mame/mame
  • I've created a mame like directory structure in ~/Applications/mame
  • I've downloaded the circus rom and all the bios files from a 0.264 romset into the ~/Applications/mame/roms folder

The following launches the game as expected

Code: [Select]
cd ~/Applications/mame
/opt/local/libexec/mame/mame circus

However, if I launch the game from AM it hangs on mame's game information screen. To further debug I added the -window, -verbose and -log command arguments. MacOS reports that the application is not responding and I get the spinning wheel of death when I focus on the mame window. Calling ps -ef shows the following

Code: [Select]
501  3182  3100   0  7:40pm ??         0:01.51 /opt/local/libexec/mame/mame circus -window -verbose -log
The contents of the mame error.log is

Code: [Select]
<U+FEFF>[:screen] :screen: Deprecated legacy Old Style screen configured (set_vblank_time), please use set_raw instead.
Soft reset
[:cchip] ':cchip:upd7811' (01F4) port F written ff
[:cchip] ':cchip:upd7811' (0221) port F written ff

I've attached my attract.cfg, MAME.cfg files. I haven't created a custom mame.ini file.

Any suggestions greatly appreciated.

Thank you


PS. I also tried running attract from the command line with the --loglevel set to debug. I've attached the output. I'm curious about the line near the bottom...

Code: [Select]
- Pause Hotkey pressed, sending SIGSTOP signal to process 5448

Pages: [1]