jmega Posted September 16, 2019 Posted September 16, 2019 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. Quote
jmega Posted September 16, 2019 Author Posted September 16, 2019 nobody got a tutorial or nothing for me? ? Quote
Retro808 Posted September 16, 2019 Posted September 16, 2019 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. Quote
jmega Posted September 27, 2019 Author Posted September 27, 2019 i have to try this tomorrow thank you Quote
jmega Posted September 28, 2019 Author Posted September 28, 2019 wow i dont have microsoft xbox 360 in the associated platforms tab? Quote
jmega Posted September 28, 2019 Author Posted September 28, 2019 wow i dont have microsoft xbox 360 in the associated platforms tab? Quote
Retro808 Posted September 28, 2019 Posted September 28, 2019 1 hour ago, jmega said: wow i dont have microsoft xbox 360 in the associated platforms tab? Just type it in. Quote
jmega Posted September 28, 2019 Author Posted September 28, 2019 I FOUND THE PROBLEM it was wayyyyy more complicated then that but thank you Quote
Retro808 Posted September 28, 2019 Posted September 28, 2019 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. Quote
drewjbx Posted February 25, 2020 Posted February 25, 2020 hey retro, do you know if there is a way to have LB open xenia in FS? Quote
Retro808 Posted February 26, 2020 Posted February 26, 2020 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 3 Quote
drewjbx Posted February 26, 2020 Posted February 26, 2020 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! Quote
DavrosKaled Posted July 10, 2021 Posted July 10, 2021 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! Quote
Your Friendly A.I Overlord Posted July 10, 2021 Posted July 10, 2021 38 minutes ago, DavrosKaled said: That AutoHotKey is amazing! 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. 4 Quote
Retro808 Posted July 10, 2021 Posted July 10, 2021 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. 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. Quote
voldo2006 Posted January 16, 2022 Posted January 16, 2022 For bat files I use "--fullscreeen=true" 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.