37708[C][L][A]Oct 26, 16:22:4985.196.202.248ServerGUI 0.637_r1846
Exception executing command from console
CLR 2.0.50727.4971Win32NT / Microsoft Windows NT 6.1.7600.0System.Collections.Generic.KeyNotFoundExceptionThe given key was not present in the dictionary.
   at System.ThrowHelper.ThrowKeyNotFoundException()
   at System.Collections.Generic.SortedList`2.get_Item(TKey key)
   at fCraft.CommandManager.GetDescriptor(String commandName, Boolean alsoCheckAliases)
   at fCraft.CommandReader..ctor(String rawMessage)
   at fCraft.Player.ParseMessage(String rawMessage, Boolean fromConsole)
   at fCraft.ServerGUI.MainForm.console_Enter()
38093[C][L][A]Jun 21, 8:35:46173.245.53.24ServerGUI 0.639_r1916
Exception executing command from console
CLR 2.0.50727.4234Win32NT / Microsoft Windows NT 6.0.6002 Service Pack 2System.Collections.Generic.KeyNotFoundExceptionThe given key was not present in the dictionary.
   at System.ThrowHelper.ThrowKeyNotFoundException()
   at System.Collections.Generic.SortedList`2.get_Item(TKey key)
   at fCraft.CommandManager.GetDescriptor(String commandName, Boolean alsoCheckAliases)
   at fCraft.CommandReader..ctor(String rawMessage)
   at fCraft.Player.ParseMessage(String rawMessage, Boolean fromConsole)
   at fCraft.ServerGUI.MainForm.console_Enter()
38179[C][L][A]Sep 6, 13:22:36141.101.81.106fCraft 0.642_r2180
Error while parsing player's message
CLR 2.0.50727.5472Win32NT / Microsoft Windows NT 6.1.7601 Service Pack 1System.Collections.Generic.KeyNotFoundExceptionThe given key was not present in the dictionary.
   at System.ThrowHelper.ThrowKeyNotFoundException()
   at System.Collections.Generic.SortedList`2.get_Item(TKey key)
   at fCraft.CommandManager.GetDescriptor(String commandName, Boolean alsoCheckAliases)
   at fCraft.InfoCommands.HelpHandler(Player player, CommandReader cmd)
   at fCraft.CommandDescriptor.Call(Player player, CommandReader cmd, Boolean raiseEvent)
   at fCraft.CommandManager.ParseCommand(Player player, CommandReader cmd, Boolean fromConsole)
   at fCraft.Player.ParseMessage(String rawMessage, Boolean fromConsole)
   at fCraft.Player.ProcessMessagePacket()