Installer Steam
log på
|
sprog
简体中文 (forenklet kinesisk)
繁體中文 (traditionelt kinesisk)
日本語 (japansk)
한국어 (koreansk)
ไทย (thai)
Български (bulgarsk)
Čeština (tjekkisk)
Deutsch (tysk)
English (engelsk)
Español – España (spansk – Spanien)
Español – Latinoamérica (spansk – Latinamerika)
Ελληνικά (græsk)
Français (fransk)
Italiano (italiensk)
Bahasa indonesia (indonesisk)
Magyar (ungarsk)
Nederlands (hollandsk)
Norsk
Polski (polsk)
Português (portugisisk – Portugal)
Português – Brasil (portugisisk – Brasilien)
Română (rumænsk)
Русский (russisk)
Suomi (finsk)
Svenska (svensk)
Türkçe (tyrkisk)
Tiếng Việt (Vietnamesisk)
Українська (ukrainsk)
Rapporter et oversættelsesproblem






这个模组似乎出现了一些问题,大概从十一月开始的?如果看到请小心形式。
https://gist.github.com/HugsLibRecordKeeper/2a57189d3ee191ec6cf16a3531575759
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Could not resolve cross-reference: No Verse.EffecterDef named FFF_Effecter_Penetrate_Sabot found to give to Fortified.ExplosiveExtension Fortified.ExplosiveExtension
Exception loading file at D:\steam\steamapps\workshop\content\294100\3498575851\About\About.xml. Loading defaults instead. Exception was: System.Xml.XmlException: Root element is missing.
they might go rats**t insane
[Ref 671CB50E] Duplicate stacktrace, see ref for original
UnityEngine.StackTraceUtility:ExtractStackTrace ()
(wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition:Verse.Log.Error_Patch2 (string)
不知是甚麼問題,但一直冒紅字
Mod code error: The developer of the Fortified module mistakenly directly referenced the static members of TransportShipDefOf in the constructor of ShuttlePermitExtension. This is a taboo in RimWorld module development.
Violation of life cycle rules: RimWorld's Def loading and initialization has a strict order. The DefOf class is absolutely not available when the constructor is executed. DefOf must be used safely to reference other Defs in the ResolveReferences() phase (when all Defs and DefOfs have been initialized).
https://gist.github.com/HugsLibRecordKeeper/9d53475994f289a7fb8349ab71c3860f
模组代码错误: Fortified 模组的开发者错误地在 ShuttlePermitExtension 的构造函数中直接引用了 TransportShipDefOf 的静态成员。这是 RimWorld 模组开发中的禁忌。
违反生命周期规则: RimWorld 的 Def 加载和初始化有严格的顺序。构造函数执行时,DefOf 类绝对不可用。必须在 ResolveReferences() 阶段(此时所有 Def 和 DefOf 都已初始化完成)才能安全地使用 DefOf 来引用其他 Def。