SMAPI - Stardew Modding API

SMAPI - Stardew Modding API

971k Downloads

SMAPI Installer Bug: dotnet --info does not return the 64 bit .NET SDKs and Runtimes

itsanonmelody opened this issue ยท 1 comments

commented

Describe the bug
The dotnet program used in the batch file for installing on Windows sometimes is the 32 bit version of the program. This means that the program only detects 32 bit .NET SDKs and Runtimes.

To Reproduce

  1. The path to the 64 bit version of the dotnet program comes after the 32 bit version in the Path system environment variable.
  2. Run SMAPI installer.
  3. Error occurs.

Screenshots
When the 64 bit version of dotnet comes after the 32 bit version.
image

When the 64 bit version of dotnet comes before the 32 bit version.
image

The .NET Desktop Runtimes installed on my computer.
image

Edit: Added the output of dotnet --info for both cases.

commented

Fixed in SMAPI 3.13.2, which no longer needs any version of .NET to be installed. Thanks for reporting it!