Install Steam						
					
				
				
									login
											 | 
						language
						
																																					简体中文 (Simplified Chinese)
																													繁體中文 (Traditional Chinese)
																													日本語 (Japanese)
																													한국어 (Korean)
																													ไทย (Thai)
																													Български (Bulgarian)
																													Čeština (Czech)
																													Dansk (Danish)
																													Deutsch (German)
																																							Español - España (Spanish - Spain)
																													Español - Latinoamérica (Spanish - Latin America)
																													Ελληνικά (Greek)
																													Français (French)
																													Italiano (Italian)
																													Bahasa Indonesia (Indonesian)
																													Magyar (Hungarian)
																													Nederlands (Dutch)
																													Norsk (Norwegian)
																													Polski (Polish)
																													Português (Portuguese - Portugal)
																													Português - Brasil (Portuguese - Brazil)
																													Română (Romanian)
																													Русский (Russian)
																													Suomi (Finnish)
																													Svenska (Swedish)
																													Türkçe (Turkish)
																													Tiếng Việt (Vietnamese)
																													Українська (Ukrainian)
																									Report a translation problem
							
						
 
											 
													



 
						 
						 
						 
						

 
			




エラーメッセージ
Exception
System.MissingMethodException: Method not found:
Verse.IntVec3 RimWorld.DropCellFinder.FindRaidDropCenterDistant(Verse.Map,bool)
Root Cause
RimWorld 1.6 removed or changed the signature of DropCellFinder.FindRaidDropCenterDistant(Map, bool).
The mod “[Aya]Enforcer Boss” is still compiled against the 1.5 API, so the game throws this exception on startup.
[Ref 66804895]
at RimWorld.ThinkNode_ConditionalHiveCanReproduce.Satisfied (Verse.Pawn pawn) [0x00024] in <f0ac5eb9b52e4cc396c70fc9a4ee15e5>:0
My mod list has 400+ mods, when the meteorite crashes my settlement , this error keeps spamming,
but it only show when the spawned monsters try to interact with the meteorite.
Failed to find Verse.JobDef named CSS_Jobs_CastSummon. There are 207 defs of this type loaded.
Failed to find Verse.JobDef named CSS_Jobs_CastSummon. There are 207 defs of this type loaded.
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Verse.Log:Error (string)
Verse.DefDatabase`1<Verse.JobDef>:GetNamed (string,bool)
System.Reflection.MonoMethod:Invoke (object,System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo)
System.Reflection.MethodBase:Invoke (object,object[])
Verse.GenGeneric:InvokeStaticMethodOnGenericType (System.Type,System.Type,string,object[])
Verse.GenDefDatabase:GetDef (System.Type,string,bool)
RimWorld.DefOfHelper:BindDefsFor (System.Type)
RimWorld.DefOfHelper:RebindAllDefOfs (bool)
Verse.PlayDataLoader:DoPlayLoad ()
Verse.PlayDataLoader:LoadAllPlayData (bool)
Verse.Root/<>c:<Start>b__6_1 ()