Guest User

Mutant Pawn

a guest
Aug 4th, 2025
12
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.19 KB | None | 0 0
  1. Mutated Pawn Issue 1.6
  2.  
  3. Enabled Mods: Harmony, Core, Biotech, Mutated Pawn
  4.  
  5. To recreate: Enabled mods, start a dev test world, It crashes on generation. (also crashes when making a new colony game)
  6.  
  7. Command line arguments: -disable-compute-shaders -popupwindow
  8. UnityEngine.StackTraceUtility:ExtractStackTrace ()
  9. Verse.Log:Message (string)
  10. Verse.Root:CheckGlobalInit ()
  11. Verse.Root:Start ()
  12. Verse.Root_Entry:Start ()
  13.  
  14. RimWorld 1.6.4535 rev993
  15. UnityEngine.StackTraceUtility:ExtractStackTrace ()
  16. Verse.Log:Message (string)
  17. RimWorld.VersionControl:LogVersionNumber ()
  18. Verse.Root:CheckGlobalInit ()
  19. Verse.Root:Start ()
  20. Verse.Root_Entry:Start ()
  21.  
  22. MutatedPawn: tickPerGrowingCarcinomaCheck cannot be smaller than 1 or larger than 100000. Revert to the default value of 5000. Please check mod setting!
  23. UnityEngine.StackTraceUtility:ExtractStackTrace ()
  24. Verse.Log:Message (string)
  25. Buggy.RimworldMod.MutatedPawn.MutatedPawnMod:.ctor (Verse.ModContentPack)
  26. System.Reflection.RuntimeConstructorInfo:InternalInvoke (object,object[],bool)
  27. System.Reflection.RuntimeConstructorInfo:DoInvoke (object,System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo)
  28. System.Reflection.RuntimeConstructorInfo:Invoke (System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo)
  29. System.RuntimeType:CreateInstanceImpl (System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo,object[],System.Threading.StackCrawlMark&)
  30. System.Activator:CreateInstance (System.Type,System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo,object[])
  31. System.Activator:CreateInstance (System.Type,object[])
  32. Verse.LoadedModManager:CreateModClasses ()
  33. Verse.LoadedModManager:LoadAllActiveMods (bool)
  34. Verse.PlayDataLoader:DoPlayLoad ()
  35. Verse.PlayDataLoader:LoadAllPlayData (bool)
  36. Verse.Root/<>c:<Start>b__10_1 ()
  37. Verse.LongEventHandler:RunEventFromAnotherThread (System.Action)
  38. Verse.LongEventHandler/<>c:<UpdateCurrentAsynchronousEvent>b__28_0 ()
  39. System.Threading.ThreadHelper:ThreadStart_Context (object)
  40. System.Threading.ExecutionContext:RunInternal (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool)
  41. System.Threading.ExecutionContext:Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool)
  42. System.Threading.ExecutionContext:Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object)
  43. System.Threading.ThreadHelper:ThreadStart ()
  44.  
  45. MutatedPawn: tickPerToxicBuildupCheck cannot be smaller than 1 or larger than 100000. Revert to the default value of 5000. Please check mod setting!
  46. UnityEngine.StackTraceUtility:ExtractStackTrace ()
  47. Verse.Log:Message (string)
  48. Buggy.RimworldMod.MutatedPawn.MutatedPawnMod:.ctor (Verse.ModContentPack)
  49. System.Reflection.RuntimeConstructorInfo:InternalInvoke (object,object[],bool)
  50. System.Reflection.RuntimeConstructorInfo:DoInvoke (object,System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo)
  51. System.Reflection.RuntimeConstructorInfo:Invoke (System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo)
  52. System.RuntimeType:CreateInstanceImpl (System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo,object[],System.Threading.StackCrawlMark&)
  53. System.Activator:CreateInstance (System.Type,System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo,object[])
  54. System.Activator:CreateInstance (System.Type,object[])
  55. Verse.LoadedModManager:CreateModClasses ()
  56. Verse.LoadedModManager:LoadAllActiveMods (bool)
  57. Verse.PlayDataLoader:DoPlayLoad ()
  58. Verse.PlayDataLoader:LoadAllPlayData (bool)
  59. Verse.Root/<>c:<Start>b__10_1 ()
  60. Verse.LongEventHandler:RunEventFromAnotherThread (System.Action)
  61. Verse.LongEventHandler/<>c:<UpdateCurrentAsynchronousEvent>b__28_0 ()
  62. System.Threading.ThreadHelper:ThreadStart_Context (object)
  63. System.Threading.ExecutionContext:RunInternal (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool)
  64. System.Threading.ExecutionContext:Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool)
  65. System.Threading.ExecutionContext:Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object)
  66. System.Threading.ThreadHelper:ThreadStart ()
  67.  
  68. Error while generating pawn. Rethrowing. Exception: System.ArgumentNullException: Value cannot be null.
  69. Parameter name: collection
  70. [Ref B5FA48B9]
  71. [0x00006] in <51fded79cd284d4d911c5949aff4cb21>:0
  72. <0x21c903aa9b0 + 0x0026a> <unknown method>
  73. at Buggy.RimworldMod.MutatedPawn.GenerateGenesPatch.Postfix (Verse.Pawn pawn, RimWorld.XenotypeDef xenotype, Verse.PawnGenerationRequest request) [0x000ab] in <4251156a6d8d4b54af5217c631e8a637>:0
  74. at Verse.PawnGenerator.GenerateGenes (Verse.Pawn pawn, RimWorld.XenotypeDef xenotype, Verse.PawnGenerationRequest request) [0x003b4] in <ed371ab4349b419183d9be3af652e6dc>:0
  75. - POSTFIX Buggy.MutatedPawn: Void Buggy.RimworldMod.MutatedPawn.GenerateGenesPatch:Postfix(Pawn pawn, XenotypeDef xenotype, PawnGenerationRequest request)
  76. at Verse.PawnGenerator.TryGenerateNewPawnInternal (Verse.PawnGenerationRequest& request, System.String& error, System.Boolean ignoreScenarioRequirements, System.Boolean ignoreValidator) [0x00449] in <ed371ab4349b419183d9be3af652e6dc>:0
  77. at Verse.PawnGenerator.GenerateNewPawnInternal (Verse.PawnGenerationRequest& request) [0x0009c] in <ed371ab4349b419183d9be3af652e6dc>:0
  78. at Verse.PawnGenerator.GenerateOrRedressPawnInternal (Verse.PawnGenerationRequest request) [0x00140] in <ed371ab4349b419183d9be3af652e6dc>:0
  79. at Verse.PawnGenerator.GeneratePawn (Verse.PawnGenerationRequest request) [0x00007] in <ed371ab4349b419183d9be3af652e6dc>:0
  80. UnityEngine.StackTraceUtility:ExtractStackTrace ()
  81. Verse.Log:Error (string)
  82. Verse.PawnGenerator:GeneratePawn (Verse.PawnGenerationRequest)
  83. RimWorld.Faction:TryGenerateNewLeader ()
  84. RimWorld.FactionGenerator:NewGeneratedFaction (RimWorld.Planet.PlanetLayer,RimWorld.FactionGeneratorParms)
  85. RimWorld.FactionGenerator:CreateFactionAndAddToManager (RimWorld.Planet.PlanetLayer,RimWorld.FactionDef)
  86. RimWorld.FactionGenerator:AddFactionToManager (RimWorld.Planet.PlanetLayer,RimWorld.FactionDef)
  87. RimWorld.FactionGenerator:InitializeFactions (RimWorld.Planet.PlanetLayer,System.Collections.Generic.List`1<RimWorld.FactionDef>)
  88. RimWorld.FactionGenerator:GenerateFactionsIntoWorldLayer (RimWorld.Planet.PlanetLayer,System.Collections.Generic.List`1<RimWorld.FactionDef>)
  89. RimWorld.Planet.WorldGenStep_Factions:GenerateFresh (string,RimWorld.Planet.PlanetLayer)
  90. RimWorld.Planet.WorldGenerator:GeneratePlanetLayer (RimWorld.Planet.PlanetLayer,string,int)
  91. RimWorld.Planet.WorldGenerator:GenerateWorld (single,string,RimWorld.Planet.OverallRainfall,RimWorld.Planet.OverallTemperature,RimWorld.Planet.OverallPopulation,RimWorld.Planet.LandmarkDensity,System.Collections.Generic.List`1<RimWorld.FactionDef>,single)
  92. Verse.Root_Play:SetupForQuickTestPlay ()
  93. RimWorld.MainMenuDrawer/<>c:<DoMainMenuControls>b__24_10 ()
  94. Verse.LongEventHandler:RunEventFromAnotherThread (System.Action)
  95. Verse.LongEventHandler/<>c:<UpdateCurrentAsynchronousEvent>b__28_0 ()
  96. System.Threading.ThreadHelper:ThreadStart_Context (object)
  97. System.Threading.ExecutionContext:RunInternal (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool)
  98. System.Threading.ExecutionContext:Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool)
  99. System.Threading.ExecutionContext:Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object)
  100. System.Threading.ThreadHelper:ThreadStart ()
  101.  
  102. Error in WorldGenStep: System.ArgumentNullException: Value cannot be null.
  103. Parameter name: collection
  104. [Ref 29D6503D]
  105. [0x00006] in <51fded79cd284d4d911c5949aff4cb21>:0
  106. <0x21c903aa9b0 + 0x0026a> <unknown method>
  107. at Buggy.RimworldMod.MutatedPawn.GenerateGenesPatch.Postfix (Verse.Pawn pawn, RimWorld.XenotypeDef xenotype, Verse.PawnGenerationRequest request) [0x000ab] in <4251156a6d8d4b54af5217c631e8a637>:0
  108. at Verse.PawnGenerator.GenerateGenes (Verse.Pawn pawn, RimWorld.XenotypeDef xenotype, Verse.PawnGenerationRequest request) [0x003b4] in <ed371ab4349b419183d9be3af652e6dc>:0
  109. - POSTFIX Buggy.MutatedPawn: Void Buggy.RimworldMod.MutatedPawn.GenerateGenesPatch:Postfix(Pawn pawn, XenotypeDef xenotype, PawnGenerationRequest request)
  110. at Verse.PawnGenerator.TryGenerateNewPawnInternal (Verse.PawnGenerationRequest& request, System.String& error, System.Boolean ignoreScenarioRequirements, System.Boolean ignoreValidator) [0x00449] in <ed371ab4349b419183d9be3af652e6dc>:0
  111. at Verse.PawnGenerator.GenerateNewPawnInternal (Verse.PawnGenerationRequest& request) [0x0009c] in <ed371ab4349b419183d9be3af652e6dc>:0
  112. at Verse.PawnGenerator.GenerateOrRedressPawnInternal (Verse.PawnGenerationRequest request) [0x00140] in <ed371ab4349b419183d9be3af652e6dc>:0
  113. at Verse.PawnGenerator.GeneratePawn (Verse.PawnGenerationRequest request) [0x00188] in <ed371ab4349b419183d9be3af652e6dc>:0
  114. at RimWorld.Faction.TryGenerateNewLeader () [0x00266] in <ed371ab4349b419183d9be3af652e6dc>:0
  115. at RimWorld.FactionGenerator.NewGeneratedFaction (RimWorld.Planet.PlanetLayer layer, RimWorld.FactionGeneratorParms parms) [0x001ff] in <ed371ab4349b419183d9be3af652e6dc>:0
  116. at RimWorld.FactionGenerator.CreateFactionAndAddToManager (RimWorld.Planet.PlanetLayer layer, RimWorld.FactionDef facDef) [0x000cf] in <ed371ab4349b419183d9be3af652e6dc>:0
  117. at RimWorld.FactionGenerator.AddFactionToManager (RimWorld.Planet.PlanetLayer layer, RimWorld.FactionDef facDef) [0x00000] in <ed371ab4349b419183d9be3af652e6dc>:0
  118. at RimWorld.FactionGenerator.InitializeFactions (RimWorld.Planet.PlanetLayer layer, System.Collections.Generic.List`1[T] factions) [0x000b0] in <ed371ab4349b419183d9be3af652e6dc>:0
  119. at RimWorld.FactionGenerator.GenerateFactionsIntoWorldLayer (RimWorld.Planet.PlanetLayer layer, System.Collections.Generic.List`1[T] factions) [0x0000d] in <ed371ab4349b419183d9be3af652e6dc>:0
  120. at RimWorld.Planet.WorldGenStep_Factions.GenerateFresh (System.String seed, RimWorld.Planet.PlanetLayer layer) [0x00006] in <ed371ab4349b419183d9be3af652e6dc>:0
  121. at RimWorld.Planet.WorldGenerator.GeneratePlanetLayer (RimWorld.Planet.PlanetLayer layer, System.String seedString, System.Int32 seed) [0x0004f] in <ed371ab4349b419183d9be3af652e6dc>:0
  122. UnityEngine.StackTraceUtility:ExtractStackTrace ()
  123. Verse.Log:Error (string)
  124. RimWorld.Planet.WorldGenerator:GeneratePlanetLayer (RimWorld.Planet.PlanetLayer,string,int)
  125. RimWorld.Planet.WorldGenerator:GenerateWorld (single,string,RimWorld.Planet.OverallRainfall,RimWorld.Planet.OverallTemperature,RimWorld.Planet.OverallPopulation,RimWorld.Planet.LandmarkDensity,System.Collections.Generic.List`1<RimWorld.FactionDef>,single)
  126. Verse.Root_Play:SetupForQuickTestPlay ()
  127. RimWorld.MainMenuDrawer/<>c:<DoMainMenuControls>b__24_10 ()
  128. Verse.LongEventHandler:RunEventFromAnotherThread (System.Action)
  129. Verse.LongEventHandler/<>c:<UpdateCurrentAsynchronousEvent>b__28_0 ()
  130. System.Threading.ThreadHelper:ThreadStart_Context (object)
  131. System.Threading.ExecutionContext:RunInternal (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool)
  132. System.Threading.ExecutionContext:Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool)
  133. System.Threading.ExecutionContext:Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object)
  134. System.Threading.ThreadHelper:ThreadStart ()
  135.  
  136. Error while generating pawn. Rethrowing. Exception: System.ArgumentNullException: Value cannot be null.
  137. Parameter name: collection
  138. [Ref B5FA48B9] Duplicate stacktrace, see ref for original
  139. UnityEngine.StackTraceUtility:ExtractStackTrace ()
  140. Verse.Log:Error (string)
  141. Verse.PawnGenerator:GeneratePawn (Verse.PawnGenerationRequest)
  142. Verse.StartingPawnUtility:NewGeneratedStartingPawn (int)
  143. Verse.StartingPawnUtility:AddNewPawn (int)
  144. RimWorld.ScenPart_ConfigPage_ConfigureStartingPawns:GenerateStartingPawns ()
  145. RimWorld.ScenPart_ConfigPage_ConfigureStartingPawnsBase:PostIdeoChosen ()
  146. RimWorld.ScenPart_ConfigPage_ConfigureStartingPawns:PostIdeoChosen ()
  147. RimWorld.Scenario:PostIdeoChosen ()
  148. RimWorld.Planet.WorldGenerator:GenerateWorld (single,string,RimWorld.Planet.OverallRainfall,RimWorld.Planet.OverallTemperature,RimWorld.Planet.OverallPopulation,RimWorld.Planet.LandmarkDensity,System.Collections.Generic.List`1<RimWorld.FactionDef>,single)
  149. Verse.Root_Play:SetupForQuickTestPlay ()
  150. RimWorld.MainMenuDrawer/<>c:<DoMainMenuControls>b__24_10 ()
  151. Verse.LongEventHandler:RunEventFromAnotherThread (System.Action)
  152. Verse.LongEventHandler/<>c:<UpdateCurrentAsynchronousEvent>b__28_0 ()
  153. System.Threading.ThreadHelper:ThreadStart_Context (object)
  154. System.Threading.ExecutionContext:RunInternal (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool)
  155. System.Threading.ExecutionContext:Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool)
  156. System.Threading.ExecutionContext:Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object)
  157. System.Threading.ThreadHelper:ThreadStart ()
  158.  
  159. There was an exception thrown by the PawnGenerator during generating a starting pawn. Trying one more time...
  160. Exception: System.ArgumentNullException: Value cannot be null.
  161. Parameter name: collection
  162. [Ref 3A5D2976]
  163. [0x00006] in <51fded79cd284d4d911c5949aff4cb21>:0
  164. <0x21c903aa9b0 + 0x0026a> <unknown method>
  165. at Buggy.RimworldMod.MutatedPawn.GenerateGenesPatch.Postfix (Verse.Pawn pawn, RimWorld.XenotypeDef xenotype, Verse.PawnGenerationRequest request) [0x000ab] in <4251156a6d8d4b54af5217c631e8a637>:0
  166. at Verse.PawnGenerator.GenerateGenes (Verse.Pawn pawn, RimWorld.XenotypeDef xenotype, Verse.PawnGenerationRequest request) [0x003b4] in <ed371ab4349b419183d9be3af652e6dc>:0
  167. - POSTFIX Buggy.MutatedPawn: Void Buggy.RimworldMod.MutatedPawn.GenerateGenesPatch:Postfix(Pawn pawn, XenotypeDef xenotype, PawnGenerationRequest request)
  168. at Verse.PawnGenerator.TryGenerateNewPawnInternal (Verse.PawnGenerationRequest& request, System.String& error, System.Boolean ignoreScenarioRequirements, System.Boolean ignoreValidator) [0x00449] in <ed371ab4349b419183d9be3af652e6dc>:0
  169. at Verse.PawnGenerator.GenerateNewPawnInternal (Verse.PawnGenerationRequest& request) [0x0009c] in <ed371ab4349b419183d9be3af652e6dc>:0
  170. at Verse.PawnGenerator.GenerateOrRedressPawnInternal (Verse.PawnGenerationRequest request) [0x00140] in <ed371ab4349b419183d9be3af652e6dc>:0
  171. at Verse.PawnGenerator.GeneratePawn (Verse.PawnGenerationRequest request) [0x00188] in <ed371ab4349b419183d9be3af652e6dc>:0
  172. at Verse.StartingPawnUtility.NewGeneratedStartingPawn (System.Int32 index) [0x00014] in <ed371ab4349b419183d9be3af652e6dc>:0
  173. UnityEngine.StackTraceUtility:ExtractStackTrace ()
  174. Verse.Log:Error (string)
  175. Verse.StartingPawnUtility:NewGeneratedStartingPawn (int)
  176. Verse.StartingPawnUtility:AddNewPawn (int)
  177. RimWorld.ScenPart_ConfigPage_ConfigureStartingPawns:GenerateStartingPawns ()
  178. RimWorld.ScenPart_ConfigPage_ConfigureStartingPawnsBase:PostIdeoChosen ()
  179. RimWorld.ScenPart_ConfigPage_ConfigureStartingPawns:PostIdeoChosen ()
  180. RimWorld.Scenario:PostIdeoChosen ()
  181. RimWorld.Planet.WorldGenerator:GenerateWorld (single,string,RimWorld.Planet.OverallRainfall,RimWorld.Planet.OverallTemperature,RimWorld.Planet.OverallPopulation,RimWorld.Planet.LandmarkDensity,System.Collections.Generic.List`1<RimWorld.FactionDef>,single)
  182. Verse.Root_Play:SetupForQuickTestPlay ()
  183. RimWorld.MainMenuDrawer/<>c:<DoMainMenuControls>b__24_10 ()
  184. Verse.LongEventHandler:RunEventFromAnotherThread (System.Action)
  185. Verse.LongEventHandler/<>c:<UpdateCurrentAsynchronousEvent>b__28_0 ()
  186. System.Threading.ThreadHelper:ThreadStart_Context (object)
  187. System.Threading.ExecutionContext:RunInternal (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool)
  188. System.Threading.ExecutionContext:Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool)
  189. System.Threading.ExecutionContext:Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object)
  190. System.Threading.ThreadHelper:ThreadStart ()
  191.  
  192. Error while generating pawn. Rethrowing. Exception: System.ArgumentNullException: Value cannot be null.
  193. Parameter name: collection
  194. [Ref B5FA48B9] Duplicate stacktrace, see ref for original
  195. UnityEngine.StackTraceUtility:ExtractStackTrace ()
  196. Verse.Log:Error (string)
  197. Verse.PawnGenerator:GeneratePawn (Verse.PawnGenerationRequest)
  198. Verse.StartingPawnUtility:NewGeneratedStartingPawn (int)
  199. Verse.StartingPawnUtility:AddNewPawn (int)
  200. RimWorld.ScenPart_ConfigPage_ConfigureStartingPawns:GenerateStartingPawns ()
  201. RimWorld.ScenPart_ConfigPage_ConfigureStartingPawnsBase:PostIdeoChosen ()
  202. RimWorld.ScenPart_ConfigPage_ConfigureStartingPawns:PostIdeoChosen ()
  203. RimWorld.Scenario:PostIdeoChosen ()
  204. RimWorld.Planet.WorldGenerator:GenerateWorld (single,string,RimWorld.Planet.OverallRainfall,RimWorld.Planet.OverallTemperature,RimWorld.Planet.OverallPopulation,RimWorld.Planet.LandmarkDensity,System.Collections.Generic.List`1<RimWorld.FactionDef>,single)
  205. Verse.Root_Play:SetupForQuickTestPlay ()
  206. RimWorld.MainMenuDrawer/<>c:<DoMainMenuControls>b__24_10 ()
  207. Verse.LongEventHandler:RunEventFromAnotherThread (System.Action)
  208. Verse.LongEventHandler/<>c:<UpdateCurrentAsynchronousEvent>b__28_0 ()
  209. System.Threading.ThreadHelper:ThreadStart_Context (object)
  210. System.Threading.ExecutionContext:RunInternal (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool)
  211. System.Threading.ExecutionContext:Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool)
  212. System.Threading.ExecutionContext:Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object)
  213. System.Threading.ThreadHelper:ThreadStart ()
  214.  
  215. Exception from asynchronous event: System.ArgumentNullException: Value cannot be null.
  216. Parameter name: collection
  217. [Ref 2AE3BE38]
  218. [0x00006] in <51fded79cd284d4d911c5949aff4cb21>:0
  219. <0x21c903aa9b0 + 0x0026a> <unknown method>
  220. at Buggy.RimworldMod.MutatedPawn.GenerateGenesPatch.Postfix (Verse.Pawn pawn, RimWorld.XenotypeDef xenotype, Verse.PawnGenerationRequest request) [0x000ab] in <4251156a6d8d4b54af5217c631e8a637>:0
  221. at Verse.PawnGenerator.GenerateGenes (Verse.Pawn pawn, RimWorld.XenotypeDef xenotype, Verse.PawnGenerationRequest request) [0x003b4] in <ed371ab4349b419183d9be3af652e6dc>:0
  222. - POSTFIX Buggy.MutatedPawn: Void Buggy.RimworldMod.MutatedPawn.GenerateGenesPatch:Postfix(Pawn pawn, XenotypeDef xenotype, PawnGenerationRequest request)
  223. at Verse.PawnGenerator.TryGenerateNewPawnInternal (Verse.PawnGenerationRequest& request, System.String& error, System.Boolean ignoreScenarioRequirements, System.Boolean ignoreValidator) [0x00449] in <ed371ab4349b419183d9be3af652e6dc>:0
  224. at Verse.PawnGenerator.GenerateNewPawnInternal (Verse.PawnGenerationRequest& request) [0x0009c] in <ed371ab4349b419183d9be3af652e6dc>:0
  225. at Verse.PawnGenerator.GenerateOrRedressPawnInternal (Verse.PawnGenerationRequest request) [0x00140] in <ed371ab4349b419183d9be3af652e6dc>:0
  226. at Verse.PawnGenerator.GeneratePawn (Verse.PawnGenerationRequest request) [0x00188] in <ed371ab4349b419183d9be3af652e6dc>:0
  227. at Verse.StartingPawnUtility.NewGeneratedStartingPawn (System.Int32 index) [0x0003a] in <ed371ab4349b419183d9be3af652e6dc>:0
  228. at Verse.StartingPawnUtility.AddNewPawn (System.Int32 index) [0x00000] in <ed371ab4349b419183d9be3af652e6dc>:0
  229. at RimWorld.ScenPart_ConfigPage_ConfigureStartingPawns.GenerateStartingPawns () [0x0000b] in <ed371ab4349b419183d9be3af652e6dc>:0
  230. at RimWorld.ScenPart_ConfigPage_ConfigureStartingPawnsBase.PostIdeoChosen () [0x00164] in <ed371ab4349b419183d9be3af652e6dc>:0
  231. at RimWorld.ScenPart_ConfigPage_ConfigureStartingPawns.PostIdeoChosen () [0x00010] in <ed371ab4349b419183d9be3af652e6dc>:0
  232. at RimWorld.Scenario.PostIdeoChosen () [0x00014] in <ed371ab4349b419183d9be3af652e6dc>:0
  233. at RimWorld.Planet.WorldGenerator.GenerateWorld (System.Single planetCoverage, System.String seedString, RimWorld.Planet.OverallRainfall overallRainfall, RimWorld.Planet.OverallTemperature overallTemperature, RimWorld.Planet.OverallPopulation population, RimWorld.Planet.LandmarkDensity landmarkDensity, System.Collections.Generic.List`1[T] factions, System.Single pollution) [0x0018e] in <ed371ab4349b419183d9be3af652e6dc>:0
  234. at Verse.Root_Play.SetupForQuickTestPlay () [0x0006a] in <ed371ab4349b419183d9be3af652e6dc>:0
  235. at RimWorld.MainMenuDrawer+<>c.<DoMainMenuControls>b__24_10 () [0x00000] in <ed371ab4349b419183d9be3af652e6dc>:0
  236. at Verse.LongEventHandler.RunEventFromAnotherThread (System.Action action) [0x00008] in <ed371ab4349b419183d9be3af652e6dc>:0
  237. UnityEngine.StackTraceUtility:ExtractStackTrace ()
  238. Verse.Log:Error (string)
  239. Verse.LongEventHandler:RunEventFromAnotherThread (System.Action)
  240. Verse.LongEventHandler/<>c:<UpdateCurrentAsynchronousEvent>b__28_0 ()
  241. System.Threading.ThreadHelper:ThreadStart_Context (object)
  242. System.Threading.ExecutionContext:RunInternal (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool)
  243. System.Threading.ExecutionContext:Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool)
  244. System.Threading.ExecutionContext:Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object)
  245. System.Threading.ThreadHelper:ThreadStart ()
  246.  
Advertisement
Add Comment
Please, Sign In to add comment