Replies: 1 comment
-
We can't pinpoint the exact point of an error in the code. (Note: instead of running the build command from the manual/documentation, use the command I provided above) Also, what client build are you using and which Minecraft Version are you playing on? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The details of the error are as follows:
Unhandled exception. System.InvalidOperationException: Queue empty.
at System.Collections.Generic.Queue
1.ThrowForEmptyQueue() at System.Collections.Generic.Queue
1.Dequeue()at MinecraftClient.Protocol.Handlers.Protocol18Handler.HandlePacket(Int32 packetID, Queue`1 packetData)
at MinecraftClient.Protocol.Handlers.Protocol18Handler.Updater(Object o)
at System.Threading.Thread.StartHelper.Callback(Object state)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location ---
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.Thread.StartCallback()
Beta Was this translation helpful? Give feedback.
All reactions