Helixien / ReGrowth-Core

ReGrowth: Core is both a content mod and a small framework, aiming to overhaul and improve on Rimworlds vanilla biomes, add new and unique features and biomes, replace many of the vanilla plant textures with HD ones and, in combination with its companion mods, add new plants that fit perfectly into the vanilla artstyle. On top of that, it adds a lot of new weather types, many with custom visual effects to spice up your game.
https://steamcommunity.com/workshop/filedetails/?id=2260097569
Other
5 stars 3 forks source link

Even with the legacy version, it still gives errors after starting the game #3

Closed Traveller23 closed 5 months ago

Traveller23 commented 5 months ago

The version I used: ReGrowth-Core_March-24_Legacy.zip

Errors when starting the game:

[ReGrowth: Core - Start of stack trace]
Verse.PatchOperationReplace(xpath="/Defs/ThingDef[defName="EM_MineableCoal" or defName="EM_MineableIron" or defName="EM_MineableLead" or defName="EM_MineableTin" or defName="EM_MineableCopper" or defName="EM_MineableTitanium"]/graphicData/texPath"): Failed to find a node with the given xpath
ModSettingsFramework.PatchOperationModOption: Error
[End of stack trace]
The top operation is the one that failed, the ones below it are the parents
Source file: C:\Program Files (x86)\Steam\steamapps\common\RimWorld\Mods\ReGrowth-Core\1.4\Patches\_ModSettings\Toggleable-Patches-Retextures.xml

UnityEngine.StackTraceUtility:ExtractStackTrace ()
(wrapper dynamic-method) Verse.Log:Verse.Log.Error_Patch4 (string)
XmlExtensions.ErrorManager:PrintErrors (string,Verse.ModContentPack)
XmlExtensions.PatchOperation_Patch:Postfix (Verse.PatchOperation,bool&,System.Xml.XmlDocument)
(wrapper dynamic-method) Verse.PatchOperation:Verse.PatchOperation.Apply_Patch2 (Verse.PatchOperation,System.Xml.XmlDocument)
(wrapper dynamic-method) Verse.LoadedModManager:Verse.LoadedModManager.ApplyPatches_Patch7 (System.Xml.XmlDocument,System.Collections.Generic.Dictionary`2<System.Xml.XmlNode, Verse.LoadableXmlAsset>)
Verse.LoadedModManager:LoadAllActiveMods ()
Verse.PlayDataLoader:DoPlayLoad ()
Verse.PlayDataLoader:LoadAllPlayData (bool)
Verse.Root/<>c:<Start>b__6_1 ()
Verse.LongEventHandler:RunEventFromAnotherThread (System.Action)
Verse.LongEventHandler/<>c:<UpdateCurrentAsynchronousEvent>b__27_0 ()
System.Threading.ThreadHelper:ThreadStart_Context (object)
System.Threading.ExecutionContext:RunInternal (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool)
System.Threading.ExecutionContext:Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool)
System.Threading.ExecutionContext:Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object)
System.Threading.ThreadHelper:ThreadStart ()
[ReGrowth: Core] Patch operation ModSettingsFramework.PatchOperationModOption(count=5, lastFailedOperation=Verse.PatchOperationReplace(/Defs/ThingDef[defName="EM_MineableCoal" or defName="EM_MineableIron" or defName="EM_MineableLead" or defName="EM_MineableTin" or defName="EM_MineableCopper" or defName="EM_MineableTitanium"]/graphicData/texPath)) - RG_NewRockAtlasTextures failed
file: C:\Program Files (x86)\Steam\steamapps\common\RimWorld\Mods\ReGrowth-Core\1.4\Patches\_ModSettings\Toggleable-Patches-Retextures.xml
UnityEngine.StackTraceUtility:ExtractStackTrace ()
(wrapper dynamic-method) Verse.Log:Verse.Log.Error_Patch4 (string)
Verse.PatchOperation:Complete (string)
ModSettingsFramework.PatchOperationModOption:Complete (string)
(wrapper dynamic-method) Verse.LoadedModManager:Verse.LoadedModManager.ClearCachedPatches_Patch3 ()
Verse.LoadedModManager:LoadAllActiveMods ()
Verse.PlayDataLoader:DoPlayLoad ()
Verse.PlayDataLoader:LoadAllPlayData (bool)
Verse.Root/<>c:<Start>b__6_1 ()
Verse.LongEventHandler:RunEventFromAnotherThread (System.Action)
Verse.LongEventHandler/<>c:<UpdateCurrentAsynchronousEvent>b__27_0 ()
System.Threading.ThreadHelper:ThreadStart_Context (object)
System.Threading.ExecutionContext:RunInternal (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool)
System.Threading.ExecutionContext:Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool)
System.Threading.ExecutionContext:Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object)
System.Threading.ThreadHelper:ThreadStart ()
Helixien commented 5 months ago

You can ignore those! Wont break anything, it seems the patch for Expanded Material isnt checking for the mod, so it always tries to patch them. Again, you can ignore it, wont hurt your game!

Thanks tho, will have to fix that for the new version as well.

Traveller23 commented 5 months ago

That's a relief, thanks for your prompt reply!