Guest User

Untitled

a guest
Jun 18th, 2020
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.52 KB | None | 0 0
  1. First:
  2.  
  3. Could not instantiate or initialize a ThingComp: System.ArgumentNullException: Value cannot be null.
  4. Parameter name: type
  5. at System.Activator.CreateInstance (System.Type type, System.Boolean nonPublic) [0x00003] in <567df3e0919241ba98db88bec4c6696f>:0
  6. at System.Activator.CreateInstance (System.Type type) [0x00000] in <567df3e0919241ba98db88bec4c6696f>:0
  7. at (wrapper dynamic-method) Verse.ThingWithComps.DMD<DMD<InitializeComps_Patch1>?-2100243456::InitializeComps_Patch1>(Verse.ThingWithComps)
  8. Verse.Log:Error(String, Boolean)
  9. Verse.ThingWithComps:DMD<DMD<InitializeComps_Patch1>?-2100243456::InitializeComps_Patch1>(ThingWithComps)
  10. Verse.ThingWithComps:PostMake()
  11. Verse.ThingMaker:DMD<DMD<MakeThing_Patch1>?1546843392::MakeThing_Patch1>(ThingDef, ThingDef)
  12. Verse.DebugThingPlaceHelper:DebugSpawn(ThingDef, IntVec3, Int32, Boolean)
  13. Verse.<>c__DisplayClass2_1:<TryPlaceOptionsForStackCount>b__1()
  14. Verse.DebugTool:DebugToolOnGUI()
  15. Verse.DebugTools:DebugToolsOnGUI()
  16. RimWorld.UIRoot_Play:DMD<DMD<UIRootOnGUI_Patch1>?1672148992::UIRootOnGUI_Patch1>(UIRoot_Play)
  17. Verse.Root:DMD<DMD<OnGUI_Patch1>?-900920704::OnGUI_Patch1>(Root)
  18.  
  19. Second:
  20.  
  21. System.NullReferenceException: Object reference not set to an instance of an object
  22. at VFECore.Patch_CompEquippable+GetVerbsCommands.Postfix (Verse.CompEquippable __instance, System.Collections.Generic.IEnumerable`1[Verse.Command]& __result) [0x00007] in <099e0588aa714a239caac014edd87c1b>:0
  23. at (wrapper dynamic-method) Verse.CompEquippable.DMD<DMD<GetVerbsCommands_Patch1>?-1310778112::GetVerbsCommands_Patch1>(Verse.CompEquippable)
  24. at Verse.Pawn_EquipmentTracker+<GetGizmos>d__27.MoveNext () [0x00061] in <0ee2c524c4be441e9b7f8bfcb20aca6f>:0
  25. at AdditionalVerb.AdditionalVerbPatch+<GetGizmosPostfix>d__5.MoveNext () [0x0033e] in <e920552ee0534fb38d7aef6e92b85ae5>:0
  26. at Verse.Pawn+<GetGizmos>d__208.MoveNext () [0x001df] in <0ee2c524c4be441e9b7f8bfcb20aca6f>:0
  27. at AllowTool.Patches.Pawn_GetGizmos_Patch+<AppendGizmo>d__1.MoveNext () [0x00088] in <4306e2706c074853a33606e8e847edc5>:0
  28. at TargetingModes.Patch_Pawn+Patch_GetGizmos+<ModifiedGizmoEnumerable>d__1.MoveNext () [0x00089] in <916cd97ab80f4f498bf317482e478889>:0
  29. at System.Collections.Generic.List`1[T]..ctor (System.Collections.Generic.IEnumerable`1[T] collection) [0x00077] in <567df3e0919241ba98db88bec4c6696f>:0
  30. at System.Linq.Enumerable.ToList[TSource] (System.Collections.Generic.IEnumerable`1[T] source) [0x00018] in <351e49e2a5bf4fd6beabb458ce2255f3>:0
  31. at DraftingPatcher.Pawn_GetGizmos_Patch.AddGizmo (Verse.Pawn __instance, System.Collections.Generic.IEnumerable`1[Verse.Gizmo]& __result) [0x0000e] in <6d789029f994424ca0371f0489bea9bb>:0
  32. at (wrapper dynamic-method) Verse.Pawn.DMD<DMD<GetGizmos_Patch20>?-1689976064::GetGizmos_Patch20>(Verse.Pawn)
  33. at (wrapper dynamic-method) RimWorld.InspectGizmoGrid.DMD<DMD<DrawInspectGizmoGridFor_Patch2>?-1078251776::DrawInspectGizmoGridFor_Patch2>(System.Collections.Generic.IEnumerable`1<object>,Verse.Gizmo&)
  34. Verse.Log:Error(String, Boolean)
  35. Verse.Log:ErrorOnce(String, Int32, Boolean)
  36. RimWorld.InspectGizmoGrid:DMD<DMD<DrawInspectGizmoGridFor_Patch2>?-1078251776::DrawInspectGizmoGridFor_Patch2>(IEnumerable`1, Gizmo&)
  37. RimWorld.MainTabWindow_Inspect:DrawInspectGizmos()
  38. RimWorld.InspectPaneUtility:ExtraOnGUI(IInspectPane)
  39. RimWorld.MainTabWindow_Inspect:ExtraOnGUI()
  40. Verse.WindowStack:WindowStackOnGUI()
  41. RimWorld.UIRoot_Play:DMD<DMD<UIRootOnGUI_Patch1>?1672148992::UIRootOnGUI_Patch1>(UIRoot_Play)
  42. Verse.Root:DMD<DMD<OnGUI_Patch1>?-900920704::OnGUI_Patch1>(Root)
Advertisement
Add Comment
Please, Sign In to add comment