Advertisement
Cpt_AJ

RWS Error

Feb 4th, 2025
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.05 KB | None | 0 0
  1. Root level exception in OnGUI(): System.NullReferenceException: Object reference not set to an instance of an object
  2. [Ref CCB7ACFD]
  3. at RimWorld.Designator_Dropdown+<>c.<GetDesignatorCost>b__32_0 (Verse.ThingDefCountClass c) [0x00000] in <69945a8ed6c540cf90b578de735e0605>:0
  4. at Verse.GenCollection.MaxBy[TSource,TKey] (System.Collections.Generic.IEnumerable`1[T] source, System.Func`2[T,TResult] selector, System.Collections.Generic.IComparer`1[T] comparer) [0x0005c] in <69945a8ed6c540cf90b578de735e0605>:0
  5. at Verse.GenCollection.MaxBy[TSource,TKey] (System.Collections.Generic.IEnumerable`1[T] source, System.Func`2[T,TResult] selector) [0x00007] in <69945a8ed6c540cf90b578de735e0605>:0
  6. at RimWorld.Designator_Dropdown.GetDesignatorCost (Verse.Designator des) [0x0002d] in <69945a8ed6c540cf90b578de735e0605>:0
  7. at RimWorld.Designator_Dropdown.SetupFloatMenu (UnityEngine.Event ev) [0x0004e] in <69945a8ed6c540cf90b578de735e0605>:0
  8. at RimWorld.Designator_Dropdown.ProcessInput (UnityEngine.Event ev) [0x0002c] in <69945a8ed6c540cf90b578de735e0605>:0
  9. at Verse.GizmoGridDrawer.DrawGizmoGrid (System.Collections.Generic.IEnumerable`1[T] gizmos, System.Single startX, Verse.Gizmo& mouseoverGizmo, System.Func`2[T,TResult] customActivatorFunc, System.Func`2[T,TResult] highlightFunc, System.Func`2[T,TResult] lowlightFunc, System.Boolean multipleSelected) [0x007a8] in <69945a8ed6c540cf90b578de735e0605>:0
  10. at RimWorld.ArchitectCategoryTab.DesignationTabOnGUI (Verse.Designator forceActivatedCommand) [0x0007a] in <69945a8ed6c540cf90b578de735e0605>:0
  11. at RimWorld.MainTabWindow_Architect.ExtraOnGUI () [0x00010] in <69945a8ed6c540cf90b578de735e0605>:0
  12. at Verse.WindowStack.WindowStackOnGUI () [0x00038] in <69945a8ed6c540cf90b578de735e0605>:0
  13. at RimWorld.UIRoot_Play.UIRootOnGUI () [0x00079] in <69945a8ed6c540cf90b578de735e0605>:0
  14. at Verse.Root.OnGUI () [0x0003d] in <69945a8ed6c540cf90b578de735e0605>:0
  15. UnityEngine.StackTraceUtility:ExtractStackTrace ()
  16. (wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition:Verse.Log.Error_Patch1 (string)
  17. Verse.Root:OnGUI ()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement