aesrys

Weird-UI-Error

Mar 1st, 2022
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.98 KB | None | 0 0
  1. --Similar error in both
  2. Exception in RimWorld.InspectPaneFiller.DrawInspectStringFor: System.NullReferenceException: Object reference not set to an instance of an object
  3. at RimWorld.CompSpawnerPawnREMA.get_HasEnoughFuel () [0x00001] in <73805c8ae61442a6ad463b1bea5d2a46>:0
  4. at RimWorld.CompSpawnerPawnREMA.CompInspectStringExtra () [0x0006d] in <73805c8ae61442a6ad463b1bea5d2a46>:0
  5. at Verse.ThingWithComps.InspectStringPartsFromComps () [0x00020] in <360933dd75ad47e8a6d2a631ae77b5d8>:0
  6. at Verse.ThingWithComps.GetInspectString () [0x00013] in <360933dd75ad47e8a6d2a631ae77b5d8>:0
  7. at RimWorld.InspectPaneFiller.DrawInspectStringFor (Verse.ISelectable sel, UnityEngine.Rect rect) [0x00000] in <360933dd75ad47e8a6d2a631ae77b5d8>:0
  8. - transpiler net.pardeike.rimworld.lib.harmony: IEnumerable`1 VisualExceptions.ExceptionsAndActivatorHandler:Transpiler(IEnumerable`1 instructions, MethodBase original)
  9.  
  10. --UI error from Antimatter annihilation
  11. Exception in Verse.Root.OnGUI: System.NullReferenceException: Object reference not set to an instance of an object
  12. at AntimatterAnnihilation.Buildings.Building_ParticleAccelerator.SpawnSetup (Verse.Map map, System.Boolean respawningAfterLoad) [0x0000e] in <fa5f0b718ad848ce91f6f3cd0d9557b4>:0
  13. at Verse.GenSpawn.Spawn (Verse.Thing newThing, Verse.IntVec3 loc, Verse.Map map, Verse.Rot4 rot, Verse.WipeMode wipeMode, System.Boolean respawningAfterLoad) [0x002ed] in <360933dd75ad47e8a6d2a631ae77b5d8>:0
  14. - transpiler nomessyspawns.patches: IEnumerable`1 SimpleFixes.Patches.GenSpawn_Spawn:Transpiler(IEnumerable`1 instructions, ILGenerator il)
  15. - prefix me.samboycoding.blm: Void BetterLoading.Stage.SaveLoad.SpawnAllThings:OnThingAboutToSpawn()
  16. at RimWorld.Designator_Build.DesignateSingleCell (Verse.IntVec3 c) [0x00098] in <360933dd75ad47e8a6d2a631ae77b5d8>:0
  17. at Verse.DesignatorManager.ProcessInputEvents () [0x0006e] in <360933dd75ad47e8a6d2a631ae77b5d8>:0
  18. - prefix Merthsoft.DesignatorShapes: Void Merthsoft.DesignatorShapes.Patches.DesignatorManager_ProcessInputEvents:Prefix(DesignatorManager __instance)
  19. - postfix Merthsoft.DesignatorShapes: Void Merthsoft.DesignatorShapes.Patches.DesignatorManager_ProcessInputEvents:Postfix(DesignatorManager __instance)
  20. at RimWorld.MapInterface.HandleMapClicks () [0x00019] in <360933dd75ad47e8a6d2a631ae77b5d8>:0
  21. - postfix PerformanceOptimizer.Main: Void PerformanceOptimizer.Optimization_UIToggle:Postfix()
  22. at RimWorld.UIRoot_Play.UIRootOnGUI () [0x0009e] in <360933dd75ad47e8a6d2a631ae77b5d8>:0
  23. - prefix Dubwise.PerformanceAnalyzer: Void Analyzer.H_KeyPresses:OnGUI()
  24. - postfix Krkr.RocketMan: Void RocketMan.KeyBinder:OnGUI()
  25. at Verse.Root.OnGUI () [0x00046] in <360933dd75ad47e8a6d2a631ae77b5d8>:0
  26. - transpiler net.pardeike.rimworld.lib.harmony: IEnumerable`1 VisualExceptions.ExceptionsAndActivatorHandler:Transpiler(IEnumerable`1 instructions, MethodBase original)
  27. - postfix UnlimitedHugs.HugsLib: Void HugsLib.Patches.Root_OnGUI_Patch:OnGUIHookUnfiltered()
Advertisement
Add Comment
Please, Sign In to add comment