Jump to content
LaunchBox Community Forums

xenia emulator, does not close.


sinihes

Recommended Posts

Hi all.
First, sorry for to write bad in einglish.
My problema is with emuletion Xenia , Launchbox and big box. When i am inside from bigbox, tried closed Xenia wiht crontroller Xbox one. he does not respond to me.
Xenia does not have setting controller for close the emulator, and in the configuration bigbox, does not control emulador xenia.

is there any way to solve it?
Thanks in advance.

Link to comment
Share on other sites

From what I can read online about Xenia emulator, the keyboard shortcut to close the emulator is Alt + F4.  If that's still the case, you should be able to edit your emulator setting in LB for Xenia and place the following on the Running AutoHotKey Script tab:

$Esc::
{
  Send !{f4}
  Return
}

Now pressing escape on your keyboard (or via any controller automation you have setup in LB/BB to exit emulator) should push the Alt+F4 command, thus closing Xenia.

Hope this helps,
CDBlue

Link to comment
Share on other sites

26 minutes ago, sinihes said:

Is a that option in the Launchbox program?

Options/ Legacy?
 

Options.jpg

LaunchBox and BigBox have their own mapping settings.

In Launchbox in the screen you are showing click on "Mapping" and set the "Exit Game" mapping.

In BigBox look for a similar controller mapping section and set the command for "Close Active Window"

Link to comment
Share on other sites

8 minutes ago, sinihes said:

When you press buttons, Start and Select, emulator windows closes.??

(cuando apreta los botones start y Select, se le cierra la ventana del emulador?)

Yes. I use an 8Bitdo controller. My exit is mapped to Start + Select. Works just fine without an AHK. 

Even if I switch to an Xbox One controller and remap to that it works.

Not sure why it is not working for you. 

If you run a game and hit Alt+F4 on your keyboard does Xenia close?

Link to comment
Share on other sites

  • 2 years later...

I am facing the same exact issue with xenia. I am rather hearsed in AHK so this is really baffling to me as I have tried multiple methods of closing the emu. I have tried

$Esc::
{
  Send !{f4}
  Return
}

Which does nothing. I even tried; 

$Esc::
{
 Process, Close, Xenia_Canary.exe
  Return
}

and

SetWorkingDir %A_ScriptDir%
if not A_IsAdmin
Run *RunAs "%A_ScriptFullPath%"

$Esc::
{
  Send !{f4}
  Return
}

and for good measure, i tried

$Esc::
{
  if !A_IsAdmin
	Run, % "*RunAs " (A_IsCompiled ? "" : A_AhkPath " ") Chr(34) A_ScriptFullPath Chr(34)
	RunWait, TASKKILL /F /IM Xenia_Canary.exe /T,, Hide
  Return
}

Yet no matter what I try, it only exits fullscreen.

Link to comment
Share on other sites

  • 1 year later...
On 2/10/2023 at 8:03 PM, LegzRwheelz said:

I am facing the same exact issue with xenia. I am rather hearsed in AHK so this is really baffling to me as I have tried multiple methods of closing the emu. I have tried

$Esc::
{
  Send !{f4}
  Return
}

Which does nothing. I even tried; 

$Esc::
{
 Process, Close, Xenia_Canary.exe
  Return
}

and

SetWorkingDir %A_ScriptDir%
if not A_IsAdmin
Run *RunAs "%A_ScriptFullPath%"

$Esc::
{
  Send !{f4}
  Return
}

and for good measure, i tried

$Esc::
{
  if !A_IsAdmin
	Run, % "*RunAs " (A_IsCompiled ? "" : A_AhkPath " ") Chr(34) A_ScriptFullPath Chr(34)
	RunWait, TASKKILL /F /IM Xenia_Canary.exe /T,, Hide
  Return
}

Yet no matter what I try, it only exits fullscreen.

Did you ever figure this out?

In the Xenia config you can set to start in fullscreen but I have not found an option that works to exit with a controller.
And yes I have Launchbox "Exit Game" set to Button 7 & 8 and Big Box "Close the Active Window" set to Button 7 & 8

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