Advertisement
Guest User

Untitled

a guest
Oct 18th, 2017
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.16 KB | None | 0 0
  1. System.NullReferenceException: Object reference not set to an instance of an object
  2. at SharedLib.LsClient.Poll () [0x0001d] in <f6b88e06a02f4f4186af214ec6bd1661>:0
  3. at DesktopApp.FormMain.pbTest_Click (System.Object sender, System.EventArgs e) [0x00001] in <5e1aae50fee84f83b668cdd03c33a7a5>:0
  4. at System.Windows.Forms.Control.OnClick (System.EventArgs e) [0x00019] in <b99add59884c4a44a02ee27e15a44f95>:0
  5. at System.Windows.Forms.Button.OnClick (System.EventArgs e) [0x0001e] in <b99add59884c4a44a02ee27e15a44f95>:0
  6. at System.Windows.Forms.ButtonBase.OnMouseUp (System.Windows.Forms.MouseEventArgs mevent) [0x00069] in <b99add59884c4a44a02ee27e15a44f95>:0
  7. at System.Windows.Forms.Button.OnMouseUp (System.Windows.Forms.MouseEventArgs mevent) [0x00000] in <b99add59884c4a44a02ee27e15a44f95>:0
  8. at System.Windows.Forms.Control.WmLButtonUp (System.Windows.Forms.Message& m) [0x00078] in <b99add59884c4a44a02ee27e15a44f95>:0
  9. at System.Windows.Forms.Control.WndProc (System.Windows.Forms.Message& m) [0x001b4] in <b99add59884c4a44a02ee27e15a44f95>:0
  10. at System.Windows.Forms.ButtonBase.WndProc (System.Windows.Forms.Message& m) [0x00037] in <b99add59884c4a44a02ee27e15a44f95>:0
  11. at System.Windows.Forms.Button.WndProc (System.Windows.Forms.Message& m) [0x00000] in <b99add59884c4a44a02ee27e15a44f95>:0
  12. at System.Windows.Forms.Control+ControlWindowTarget.OnMessage (System.Windows.Forms.Message& m) [0x00000] in <b99add59884c4a44a02ee27e15a44f95>:0
  13. at System.Windows.Forms.Control+ControlNativeWindow.WndProc (System.Windows.Forms.Message& m) [0x0000b] in <b99add59884c4a44a02ee27e15a44f95>:0
  14. at System.Windows.Forms.NativeWindow.WndProc (System.IntPtr hWnd, System.Windows.Forms.Msg msg, System.IntPtr wParam, System.IntPtr lParam) [0x00085] in <b99add59884c4a44a02ee27e15a44f95>:0
  15.  
  16. Unhandled Exception:
  17. System.ObjectDisposedException: Cannot access a disposed object.
  18. Object name: 'System.Net.Sockets.Socket'.
  19. at System.Net.Sockets.Socket.ThrowIfDisposedAndClosed () [0x0001b] in <8a8abae728c244359683ef777047ab9e>:0
  20. 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 <8a8abae728c244359683ef777047ab9e>:0
  21. at System.Net.Sockets.Socket.Send (System.Byte[] buffer, System.Int32 offset, System.Int32 size, System.Net.Sockets.SocketFlags socketFlags) [0x00000] in <8a8abae728c244359683ef777047ab9e>:0
  22. at System.Net.Sockets.Socket.Send (System.Byte[] buffer) [0x00000] in <8a8abae728c244359683ef777047ab9e>:0
  23. at System.Windows.Forms.XplatUIX11.WakeupMain () [0x00000] in <b99add59884c4a44a02ee27e15a44f95>:0
  24. at System.Windows.Forms.XplatUIX11.SendAsyncMethod (System.Windows.Forms.AsyncMethodData method) [0x00080] in <b99add59884c4a44a02ee27e15a44f95>:0
  25. at System.Windows.Forms.XplatUIX11.SendMessage (System.IntPtr hwnd, System.Windows.Forms.Msg message, System.IntPtr wParam, System.IntPtr lParam) [0x0007a] in <b99add59884c4a44a02ee27e15a44f95>:0
  26. at System.Windows.Forms.XplatUIX11.UnmapWindow (System.Windows.Forms.Hwnd hwnd, System.Windows.Forms.WindowType windows) [0x00046] in <b99add59884c4a44a02ee27e15a44f95>:0
  27. at System.Windows.Forms.XplatUIX11.SetVisible (System.IntPtr handle, System.Boolean visible, System.Boolean activate) [0x00079] in <b99add59884c4a44a02ee27e15a44f95>:0
  28. at System.Windows.Forms.XplatUIX11.SystrayRemove (System.IntPtr handle, System.Windows.Forms.ToolTip& tt) [0x00000] in <b99add59884c4a44a02ee27e15a44f95>:0
  29. at System.Windows.Forms.XplatUI.SystrayRemove (System.IntPtr handle, System.Windows.Forms.ToolTip& tt) [0x00000] in <b99add59884c4a44a02ee27e15a44f95>:0
  30. at System.Windows.Forms.NotifyIcon.HideSystray () [0x0001b] in <b99add59884c4a44a02ee27e15a44f95>:0
  31. at System.Windows.Forms.NotifyIcon.Dispose (System.Boolean disposing) [0x00008] in <b99add59884c4a44a02ee27e15a44f95>:0
  32. at System.ComponentModel.Component.Finalize () [0x00000] in <8a8abae728c244359683ef777047ab9e>:0
  33. [ERROR] FATAL UNHANDLED EXCEPTION: System.ObjectDisposedException: Cannot access a disposed object.
  34. Object name: 'System.Net.Sockets.Socket'.
  35. at System.Net.Sockets.Socket.ThrowIfDisposedAndClosed () [0x0001b] in <8a8abae728c244359683ef777047ab9e>:0
  36. 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 <8a8abae728c244359683ef777047ab9e>:0
  37. at System.Net.Sockets.Socket.Send (System.Byte[] buffer, System.Int32 offset, System.Int32 size, System.Net.Sockets.SocketFlags socketFlags) [0x00000] in <8a8abae728c244359683ef777047ab9e>:0
  38. at System.Net.Sockets.Socket.Send (System.Byte[] buffer) [0x00000] in <8a8abae728c244359683ef777047ab9e>:0
  39. at System.Windows.Forms.XplatUIX11.WakeupMain () [0x00000] in <b99add59884c4a44a02ee27e15a44f95>:0
  40. at System.Windows.Forms.XplatUIX11.SendAsyncMethod (System.Windows.Forms.AsyncMethodData method) [0x00080] in <b99add59884c4a44a02ee27e15a44f95>:0
  41. at System.Windows.Forms.XplatUIX11.SendMessage (System.IntPtr hwnd, System.Windows.Forms.Msg message, System.IntPtr wParam, System.IntPtr lParam) [0x0007a] in <b99add59884c4a44a02ee27e15a44f95>:0
  42. at System.Windows.Forms.XplatUIX11.UnmapWindow (System.Windows.Forms.Hwnd hwnd, System.Windows.Forms.WindowType windows) [0x00046] in <b99add59884c4a44a02ee27e15a44f95>:0
  43. at System.Windows.Forms.XplatUIX11.SetVisible (System.IntPtr handle, System.Boolean visible, System.Boolean activate) [0x00079] in <b99add59884c4a44a02ee27e15a44f95>:0
  44. at System.Windows.Forms.XplatUIX11.SystrayRemove (System.IntPtr handle, System.Windows.Forms.ToolTip& tt) [0x00000] in <b99add59884c4a44a02ee27e15a44f95>:0
  45. at System.Windows.Forms.XplatUI.SystrayRemove (System.IntPtr handle, System.Windows.Forms.ToolTip& tt) [0x00000] in <b99add59884c4a44a02ee27e15a44f95>:0
  46. at System.Windows.Forms.NotifyIcon.HideSystray () [0x0001b] in <b99add59884c4a44a02ee27e15a44f95>:0
  47. at System.Windows.Forms.NotifyIcon.Dispose (System.Boolean disposing) [0x00008] in <b99add59884c4a44a02ee27e15a44f95>:0
  48. at System.ComponentModel.Component.Finalize () [0x00000] in <8a8abae728c244359683ef777047ab9e>:0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement