Advertisement
Guest User

Untitled

a guest
Jan 29th, 2020
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.17 KB | None | 0 0
  1. Managed Stack Trace:
  2.  
  3. System.Net.Sockets.Socket.Connect (System.Net.EndPoint remoteEP) (at <00000000000000000000000000000000>:0)
  4. System.Net.WebConnection.Connect (System.Net.HttpWebRequest request) (at <00000000000000000000000000000000>:0)
  5. System.Net.WebConnection.InitConnection (System.Net.HttpWebRequest request) (at <00000000000000000000000000000000>:0)
  6. System.Net.WebConnection.<SendRequest>b__41_0 (System.Object o) (at <00000000000000000000000000000000>:0)
  7. System.Threading.WaitCallback.Invoke (System.Object state) (at <00000000000000000000000000000000>:0)
  8. System.Threading.ContextCallback.Invoke (System.Object state) (at <00000000000000000000000000000000>:0)
  9. System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) (at <00000000000000000000000000000000>:0)
  10. System.Threading.ThreadPoolWorkQueue.Dispatch () (at <00000000000000000000000000000000>:0)
  11. Rethrow as WebException: Error: ConnectFailure (Connection refused)
  12. System.Net.HttpWebRequest.EndGetRequestStream (System.IAsyncResult asyncResult) (at <00000000000000000000000000000000>:0)
  13. System.Func`2[T,TResult].Invoke (T arg) (at <00000000000000000000000000000000>:0)
  14. System.Threading.Tasks.TaskFactory`1[TResult].FromAsyncCoreLogic (System.IAsyncResult iar, System.Func`2[T,TResult] endFunction, System.Action`1[T] endAction, System.Threading.Tasks.Task`1[TResult] promise, System.Boolean requiresSynchronization) (at <00000000000000000000000000000000>:0)
  15. System.AsyncCallback.Invoke (System.IAsyncResult ar) (at <00000000000000000000000000000000>:0)
  16. System.Net.SimpleAsyncCallback.Invoke (System.Net.SimpleAsyncResult result) (at <00000000000000000000000000000000>:0)
  17. System.Net.HttpWebRequest.SetWriteStreamError (System.Net.WebExceptionStatus status, System.Exception exc) (at <00000000000000000000000000000000>:0)
  18. System.Net.WebConnection.InitConnection (System.Net.HttpWebRequest request) (at <00000000000000000000000000000000>:0)
  19. System.Net.WebConnection.<SendRequest>b__41_0 (System.Object o) (at <00000000000000000000000000000000>:0)
  20. System.Threading.WaitCallback.Invoke (System.Object state) (at <00000000000000000000000000000000>:0)
  21. System.Threading.ContextCallback.Invoke (System.Object state) (at <00000000000000000000000000000000>:0)
  22. System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) (at <00000000000000000000000000000000>:0)
  23. System.Threading.ThreadPoolWorkQueue.Dispatch () (at <00000000000000000000000000000000>:0)
  24. --- End of stack trace from previous location where exception was thrown ---
  25. System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () (at <00000000000000000000000000000000>:0)
  26. System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) (at <00000000000000000000000000000000>:0)
  27. System.Runtime.CompilerServices.ConditionalWeakTable`2[TKey,TValue].GetValue (TKey key, System.Runtime.CompilerServices.ConditionalWeakTable`2+CreateValueCallback[TKey,TValue] createValueCallback) (at <00000000000000000000000000000000>:0)
  28. System.Net.Http.HttpClientHandler+<>c.<SendAsync>b__64_0 (System.Object l) (at <00000000000000000000000000000000>:0)
  29. System.Threading.ContextCallback.Invoke (System.Object state) (at <00000000000000000000000000000000>:0)
  30. System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) (at <00000000000000000000000000000000>:0)
  31. System.Runtime.CompilerServices.AsyncMethodBuilderCore+MoveNextRunner.Run () (at <00000000000000000000000000000000>:0)
  32. System.Action.Invoke () (at <00000000000000000000000000000000>:0)
  33. System.Threading.Tasks.AwaitTaskContinuation.RunOrScheduleAction (System.Action action, System.Boolean allowInlining, System.Threading.Tasks.Task& currentTask) (at <00000000000000000000000000000000>:0)
  34. System.Threading.Tasks.Task.FinishContinuations () (at <00000000000000000000000000000000>:0)
  35. System.Threading.Tasks.Task.Finish (System.Boolean bUserDelegateExecuted) (at <00000000000000000000000000000000>:0)
  36. System.Threading.Tasks.Task`1[TResult].TrySetException (System.Object exceptionObject) (at <00000000000000000000000000000000>:0)
  37. System.Threading.Tasks.UnwrapPromise`1[TResult].InvokeCore (System.Threading.Tasks.Task completingTask) (at <00000000000000000000000000000000>:0)
  38. System.Threading.Tasks.UnwrapPromise`1[TResult].Invoke (System.Threading.Tasks.Task completingTask) (at <00000000000000000000000000000000>:0)
  39. System.Threading.Tasks.Task.FinishContinuations () (at <00000000000000000000000000000000>:0)
  40. System.Threading.Tasks.Task.Finish (System.Boolean bUserDelegateExecuted) (at <00000000000000000000000000000000>:0)
  41. System.Threading.Tasks.Task`1[TResult].TrySetException (System.Object exceptionObject) (at <00000000000000000000000000000000>:0)
  42. System.Threading.Tasks.TaskFactory`1[TResult].FromAsyncCoreLogic (System.IAsyncResult iar, System.Func`2[T,TResult] endFunction, System.Action`1[T] endAction, System.Threading.Tasks.Task`1[TResult] promise, System.Boolean requiresSynchronization) (at <00000000000000000000000000000000>:0)
  43. System.AsyncCallback.Invoke (System.IAsyncResult ar) (at <00000000000000000000000000000000>:0)
  44. System.Net.SimpleAsyncCallback.Invoke (System.Net.SimpleAsyncResult result) (at <00000000000000000000000000000000>:0)
  45. System.Net.HttpWebRequest.SetWriteStreamError (System.Net.WebExceptionStatus status, System.Exception exc) (at <00000000000000000000000000000000>:0)
  46. System.Net.WebConnection.InitConnection (System.Net.HttpWebRequest request) (at <00000000000000000000000000000000>:0)
  47. System.Net.WebConnection.<SendRequest>b__41_0 (System.Object o) (at <00000000000000000000000000000000>:0)
  48. System.Threading.WaitCallback.Invoke (System.Object state) (at <00000000000000000000000000000000>:0)
  49. System.Threading.ContextCallback.Invoke (System.Object state) (at <00000000000000000000000000000000>:0)
  50. System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) (at <00000000000000000000000000000000>:0)
  51. System.Threading.ThreadPoolWorkQueue.Dispatch () (at <00000000000000000000000000000000>:0)
  52. Rethrow as HttpRequestException: An error occurred while sending the request
  53. System.Net.Http.HttpClientHandler+<>c.<SendAsync>b__64_0 (System.Object l) (at <00000000000000000000000000000000>:0)
  54. System.Threading.ContextCallback.Invoke (System.Object state) (at <00000000000000000000000000000000>:0)
  55. System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) (at <00000000000000000000000000000000>:0)
  56. System.Runtime.CompilerServices.AsyncMethodBuilderCore+MoveNextRunner.Run () (at <00000000000000000000000000000000>:0)
  57. System.Action.Invoke () (at <00000000000000000000000000000000>:0)
  58. System.Threading.Tasks.AwaitTaskContinuation.RunOrScheduleAction (System.Action action, System.Boolean allowInlining, System.Threading.Tasks.Task& currentTask) (at <00000000000000000000000000000000>:0)
  59. System.Threading.Tasks.Task.FinishContinuations () (at <00000000000000000000000000000000>:0)
  60. System.Threading.Tasks.Task.Finish (System.Boolean bUserDelegateExecuted) (at <00000000000000000000000000000000>:0)
  61. System.Threading.Tasks.Task`1[TResult].TrySetException (System.Object exceptionObject) (at <00000000000000000000000000000000>:0)
  62. System.Threading.Tasks.UnwrapPromise`1[TResult].InvokeCore (System.Threading.Tasks.Task completingTask) (at <00000000000000000000000000000000>:0)
  63. System.Threading.Tasks.UnwrapPromise`1[TResult].Invoke (System.Threading.Tasks.Task completingTask) (at <00000000000000000000000000000000>:0)
  64. System.Threading.Tasks.Task.FinishContinuations () (at <00000000000000000000000000000000>:0)
  65. System.Threading.Tasks.Task.Finish (System.Boolean bUserDelegateExecuted) (at <00000000000000000000000000000000>:0)
  66. System.Threading.Tasks.Task`1[TResult].TrySetException (System.Object exceptionObject) (at <00000000000000000000000000000000>:0)
  67. System.Threading.Tasks.TaskFactory`1[TResult].FromAsyncCoreLogic (System.IAsyncResult iar, System.Func`2[T,TResult] endFunction, System.Action`1[T] endAction, System.Threading.Tasks.Task`1[TResult] promise, System.Boolean requiresSynchronization) (at <00000000000000000000000000000000>:0)
  68. System.AsyncCallback.Invoke (System.IAsyncResult ar) (at <00000000000000000000000000000000>:0)
  69. System.Net.SimpleAsyncCallback.Invoke (System.Net.SimpleAsyncResult result) (at <00000000000000000000000000000000>:0)
  70. System.Net.HttpWebRequest.SetWriteStreamError (System.Net.WebExceptionStatus status, System.Exception exc) (at <00000000000000000000000000000000>:0)
  71. System.Net.WebConnection.InitConnection (System.Net.HttpWebRequest request) (at <00000000000000000000000000000000>:0)
  72. System.Net.WebConnection.<SendRequest>b__41_0 (System.Object o) (at <00000000000000000000000000000000>:0)
  73. System.Threading.WaitCallback.Invoke (System.Object state) (at <00000000000000000000000000000000>:0)
  74. System.Threading.ContextCallback.Invoke (System.Object state) (at <00000000000000000000000000000000>:0)
  75. System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) (at <00000000000000000000000000000000>:0)
  76. System.Threading.ThreadPoolWorkQueue.Dispatch () (at <00000000000000000000000000000000>:0)
  77. --- End of stack trace from previous location where exception was thrown ---
  78. System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () (at <00000000000000000000000000000000>:0)
  79. System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) (at <00000000000000000000000000000000>:0)
  80. System.Runtime.CompilerServices.ConditionalWeakTable`2[TKey,TValue].GetValue (TKey key, System.Runtime.CompilerServices.ConditionalWeakTable`2+CreateValueCallback[TKey,TValue] createValueCallback) (at <00000000000000000000000000000000>:0)
  81. System.Net.Http.HttpMessageInvoker.SendAsync (System.Net.Http.HttpRequestMessage request, System.Threading.CancellationToken cancellationToken) (at <00000000000000000000000000000000>:0)
  82. System.Threading.ContextCallback.Invoke (System.Object state) (at <00000000000000000000000000000000>:0)
  83. System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) (at <00000000000000000000000000000000>:0)
  84. System.Runtime.CompilerServices.AsyncMethodBuilderCore+MoveNextRunner.Run () (at <00000000000000000000000000000000>:0)
  85. System.Action.Invoke () (at <00000000000000000000000000000000>:0)
  86. System.Threading.Tasks.AwaitTaskContinuation.RunOrScheduleAction (System.Action action, System.Boolean allowInlining, System.Threading.Tasks.Task& currentTask) (at <00000000000000000000000000000000>:0)
  87. System.Threading.Tasks.Task.FinishContinuations () (at <00000000000000000000000000000000>:0)
  88. System.Threading.Tasks.Task.Finish (System.Boolean bUserDelegateExecuted) (at <00000000000000000000000000000000>:0)
  89. System.Threading.Tasks.Task`1[TResult].TrySetException (System.Object exceptionObject) (at <00000000000000000000000000000000>:0)
  90. System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[TResult].Create () (at <00000000000000000000000000000000>:0)
  91. System.Net.Http.HttpClientHandler+<>c.<SendAsync>b__64_0 (System.Object l) (at <00000000000000000000000000000000>:0)
  92. System.Threading.ContextCallback.Invoke (System.Object state) (at <00000000000000000000000000000000>:0)
  93. System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) (at <00000000000000000000000000000000>:0)
  94. System.Runtime.CompilerServices.AsyncMethodBuilderCore+MoveNextRunner.Run () (at <00000000000000000000000000000000>:0)
  95. System.Action.Invoke () (at <00000000000000000000000000000000>:0)
  96. System.Threading.Tasks.AwaitTaskContinuation.RunOrScheduleAction (System.Action action, System.Boolean allowInlining, System.Threading.Tasks.Task& currentTask) (at <00000000000000000000000000000000>:0)
  97. System.Threading.Tasks.Task.FinishContinuations () (at <00000000000000000000000000000000>:0)
  98. System.Threading.Tasks.Task.Finish (System.Boolean bUserDelegateExecuted) (at <00000000000000000000000000000000>:0)
  99. System.Threading.Tasks.Task`1[TResult].TrySetException (System.Object exceptionObject) (at <00000000000000000000000000000000>:0)
  100. System.Threading.Tasks.UnwrapPromise`1[TResult].InvokeCore (System.Threading.Tasks.Task completingTask) (at <00000000000000000000000000000000>:0)
  101. System.Threading.Tasks.UnwrapPromise`1[TResult].Invoke (System.Threading.Tasks.Task completingTask) (at <00000000000000000000000000000000>:0)
  102. System.Threading.Tasks.Task.FinishContinuations () (at <00000000000000000000000000000000>:0)
  103. System.Threading.Tasks.Task.Finish (System.Boolean bUserDelegateExecuted) (at <00000000000000000000000000000000>:0)
  104. System.Threading.Tasks.Task`1[TResult].TrySetException (System.Object exceptionObject) (at <00000000000000000000000000000000>:0)
  105. System.Threading.Tasks.TaskFactory`1[TResult].FromAsyncCoreLogic (System.IAsyncResult iar, System.Func`2[T,TResult] endFunction, System.Action`1[T] endAction, System.Threading.Tasks.Task`1[TResult] promise, System.Boolean requiresSynchronization) (at <00000000000000000000000000000000>:0)
  106. System.AsyncCallback.Invoke (System.IAsyncResult ar) (at <00000000000000000000000000000000>:0)
  107. System.Net.SimpleAsyncCallback.Invoke (System.Net.SimpleAsyncResult result) (at <00000000000000000000000000000000>:0)
  108. System.Net.HttpWebRequest.SetWriteStreamError (System.Net.WebExceptionStatus status, System.Exception exc) (at <00000000000000000000000000000000>:0)
  109. System.Net.WebConnection.InitConnection (System.Net.HttpWebRequest request) (at <00000000000000000000000000000000>:0)
  110. System.Net.WebConnection.<SendRequest>b__41_0 (System.Object o) (at <00000000000000000000000000000000>:0)
  111. System.Threading.WaitCallback.Invoke (System.Object state) (at <00000000000000000000000000000000>:0)
  112. System.Threading.ContextCallback.Invoke (System.Object state) (at <00000000000000000000000000000000>:0)
  113. System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) (at <00000000000000000000000000000000>:0)
  114. System.Threading.ThreadPoolWorkQueue.Dispatch () (at <00000000000000000000000000000000>:0)
  115. Rethrow as AggregateException: One or more errors occurred.
  116. DeathDealers.Network.Stack.Client:Receive()
  117. DeathDealers.Network.Stack.HttpProtocol:ProcessIncomingEvents(Boolean)
  118. DeathDealers.Core.FlexyComponentSystem:OnUpdate()
  119. Unity.Entities.ComponentSystem:InternalUpdate()
  120. Unity.Entities.ComponentSystemGroup:OnUpdate()
  121. Unity.Entities.ComponentSystem:InternalUpdate()
  122. Unity.Entities.ComponentSystemGroup:OnUpdate()
  123. Unity.Entities.ComponentSystem:InternalUpdate()
  124. UnityEngine.LowLevel.UpdateFunction:Invoke()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement