Jump to content
LaunchBox Community Forums

Recommended Posts

Posted

As the title says mame isn't closing while I'm using Bigbox. It only closes when I hit escape on the keyboard. I'm using about 3 different versions of mame and the other versions close perfectly using controller automation. Is there something I missed that is causing it not to close? 

Posted

Check your autohotkey script tab in Launchbox for the emulator you have added in there that's not closing.  If you didn't use the default MAME name, it's possible that the default script was not added for that emulator as it doesn't know it's needed.  It should look like the following:

; This section closes emulator when pressing Escape
$Esc::
{
    Process, Close, {{{StartupEXE}}}
}

  • 8 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...