Advertisement
Guest User

Untitled

a guest
Jul 10th, 2017
260
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.86 KB | None | 0 0
  1. Error while resolving symbol "ancientCryptosleepCasket" with params=rect=(102,207,102,207), faction=null, custom=null, ancientTempleEntranceHeight=0, pawnGroupMakerParams=null, pawnGroupKindDef=null, roofDef=null, noRoof=null, addRoomCenterToRootsToUnfog=null, singleThingToSpawn=null, singleThingDef=null, singleThingStuff=null, singleThingStackCount=null, singlePawnToSpawn=null, singlePawnKindDef=null, disableSinglePawn=True, singlePawnLord=null, singlePawnSpawnCellExtraPredicate=null, singlePawnGenerationRequest=null, mechanoidsCount=null, hivesCount=null, disableHives=True, thingRot=1, wallStuff=null, chanceToSkipWallBlock=null, floorDef=null, clearEdificeOnly=null, ancientCryptosleepCasketGroupID=1, podContentsType=SpacerHostile, itemCollectionGeneratorDef=null, itemCollectionGeneratorParams=null, stockpileConcreteContents=null, stockpileMarketValue=null, edgeDefenseWidth=null, edgeDefenseTurretsCount=null, edgeDefenseMortarsCount=null, edgeDefenseGuardsCount=null, mortarDef=null, pathwayFloorDef=null, cultivatedPlantDef=null, fillWithThingsPadding=null, factionBasePawnGroupPointsFactor=null, streetHorizontal=null, edgeThingAvoidOtherEdgeThings=null
  2.  
  3. Exception: System.ArgumentOutOfRangeException: Argument is out of range.
  4. Parameter name: index
  5. at System.Collections.Generic.List`1<CombatExtended.FireMode>.get_Item (int) <0x00078>
  6. at System.Linq.Enumerable.ElementAt<CombatExtended.FireMode> (System.Collections.Generic.IEnumerable`1<CombatExtended.FireMode>,int) <0x000ea>
  7. at CombatExtended.CompFireModes.ResetModes () <0x0001d>
  8. at CombatExtended.Verb_ShootCE.Notify_EquipmentLost () <0x0004f>
  9. at Verse.CompEquippable.Notify_EquipmentLost () <0x0004d>
  10. at Verse.Pawn_EquipmentTracker.Notify_EquipmentRemoved (Verse.ThingWithComps) <0x0003b>
  11. at Verse.ThingOwner.NotifyRemoved (Verse.Thing) <0x0019a>
  12. at (wrapper dynamic-method) Verse.ThingOwner`1<Verse.Thing>.Remove_Patch1 (object,Verse.Thing) <0x000bc>
  13. at Verse.Pawn_EquipmentTracker.Remove (Verse.ThingWithComps) <0x00027>
  14. at Verse.Pawn_EquipmentTracker.DestroyEquipment (Verse.ThingWithComps) <0x00080>
  15. at RimWorldChildren.ChildCode._CheckForStateChange (Verse.Pawn_HealthTracker,System.Nullable`1<Verse.DamageInfo>,Verse.Hediff) <0x00821>
  16. at Verse.Pawn_HealthTracker.AddHediff (Verse.Hediff,Verse.BodyPartRecord,System.Nullable`1<Verse.DamageInfo>) <0x0012d>
  17. at Verse.Pawn_HealthTracker.AddHediff (Verse.HediffDef,Verse.BodyPartRecord,System.Nullable`1<Verse.DamageInfo>) <0x000a4>
  18. at RimWorldChildren.Hediff_Baby.PostMake () <0x001ce>
  19. at Verse.HediffMaker.MakeHediff (Verse.HediffDef,Verse.Pawn,Verse.BodyPartRecord) <0x000c3>
  20. at Verse.Pawn_HealthTracker.AddHediff (Verse.HediffDef,Verse.BodyPartRecord,System.Nullable`1<Verse.DamageInfo>) <0x0002b>
  21. at RimWorldChildren.ChildCode._GeneratePawn (Verse.PawnGenerationRequest) <0x008ca>
  22. at RimWorld.ItemCollectionGenerator_AncientPodContents.GenerateAngrySpacer () <0x001da>
  23. at RimWorld.ItemCollectionGenerator_AncientPodContents.Generate (RimWorld.ItemCollectionGeneratorParams,System.Collections.Generic.List`1<Verse.Thing>) <0x000a4>
  24. at RimWorld.ItemCollectionGenerator.Generate (RimWorld.ItemCollectionGeneratorParams) <0x000b7>
  25. at RimWorld.BaseGen.SymbolResolver_AncientCryptosleepCasket.Resolve (RimWorld.BaseGen.ResolveParams) <0x002d8>
  26. at RimWorld.BaseGen.BaseGen.Resolve (Verse.Pair`2<string, RimWorld.BaseGen.ResolveParams>) <0x009f3>
  27. at RimWorld.BaseGen.BaseGen.Generate () <0x006d2>
  28.  
  29. Verse.Log:Error(String)
  30. RimWorld.BaseGen.BaseGen:Generate()
  31. RimWorld.GenStep_ScatterShrines:ScatterAt(IntVec3, Map, Int32)
  32. Verse.GenStep_Scatterer:Generate(Map)
  33. Verse.MapGenerator:GenerateContentsIntoMap(IEnumerable`1, Map)
  34. Verse.MapGenerator:GenerateMap(IntVec3, MapParent, MapGeneratorDef, IEnumerable`1, Action`1)
  35. Verse.Game:InitNewGame()
  36. Verse.Root_Play:<Start>m__84E()
  37. Verse.LongEventHandler:RunEventFromAnotherThread(Action)
  38. Verse.LongEventHandler:<UpdateCurrentAsynchronousEvent>m__84A()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement