SMAPI - Stardew Modding API

SMAPI - Stardew Modding API

971k Downloads

Mod update checks fail if one mod has invalid version

Pathoschild opened this issue ยท 1 comments

commented

Update checks fail if a mod has an invalid version:

[WARN SMAPI] Couldn't check for new mod versions. This won't affect your game, but you won't be notified of mod updates if this keeps happening.
[DEBUG SMAPI] System.FormatException: The input '1.6.8h' isn't a valid semantic version.
    at StardewModdingAPI.Common.SemanticVersionImpl..ctor(String version) in C:\source\_Stardew\SMAPI\src\SMAPI.Common\SemanticVersionImpl.cs:line 78
    at StardewModdingAPI.SemanticVersion..ctor(String version) in C:\source\_Stardew\SMAPI\src\SMAPI\SemanticVersion.cs:line 50
    at StardewModdingAPI.Program.<>c__DisplayClass26_0.<CheckForUpdatesAsync>b__0() in C:\source\_Stardew\SMAPI\src\SMAPI\Program.cs:line 632

See:

commented

Fixed in develop for the upcoming SMAPI 2.5.5.