Falconne / ImprovedWorkbenches

Rimworld mod to add many QoL improvements to the workbench UI.
http://steamcommunity.com/sharedfiles/filedetails/?id=935982361
GNU General Public License v3.0
22 stars 26 forks source link

OnGUI Rrror #81

Closed Whyareuhere closed 4 years ago

Whyareuhere commented 4 years ago

Every 10 seconds, Rimworld gives this error:

Root level exception in OnGUI(): System.ArgumentNullException: Argument cannot be null. Parameter name: format at System.String.FormatHelper (System.Text.StringBuilder result, IFormatProvider provider, System.String format, System.Object[] args) [0x00000] in :0 at System.String.Format (IFormatProvider provider, System.String format, System.Object[] args) [0x00000] in :0 at System.String.Format (System.String format, System.Object arg0) [0x00000] in :0 at RuntimeGC.MainButtonWorker_RuntimeGC.DoButton (Rect rect) [0x00000] in :0 at RimWorld.MainButtonsRoot.DoButtons () [0x00000] in :0 at RimWorld.MainButtonsRoot.MainButtonsOnGUI () [0x00000] in :0 at RimWorld.UIRoot_Play.UIRootOnGUI () [0x00000] in :0 at Verse.Root.OnGUI () [0x00000] in :0 Verse.Log:Error(String, Boolean) Verse.Root:OnGUI()

Falconne commented 4 years ago

It will be a mod conflict. Was this mod working for you before? If so have you added a new mod lately?

Whyareuhere commented 4 years ago

The mod was working before. I updated the Rimsenal CE Mega Patch and Minify Everything.

Falconne commented 4 years ago

I would expect it's a conflict with one of those then. You'll probably need to disable this mod for now. Unfortunately I won't have time to investigate any time soon, but I'll look into it in the future.

Whyareuhere commented 4 years ago

Update: not actually caused by this mod. VGP had its growing GUI overwritten by another mod, causing this error.