Reloaded-Project / Reloaded-II

Universal .NET Core Powered Modding Framework for any Native Game X86, X64.
GNU General Public License v3.0
611 stars 83 forks source link

Update required popup for dotnet x86 on launch when already installed. #485

Closed skypanda64 closed 2 weeks ago

skypanda64 commented 2 weeks ago

Following the latest update I was prompted to update dot net - both x64 and x86. While both have been installed, the below pop-up persists on launch. Closing it and using reloaded as normal remains possible. I have also tried re-installing reloaded from the setup.exe and the popup persists.

Screenshot 2024-11-14 013954

Appears to be just a minor inconvenience but flagging in case it's anything more serious. Any input on a fix would be much appreciated! Thanks :)

Sewer56 commented 2 weeks ago

Manually installing the runtimes listed in the changelog will probably do the trick:

It's possible Microsoft didn't update the runtime links on their servers, so it's sending them to the wrong runtime. This happened last year too.

skypanda64 commented 2 weeks ago

This worked perfect. Thanks!