I cant construct some specific objects

Started by SansMasterBudaa :3, December 05, 2019, 03:02:28 PM

Previous topic - Next topic

SansMasterBudaa :3

I cant construct some fun objects and ship modded construction

Root level exception in OnGUI(): System.ArgumentNullException: Argument cannot be null.
Parameter name: type
at System.Activator.CheckType (System.Type) <0x00095>
at System.Activator.CreateInstance (System.Type,bool) <0x00027>
at System.Activator.CreateInstance (System.Type) <0x0001e>
at (wrapper dynamic-method) Verse.ThingMaker.MakeThing_Patch1 (Verse.ThingDef,Verse.ThingDef) <0x00373>
at RimWorld.Designator_Build.DesignateSingleCell (Verse.IntVec3) <0x00291>
at Verse.DesignatorManager.ProcessInputEvents () <0x00180>
at RimWorld.MapInterface.HandleMapClicks () <0x00069>
at RimWorld.UIRoot_Play.UIRootOnGUI () <0x001f4>
at Verse.Root.OnGUI () <0x00112>

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

Canute

Hi,
the error it self don't give any hint, except there is a problem (with a patch1).
When all these items you tried to deconstruct are from the same mod, you should ask at the mod discussion if the mod author know about it.

If you just want to remove that items, you can use the dev tools and destroy them (enable developer mode, then icon on top appear, open debug action menu, destroy).

And it allways would be more helpful when you add the whole logfile and modlist. Hugslib offer a nice feature to post both in an easy way with the "Share log" button at the log window (or CTRL-F12).