xenia-project / xenia

Xbox 360 Emulator Research Project
https://xenia.jp
Other
8.21k stars 1.13k forks source link

xb devenv error #791

Closed strongage closed 6 years ago

strongage commented 7 years ago

hey y'all this is my first time using this forum so please be kind,

so I'm trying to run the command xb devenv to run xenia (as you all know that's what it does) but this is the text + error that comes up

Launching Visual Studio...

I don't know whats wrong as I've literally just started my computing GCSE and we've not done much on coding (probably gonna need to get some prior knowledge though 😄 ) so if anyone knows what to do and could help me I'd be super graetful

many thanks

maxton commented 7 years ago

Hi strongage, this section is meant for issues with the emulator itself (the code), and is not the place for tech support questions such as these; the subreddit is more appropriate.

That said I might as well help you

so I'm trying to run the command xb devenv to run xenia (as you all know that's what it does)

That is not what that command does. xb devenv launches Visual Studio with the xenia solution open.

Your problem is that the script is failing to find your Visual Studio installation, so either you don't have VS2015/2017 installed or it is not configured on your path somehow. The latter is very unlikely since the installer does that for you, so I'd say your issue is that you haven't installed Visual Studio.

Make sure you read the docs more carefully because you would have seen on README.md that xb devenv is the command to open Visual Studio. If all you want to do is run Xenia you can download the latest build at AppVeyor