Asenna Steam
kirjaudu sisään
|
kieli
简体中文 (yksinkertaistettu kiina)
繁體中文 (perinteinen kiina)
日本語 (japani)
한국어 (korea)
ไทย (thai)
български (bulgaria)
Čeština (tšekki)
Dansk (tanska)
Deutsch (saksa)
English (englanti)
Español – España (espanja – Espanja)
Español – Latinoamérica (espanja – Lat. Am.)
Ελληνικά (kreikka)
Français (ranska)
Italiano (italia)
Bahasa Indonesia (indonesia)
Magyar (unkari)
Nederlands (hollanti)
Norsk (norja)
Polski (puola)
Português (portugali – Portugali)
Português – Brasil (portugali – Brasilia)
Română (romania)
Русский (venäjä)
Svenska (ruotsi)
Türkçe (turkki)
Tiếng Việt (vietnam)
Українська (ukraina)
Ilmoita käännösongelmasta









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