Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - FrostyB

#1
Releases / Re: [1.0] ZiTools
November 09, 2018, 02:50:16 AM
Quote from: mospidatru on November 08, 2018, 05:26:05 PM
Quote from: FrostyB on November 08, 2018, 05:43:47 AM
Root level exception in OnGUI(): System.NullReferenceException: Object reference not set to an instance of an object
at ZiTools.ObjectSeeker_Data.FindAllThings () <0x003f1>
MaxZiCode, this happen when on map has dead mechanoid.
FindAllThings()->
if (FillData<Corpse>(location, label, CategoryOfObjects.Corpses, currentThing))
{
CompRottable comp = ((Corpse)currentThing).GetComp<CompRottable>();

comp = null

So if i get rid of the dead mechanoids it should work again?

You just saved my day there :D it worked :D
#2
Releases / Re: [1.0] ZiTools
November 08, 2018, 05:43:47 AM
Root level exception in OnGUI(): System.NullReferenceException: Object reference not set to an instance of an object
at ZiTools.ObjectSeeker_Data.FindAllThings () <0x003f1>
at ZiTools.ObjectSeeker_Window.Update () <0x00021>
at ZiTools.ObjectSeeker_Window.PreOpen () <0x00049>
at Verse.WindowStack.Add (Verse.Window) <0x00054>
at ZiTools.ObjectSeeker_Window.DrawWindow () <0x00075>
at ZiTools.Patch_DoPlaySettingsGlobalControls.Postfix (Verse.WidgetRow,bool) <0x000eb>
at (wrapper dynamic-method) RimWorld.PlaySettings.DoPlaySettingsGlobalControls_Patch3 (object,Verse.WidgetRow,bool) <0x006c0>
at RimWorld.GlobalControlsUtility.DoPlaySettings (Verse.WidgetRow,bool,single&) <0x000e5>
at RimWorld.GlobalControls.GlobalControlsOnGUI () <0x00207>
at RimWorld.MapInterface.MapInterfaceOnGUI_BeforeMainTabs () <0x00229>
at RimWorld.UIRoot_Play.UIRootOnGUI () <0x0009c>
at Verse.Root.OnGUI () <0x00112>

Verse.Log:Error(String, Boolean)
Verse.Root:OnGUI()

Any idea what could be causing this? it was working fine for a while and then suddenly stopped working. :(
It has been happening on a few of my saves so it's rather annoying having to start a new colony to get it working again :)
Just to clarify i have the minimap but the object seeker stops working after a while