Advertisement
XenoTheStrange

Rimworld_Error_VanillaPlantsExpandedMorePlants

Feb 5th, 2024
12
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.06 KB | None | 0 0
  1. Root level exception in OnGUI(): System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.InvalidCastException: Specified cast is not valid.
  2. at VanillaPlantsExpandedMorePlants.WorkGiver_GrowerSowAquatic.ExtraRequirements (RimWorld.IPlantToGrowSettable settable, Verse.Pawn pawn) [0x0004a] in <19b8878e9dc14ba3b0b3ca0eada8a612>:0
  3. at (wrapper managed-to-native) System.Reflection.MonoMethod.InternalInvoke(System.Reflection.MonoMethod,object,object[],System.Exception&)
  4. at System.Reflection.MonoMethod.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00032] in <eae584ce26bc40229c1b1aa476bfa589>:0
  5. --- End of inner exception stack trace ---
  6. at System.Reflection.MonoMethod.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00048] in <eae584ce26bc40229c1b1aa476bfa589>:0
  7. at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <eae584ce26bc40229c1b1aa476bfa589>:0
  8. at LocalGrowingFirst.WorkGiver_LocalZoneWrapper+<PotentialWorkCellsGlobal>d__19.MoveNext () [0x001da] in <275dac8df8fd47aa8f6149f5318ee50c>:0
  9. at System.Linq.Enumerable.Contains[TSource] (System.Collections.Generic.IEnumerable`1[T] source, TSource value, System.Collections.Generic.IEqualityComparer`1[T] comparer) [0x00036] in <351e49e2a5bf4fd6beabb458ce2255f3>:0
  10. at System.Linq.Enumerable.Contains[TSource] (System.Collections.Generic.IEnumerable`1[T] source, TSource value) [0x0000a] in <351e49e2a5bf4fd6beabb458ce2255f3>:0
  11. at (wrapper dynamic-method) RimWorld.FloatMenuMakerMap.RimWorld.FloatMenuMakerMap.AddJobGiverWorkOrders_Patch0(UnityEngine.Vector3,Verse.Pawn,System.Collections.Generic.List`1<Verse.FloatMenuOption>,bool)
  12. at RimWorld.FloatMenuMakerMap.AddUndraftedOrders (UnityEngine.Vector3 clickPos, Verse.Pawn pawn, System.Collections.Generic.List`1[T] opts) [0x00085] in <eeb29632ad124b59a4e69a77603ced84>:0
  13. at (wrapper dynamic-method) RimWorld.FloatMenuMakerMap.RimWorld.FloatMenuMakerMap.ChoicesAtFor_Patch1(UnityEngine.Vector3,Verse.Pawn,bool)
  14. at RimWorld.FloatMenuMakerMap.TryMakeFloatMenu (Verse.Pawn pawn) [0x000dc] in <eeb29632ad124b59a4e69a77603ced84>:0
  15. at (wrapper dynamic-method) RimWorld.Selector.RimWorld.Selector.HandleMapClicks_Patch2(RimWorld.Selector)
  16. at RimWorld.Selector.SelectorOnGUI () [0x00000] in <eeb29632ad124b59a4e69a77603ced84>:0
  17. at RimWorld.MapInterface.HandleLowPriorityInput () [0x0000f] in <eeb29632ad124b59a4e69a77603ced84>:0
  18. at (wrapper dynamic-method) RimWorld.UIRoot_Play.RimWorld.UIRoot_Play.UIRootOnGUI_Patch2(RimWorld.UIRoot_Play)
  19. at (wrapper dynamic-method) Verse.Root.Verse.Root.OnGUI_Patch1(Verse.Root)
  20. UnityEngine.StackTraceUtility:ExtractStackTrace ()
  21. (wrapper dynamic-method) Verse.Log:Verse.Log.Error_Patch2 (string)
  22. (wrapper dynamic-method) Verse.Root:Verse.Root.OnGUI_Patch1 (Verse.Root)
  23.  
Tags: error
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement