--------------------------------------------------------------------------------
2023-11-25 06:28:53.463 [Error] KeyNotFoundException: The given key '' was not present in the dictionary.
  Stack:   at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
  at Intersect.Editor.Forms.Editors.Events.FrmEvent.InitLocalization() in C:\Intersect-Engine\Intersect.Editor\Forms\Editors\Events\frmEvent.cs:line 974
  at Intersect.Editor.Forms.Editors.Events.FrmEvent.frmEvent_Load(Object sender, EventArgs e) in C:\Intersect-Engine\Intersect.Editor\Forms\Editors\Events\frmEvent.cs:line 820
  at System.Windows.Forms.Form.OnLoad(EventArgs e)
  at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
  at System.Windows.Forms.Control.CreateControl()
  at System.Windows.Forms.Control.WmShowWindow(Message& m)
  at System.Windows.Forms.Control.WndProc(Message& m)
  at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
  at System.Windows.Forms.Form.WndProc(Message& m)
  at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, WM msg, IntPtr wparam, IntPtr lparam)
Question
Xiphoid
Hello guys,
Â
Â
My Editor Error Log;
Â
--------------------------------------------------------------------------------
2023-11-25 06:28:42.257 [Error] NotSupportedException: Unsupported localization type for Mapping.InstanceTypes: Intersect.Localization.LocaleDictionary`2[[Intersect.Enums.MapInstanceType, Intersect Core, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null],[Intersect.Localization.LocalizedString, Intersect Core, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null]]
--------------------------------------------------------------------------------
2023-11-25 06:28:42.513 [Error] NotSupportedException: Unsupported localization type for Mapping.InstanceTypes: Intersect.Localization.LocaleDictionary`2[[Intersect.Enums.MapInstanceType, Intersect Core, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null],[Intersect.Localization.LocalizedString, Intersect Core, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null]]
--------------------------------------------------------------------------------
2023-11-25 06:28:44.389 [Error] NotSupportedException: Unsupported localization type for Mapping.InstanceTypes: Intersect.Localization.LocaleDictionary`2[[Intersect.Enums.MapInstanceType, Intersect Core, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null],[Intersect.Localization.LocalizedString, Intersect Core, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null]]
--------------------------------------------------------------------------------
2023-11-25 06:28:53.463 [Error] KeyNotFoundException: The given key '' was not present in the dictionary.
  Stack:   at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
  at Intersect.Editor.Forms.Editors.Events.FrmEvent.InitLocalization() in C:\Intersect-Engine\Intersect.Editor\Forms\Editors\Events\frmEvent.cs:line 974
  at Intersect.Editor.Forms.Editors.Events.FrmEvent.frmEvent_Load(Object sender, EventArgs e) in C:\Intersect-Engine\Intersect.Editor\Forms\Editors\Events\frmEvent.cs:line 820
  at System.Windows.Forms.Form.OnLoad(EventArgs e)
  at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
  at System.Windows.Forms.Control.CreateControl()
  at System.Windows.Forms.Control.WmShowWindow(Message& m)
  at System.Windows.Forms.Control.WndProc(Message& m)
  at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
  at System.Windows.Forms.Form.WndProc(Message& m)
  at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, WM msg, IntPtr wparam, IntPtr lparam)
--------------------------------------------------------------------------------
Â
How can i fix that?
Link to comment
Share on other sites
1 answer to this question
Recommended Posts