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
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。
========== General load errors (2) ==========
Error loading language from (D:\Steam\steamapps\workshop\content\294100\2561619583\Languages\English, Aoba.Fortress.Industrial, D:\Steam\steamapps\workshop\content\294100\2561619583): dir AmmoCategoryDef doesn't correspond to any def type. Skipping...
Error loading language from (D:\Steam\steamapps\workshop\content\294100\2561619583\Languages\English, Aoba.Fortress.Industrial, D:\Steam\steamapps\workshop\content\294100\2561619583): dir AmmoSetDef doesn't correspond to any def type. Skipping...
========== Def-injected translations load errors (105) ==========
Found no Verse.DamageDef named HESH_ShockWave to match HESH_ShockWave.label (FT_DamageDefs.xml)
Found no Verse.DamageDef named HESH_ShockWave to match
are you fix it?