Advertisement
Guest User

Untitled

a guest
Jun 25th, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.55 KB | None | 0 0
  1.  
  2. ===============
  3. 11/5/2010 1:56 PM
  4. System.IO.IOException: Unable to read data from the transport connection: An established connection was aborted by the software in your host machine. ---> System.Net.Sockets.SocketException: An established connection was aborted by the software in your host machine
  5. at System.Net.Sockets.Socket.EndReceive(IAsyncResult asyncResult)
  6. at System.Net.Sockets.NetworkStream.EndRead(IAsyncResult asyncResult)
  7. --- End of inner exception stack trace ---
  8. at System.Net.Sockets.NetworkStream.EndRead(IAsyncResult asyncResult)
  9. at PlasmaShared.Connection.DataRecieveCallback(IAsyncResult res)
  10.  
  11. ===============
  12. 11/5/2010 3:18 PM
  13. System.ArgumentException: An item with the same key has already been added.
  14. at System.ThrowHelper.ThrowArgumentException(ExceptionResource resource)
  15. at System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add)
  16. at ZeroKLobby.LuaMgr.WidgetHandler.addInstalledMods(Dictionary`2 allKnownMods)
  17. at ZeroKLobby.LuaMgr.WidgetHandler.refreshModList()
  18. at ZeroKLobby.LuaMgr.LuaMgrTab.<startRefreshListsThread>b__0()
  19.  
  20. ===============
  21. 11/5/2010 6:18 PM
  22. System.ArgumentException: An item with the same key has already been added.
  23. at System.ThrowHelper.ThrowArgumentException(ExceptionResource resource)
  24. at System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add)
  25. at ZeroKLobby.LuaMgr.WidgetHandler.addInstalledMods(Dictionary`2 allKnownMods)
  26. at ZeroKLobby.LuaMgr.WidgetHandler.refreshModList()
  27. at ZeroKLobby.LuaMgr.LuaMgrTab.<startRefreshListsThread>b__0()
  28.  
  29. ===============
  30. 11/5/2010 9:18 PM
  31. System.ArgumentException: An item with the same key has already been added.
  32. at System.ThrowHelper.ThrowArgumentException(ExceptionResource resource)
  33. at System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add)
  34. at ZeroKLobby.LuaMgr.WidgetHandler.addInstalledMods(Dictionary`2 allKnownMods)
  35. at ZeroKLobby.LuaMgr.WidgetHandler.refreshModList()
  36. at ZeroKLobby.LuaMgr.LuaMgrTab.<startRefreshListsThread>b__0()
  37.  
  38. ===============
  39. 11/5/2010 9:33 PM
  40. System.IO.IOException: Unable to read data from the transport connection: An established connection was aborted by the software in your host machine. ---> System.Net.Sockets.SocketException: An established connection was aborted by the software in your host machine
  41. at System.Net.Sockets.Socket.EndReceive(IAsyncResult asyncResult)
  42. at System.Net.Sockets.NetworkStream.EndRead(IAsyncResult asyncResult)
  43. --- End of inner exception stack trace ---
  44. at System.Net.Sockets.NetworkStream.EndRead(IAsyncResult asyncResult)
  45. at PlasmaShared.Connection.DataRecieveCallback(IAsyncResult res)
  46.  
  47. ===============
  48. 11/5/2010 10:36 PM
  49. System.IO.IOException: Unable to read data from the transport connection: An established connection was aborted by the software in your host machine. ---> System.Net.Sockets.SocketException: An established connection was aborted by the software in your host machine
  50. at System.Net.Sockets.Socket.EndReceive(IAsyncResult asyncResult)
  51. at System.Net.Sockets.NetworkStream.EndRead(IAsyncResult asyncResult)
  52. --- End of inner exception stack trace ---
  53. at System.Net.Sockets.NetworkStream.EndRead(IAsyncResult asyncResult)
  54. at PlasmaShared.Connection.DataRecieveCallback(IAsyncResult res)
  55.  
  56. ===============
  57. 11/5/2010 10:50 PM
  58. System.IO.IOException: Unable to read data from the transport connection: An established connection was aborted by the software in your host machine. ---> System.Net.Sockets.SocketException: An established connection was aborted by the software in your host machine
  59. at System.Net.Sockets.Socket.EndReceive(IAsyncResult asyncResult)
  60. at System.Net.Sockets.NetworkStream.EndRead(IAsyncResult asyncResult)
  61. --- End of inner exception stack trace ---
  62. at System.Net.Sockets.NetworkStream.EndRead(IAsyncResult asyncResult)
  63. at PlasmaShared.Connection.DataRecieveCallback(IAsyncResult res)
  64.  
  65. ===============
  66. 11/5/2010 10:52 PM
  67. System.IO.IOException: Unable to read data from the transport connection: An established connection was aborted by the software in your host machine. ---> System.Net.Sockets.SocketException: An established connection was aborted by the software in your host machine
  68. at System.Net.Sockets.Socket.EndReceive(IAsyncResult asyncResult)
  69. at System.Net.Sockets.NetworkStream.EndRead(IAsyncResult asyncResult)
  70. --- End of inner exception stack trace ---
  71. at System.Net.Sockets.NetworkStream.EndRead(IAsyncResult asyncResult)
  72. at PlasmaShared.Connection.DataRecieveCallback(IAsyncResult res)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement