We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The game server crashes on the first attempt to load into the game after character selection.
Steps to Reproduce:
Actual Results: The game server crashes and the client disconnects. The exception thrown is here: https://github.com/InfiniteRasa/Rasa.NET/blob/master/src/Rasa.Utils/Cryptography/GameCryptManager.cs#L66
Expected Results: Game server does not crash.
Workaround: Restart the game server and leave the game client running
Additional Info: It was suspected that there is a packet being sent on first load related to telemetry.
The text was updated successfully, but these errors were encountered:
Debugging this again and it looks like this is hit:
https://github.com/InfiniteRasa/Rasa.NET/blob/dev-creatures/src/Rasa.Game/Packets/Protocol/ProtocolPacket.cs#L46
The Size is 49 and br.BaseStream.Length is 36.
Size
49
br.BaseStream.Length
36
Sorry, something went wrong.
No branches or pull requests
The game server crashes on the first attempt to load into the game after character selection.
Steps to Reproduce:
Actual Results:
The game server crashes and the client disconnects. The exception thrown is here: https://github.com/InfiniteRasa/Rasa.NET/blob/master/src/Rasa.Utils/Cryptography/GameCryptManager.cs#L66
Expected Results:
Game server does not crash.
Workaround:
Restart the game server and leave the game client running
Additional Info:
It was suspected that there is a packet being sent on first load related to telemetry.
The text was updated successfully, but these errors were encountered: