安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题
https://gist.github.com/egakizo/b4225c489a5543cbee9d07722688aae2
At first the mod seems to be okay, but after reloading, the mod keeps spamming errors when you check the work tab. I tried changing the order but still the same.
My bad, it seems I messed up. Pushing a fix asap
(499) [23:35:52] Could not load UnityEngne.Texture2D at UI/Icons/AS_PainDrivenPassionGrey in any active mod or in base resources.
https://gist.github.com/egakizo/9e4c3c7ae1ce6c70e9406833de16bbfa
Oh, I forgot to change the DLC passions!
It should be fine now
Had an android awaken, but while the only passion available to choose are the regular one on the awakening screen, it gave the vengeful passion to the android.
Screenshot here: https://imgur.com/a/MhPPrsk
Log here: https://gist.github.com/HugsLibRecordKeeper/ed92922ef85efe57052d024e5f58de0a
Let me know if you need anything else!
https://gist.github.com/HugsLibRecordKeeper/a4f8ef990d46c1f4718b3e86db4c1ded
Cleaving expertise is just affecting the MeleeDamageFactor stat, which is vanilla. So if this is true it'd be on their side to fix
(I used the exclusion method and removed Reinforced Mechanoids2, but the problem still exists. When I remove skills, the problem disappears, so I would like you to take a look at this error report to further isolate the problem)
______________
Root level exception in OnGUI(): System.ArgumentNullException: Value cannot be null.
Parameter name: key
[Ref 85EE881D]
at System.Collections.Generic.Dictionary`2[TKey,TValue].FindEntry (TKey key) [0x00008] in <eae584ce26bc40229c1b1aa476bfa589>:0
at System.Collections.Generic.Dictionary`2[TKey,TValue].ContainsKey (TKey key) [0x00000] in <eae584ce26bc40229c1b1aa476bfa589>:0
at RimWorld.StatWorker.GetValue (Verse.Thing thing, System.Boolean applyPostProcess, System.Int32 cacheStaleAfterTicks) [0x0000d] in <630e2863bc9a4a3493f2eff01e3a9556>:0
at RimWorld.StatExtension.GetStatValue (Verse.Thing thing, RimWorld.StatDef stat, System.Boolean applyPostProcess, System.Int32 cacheStaleAfterTicks) [0x0000c] in <630e2863bc9a4a3493f2eff01e3a9556>:0
- POSTFIX OskarPotocki.VanillaSocialInteractionsExpanded: Void VanillaSocialInteractionsExpanded.GetStatValue_Patch:Postfix(Thing thing, StatDef stat, Boolean applyPostProcess, Single& __result)
- POSTFIX ReinforcedMechanoids.Mod: Void ReinforcedMechanoids.Harmony.StatExtension_GetStatValue:Postfix(Thing thing, StatDef stat, Single& __result)
- POSTFIX OskarPotocki.VFECore: Void VFECore.StatExtension_GetStatValue_Patch:Postfix(Thing thing, StatDef stat, Boolean applyPostProcess, Single& __result)
at AlphaSkills.AlphaSkills_Mineable_TrySpawnYield_Patch.ExtraYields (Verse.Map map, System.Boolean moteOnWaste, Verse.Pawn pawn, RimWorld.Mineable __instance) [0x00001] in <03304f8d76b540c380fea931be0593b7>:0
at RimWorld.Mineable.TrySpawnYield (Verse.Map map, System.Boolean moteOnWaste, Verse.Pawn pawn) [0x000fa] in <630e2863bc9a4a3493f2eff01e3a9556>:0
- TRANSPILER Uuugggg.rimworld.Replace_Stuff.main: IEnumerable`1 Replace_Stuff.OverMineable.DropOnPawn:Transpiler(IEnumerable`1 instructions)
- TRANSPILER vanillaexpanded.skills: IEnumerable`1 VSE.Stats.StatPatches:RockChunkChanceTranspiler(IEnumerable`1 instructions)
- TRANSPILER OskarPotocki.VanillaSocialInteractionsExpanded: IEnumerable`1 VanillaSocialInteractionsExpanded.MineableYield_Patch:Transpiler(IEnumerable`1 instructions)
- POSTFIX com.alphaskills: Void AlphaSkills.AlphaSkills_Mineable_TrySpawnYield_Patch:ExtraYields(Map map, Boolean moteOnWaste, Pawn pawn, Mineable __instance)
at RimWorld.Mineable.DestroyMined (Verse.Pawn pawn) [0x0000e] in <630e2863bc9a4a3493f2eff01e3a9556>:0
- POSTFIX OskarPotocki.VanillaSocialInteractionsExpanded: Void VanillaSocialInteractionsExpanded.DestroyMined_Patch:Postfix(Pawn pawn)
at RimWorld.Designator_Mine.DesignateSingleCell (Verse.IntVec3 loc) [0x00054] in <630e2863bc9a4a3493f2eff01e3a9556>:0
at Verse.Designator.DesignateMultiCell (System.Collections.Generic.IEnumerable`1[T] cells) [0x00041] in <630e2863bc9a4a3493f2eff01e3a9556>:0
at Verse.DesignatorManager.ProcessInputEvents () [0x0012c] in <630e2863bc9a4a3493f2eff01e3a9556>:0
at RimWorld.MapInterface.HandleMapClicks () [0x00019] in <630e2863bc9a4a3493f2eff01e3a9556>:0
- POSTFIX PerformanceOptimizer.Main: Void PerformanceOptimizer.Optimization_UIToggle:Postfix()
at RimWorld.UIRoot_Play.UIRootOnGUI () [0x000be] in <630e2863bc9a4a3493f2eff01e3a9556>:0
- PREFIX SmashPhil.SmashTools: Void SmashTools.MainMenuKeyBindHandler:HandleKeyInputs()
- PREFIX fxz.rigormortis: Boolean RigorMortis.UIDisplay_Patch:Prefix()
- PREFIX Dubwise.PerformanceAnalyzer: Void Analyzer.H_KeyPresses:OnGUI()
- POSTFIX Krkr.RocketMan: Void RocketMan.KeyBinder:OnGUI()
at Verse.Root.OnGUI () [0x00046] in <630e2863bc9a4a3493f2eff01e3a9556>:0
- POSTFIX UnlimitedHugs.HugsLib: Void HugsLib.Patches.Root_OnGUI_Patch:OnGUIHookUnfiltered()
UnityEngine.StackTraceUtility:ExtractStackTrace ()
(wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition:Verse.Log.Error_Patch6 (string)
(wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition:Verse.Root.OnGUI_Patch1 (Verse.Root)
Because when I perform the operation, there is only a red error. The others are all white prompts
Seems to be a problem with VE Social Interactions, can you try without it? It might just be a load order issue