Created
May 6, 2020 12:17
-
-
Save Meister1593/cbdcb6bfa458d4351f3b814f1a56d463 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Unhandled Exception: | |
System.NullReferenceException: Object reference not set to an instance of an object | |
at LiteNetLib.NetPeer.SendUserData (LiteNetLib.NetPacket packet) [0x00000] in <96f5132d9c114deb87bb4553fe90c691>:0 | |
at LiteNetLib.NetPeer.Flush () [0x00055] in <96f5132d9c114deb87bb4553fe90c691>:0 | |
at LiteNetLib.NetPeer.Update (System.Int32 deltaTime) [0x001f9] in <96f5132d9c114deb87bb4553fe90c691>:0 | |
at LiteNetLib.NetManager.UpdateLogic () [0x00058] in <96f5132d9c114deb87bb4553fe90c691>:0 | |
at System.Threading.ThreadHelper.ThreadStart_Context (System.Object state) [0x00014] in <8a11cb089f0046488a9b0fb26e056b58>:0 | |
at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x00071] in <8a11cb089f0046488a9b0fb26e056b58>:0 | |
at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x00000] in <8a11cb089f0046488a9b0fb26e056b58>:0 | |
at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state) [0x0002b] in <8a11cb089f0046488a9b0fb26e056b58>:0 | |
at System.Threading.ThreadHelper.ThreadStart () [0x00008] in <8a11cb089f0046488a9b0fb26e056b58>:0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment