Advertisement
Klapek

Untitled

Apr 28th, 2020
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.83 KB | None | 0 0
  1. ThreadAbortException
  2. at (wrapper managed-to-native) System.Net.Sockets.Socket.Receive_internal(intptr,byte*,int,System.Net.Sockets.SocketFlags,int&,bool)
  3. at System.Net.Sockets.Socket.Receive_internal (System.Net.Sockets.SafeSocketHandle safeHandle, System.Byte* buffer, System.Int32 count, System.Net.Sockets.SocketFlags flags, System.Int32& error, System.Boolean blocking) [0x0000c] in <ae22a4e8f83c41d69684ae7f557133d9>:0
  4. at System.Net.Sockets.Socket.Receive (System.Byte[] buffer, System.Int32 offset, System.Int32 size, System.Net.Sockets.SocketFlags socketFlags, System.Net.Sockets.SocketError& errorCode) [0x0002e] in <ae22a4e8f83c41d69684ae7f557133d9>:0
  5. at System.Net.Sockets.Socket.Receive (System.Byte[] buffer, System.Int32 offset, System.Int32 size, System.Net.Sockets.SocketFlags socketFlags) [0x00000] in <ae22a4e8f83c41d69684ae7f557133d9>:0
  6. at System.Net.Sockets.NetworkStream.Read (System.Byte[] buffer, System.Int32 offset, System.Int32 size) [0x000c1] in <ae22a4e8f83c41d69684ae7f557133d9>:0
  7. at System.IO.StreamReader.ReadBuffer () [0x000b3] in <437ba245d8404784b9fbab9b439ac908>:0
  8. at System.IO.StreamReader.ReadLine () [0x00021] in <437ba245d8404784b9fbab9b439ac908>:0
  9. at ServerOutput.TcpConsole.Receive () [0x00003] in <26fe9c74ecfb43a899895f452db3322b>:0
  10. UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object)
  11. UnityEngine.DebugLogHandler:LogException(Exception, Object)
  12. UnityEngine.Logger:LogException(Exception, Object)
  13. UnityEngine.Debug:LogException(Exception)
  14. ServerOutput.TcpConsole:Receive()
  15. System.Threading.ThreadHelper:ThreadStart_Context(Object)
  16. System.Threading.ExecutionContext:RunInternal(ExecutionContext, ContextCallback, Object, Boolean)
  17. System.Threading.ExecutionContext:Run(ExecutionContext, ContextCallback, Object, Boolean)
  18. System.Threading.ExecutionContext:Run(ExecutionContext, ContextCallback, Object)
  19. System.Threading.ThreadHelper:ThreadStart()
  20.  
  21. (Filename: <ae22a4e8f83c41d69684ae7f557133d9> Line: 0)
  22.  
  23. UnloadTime: 60.885821 ms
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement