Jump to content
LaunchBox Community Forums

Can't close down Cemu within LB/BB. Can anybody help me out, please?


rafster

Recommended Posts

Hi guys, 

I'm launching Cemu 1.22.8 via Launchbox & BigBox.  Games start up and play fine however when I try to exit a game by hitting Esc, Cemu just goes into windowed mode.

I have seached for and found old posts that discussed a simialar issue but none of the suggestions have worked for me.

I currently have the follwoing in my AHK script field  :

$Esc:: Process, Close, {{{StartupEXE}}}

If anybody has any suggestions I'd really appreacite hearing them.  Thanks!

 

Link to comment
Share on other sites

Hey, thanks for the quick reply bundangdon! 

I've copied and pasted this code as you've suggested.  Should the Esc key now close down Cemu, is that what it does for you?  Cemu is still going into windowed mode when I hit Esc. 

Thanks in advance for confirming.

Link to comment
Share on other sites

First of all, check if you run Cemu with admin rights. If so disable that. Many people have difficulty closing emulators through an AHK script when the emulator run with admin rights. Second, often there are multiple scripts (or variations) that wil work. But make sure it is pasted in the "Running AutoHotKey Script" tab.

438916694_Schermopname(133).thumb.jpg.6fe3c07de169bb2a5c7f68572be318ba.jpg

I myself use the following script:

$Esc::
{
WinClose, ahk_exe Cemu.exe
}

I just updated Cemu to the latest version and tested it and it closes like it should.

  • Like 1
Link to comment
Share on other sites

  • 1 year later...
  • 3 months later...
On 2/11/2023 at 5:17 PM, moudrost said:

This is the version that works for me.

image.thumb.png.439abb82da2e6366be6893d410d59bcb.png

$Esc::
{
   WinClose, ahk_exe {{{StartupEXE}}}
}

Doesn't work for me either. Just goes into windowed mode. Not running as admin. It closes however, when I hit the exit combo on my controller a second time. Odd. Even weirder: If I hit ESC on my keyboard, the emulator closes immediately.

Edited by SiriusVI
Link to comment
Share on other sites

46 minutes ago, SiriusVI said:

Doesn't work for me either. Just goes into windowed mode. Not running as admin. It closes however, when I hit the exit combo on my controller a second time. Odd. Even weirder: If I hit ESC on my keyboard, the emulator closes immediately.

See this thread if using CEMU version 2.0 

 

 

Link to comment
Share on other sites

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...