Error Message

Started by paulowtt, June 26, 2017, 12:44:21 PM

Previous topic - Next topic

paulowtt

So a have several mods on, and today aout of the blue i started geting this error when i open the game:

Cannot call ItemFromXmlFile with resolveCrossRefs=true while loading is already in progress.
Verse.Log:Error(String)
Verse.DirectXmlLoader:ItemFromXmlFile(String, Boolean)
Verse.ModMetaData:Init()
Verse.ModMetaData:.ctor(String)
Verse.ModLister:RebuildModList()
RimWorld.Page_ModsConfig:PreOpen()
Verse.WindowStack:Add(Window)
RimWorld.MainMenuDrawer:<DoMainMenuControls>m__604()
Verse.ListableOption:DrawOption(Vector2, Single)
Verse.OptionListingUtility:DrawOptionListing(Rect, List`1)
RimWorld.MainMenuDrawer:DoMainMenuControls(Rect, Boolean)
RimWorld.MainMenuDrawer:MainMenuOnGUI()
Verse.UIRoot_Entry:DoMainMenu()
Verse.UIRoot_Entry:UIRootOnGUI()
Verse.Root:OnGUI()


Could not resolve cross-reference to Verse.ThingDef named TableAnimalProsthetics
Verse.Log:Error(String)
Verse.DirectXmlCrossRefLoader:TryResolveDef(String, FailMode)
Verse.WantedRefForList`1:TryResolve(FailMode)
Verse.DirectXmlCrossRefLoader:ResolveAllWantedCrossReferences(FailMode)
Verse.DirectXmlLoader:ItemFromXmlFile(String, Boolean)
Verse.ModMetaData:Init()
Verse.ModMetaData:.ctor(String)
Verse.ModLister:RebuildModList()
RimWorld.Page_ModsConfig:PreOpen()
Verse.WindowStack:Add(Window)
RimWorld.MainMenuDrawer:<DoMainMenuControls>m__604()
Verse.ListableOption:DrawOption(Vector2, Single)
Verse.OptionListingUtility:DrawOptionListing(Rect, List`1)
RimWorld.MainMenuDrawer:DoMainMenuControls(Rect, Boolean)
RimWorld.MainMenuDrawer:MainMenuOnGUI()
Verse.UIRoot_Entry:DoMainMenu()
Verse.UIRoot_Entry:UIRootOnGUI()
Verse.Root:OnGUI()

paulowtt

i can still load the save, and the mod in question seems to be "A dog said..." cuz the error goes away when i disable the mod.

jamaicancastle

I would check with the mod author, but it sounds as though the mod was updated to no longer use the TableAnimalProsthetics, but part of it was not fully compatible with that change.

For any save that didn't have such an object in use, this would be a harmless error; I don't know what effect having the object that was removed would have.

kaptain_kavern

Came from ADS. There was an update for correct this, since

Xnope

That's what happens when you have stealth updates to mods... tiny things change and everything breaks. Bleh.
My W.I.P. mods:
Carnivale: GitHub | Forum Post
XnopeCore: GitHub