You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to join with ether the base API for the JKChat project I would get this error showing up.
System.AggregateException: One or more errors occurred. (ParseGamestate: bad command byte) ---> JKClient.JKClientException: ParseGamestate: bad command byte
at JKClient.JKClient.ParseGamestate (JKClient.Message msg) [0x002cd] in :0
at JKClient.JKClient.ParseServerMessage (JKClient.Message msg) [0x000e3] in :0
at JKClient.JKClient.PacketEvent (JKClient.NetAddress address, JKClient.Message msg) [0x000b0] in :0
at JKClient.NetClient.GetPacket () [0x00030] in :0
at JKClient.JKClient.Run () [0x000c7] in :0
--- End of inner exception stack trace ---
---> (Inner Exception #0) JKClient.JKClientException: ParseGamestate: bad command byte
at JKClient.JKClient.ParseGamestate (JKClient.Message msg) [0x002cd] in :0
at JKClient.JKClient.ParseServerMessage (JKClient.Message msg) [0x000e3] in :0
at JKClient.JKClient.PacketEvent (JKClient.NetAddress address, JKClient.Message msg) [0x000b0] in :0
at JKClient.NetClient.GetPacket () [0x00030] in :0
at JKClient.JKClient.Run () [0x000c7] in :0 <---
Rethrown Exception
baseja and OpenJK servers work fine though, great work overall!
The text was updated successfully, but these errors were encountered:
When trying to join with ether the base API for the JKChat project I would get this error showing up.
baseja and OpenJK servers work fine though, great work overall!
The text was updated successfully, but these errors were encountered: