Installera Steam
logga in
|
språk
简体中文 (förenklad kinesiska)
繁體中文 (traditionell kinesiska)
日本語 (japanska)
한국어 (koreanska)
ไทย (thailändska)
Български (bulgariska)
Čeština (tjeckiska)
Dansk (danska)
Deutsch (tyska)
English (engelska)
Español – España (spanska – Spanien)
Español – Latinoamérica (spanska – Latinamerika)
Ελληνικά (grekiska)
Français (franska)
Italiano (italienska)
Bahasa Indonesia (indonesiska)
Magyar (ungerska)
Nederlands (nederländska)
Norsk (norska)
Polski (polska)
Português (portugisiska – Portugal)
Português – Brasil (portugisiska – Brasilien)
Română (rumänska)
Русский (ryska)
Suomi (finska)
Türkçe (turkiska)
Tiếng Việt (vietnamesiska)
Українська (ukrainska)
Rapportera problem med översättningen









エラーメッセージ
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 ()