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
应该不是这个模组本体,是EndlessGrowth_zh汉化模组不小心附带了旧版(游戏1.4版本)的动态链接库导致的。
模组排序把汉化放到本体后面去应该就好了,还不行的话去手动把EndlessGrowth_zh里面的.dll文件删掉。
---
The "MissingMethodException" is likely due to the translation mod "EndlessGrowth_zh" accidentally having an old copy of the mod's dll file.
Disabling EndlessGrowth removes the error.
It seems the mod still calls the old SkillRecord.Learn(float, bool) method, which no longer exists in current RimWorld versions. Could you please update it to the new API? Thanks
at Verse.Pawn.TickInterval (System.Int32 delta) [0x001b9] in <24d25868955f4df08b02c73b55f389fe>:0
at Verse.Thing.DoTick () [0x000eb] in <24d25868955f4df08b02c73b55f389fe>:0
at Verse.ThingOwner.DoTick () [0x0001c] in <24d25868955f4df08b02c73b55f389fe>:0
at Verse.Thing.DoTick () [0x0022c] in <24d25868955f4df08b02c73b55f389fe>:0
at Verse.TickList.Tick () [0x00157] in <24d25868955f4df08b02c73b55f389fe>:0
- TRANSPILER net.pardeike.rimworld.lib.harmony: IEnumerable`1 VisualExceptions.ExceptionsAndActivatorHandler:Transpiler(IEnumerable`1 instructions, MethodBase original)
- TRANSPILER OskarPotocki.VEF: IEnumerable`1 VEF.Genes.VanillaExpandedFramework_SkillRecord_Interval_Transpiler_Patch:Transpiler(IEnumerable`1 instructions)
- TRANSPILER fr.slimesenpai.rimworld.endlessgrowth: IEnumerable`1 SlimeSenpai.EndlessGrowth.SkillRecord_Interval_Patch:Transpiler(IEnumerable`1 instructions)
- PREFIX OskarPotocki.VEF: Boolean VEF.Genes.VanillaExpandedFramework_SkillRecord_Interval_Patch:Prefix(Pawn ___pawn, SkillRecord __instance)
- POSTFIX OskarPotocki.VEF: Void VEF.Genes.VanillaExpandedFramework_SkillRecord_Interval_Patch:Postfix(Pawn ___pawn, SkillRecord __instance)
Exception in Verse.TickList.Tick: System.MissingMethodException: Method not found: void RimWorld.SkillRecord.Learn(single,bool)
[Ref 1A150DC2]