We considered it! It would be bugged if we didn't do some tweaks to make this work cleanly, I think.
We could possibly make the situation a bit more explicit though.
We considered it! It would be bugged if we didn't do some tweaks to make this work cleanly, I think.
We could possibly make the situation a bit more explicit though.
Rimworld does not save log files indefinitely, but every once in a while mods or game bugs out and log file keeps growing. Generally you don't need to worry about it.
The game has protection to prevent oversized log files. Mods have to circumvent the protection to produce logs this size.
I tweeted this to Tynan and he said that they will look into it - tbh idk where bug reports actually go lol
See my root-level comment on the cause.
Hey guys. We investigated this issue today and found that it seems to be caused by the mod HugsLib. The related error message is
Exception filling window for RimWorld.Dialog_Options: System.NullReferenceException: Object reference not set to an instance of an object
at (wrapper dynamic-method) RimWorld.Dialog_Options.RimWorld.Dialog_Options.DoModOptions_Patch0(RimWorld.Dialog_Options,Verse.Listing_Standard)
at RimWorld.Dialog_Options.DoOptions (Verse.OptionCategoryDef category, UnityEngine.Rect inRect) [0x0015e] in D:\dev\unity\rimworld\Assets\Scripts\RimWorld\UI\Dialogs\Dialog_Options.cs:189
at RimWorld.Dialog_Options.DoWindowContents (UnityEngine.Rect inRect) [0x00109] in D:\dev\unity\rimworld\Assets\Scripts\RimWorld\UI\Dialogs\Dialog_Options.cs:123
at Verse.Window.InnerWindowOnGUI (System.Int32 x) [0x0023e] in D:\dev\unity\rimworld\Assets\Scripts\Verse\UI\Windows\Window.cs:247
...