Error message upon closing
I don't know if this is the right place, but Ready to Play gave me the following error message upon closing:
-------------------------------------------------------------------------------------------------------------------------------------
System.ArgumentException: Item is al toegevoegd. Sleutel in woordenboek: #rtp_cc_3110283 Sleutel die wordt toegevoegd: #rtp_cc_3110283
bij System.Collections.Hashtable.Insert(Object key, Object nvalue, Boolean add)
bij System.Collections.Hashtable.Add(Object key, Object value)
bij System.Collections.Specialized.StringDictionary.Add(String key, String value)
bij Meebey.SmartIrc4net.IrcClient._StoreChannelsToRejoin()
bij Meebey.SmartIrc4net.IrcClient._OnDisconnected(Object sender, EventArgs e)
bij System.EventHandler.Invoke(Object sender, EventArgs e)
bij Meebey.SmartIrc4net.IrcConnection.Disconnect()
bij ReadyToPlay.Forms.ReadyToPlayWindow.CloseConnections()
bij ReadyToPlay.Forms.ReadyToPlayWindow.Window_Closing(Object sender, CancelEventArgs e)
bij System.Windows.Window.OnClosing(CancelEventArgs e)
bij System.Windows.Window.WmClose()
bij System.Windows.Window.WindowFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
bij System.Windows.Interop.HwndSource.PublicHooksFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
bij MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
bij MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
bij System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Boolean isSingleParameter)
bij System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Boolean isSingleParameter, Delegate catchHandler)
---------------------------------------------------------------------------------------------------------------------------------------
I did not notice anything actually going wrong, but I thought I'd better report it anyway.
And for a translation of the Dutch bit at the top (not so sure about my computer terminology, mind you):
System.ArgumentException: Item is al toegevoegd. Sleutel in woordenboek: #rtp_cc_3110283 Sleutel die wordt toegevoegd: #rtp_cc_3110283
System.ArgumentException: Item has already been added. Key in dictionary: #rtp_cc_3110283 Key being added: #rtp_cc_3110283
(perhaps "woordenboek" should be "library" instead of the literal translation?)