Advertisement
Guest User

Untitled

a guest
Feb 21st, 2020
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.93 KB | None | 0 0
  1. 2020-02-21T11:24:23 47.459 ERR NCSimple_Deserializer (ch=0):
  2. 2020-02-21T11:24:23 47.459 EXC Attempted to read past the end of the stream.
  3. EndOfStreamException: Attempted to read past the end of the stream.
  4. at PooledBinaryReader.FillBuffer (System.Int32 _numBytes) [0x00030] in <abc1cae220c641248ccf17f83a8861d4>:0
  5. at PooledBinaryReader.ReadUInt16 () [0x00000] in <abc1cae220c641248ccf17f83a8861d4>:0
  6. at PlayerDataFile.Read (System.IO.BinaryReader _br, System.UInt32 _version) [0x003a4] in <abc1cae220c641248ccf17f83a8861d4>:0
  7. at NetPackagePlayerId.read (System.IO.BinaryReader _reader) [0x00023] in <abc1cae220c641248ccf17f83a8861d4>:0
  8. at NetPackageManager.Parse (System.IO.BinaryReader _reader, ClientInfo _sender) [0x00017] in <abc1cae220c641248ccf17f83a8861d4>:0
  9. at NetConnectionSimple.taskDeserialize (ThreadManager+ThreadInfo _threadInfo) [0x0021e] in <abc1cae220c641248ccf17f83a8861d4>: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. Logger:masterLogException(Exception)
  15. Logger:Exception(Exception)
  16. Log:Exception(Exception)
  17. NetConnectionSimple:taskDeserialize(ThreadInfo)
  18. ThreadManager:myThreadInvoke(Object)
  19. System.Threading.ThreadHelper:ThreadStart_Context(Object)
  20. System.Threading.ExecutionContext:RunInternal(ExecutionContext, ContextCallback, Object, Boolean)
  21. System.Threading.ExecutionContext:Run(ExecutionContext, ContextCallback, Object, Boolean)
  22. System.Threading.ExecutionContext:Run(ExecutionContext, ContextCallback, Object)
  23. System.Threading.ThreadHelper:ThreadStart(Object)
  24.  
  25. (Filename: <abc1cae220c641248ccf17f83a8861d4> Line: 0)
  26.  
  27. 2020-02-21T11:24:23 47.464 INF Exited thread NCS_Reader_0
  28. 2020-02-21T11:24:23 47.464 INF Exited thread NCS_Writer_0
  29. 2020-02-21T11:24:38 62.043 INF Preparing quit
  30. 2020-02-21T11:24:38 62.044 INF Disconnect
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement