Skip to content

Instantly share code, notes, and snippets.

@bstoots
Created November 18, 2019 17:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bstoots/6049b450fce8d1052fe448d7a765f935 to your computer and use it in GitHub Desktop.
Save bstoots/6049b450fce8d1052fe448d7a765f935 to your computer and use it in GitHub Desktop.
System.NullReferenceException: Object reference not set to an instance of an object
at KeeAgent.KeeAgentExt.GroupContextMenuLoadKeysMenuItem_Click (System.Object sender, System.EventArgs e) [0x00029] in <9564d4d443cd44df8e11c57fecea4587>:0
at System.Windows.Forms.ToolStripItem.OnClick (System.EventArgs e) [0x00019] in <7346aaf818a24e898fc55461ebf690ad>:0
at System.Windows.Forms.ToolStripMenuItem.OnClick (System.EventArgs e) [0x00090] in <7346aaf818a24e898fc55461ebf690ad>:0
at System.Windows.Forms.ToolStripMenuItem.HandleClick (System.Int32 mouse_clicks, System.EventArgs e) [0x00000] in <7346aaf818a24e898fc55461ebf690ad>:0
at System.Windows.Forms.ToolStripItem.FireEvent (System.EventArgs e, System.Windows.Forms.ToolStripItemEventType met) [0x00054] in <7346aaf818a24e898fc55461ebf690ad>:0
at (wrapper remoting-invoke-with-check) System.Windows.Forms.ToolStripItem.FireEvent(System.EventArgs,System.Windows.Forms.ToolStripItemEventType)
at System.Windows.Forms.ToolStrip.OnMouseUp (System.Windows.Forms.MouseEventArgs mea) [0x00048] in <7346aaf818a24e898fc55461ebf690ad>:0
at System.Windows.Forms.ToolStripDropDown.OnMouseUp (System.Windows.Forms.MouseEventArgs mea) [0x00000] in <7346aaf818a24e898fc55461ebf690ad>:0
at System.Windows.Forms.Control.WmLButtonUp (System.Windows.Forms.Message& m) [0x00078] in <7346aaf818a24e898fc55461ebf690ad>:0
at System.Windows.Forms.Control.WndProc (System.Windows.Forms.Message& m) [0x001b4] in <7346aaf818a24e898fc55461ebf690ad>:0
at System.Windows.Forms.ScrollableControl.WndProc (System.Windows.Forms.Message& m) [0x00000] in <7346aaf818a24e898fc55461ebf690ad>:0
at System.Windows.Forms.ToolStrip.WndProc (System.Windows.Forms.Message& m) [0x00000] in <7346aaf818a24e898fc55461ebf690ad>:0
at System.Windows.Forms.ToolStripDropDown.WndProc (System.Windows.Forms.Message& m) [0x00017] in <7346aaf818a24e898fc55461ebf690ad>:0
at System.Windows.Forms.Control+ControlWindowTarget.OnMessage (System.Windows.Forms.Message& m) [0x00000] in <7346aaf818a24e898fc55461ebf690ad>:0
at System.Windows.Forms.Control+ControlNativeWindow.WndProc (System.Windows.Forms.Message& m) [0x0000b] in <7346aaf818a24e898fc55461ebf690ad>:0
at System.Windows.Forms.NativeWindow.WndProc (System.IntPtr hWnd, System.Windows.Forms.Msg msg, System.IntPtr wParam, System.IntPtr lParam) [0x00085] in <7346aaf818a24e898fc55461ebf690ad>:0
Unhandled Exception:
System.ObjectDisposedException: Cannot access a disposed object.
Object name: 'System.Net.Sockets.Socket'.
at System.Net.Sockets.Socket.ThrowIfDisposedAndClosed () [0x0001b] in <2703bbaa0a6e4686b6033c2dddb1a363>:0
at System.Net.Sockets.Socket.Send (System.Byte[] buffer, System.Int32 offset, System.Int32 size, System.Net.Sockets.SocketFlags socketFlags, System.Net.Sockets.SocketError& errorCode) [0x00000] in <2703bbaa0a6e4686b6033c2dddb1a363>:0
at System.Net.Sockets.Socket.Send (System.Byte[] buffer, System.Int32 offset, System.Int32 size, System.Net.Sockets.SocketFlags socketFlags) [0x00000] in <2703bbaa0a6e4686b6033c2dddb1a363>:0
at System.Net.Sockets.Socket.Send (System.Byte[] buffer) [0x00000] in <2703bbaa0a6e4686b6033c2dddb1a363>:0
at System.Windows.Forms.XplatUIX11.WakeupMain () [0x00000] in <7346aaf818a24e898fc55461ebf690ad>:0
at System.Windows.Forms.XplatUIX11.SendAsyncMethod (System.Windows.Forms.AsyncMethodData method) [0x00080] in <7346aaf818a24e898fc55461ebf690ad>:0
at System.Windows.Forms.XplatUIX11.SendMessage (System.IntPtr hwnd, System.Windows.Forms.Msg message, System.IntPtr wParam, System.IntPtr lParam) [0x0007a] in <7346aaf818a24e898fc55461ebf690ad>:0
at System.Windows.Forms.XplatUIX11.UnmapWindow (System.Windows.Forms.Hwnd hwnd, System.Windows.Forms.WindowType windows) [0x00046] in <7346aaf818a24e898fc55461ebf690ad>:0
at System.Windows.Forms.XplatUIX11.SetVisible (System.IntPtr handle, System.Boolean visible, System.Boolean activate) [0x00079] in <7346aaf818a24e898fc55461ebf690ad>:0
at System.Windows.Forms.XplatUIX11.SystrayRemove (System.IntPtr handle, System.Windows.Forms.ToolTip& tt) [0x00000] in <7346aaf818a24e898fc55461ebf690ad>:0
at System.Windows.Forms.XplatUI.SystrayRemove (System.IntPtr handle, System.Windows.Forms.ToolTip& tt) [0x00000] in <7346aaf818a24e898fc55461ebf690ad>:0
at System.Windows.Forms.NotifyIcon.HideSystray () [0x0001b] in <7346aaf818a24e898fc55461ebf690ad>:0
at System.Windows.Forms.NotifyIcon.Dispose (System.Boolean disposing) [0x00008] in <7346aaf818a24e898fc55461ebf690ad>:0
at System.ComponentModel.Component.Finalize () [0x00000] in <2703bbaa0a6e4686b6033c2dddb1a363>:0
[ERROR] FATAL UNHANDLED EXCEPTION: System.ObjectDisposedException: Cannot access a disposed object.
Object name: 'System.Net.Sockets.Socket'.
at System.Net.Sockets.Socket.ThrowIfDisposedAndClosed () [0x0001b] in <2703bbaa0a6e4686b6033c2dddb1a363>:0
at System.Net.Sockets.Socket.Send (System.Byte[] buffer, System.Int32 offset, System.Int32 size, System.Net.Sockets.SocketFlags socketFlags, System.Net.Sockets.SocketError& errorCode) [0x00000] in <2703bbaa0a6e4686b6033c2dddb1a363>:0
at System.Net.Sockets.Socket.Send (System.Byte[] buffer, System.Int32 offset, System.Int32 size, System.Net.Sockets.SocketFlags socketFlags) [0x00000] in <2703bbaa0a6e4686b6033c2dddb1a363>:0
at System.Net.Sockets.Socket.Send (System.Byte[] buffer) [0x00000] in <2703bbaa0a6e4686b6033c2dddb1a363>:0
at System.Windows.Forms.XplatUIX11.WakeupMain () [0x00000] in <7346aaf818a24e898fc55461ebf690ad>:0
at System.Windows.Forms.XplatUIX11.SendAsyncMethod (System.Windows.Forms.AsyncMethodData method) [0x00080] in <7346aaf818a24e898fc55461ebf690ad>:0
at System.Windows.Forms.XplatUIX11.SendMessage (System.IntPtr hwnd, System.Windows.Forms.Msg message, System.IntPtr wParam, System.IntPtr lParam) [0x0007a] in <7346aaf818a24e898fc55461ebf690ad>:0
at System.Windows.Forms.XplatUIX11.UnmapWindow (System.Windows.Forms.Hwnd hwnd, System.Windows.Forms.WindowType windows) [0x00046] in <7346aaf818a24e898fc55461ebf690ad>:0
at System.Windows.Forms.XplatUIX11.SetVisible (System.IntPtr handle, System.Boolean visible, System.Boolean activate) [0x00079] in <7346aaf818a24e898fc55461ebf690ad>:0
at System.Windows.Forms.XplatUIX11.SystrayRemove (System.IntPtr handle, System.Windows.Forms.ToolTip& tt) [0x00000] in <7346aaf818a24e898fc55461ebf690ad>:0
at System.Windows.Forms.XplatUI.SystrayRemove (System.IntPtr handle, System.Windows.Forms.ToolTip& tt) [0x00000] in <7346aaf818a24e898fc55461ebf690ad>:0
at System.Windows.Forms.NotifyIcon.HideSystray () [0x0001b] in <7346aaf818a24e898fc55461ebf690ad>:0
at System.Windows.Forms.NotifyIcon.Dispose (System.Boolean disposing) [0x00008] in <7346aaf818a24e898fc55461ebf690ad>:0
at System.ComponentModel.Component.Finalize () [0x00000] in <2703bbaa0a6e4686b6033c2dddb1a363>:0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment