clguy24 Posted January 11, 2020 Share Posted January 11, 2020 I am using an xbox360 controller. I can open the pause screen with start+select in any emulator/game I have set up. But when I choose to exit a game when using Dolphin (i.e. gamecube rom), the menu goes away and the emulation returns and continues running. If I alt+tab, I see four items: the emulation, dolphin, a blank screen, and bigbox (see attached image). If I alt+tab so that the blank screen is selected, it shows the game over screen from big box, and then I am returned to the big box menu. But the emulation continues to run. The only way to close the game is to select the emulation using alt+tab and use the escape key on my keyboard. But I would like to not use a keyboard at all and rely solely on my xbox360 controller. I have no issues quitting games from any other emulator I have set up in bigbox. Dolphin is the only one that does not behave as expected. Attached are some of my settings. This is driving me crazy, so any assistance would be greatly appreciated!!! Quote Link to comment Share on other sites More sharing options...
Retro808 Posted January 11, 2020 Share Posted January 11, 2020 Is the issue exiting from within the game or from the Exit option in the Pause menu? If it is from within the game you need to make sure your AHK is inside the "Running AHK" tab. Also I recommend changing that AHK for Exit you have. That version is a hard close and can, in some emulators, mess with save states when closing. The one below is better to use. $Esc:: { WinClose, ahk_exe {{{StartupEXE}}} } 1 Quote Link to comment Share on other sites More sharing options...
clguy24 Posted January 11, 2020 Author Share Posted January 11, 2020 I changed the AHK as you suggested. My problem is that the emulation does not automatically close when I select exit game from the big box pause menu. When I select exit game, I am returned to the game and the emulation continues to run. Pressing escape on my keyboard closes Dolphin, but I do not want to use a keyboard. With every other emulator I use, simply selecting exit game from the big box pause menu closes the emulator without issue. Quote Link to comment Share on other sites More sharing options...
Retro808 Posted January 11, 2020 Share Posted January 11, 2020 14 minutes ago, clguy24 said: I changed the AHK as you suggested. My problem is that the emulation does not automatically close when I select exit game from the big box pause menu. When I select exit game, I am returned to the game and the emulation continues to run. Pressing escape on my keyboard closes Dolphin, but I do not want to use a keyboard. With every other emulator I use, simply selecting exit game from the big box pause menu closes the emulator without issue. Ok. Remove the AHK you have in the Exit AHK tab. It is not needed. Even the default text in the tab tells you an AHK is not needed since Dolphin uses "Escape" by default. The "Exit AHK" tab is only used for the Pause menu's exit command if one is needed, but for Dolphin it is not. Does it work with it removed from there? 1 Quote Link to comment Share on other sites More sharing options...
clguy24 Posted January 11, 2020 Author Share Posted January 11, 2020 Wow, that fixed it! Thanks! The only reason I added the exit AHK was because I was having this issue and read the suggestion in another thread. But now everything is working! Quote Link to comment Share on other sites More sharing options...
Retro808 Posted January 11, 2020 Share Posted January 11, 2020 1 minute ago, clguy24 said: Wow, that fixed it! Thanks! The only reason I added the exit AHK was because I was having this issue and read the suggestion in another thread. But now everything is working! Cool. Glad it is sorted. Quote Link to comment Share on other sites More sharing options...
Ub204 Posted February 28, 2020 Share Posted February 28, 2020 Hi, I'm having the same problem. i'm running the default AHK settings (mines was blank) . i came across this thread and dolphin will not exit from the pause screen when using my xbox one controller. if i press escape on the keyboard, that works fine. I thought pressing exit from the pause screen would be the same as pressing escape on the keyboard, but that's not working for me. any suggestions? Quote Link to comment Share on other sites More sharing options...
corrax Posted March 29, 2020 Share Posted March 29, 2020 I had the same issue and came across this thread as well. I had the default AHK as well. I removed all text from the exit AHK box and applied the change. Now it seems to be working as intended. Hope this helps. Quote Link to comment Share on other sites More sharing options...
Celsius Posted July 25, 2021 Share Posted July 25, 2021 anyone else still having this issue, because I do...tried resetting the ahk script which was ;-text only...removed that text again. Pressing esc on the keyboard works fine but the exit in the pause menu does nothing (it does in every other emulator, but not dolphin). Anyone found a solution? Quote Link to comment Share on other sites More sharing options...
Retro808 Posted July 25, 2021 Share Posted July 25, 2021 57 minutes ago, Celsius said: anyone else still having this issue, because I do...tried resetting the ahk script which was ;-text only...removed that text again. Pressing esc on the keyboard works fine but the exit in the pause menu does nothing (it does in every other emulator, but not dolphin). Anyone found a solution? Any chance you are running Dolphin as Admin? Just tested Dolphin on a few builds and it closes fine without an AHK from either the controls I mapped for exit or from the Exit option on the pause menu. Also is this from LB or BB that it is not working? Or both? Quote Link to comment Share on other sites More sharing options...
Celsius Posted July 25, 2021 Share Posted July 25, 2021 1 hour ago, Retro808 said: Any chance you are running Dolphin as Admin? Just tested Dolphin on a few builds and it closes fine without an AHK from either the controls I mapped for exit or from the Exit option on the pause menu. Also is this from LB or BB that it is not working? Or both? #facepalm Thank you, didn't know I checked 'run as administrator' SOLVED Quote Link to comment Share on other sites More sharing options...
TrexThunderX10 Posted March 11, 2022 Share Posted March 11, 2022 Well pretty much what I did last night after reading this was go in LB. Manage Emulators. Pick Dolphin from the list. Click Edit button. Then in dolphin emulator settings, go to Pause Menu then uncheck the box that says Pause Screen and disable it. No pause screen = no stupid code to enter & no crashing. Happy Gaming Quote Link to comment Share on other sites More sharing options...
aeronnav109 Posted July 1, 2022 Share Posted July 1, 2022 I was digging around for a solution to this also and the problem for me was in Dolphin. I had to map Escape to exit in hotkeys and disable confirm on stop in Settings --> Interface --> uncheck Confirm on Stop. Quote Link to comment Share on other sites More sharing options...
Celentis Posted July 28, 2022 Share Posted July 28, 2022 On 3/11/2022 at 6:39 AM, TrexThunderX10 said: Well pretty much what I did last night after reading this was go in LB. Manage Emulators. Pick Dolphin from the list. Click Edit button. Then in dolphin emulator settings, go to Pause Menu then uncheck the box that says Pause Screen and disable it. No pause screen = no stupid code to enter & no crashing. Happy Gaming THANK YOU!!! This solved it for me and i am now a happy gamer! 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.