Bug #976
Exception: Index was out of range. Must be non-negative and less than the size of the collection.Parameter name: index
Status: | New | Start: | 07/21/2014 | |
Priority: | Normal | Due date: | ||
Assigned to: | Mirco Bauer | % Done: | 0% |
|
Category: | - | |||
Target version: | - | |||
Complexity: | Found in Version: | |||
Votes: | 0 |
Description
Exception Type: System.ArgumentOutOfRangeException Exception Message: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index Exception StackTrace: at System.Collections.ArrayList.RemoveAt(Int32 index) at Nini.Util.OrderedList.Remove(Object key) at Smuxi.Engine.Config.Remove(String key) at Smuxi.Engine.UserConfig.Remove(String key) at Smuxi.Engine.ServerListController.RemoveServer(String protocol, String servername) at Smuxi.Frontend.Gnome.ServerListView.Remove(ServerModel server) at Smuxi.Frontend.Gnome.ServerListView.OnRemoveButtonClicked(Object sender, EventArgs e)
History
Updated by Ayden Gibson 3776 days ago
2013-05-21 09:39:03,763 [Main] INFO Smuxi.Frontend.Gnome.Frontend - Smuxi - GNOME frontend 0.8.0.0 starting
2013-05-21 09:39:08,252 [Main] INFO Smuxi.Engine.FrontendConfig - Loading config (FrontendConfig)
2013-05-21 09:39:09,627 [Main] WARN Smuxi.Engine.Config - Load(): error getting realname from gecos (ignoring)
System.TypeInitializationException: The type initializer for 'Mono.Unix.Native.Syscall' threw an exception. ---> System.EntryPointNotFoundException: Unable to find an entry point named 'Mono_Posix_Syscall_L_ctermid' in DLL 'MonoPosixHelper'.
at Mono.Unix.Native.Syscall._L_ctermid()
at Mono.Unix.Native.Syscall..cctor()
--- End of inner exception stack trace ---
at Mono.Unix.Native.Syscall.getuid()
at Mono.Unix.UnixUserInfo.GetRealUser()
at Smuxi.Engine.Config.Load()
2013-05-21 09:39:09,811 [Main] ERROR Smuxi.Engine.IrcProtocolManager - ApplyConfig(): Couldn't parse proxy type: None
System.ArgumentException: Requested value 'System' was not found.
at System.Enum.Parse(Type enumType, String value, Boolean ignoreCase)
at Smuxi.Engine.IrcProtocolManager.ApplyConfig(UserConfig config, ServerModel server)
2013-05-21 09:39:09,952 [Main] ERROR Smuxi.Engine.IrcProtocolManager - ApplyConfig(): Couldn't parse proxy type: None
System.ArgumentException: Requested value 'System' was not found.
at System.Enum.Parse(Type enumType, String value, Boolean ignoreCase)
at Smuxi.Engine.IrcProtocolManager.ApplyConfig(UserConfig config, ServerModel server)
2013-05-21 09:39:12,842 [IrcProtocolManager (irc.psych0tik.net:6697) listener] WARN Smuxi.Engine.IrcProtocolManager - GetPerson(Smuxi.Engine.GroupChatModel, Nikon): person is null!
2013-05-21 09:39:13,099 [IrcProtocolManager (irc.psych0tik.net:6697) listener] WARN Smuxi.Engine.IrcProtocolManager - GetPerson(Smuxi.Engine.GroupChatModel, ChanServ): person is null!
2013-05-21 09:39:14,584 [IrcProtocolManager (irc.psych0tik.net:6697) listener] WARN Smuxi.Engine.IrcProtocolManager - GetPerson(Smuxi.Engine.GroupChatModel, Nikon): person is null!
2013-05-21 09:39:24,825 [IrcProtocolManager (irc.freenode.net:6667) listener] WARN Smuxi.Engine.IrcProtocolManager - GetPerson(Smuxi.Engine.GroupChatModel, Nikon): person is null!
2013-05-21 09:39:24,837 [IrcProtocolManager (irc.freenode.net:6667) listener] WARN Smuxi.Engine.IrcProtocolManager - GetPerson(Smuxi.Engine.GroupChatModel, Nikon): person is null!
2013-05-21 09:39:24,840 [IrcProtocolManager (irc.freenode.net:6667) listener] WARN Smuxi.Engine.IrcProtocolManager - GetPerson(Smuxi.Engine.GroupChatModel, Nikon): person is null!
2013-05-21 09:39:24,845 [IrcProtocolManager (irc.freenode.net:6667) listener] WARN Smuxi.Engine.IrcProtocolManager - GetPerson(Smuxi.Engine.GroupChatModel, Nikon): person is null!
2013-05-21 09:39:28,925 [IrcProtocolManager (irc.freenode.net:6667) listener] WARN Smuxi.Engine.IrcProtocolManager - GetPerson(Smuxi.Engine.GroupChatModel, Nikon): person is null!
2013-05-21 09:39:29,179 [IrcProtocolManager (irc.freenode.net:6667) listener] WARN Smuxi.Engine.IrcProtocolManager - GetPerson(Smuxi.Engine.GroupChatModel, Nikon): person is null!
2013-05-21 09:40:45,957 [10996] ERROR Smuxi.Engine.IrcProtocolManager - ApplyConfig(): Couldn't parse proxy type: None
System.ArgumentException: Requested value 'System' was not found.
at System.Enum.Parse(Type enumType, String value, Boolean ignoreCase)
at Smuxi.Engine.IrcProtocolManager.ApplyConfig(UserConfig config, ServerModel server)
2013-05-21 09:40:57,603 [IrcProtocolManager (irc.oftc.net:6667) listener] WARN Smuxi.Engine.IrcProtocolManager - GetPerson(Smuxi.Engine.GroupChatModel, Nikon): person is null!
Updated by Mirco Bauer 3775 days ago
- Assigned to set to Mirco Bauer
Upgrade your Smuxi 0.8 to 0.11 and see if the issue goes away. I think you downgraded and that is not really supported.