treylasalle Posted September 13, 2018 Share Posted September 13, 2018 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? Quote Link to comment Share on other sites More sharing options...
CDBlue Posted September 13, 2018 Share Posted September 13, 2018 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}}} } Quote Link to comment Share on other sites More sharing options...
treylasalle Posted September 14, 2018 Author Share Posted September 14, 2018 That's exactly what it was. Thanks! Quote Link to comment Share on other sites More sharing options...
CDBlue Posted September 14, 2018 Share Posted September 14, 2018 No problem, glad it worked. Quote Link to comment Share on other sites More sharing options...
Maximilium Posted May 23, 2019 Share Posted May 23, 2019 In my case ....was missing Quote -keyboardprovider dinput on default command parameter.... 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.