Guest User

Untitled

a guest
Dec 20th, 2021
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.46 KB | None | 0 0
  1. Error in GenStep: System.InvalidCastException: Specified cast is not valid.
  2. at (wrapper dynamic-method) SRTS.HarmonyTest.SRTS.HarmonyTest.Prefix_Patch0(Verse.IntVec3,Verse.Map,RimWorld.ActiveDropPodInfo)
  3. at (wrapper dynamic-method) RimWorld.DropPodUtility.RimWorld.DropPodUtility.MakeDropPodAt_Patch1(Verse.IntVec3,Verse.Map,RimWorld.ActiveDropPodInfo)
  4. at RimWorld.DropPodUtility.DropThingGroupsNear (Verse.IntVec3 dropCenter, Verse.Map map, System.Collections.Generic.List`1[T] thingsGroups, System.Int32 openDelay, System.Boolean instaDrop, System.Boolean leaveSlag, System.Boolean canRoofPunch, System.Boolean forbid, System.Boolean allowFogged, System.Boolean canTransfer) [0x00197] in <cdbd0ed5089a418da09b9a259f9dbd8f>:0
  5. at RimWorld.ScenPart_PlayerPawnsArriveMethod.GenerateIntoMap (Verse.Map map) [0x00118] in <cdbd0ed5089a418da09b9a259f9dbd8f>:0
  6. at RimWorld.Scenario.GenerateIntoMap (Verse.Map map) [0x00014] in <cdbd0ed5089a418da09b9a259f9dbd8f>:0
  7. at RimWorld.GenStep_ScenParts.Generate (Verse.Map map, Verse.GenStepParams parms) [0x00005] in <cdbd0ed5089a418da09b9a259f9dbd8f>:0
  8. at Verse.MapGenerator.GenerateContentsIntoMap (System.Collections.Generic.IEnumerable`1[T] genStepDefs, Verse.Map map, System.Int32 seed) [0x000d2] in <cdbd0ed5089a418da09b9a259f9dbd8f>:0
  9. UnityEngine.StackTraceUtility:ExtractStackTrace ()
  10. (wrapper dynamic-method) Verse.Log:Verse.Log.Error_Patch4 (string)
  11. Verse.MapGenerator:GenerateContentsIntoMap (System.Collections.Generic.IEnumerable`1<Verse.GenStepWithParams>,Verse.Map,int)
  12. (wrapper dynamic-method) Verse.MapGenerator:Verse.MapGenerator.GenerateMap_Patch2 (Verse.IntVec3,RimWorld.Planet.MapParent,Verse.MapGeneratorDef,System.Collections.Generic.IEnumerable`1<Verse.GenStepWithParams>,System.Action`1<Verse.Map>)
  13. (wrapper dynamic-method) Verse.Game:Verse.Game.InitNewGame_Patch6 (Verse.Game)
  14. Verse.Root_Play/<>c:<Start>b__1_2 ()
  15. Verse.LongEventHandler:RunEventFromAnotherThread (System.Action)
  16. Verse.LongEventHandler/<>c:<UpdateCurrentAsynchronousEvent>b__27_0 ()
  17. System.Threading.ThreadHelper:ThreadStart_Context (object)
  18. System.Threading.ExecutionContext:RunInternal (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool)
  19. System.Threading.ExecutionContext:Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool)
  20. System.Threading.ExecutionContext:Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object)
  21. System.Threading.ThreadHelper:ThreadStart ()
  22.  
Advertisement
Add Comment
Please, Sign In to add comment