RimWorld

RimWorld

Choose Wild Plant Spawns
This topic has been locked
TurtleShroom Sep 3, 2021 @ 10:36am
Bug Reports
Good afternoon.

This Mod does not have any central repository for posting Error Log entries or anything like that, so I have created this Discussion Thread for the purpose of doing exactly that.


Thank you.
-TURTLESHROOM
< >
Showing 1-13 of 13 comments
TurtleShroom Sep 3, 2021 @ 10:38am 
[HugsLib][ERR] Exception during DoWindowContents: System.NullReferenceException: Object reference not set to an instance of an object at ChooseWildPlantSpawns.Settings.ChooseWildPlantSpawns_Mod+<>c.<DrawOptions>b__31_6 (Verse.ThingDef def) [0x0001c] in <c89064c55d6846e488930e3321c4c278>:0 at System.Linq.Enumerable+WhereListIterator`1[TSource].ToList () [0x00017] in <351e49e2a5bf4fd6beabb458ce2255f3>:0 at System.Linq.Enumerable.ToList[TSource] (System.Collections.Generic.IEnumerable`1[T] source) [0x0001f] in <351e49e2a5bf4fd6beabb458ce2255f3>:0 at ChooseWildPlantSpawns.Settings.ChooseWildPlantSpawns_Mod.DrawOptions (UnityEngine.Rect rect) [0x00993] in <c89064c55d6846e488930e3321c4c278>:0 at ChooseWildPlantSpawns.Settings.ChooseWildPlantSpawns_Mod.DoSettingsWindowContents (UnityEngine.Rect rect) [0x0003b] in <c89064c55d6846e488930e3321c4c278>:0 at HugsLib.Settings.Dialog_VanillaModSettings.DoWindowContents (UnityEngine.Rect inRect) [0x000e4] in <4dd8a30b2ddc479e878b55ffe02db6e8>:0 UnityEngine.StackTraceUtility:ExtractStackTrace () (wrapper dynamic-method) Verse.Log:Verse.Log.Error_Patch2 (string) HugsLib.Utils.ModLogger:ReportException (System.Exception,string,bool,string) HugsLib.Settings.Dialog_VanillaModSettings:DoWindowContents (UnityEngine.Rect) Verse.Window:InnerWindowOnGUI (int) UnityEngine.GUI:CallWindowDelegate (UnityEngine.GUI/WindowFunction,int,int,UnityEngine.GUISkin,int,single,single,UnityEngine.GUIStyle) [HugsLib][ERR] Exception during DoWindowContents: System.NullReferenceException: Object reference not set to an instance of an object at ChooseWildPlantSpawns.Settings.ChooseWildPlantSpawns_Mod+<>c.<DrawOptions>b__31_6 (Verse.ThingDef def) [0x0001c] in <c89064c55d6846e488930e3321c4c278>:0 at System.Linq.Enumerable+WhereListIterator`1[TSource].ToList () [0x00017] in <351e49e2a5bf4fd6beabb458ce2255f3>:0 at System.Linq.Enumerable.ToList[TSource] (System.Collections.Generic.IEnumerable`1[T] source) [0x0001f] in <351e49e2a5bf4fd6beabb458ce2255f3>:0 at ChooseWildPlantSpawns.Settings.ChooseWildPlantSpawns_Mod.DrawOptions (UnityEngine.Rect rect) [0x00993] in <c89064c55d6846e488930e3321c4c278>:0 at ChooseWildPlantSpawns.Settings.ChooseWildPlantSpawns_Mod.DoSettingsWindowContents (UnityEngine.Rect rect) [0x0003b] in <c89064c55d6846e488930e3321c4c278>:0 at HugsLib.Settings.Dialog_VanillaModSettings.DoWindowContents (UnityEngine.Rect inRect) [0x000e4] in <4dd8a30b2ddc479e878b55ffe02db6e8>:0 UnityEngine.StackTraceUtility:ExtractStackTrace () (wrapper dynamic-method) Verse.Log:Verse.Log.Error_Patch2 (string) HugsLib.Utils.ModLogger:ReportException (System.Exception,string,bool,string) HugsLib.Settings.Dialog_VanillaModSettings:DoWindowContents (UnityEngine.Rect) Verse.Window:InnerWindowOnGUI (int) UnityEngine.GUI:CallWindowDelegate (UnityEngine.GUI/WindowFunction,int,int,UnityEngine.GUISkin,int,single,single,UnityEngine.GUIStyle) open file is of type SettingsBlockand not a save game *.rws file UnityEngine.StackTraceUtility:ExtractStackTrace () Verse.Log:Message (string) TradeShipsNoMatterWhat.SaveGameFinalizeMod:Prefix () (wrapper dynamic-method) Verse.ScribeSaver:Verse.ScribeSaver.FinalizeSaving_Patch1 (Verse.ScribeSaver) Verse.LoadedModManager:WriteModSettings (string,string,Verse.ModSettings) Verse.ModSettings:Write () ChooseWildPlantSpawns.Settings.ChooseWildPlantSpawns_Mod:DoSettingsWindowContents (UnityEngine.Rect) HugsLib.Settings.Dialog_VanillaModSettings:DoWindowContents (UnityEngine.Rect) Verse.Window:InnerWindowOnGUI (int) UnityEngine.GUI:CallWindowDelegate (UnityEngine.GUI/WindowFunction,int,int,UnityEngine.GUISkin,int,single,single,UnityEngine.GUIStyle)

When I open your Mod and try to select a new Biome that is not already selected when I opened it, OR when I type into the Search Bar, these are the errors that I get.

What am I doing wrong?

My Hugs Log Library is here: https://gist.github.com/f2efb45a38f8510e30c3be0b7b38b114 .
Mlie  [developer] Sep 3, 2021 @ 10:50am 
It tries to draw something and fails. Try removing plant-lods until you find what mod that is causing it
TurtleShroom Sep 7, 2021 @ 10:47am 
Originally posted by Mlie:
It tries to draw something and fails. Try removing plant-lods until you find what mod that is causing it

I don't understand what that means. What is a Plant Lod?
Mlie  [developer] Sep 7, 2021 @ 11:25am 
Plant-mods*
TurtleShroom Sep 7, 2021 @ 9:52pm 
Okay.

I don't see any plants that glitch or otherwise don't do what they are supposed to do in my Mod List...
Last edited by TurtleShroom; Sep 7, 2021 @ 9:53pm
TurtleShroom Sep 15, 2021 @ 12:04pm 
Should I be looking for Plants that don't have Sprites in the game? I don't know of any invisible Plants in my game.
Last edited by TurtleShroom; Sep 15, 2021 @ 12:04pm
Mlie  [developer] Sep 15, 2021 @ 12:30pm 
No, just remove mods that adds plants until the settings work so you can find what mods plants is causing it.
TurtleShroom Oct 23, 2021 @ 4:26pm 
[HugsLib][ERR] Exception during DoWindowContents: System.ArgumentException: An item with the same key has already been added. Key: AB_JungleTree at System.Collections.Generic.Dictionary`2[TKey,TValue].TryInsert (TKey key, TValue value, System.Collections.Generic.InsertionBehavior behavior) [0x000c1] in <eae584ce26bc40229c1b1aa476bfa589>:0 at System.Collections.Generic.Dictionary`2[TKey,TValue].Add (TKey key, TValue value) [0x00000] in <eae584ce26bc40229c1b1aa476bfa589>:0 at RimWorld.BiomeDef.CachePlantCommonalitiesIfShould () [0x00050] in <b64badbf3c3d41018b3ca5d3e8c77771>:0 at RimWorld.BiomeDef.CommonalityOfPlant (Verse.ThingDef plantDef) [0x00000] in <b64badbf3c3d41018b3ca5d3e8c77771>:0 at ChooseWildPlantSpawns.Settings.ChooseWildPlantSpawns_Mod.set_SelectedDef (System.String value) [0x000a0] in <c89064c55d6846e488930e3321c4c278>:0 at ChooseWildPlantSpawns.Settings.ChooseWildPlantSpawns_Mod.DrawTabsList (UnityEngine.Rect rect) [0x002b3] in <c89064c55d6846e488930e3321c4c278>:0 at ChooseWildPlantSpawns.Settings.ChooseWildPlantSpawns_Mod.DoSettingsWindowContents (UnityEngine.Rect rect) [0x00042] in <c89064c55d6846e488930e3321c4c278>:0 at HugsLib.Settings.Dialog_VanillaModSettings.DoWindowContents (UnityEngine.Rect inRect) [0x000e4] in <a56dbe2cf5184fe991f5fb736b3081b0>:0 UnityEngine.StackTraceUtility:ExtractStackTrace () (wrapper dynamic-method) Verse.Log:Verse.Log.Error_Patch2 (string) HugsLib.Utils.ModLogger:ReportException (System.Exception,string,bool,string) HugsLib.Settings.Dialog_VanillaModSettings:DoWindowContents (UnityEngine.Rect) Verse.Window:InnerWindowOnGUI (int) UnityEngine.GUI:CallWindowDelegate (UnityEngine.GUI/WindowFunction,int,int,UnityEngine.GUISkin,int,single,single,UnityEngine.GUIStyle)

Mouse position stack is not empty. There were more calls to BeginScrollView than EndScrollView. Fixing. UnityEngine.StackTraceUtility:ExtractStackTrace () (wrapper dynamic-method) Verse.Log:Verse.Log.Error_Patch2 (string) Verse.Widgets:EnsureMousePositionStackEmpty () (wrapper dynamic-method) Verse.Root:Verse.Root.Update_Patch1 (Verse.Root) Verse.Root_Play:Update ()

This happened when I opened the Tropical Rainforest Biome entry. The Deep Jungle Tree is, without question, a working plant that is in my game.

This is my Hugs Library Log: https://gist.github.com/e38ddf27572e8b48077475fc7a365666 .
Mlie  [developer] Nov 5, 2021 @ 12:59pm 
Tested the alpha biomes mod that the tree is from and got no issues in the mod-gui.
So there must be another conflict here.
TurtleShroom Apr 24, 2022 @ 7:49pm 
Failed to adopt field: wildPlants on TropicalSwamp of biomes with message Object reference not set to an instance of an object at RIMMSqol.SettingsInit+<>c.<biomePlantRecord>b__143_4 (RIMMSqol.genericSettings.ISettingsInstance settings) [0x0000b] in <3218bbaef3f14f7bad14ca33f848d085>:0 at RIMMSqol.genericSettings.SettingsInstance.getLabel () [0x00028] in <3218bbaef3f14f7bad14ca33f848d085>:0 at RIMMSqol.genericSettings.SettingsInstance.adopt (RIMMSqol.genericSettings.ISettingsInstance source) [0x00026] in <3218bbaef3f14f7bad14ca33f848d085>:0 at RIMMSqol.genericSettings.SettingsFieldPropertiesListSettings.deepCopyValue (System.Object obj) [0x00046] in <3218bbaef3f14f7bad14ca33f848d085>:0 at RIMMSqol.genericSettings.SettingsInstance.adoptField (RIMMSqol.genericSettings.ISettingsInstance si, RIMMSqol.genericSettings.ISettingsInstance source, RIMMSqol.genericSettings.SettingsFieldProperties field) [0x00136] in <3218bbaef3f14f7bad14ca33f848d085>:0 (Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39) Failed to adopt field: wildPlants on TropicalRainforest of biomes with message Object reference not set to an instance of an object at RIMMSqol.SettingsInit+<>c.<biomePlantRecord>b__143_4 (RIMMSqol.genericSettings.ISettingsInstance settings) [0x0000b] in <3218bbaef3f14f7bad14ca33f848d085>:0 at RIMMSqol.genericSettings.SettingsInstance.getLabel () [0x00028] in <3218bbaef3f14f7bad14ca33f848d085>:0 at RIMMSqol.genericSettings.SettingsInstance.adopt (RIMMSqol.genericSettings.ISettingsInstance source) [0x00026] in <3218bbaef3f14f7bad14ca33f848d085>:0 at RIMMSqol.genericSettings.SettingsFieldPropertiesListSettings.deepCopyValue (System.Object obj) [0x00046] in <3218bbaef3f14f7bad14ca33f848d085>:0 at RIMMSqol.genericSettings.SettingsInstance.adoptField (RIMMSqol.genericSettings.ISettingsInstance si, RIMMSqol.genericSettings.ISettingsInstance source, RIMMSqol.genericSettings.SettingsFieldProperties field) [0x00136] in <3218bbaef3f14f7bad14ca33f848d085>:0 (Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39) open file is of type SettingsBlockand not a save game *.rws file open file is of type SettingsBlockand not a save game *.rws file open file is of type SettingsBlockand not a save game *.rws file [HugsLib][ERR] Exception during DoWindowContents: System.TypeInitializationException: The type initializer for 'ChooseWildPlantSpawns.Main' threw an exception. ---> System.NullReferenceException: Object reference not set to an instance of an object at RimWorld.BiomeDef.CachePlantCommonalitiesIfShould () [0x000aa] in <99518a644a3e4a7ea3fde566568df84a>:0 at RimWorld.BiomeDef.CommonalityOfPlant (Verse.ThingDef plantDef) [0x00000] in <99518a644a3e4a7ea3fde566568df84a>:0 at RimWorld.BiomeDef.get_AllWildPlants () [0x00031] in <99518a644a3e4a7ea3fde566568df84a>:0 at ChooseWildPlantSpawns.Main.saveVanillaValues () [0x0002e] in <3896df17c755489dbc343bc61bf2a23b>:0 at ChooseWildPlantSpawns.Main..cctor () [0x0001e] in <3896df17c755489dbc343bc61bf2a23b>:0 --- End of inner exception stack trace --- at ChooseWildPlantSpawns.Settings.ChooseWildPlantSpawns_Mod.DrawTabsList (UnityEngine.Rect rect) [0x000a6] in <3896df17c755489dbc343bc61bf2a23b>:0 at ChooseWildPlantSpawns.Settings.ChooseWildPlantSpawns_Mod.DoSettingsWindowContents (UnityEngine.Rect rect) [0x00042] in <3896df17c755489dbc343bc61bf2a23b>:0 at HugsLib.Settings.Dialog_VanillaModSettings.DoWindowContents (UnityEngine.Rect inRect) [0x000e4] in <a56dbe2cf5184fe991f5fb736b3081b0>:0 (Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39) open file is of type SettingsBlockand not a save game *.rws file NullReferenceException: Object reference not set to an instance of an object at RimWorld.BiomeDef.CachePlantCommonalitiesIfShould () [0x000aa] in <99518a644a3e4a7ea3fde566568df84a>:0 at RimWorld.BiomeDef.CommonalityOfPlant (Verse.ThingDef plantDef) [0x00000] in <99518a644a3e4a7ea3fde566568df84a>:0 at RimWorld.BiomeDef.get_AllWildPlants () [0x00031] in <99518a644a3e4a7ea3fde566568df84a>:0 at ChooseWildPlantSpawns.Main.saveVanillaValues () [0x0002e] in <3896df17c755489dbc343bc61bf2a23b>:0 at ChooseWildPlantSpawns.Main..cctor () [0x0001e] in <3896df17c755489dbc343bc61bf2a23b>:0 Rethrow as TypeInitializationException: The type initializer for 'ChooseWildPlantSpawns.Main' threw an exception. at ChooseWildPlantSpawns.Settings.ChooseWildPlantSpawns_Mod.WriteSettings () [0x0000b] in <3896df17c755489dbc343bc61bf2a23b>:0 at HugsLib.Settings.Dialog_VanillaModSettings.PreClose () [0x00016] in <a56dbe2cf5184fe991f5fb736b3081b0>:0 at Verse.WindowStack.TryRemove (Verse.Window window, System.Boolean doCloseSound) [0x00047] in <99518a644a3e4a7ea3fde566568df84a>:0 at Verse.Window.Close (System.Boolean doCloseSound) [0x00005] in <99518a644a3e4a7ea3fde566568df84a>:0 at Verse.Window.InnerWindowOnGUI (System.Int32 x) [0x0031c] in <99518a644a3e4a7ea3fde566568df84a>:0 at UnityEngine.GUI.CallWindowDelegate (UnityEngine.GUI+WindowFunction func, System.Int32 id, System.Int32 instanceID, UnityEngine.GUISkin _skin, System.Int32 forceRect, System.Single width, System.Single height, UnityEngine.GUIStyle style) [0x00078] in <83a6362a90a344f1831389f7137844c4>:0 (Filename: <99518a644a3e4a7ea3fde566568df84a> Line: 0) open file is of type SettingsBlockand not a save game *.rws file NullReferenceException: Object reference not set to an instance of an object at RimWorld.BiomeDef.CachePlantCommonalitiesIfShould () [0x000aa] in <99518a644a3e4a7ea3fde566568df84a>:0 at RimWorld.BiomeDef.CommonalityOfPlant (Verse.ThingDef plantDef) [0x00000] in <99518a644a3e4a7ea3fde566568df84a>:0 at RimWorld.BiomeDef.get_AllWildPlants () [0x00031] in <99518a644a3e4a7ea3fde566568df84a>:0 at ChooseWildPlantSpawns.Main.saveVanillaValues () [0x0002e] in <3896df17c755489dbc343bc61bf2a23b>:0 at ChooseWildPlantSpawns.Main..cctor () [0x0001e] in <3896df17c755489dbc343bc61bf2a23b>:0 Rethrow as TypeInitializationException: The type initializer for 'ChooseWildPlantSpawns.Main' threw an exception. at ChooseWildPlantSpawns.Settings.ChooseWildPlantSpawns_Mod.WriteSettings () [0x0000b] in <3896df17c755489dbc343bc61bf2a23b>:0 at HugsLib.Settings.Dialog_VanillaModSettings.PreClose () [0x00016] in <a56dbe2cf5184fe991f5fb736b3081b0>:0 at Verse.WindowStack.TryRemove (Verse.Window window, System.Boolean doCloseSound) [0x00047] in <99518a644a3e4a7ea3fde566568df84a>:0 at Verse.Window.Close (System.Boolean doCloseSound) [0x00005] in <99518a644a3e4a7ea3fde566568df84a>:0 at Verse.Window.InnerWindowOnGUI (System.Int32 x) [0x0031c] in <99518a644a3e4a7ea3fde566568df84a>:0 at UnityEngine.GUI.CallWindowDelegate (UnityEngine.GUI+WindowFunction func, System.Int32 id, System.Int32 instanceID, UnityEngine.GUISkin _skin, System.Int32 forceRect, System.Single width, System.Single height, UnityEngine.GUIStyle style) [0x00078] in <83a6362a90a344f1831389f7137844c4>:0 (Filename: <99518a644a3e4a7ea3fde566568df84a> Line: 0) open file is of type SettingsBlockand not a save game *.rws file NullReferenceException: Object reference not set to an instance of an object at RimWorld.BiomeDef.CachePlantCommonalitiesIfShould () [0x000aa] in <99518a644a3e4a7ea3fde566568df84a>:0 at RimWorld.BiomeDef.CommonalityOfPlant (Verse.ThingDef plantDef) [0x00000] in <99518a644a3e4a7ea3fde566568df84a>:0 at RimWorld.BiomeDef.get_AllWildPlants () [0x00031] in <99518a644a3e4a7ea3fde566568df84a>:0 at ChooseWildPlantSpawns.Main.saveVanillaValues () [0x0002e] in <3896df17c755489dbc343bc61bf2a23b>:0 at ChooseWildPlantSpawns.Main..cctor () [0x0001e] in <3896df17c755489dbc343bc61bf2a23b>:0 Rethrow as TypeInitializationException: The type initializer for 'ChooseWildPlantSpawns.Main' threw an exception. at ChooseWildPlantSpawns.Settings.ChooseWildPlantSpawns_Mod.WriteSettings () [0x0000b] in <3896df17c755489dbc343bc61bf2a23b>:0 at HugsLib.Settings.Dialog_VanillaModSettings.PreClose () [0x00016] in <a56dbe2cf5184fe991f5fb736b3081b0>:0 at Verse.WindowStack.TryRemove (Verse.Window window, System.Boolean doCloseSound) [0x00047] in <99518a644a3e4a7ea3fde566568df84a>:0 at Verse.Window.Close (System.Boolean doCloseSound) [0x00005] in <99518a644a3e4a7ea3fde566568df84a>:0 at Verse.Window.InnerWindowOnGUI (System.Int32 x) [0x0031c] in <99518a644a3e4a7ea3fde566568df84a>:0 at UnityEngine.GUI.CallWindowDelegate (UnityEngine.GUI+WindowFunction func, System.Int32 id, System.Int32 instanceID, UnityEngine.GUISkin _skin, System.Int32 forceRect, System.Single width, System.Single height, UnityEngine.GUIStyle style) [0x00078] in <83a6362a90a344f1831389f7137844c4>:0 (Filename: <99518a644a3e4a7ea3fde566568df84a> Line: 0) open file is of type SettingsBlockand not a save game *.rws file NullReferenceException: Object reference not set to an instance of an object at RimWorld.BiomeDef.CachePlantCommonalitiesIfShould () [0x000aa] in <99518a644a3e4a7ea3fde566568df84a>:0 at RimWorld.BiomeDef.CommonalityOfPlant (Verse.ThingDef plantDef) [0x00000] in <99518a644a3e4a7ea3fde566568df84a>:0 at RimWorld.BiomeDef.get_AllWildPlants () [0x00031] in <99518a644a3e4a7ea3fde566568df84a>:0 at ChooseWildPlantSpawns.Main.saveVanillaValues () [0x0002e] in <3896df17c755489dbc343bc61bf2a23b>:0 at ChooseWildPlantSpawns.Main..cctor () [0x0001e] in <3896df17c755489dbc343bc61bf2a23b>:0 Rethrow as TypeInitializationException: The type initializer for 'ChooseWildPlantSpawns.Main' threw an exception. at ChooseWildPlantSpawns.Settings.ChooseWildPlantSpawns_Mod.WriteSettings () [0x0000b] in <3896df17c755489dbc343bc61bf2a23b>:0 at HugsLib.Settings.Dialog_VanillaModSettings.PreClose () [0x00016] in <a56dbe2cf5184fe991f5fb736b3081b0>:0 at Verse.WindowStack.TryRemove (Verse.Window window, System.Boolean doCloseSound) [0x00047] in <99518a644a3e4a7ea3fde566568df84a>:0 at Verse.Window.Close (System.Boolean doCloseSound) [0x00005] in <99518a644a3e4a7ea3fde566568df84a>:0 at Verse.Window.InnerWindowOnGUI (System.Int32 x) [0x0031c] in <99518a644a3e4a7ea3fde566568df84a>:0 at UnityEngine.GUI.CallWindowDelegate (UnityEngine.GUI+WindowFunction func, System.Int32 id, System.Int32 instanceID, UnityEngine.GUISkin _skin, System.Int32 forceRect, System.Single width, System.Single height, UnityEngine.GUIStyle style) [0x00078] in <83a6362a90a344f1831389f7137844c4>:0 (Filename: <99518a644a3e4a7ea3fde566568df84a> Line: 0)

