treylasalle Posted September 13, 2018 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
CDBlue Posted September 13, 2018 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
treylasalle Posted September 14, 2018 Author Posted September 14, 2018 That's exactly what it was. Thanks! Quote
Maximilium Posted May 23, 2019 Posted May 23, 2019 In my case ....was missing Quote -keyboardprovider dinput on default command parameter.... 1 Quote
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.