rimworld吧 关注:283,382贴子:5,222,124
  • 4回复贴,共1
求助

控制台无法打开

只看楼主收藏回复

Exception filling window for Verse.ImmediateWindow: System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2[TKey,TValue].get_Item (TKey key) [0x0001e] in <eae584ce26bc40229c1b1aa476bfa589>:0
at (def) [0x0004c] in <95de19971c5d40878d8742747904cdcd>:0
at Verse.Dialog_Debug..ctor (def) [0x0002d] in <95de19971c5d40878d8742747904cdcd>:0
at () [0x00013] in <95de19971c5d40878d8742747904cdcd>:0
at (wrapper dynamic-method) Verse.DebugWindowsOpener.Verse.DebugWindowsOpener.DrawButtons_Patch0(Verse.DebugWindowsOpener)
at RocketMan.DebugWindowsOpener_Patch+<>c__DisplayClass3_0.<Postfix>b__0 () [0x00000] in <4702842641e4442085ff1802dde51cab>:0
at (inRect) [0x00000] in <95de19971c5d40878d8742747904cdcd>:0
at (System.Int32 x) [0x001d3] in <95de19971c5d40878d8742747904cdcd>:0
UnityEngine.StackTraceUtility:ExtractStackTrace ()
(wrapper dynamic-method) Verse.Log:Verse.Log.Error_Patch4 (string)
Verse.Window:InnerWindowOnGUI (int)
UnityEngine.GUI:CallWindowDelegate (UnityEngine.GUI/WindowFunction,int,int,UnityEngine.GUISkin,int,single,single,UnityEngine.GUIStyle)


IP属地:甘肃来自Android客户端1楼2023-08-07 22:54回复
    这个错误提示似乎表明在尝试获取窗口元素时发生了字典中没有该键的错误。具体来说,看起来是在Unity的窗口系统(可能是Verse或RocketMan)中,尝试获取一个不存在的窗口元素时出现了问题。这个错误可能是由于代码中存在错误或配置问题导致的。具体解决步骤可能需要根据具体的代码和环境来调整。例如,可能需要检查代码中是否存在拼写错误、不正确的引用或其他可能导致此问题的因素。如果问题仍然存在,可能需要进一步调查和调试。


    2楼2023-08-07 23:24
    收起回复
      2026-03-05 18:50:14
      广告
      不感兴趣
      开通SVIP免广告
      一摸一样的问题,我这是载具扩展mod 的锅,这几天体验了一下不成熟我就删掉了,结果看起来开发者模式还是会去寻找载具的元素,再启用就好了,但是会变成进大地图跳这个告警


      IP属地:中国台湾来自iPhone客户端3楼2023-08-08 06:20
      收起回复