I'm not sure what happened, but several Biomes in my game apparently have NO plants at all. I thought RIMMSQOL was the culprit, but resetting that did nothing.

What's weird is that I can't even open the Mod's Options. Obviously, this isn't the fault of your Mod, but I posted it here because I thought that you could give me some advice as to where to go.
TurtleShroom Apr 24, 2022 @ 7:49pm 
Error in GenStep: System.NullReferenceException: Object reference not set to an instance of an object at RimWorld.BiomeDef.CachePlantCommonalitiesIfShould () [0x000aa] in <99518a644a3e4a7ea3fde566568df84a>:0 at RimWorld.BiomeDef.CommonalityOfPlant (Verse.ThingDef plantDef) [0x00000] in <99518a644a3e4a7ea3fde566568df84a>:0 at RimWorld.BiomeDef.get_AllWildPlants () [0x00031] in <99518a644a3e4a7ea3fde566568df84a>:0 at (wrapper dynamic-method) RimWorld.WildPlantSpawner.RimWorld.WildPlantSpawner.CalculatePlantsWhichCanGrowAt_Patch2(RimWorld.WildPlantSpawner,Verse.IntVec3,System.Collections.Generic.List`1<Verse.ThingDef>,bool,single) at RimWorld.WildPlantSpawner.CheckSpawnWildPlantAt (Verse.IntVec3 c, System.Single plantDensity, System.Single wholeMapNumDesiredPlants, System.Boolean setRandomGrowth) [0x00070] in <99518a644a3e4a7ea3fde566568df84a>:0 at RimWorld.GenStep_Plants.Generate (Verse.Map map, Verse.GenStepParams parms) [0x0003f] in <99518a644a3e4a7ea3fde566568df84a>:0 at (wrapper dynamic-method) Verse.MapGenerator.Verse.MapGenerator.GenerateContentsIntoMap_Patch2(System.Collections.Generic.IEnumerable`1<Verse.GenStepWithParams>,Verse.Map,int) (Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

This is the actual error that crashes the game. Due to the fact that the game crashes, I cannot procure a Hugs Library Log.
Mlie  [developer] Apr 24, 2022 @ 10:09pm 
Try removing the settings file for both mods in the appdata directory. They may have gotten broken at some point
TurtleShroom Apr 25, 2022 @ 8:43am 
Originally posted by Mlie:
Try removing the settings file for both mods in the appdata directory. They may have gotten broken at some point

Error in GenStep: System.NullReferenceException: Object reference not set to an instance of an object at RimWorld.BiomeDef.CachePlantCommonalitiesIfShould () [0x000aa] in <99518a644a3e4a7ea3fde566568df84a>:0 at RimWorld.BiomeDef.CommonalityOfPlant (Verse.ThingDef plantDef) [0x00000] in <99518a644a3e4a7ea3fde566568df84a>:0 at RimWorld.BiomeDef.get_AllWildPlants () [0x00031] in <99518a644a3e4a7ea3fde566568df84a>:0 at (wrapper dynamic-method) RimWorld.WildPlantSpawner.RimWorld.WildPlantSpawner.CalculatePlantsWhichCanGrowAt_Patch2(RimWorld.WildPlantSpawner,Verse.IntVec3,System.Collections.Generic.List`1<Verse.ThingDef>,bool,single) at RimWorld.WildPlantSpawner.CheckSpawnWildPlantAt (Verse.IntVec3 c, System.Single plantDensity, System.Single wholeMapNumDesiredPlants, System.Boolean setRandomGrowth) [0x00070] in <99518a644a3e4a7ea3fde566568df84a>:0 at RimWorld.GenStep_Plants.Generate (Verse.Map map, Verse.GenStepParams parms) [0x0003f] in <99518a644a3e4a7ea3fde566568df84a>:0 at (wrapper dynamic-method) Verse.MapGenerator.Verse.MapGenerator.GenerateContentsIntoMap_Patch2(System.Collections.Generic.IEnumerable`1<Verse.GenStepWithParams>,Verse.Map,int) (Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

I removed your Mod's settings and got this error. I think it might have something to do with Biomes.
< >
Showing 1-13 of 13 comments
Per page: 1530 50