Jump to content
LaunchBox Community Forums

Recommended Posts

Posted

Hi guys i have a question i have xenia downloaded and launchbox i can launch xbox 360 iso's through the emulator but when i launch them through launchbox I get this a target error but when i right like and check the directory path is right and when i right lick and laucn the emulator it boots the games just not when i double click on the game this pic is what i get does anyone know why its giving me a error? Im new here so thanks for any help in advance.

launch box with xbox error.jpg

Posted

Should not take much to get it working. 

These are the settings I have for Xenia and it runs with no issues in Launchbox. 

Please share the same images on yours to see if we can spot anything. Also right click a game and edit. Share images of the emulation and launcher tabs.

 

Screen Shot 2019-09-16 at 3.03.10 PM.png

Screen Shot 2019-09-16 at 3.03.18 PM.png

  • 2 weeks later...
Posted
7 minutes ago, jmega said:

I FOUND THE PROBLEM it was wayyyyy more complicated then that but thank you

So what was the problem in case anyone else cannot get it to work. 

It was a simple set up and should work easily so it would be great to see in case anyone else has trouble. 

  • 4 months later...
Posted
3 hours ago, drewjbx said:

hey retro, do you know if there is a way to have LB open xenia in FS?

Run a game and hit F11 to send to Fullscreen. Then exit the game. Next time you launch it should remember that and go fullscreen. If not follow the steps below.

In >Tools>Manage Emulators edit Xenia. Then in the Running AutoHotKey tab paste the following code. The sleep portion is just to delay the code from entering F11 to fast.

Sleep, 2500
 SetKeyDelay, -1, 110
 Send {F11}
 Return 

 

  • Like 3
Posted
14 hours ago, Retro808 said:

Run a game and hit F11 to send to Fullscreen. Then exit the game. Next time you launch it should remember that and go fullscreen. If not follow the steps below.

In >Tools>Manage Emulators edit Xenia. Then in the Running AutoHotKey tab paste the following code. The sleep portion is just to delay the code from entering F11 to fast.


Sleep, 2500
 SetKeyDelay, -1, 110
 Send {F11}
 Return 

 

Xenia not remembering fullscreen from F11... (Feb 20 2020 build)

The AHK code works though, thanks!

  • 1 year later...
Posted
On 2/26/2020 at 1:27 PM, Retro808 said:

Run a game and hit F11 to send to Fullscreen. Then exit the game. Next time you launch it should remember that and go fullscreen. If not follow the steps below.

In >Tools>Manage Emulators edit Xenia. Then in the Running AutoHotKey tab paste the following code. The sleep portion is just to delay the code from entering F11 to fast.


Sleep, 2500
 SetKeyDelay, -1, 110
 Send {F11}
 Return 

 

That AutoHotKey is amazing!

Posted
4 hours ago, Koroth said:

Xenia can go fullscreen using the command-line parameter:  --fullscreen 

Of course you can use an AutoHotKey script, but a command-line parameter is always going to be more reliable.

1179510674_Schermopname(37).thumb.jpg.e8ff45de6fd10db67d3adc70e6b0b65d.jpg

This is definitely the cleaner way. Unfortunately, when I posted the AHK option my set-up would not use the command line. It just kept going windowed. So had to force it there.

  • 6 months later...

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