Advertisement
Guest User

error while typing

a guest
Aug 29th, 2015
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.26 KB | None | 0 0
  1. ===============
  2. 27.08.2015 21:44
  3. FATAL: System.ArgumentOutOfRangeException: Index 65535 is out of range.
  4. Parameter name: index
  5. at System.Windows.Forms.ListBox.CheckIndex(Int32 index)
  6. at System.Windows.Forms.ListBox.GetItemRectangle(Int32 index)
  7. at ZeroKLobby.MicroLobby.PlayerListBox.UpdateHoverItem(MouseEventArgs e)
  8. at ZeroKLobby.MicroLobby.PlayerListBox.OnMouseMove(MouseEventArgs e)
  9. at System.Windows.Forms.Control.WmMouseMove(Message& m)
  10. at System.Windows.Forms.Control.WndProc(Message& m)
  11. at System.Windows.Forms.ListBox.WndProc(Message& m)
  12. at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  13. at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  14. at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  15.  
  16. ===============
  17. 27.08.2015 21:44
  18. System.NullReferenceException: Object reference not set to an instance of an object.
  19. at ZeroKLobby.ZklSteamHandler.<.ctor>b__15_2(Object sender, OldNewPair`1 args)
  20. at System.EventHandler`1.Invoke(Object sender, TEventArgs e)
  21. at LobbyClient.TasClient.<Process>d__252.MoveNext()
  22. --- End of stack trace from previous location where exception was thrown ---
  23. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  24. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  25. at CallSite.Target(Closure , CallSite , Object )
  26. at LobbyClient.TasClient.<OnCommandReceived>d__31.MoveNext()
  27.  
  28. ===============
  29. 28.08.2015 15:53
  30. System.NullReferenceException: Object reference not set to an instance of an object.
  31. at ZeroKLobby.ZklSteamHandler.<.ctor>b__15_2(Object sender, OldNewPair`1 args)
  32. at System.EventHandler`1.Invoke(Object sender, TEventArgs e)
  33. at LobbyClient.TasClient.<Process>d__252.MoveNext()
  34. --- End of stack trace from previous location where exception was thrown ---
  35. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  36. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  37. at CallSite.Target(Closure , CallSite , Object )
  38. at LobbyClient.TasClient.<OnCommandReceived>d__31.MoveNext()
  39.  
  40. ===============
  41. 29.08.2015 14:31
  42. System.NullReferenceException: Object reference not set to an instance of an object.
  43. at ZeroKLobby.ZklSteamHandler.<.ctor>b__15_2(Object sender, OldNewPair`1 args)
  44. at System.EventHandler`1.Invoke(Object sender, TEventArgs e)
  45. at LobbyClient.TasClient.<Process>d__252.MoveNext()
  46. --- End of stack trace from previous location where exception was thrown ---
  47. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  48. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  49. at CallSite.Target(Closure , CallSite , Object )
  50. at LobbyClient.TasClient.<OnCommandReceived>d__31.MoveNext()
  51.  
  52. ===============
  53. 29.08.2015 14:33
  54. System.NullReferenceException: Object reference not set to an instance of an object.
  55. at ZeroKLobby.ZklSteamHandler.<.ctor>b__15_2(Object sender, OldNewPair`1 args)
  56. at System.EventHandler`1.Invoke(Object sender, TEventArgs e)
  57. at LobbyClient.TasClient.<Process>d__252.MoveNext()
  58. --- End of stack trace from previous location where exception was thrown ---
  59. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  60. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  61. at CallSite.Target(Closure , CallSite , Object )
  62. at LobbyClient.TasClient.<OnCommandReceived>d__31.MoveNext()
  63.  
  64. ===============
  65. 29.08.2015 14:35
  66. System.NullReferenceException: Object reference not set to an instance of an object.
  67. at ZeroKLobby.ZklSteamHandler.<.ctor>b__15_2(Object sender, OldNewPair`1 args)
  68. at System.EventHandler`1.Invoke(Object sender, TEventArgs e)
  69. at LobbyClient.TasClient.<Process>d__252.MoveNext()
  70. --- End of stack trace from previous location where exception was thrown ---
  71. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  72. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  73. at CallSite.Target(Closure , CallSite , Object )
  74. at LobbyClient.TasClient.<OnCommandReceived>d__31.MoveNext()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement