Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows on Arm support #2018

Open
archanox opened this issue Oct 31, 2023 · 3 comments
Open

Windows on Arm support #2018

archanox opened this issue Oct 31, 2023 · 3 comments
Labels
enhancement New feature or request

Comments

@archanox
Copy link

Is your feature request related to a problem? Please describe.
Currently using the Stride Editor on Windows on Arm is not possible without changes to the Stride Game Studio, VS Extension, etc

Describe the solution you'd like
I'd like to make changes to allow the Stride Editor et al to have functional parity with "regular" Windows.

Describe alternatives you've considered
I've considered firing up a x64 VM for just the editor, but this should not be required.

Additional context
Currently the first roadblock encountered is this;
image
And yes, the SDK installed, albeit the Arm64 version.

PS C:\Users\pierce> dotnet --list-sdks
6.0.416 [C:\Program Files\dotnet\sdk]
7.0.402 [C:\Program Files\dotnet\sdk]
PS C:\Users\pierce>
@archanox archanox added the enhancement New feature or request label Oct 31, 2023
@Doprez
Copy link
Contributor

Doprez commented Dec 4, 2023

I delved a little bit into this with the changes to .NET 8 this is handled here.

At line 41 you can see it finds my .NET 8 SDK in the typical SDK folder.
image

Unfortunately I cant see all the enumerated results seemingly due to a threading issue but this is likely where your issue lies.
image

@Kryptos-FR
Copy link
Member

Kryptos-FR commented Dec 4, 2023

The issue likely is because MSBuild wasn't supported on ARM until recently (.NET 6 was released in 2021).
So if it can work, it would only be on Windows 11 devices with a recent version of MSBuild (through Visual Studio 2022 or later).

See: https://learn.microsoft.com/en-us/visualstudio/install/visual-studio-on-arm-devices

@archanox
Copy link
Author

archanox commented Dec 4, 2023

Thanks @Kryptos-FR, yeah I'm aware that it's relatively new. But I'm looking to add support for Stride on WoA.

I can put up a WIP PR, but I'm still having issues building Stride. More information can be found on discord in #contributors in the meantime.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants