vixark / RTS-Helper

Dynamic build order reader for RTS video games.
GNU Affero General Public License v3.0
2 stars 2 forks source link

.NET Core not detected #5

Closed JorgeLM97 closed 2 months ago

JorgeLM97 commented 3 months ago

I get the following error message "To run this application, you must install .NET Core. Would you like to download it now?" When clicking [Yes ] nothing happens and the app closes. I installed "aspnetcore-runtime-3.1.32-win-x64.exe", "dotnet-runtime-3.1.32-win-x64.exe", "windowsdesktop-runtime-3.1.32-win-x86.exe" from Microsoft and installed them but that didn't fix it. Which version of .NET Core is required? Where can I download it? Maybe this info could be added to the readme or somewhere else.

vixark commented 3 months ago

Hello, It needs .NET Core 3.1 to run. https://dotnet.microsoft.com/en-us/download/dotnet/3.1 . Restart your computer after installing. If still doesn't work, look if there's any update related to .NET Core that hasn't been installed in Windows Update.

Are you trying to run it from code or from the executable?

JorgeLM97 commented 2 months ago

I'm running from the executable provided at http://vixark.com/rts-helper, it works now, I just noticed I installed the x86 version instead of the x64 one before... That might have been it. After installing the x64 version it works correctly. Anyways, maybe that link could be added to the readme to make it clearer? The update prompt that opens when not having .NET Core installed still doesn't work. I'm running W10 Pro 10.0.19045 if its relevant.

vixark commented 2 months ago

The file in vixark.com is compiled as 'Any CPU' so it should work the same in x86 or x64. Strange that your computer decided to choose x86.

About the update promt, that is automatic from Windows and .Net framework. I don't have control of it.

Anyway, It's good to hear that it worked. I hope you enjoy it.

If you have any further question I can help you out.