The game server crashes on the first attempt to load into the game after character selection.
Steps to Reproduce:
- Start the auth and game servers
- Launch the game client and login in and select a character.
- Double click the character to load into the game
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 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.