Disable all mods except core and I'm getting errors from "anonymous" [SOLVED]

Started by E-102, September 04, 2019, 06:17:23 PM

Previous topic - Next topic

E-102

The debug log is all yellow with mostly about target versions going from 1.0.0 to 1.0 but there are 3 red errors that are the same:

Unable to parse version string on mod  from Anonymous "Unknown"
Verse.Log:Error(String, Boolean)
Verse.ModMetaDataInternal:TryParseVersion(String, Boolean)
Verse.ModMetaDataInternal:TryParseSupportedVersions(Boolean)
Verse.ModMetaData:Init()
Verse.ModMetaData:.ctor(String)
Verse.ModLister:RebuildModList()
Verse.ModLister:.cctor()
Verse.<>c__Iterator0:MoveNext()
Verse.<>c__Iterator0:MoveNext()
System.Collections.Generic.List`1:AddEnumerable(IEnumerable`1)
System.Collections.Generic.List`1:.ctor(IEnumerable`1)
System.Linq.Enumerable:ToList(IEnumerable`1)
Verse.LoadedModManager:InitializeMods()
Verse.LoadedModManager:LoadAllActiveMods()
Verse.PlayDataLoader:DoPlayLoad()
Verse.PlayDataLoader:LoadAllPlayData(Boolean)
Verse.Root:<Start>m__1()
Verse.LongEventHandler:RunEventFromAnotherThread(Action)
Verse.LongEventHandler:<UpdateCurrentAsynchronousEvent>m__1()

It happens on startup and when I go into mods. It only shows core is enable when I click mods.

[attachment deleted due to age]

E-102