Advertisement
FireFlowey

Untitled

Jun 20th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.17 KB | None | 0 0
  1. Version: 1.6.4.2 Thread: UnNamed
  2.  
  3.  
  4. System.Net.Sockets.SocketException: Невозможно выполнить операцию на сокете, т.к. буфер слишком мал или очередь переполнена
  5. Error Translation: An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full
  6.  
  7. в System.Net.Sockets.Socket.DoBind(EndPoint endPointSnapshot, SocketAddress socketAddress)
  8. в System.Net.Sockets.Socket.InternalBind(EndPoint localEP)
  9. в System.Net.Sockets.Socket.ConnectAsync(SocketAsyncEventArgs e)
  10. в SuperSocket.ClientEngine.ConnectAsyncExtension.OnGetHostAddresses(IAsyncResult result)
  11. в System.Net.LazyAsyncResult.Complete(IntPtr userToken)
  12. в System.Net.ContextAwareResult.CompleteCallback(Object state)
  13. в System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
  14. в System.Net.ContextAwareResult.Complete(IntPtr userToken)
  15. в System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken)
  16. в System.Net.Dns.ResolveCallback(Object context)
  17. в System.Threading._ThreadPoolWaitCallback.PerformWaitCallbackInternal(_ThreadPoolWaitCallback tpWaitCallBack)
  18. в System.Threading._ThreadPoolWaitCallback.PerformWaitCallback(Object state)
  19.  
  20.  
  21. 0x0040 System.dll->System.Net.Sockets.Socket.DoBind
  22. 0x0044 System.dll->System.Net.Sockets.Socket.InternalBind
  23. 0x00d3 System.dll->System.Net.Sockets.Socket.ConnectAsync
  24. 0x00ae GameSparks.dll->SuperSocket.ClientEngine.ConnectAsyncExtension.OnGetHostAddresses
  25. 0x003e System.dll->System.Net.LazyAsyncResult.Complete
  26. 0x000b System.dll->System.Net.ContextAwareResult.CompleteCallback
  27. 0x005f CommonLanguageRuntimeLibrary->System.Threading.ExecutionContext.Run
  28. 0x0061 System.dll->System.Net.ContextAwareResult.Complete
  29. 0x006b System.dll->System.Net.LazyAsyncResult.ProtectedInvokeCallback
  30. 0x0063 System.dll->System.Net.Dns.ResolveCallback
  31. 0x002d CommonLanguageRuntimeLibrary->System.Threading._ThreadPoolWaitCallback.PerformWaitCallbackInternal
  32. 0x0028 CommonLanguageRuntimeLibrary->System.Threading._ThreadPoolWaitCallback.PerformWaitCallback
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement