d3v1l401 / Bark-and-Barker

A Dark & Darker backend server emulator written in C#
GNU General Public License v3.0
2 stars 0 forks source link

Authentication failure is not following the correct flow. #22

Open d3v1l401 opened 1 year ago

d3v1l401 commented 1 year ago

Linked to https://github.com/d3v1l401/Bark-and-Barker/pull/21

The game auth failure does not show the client the error message, the client simply ignores it and proceeds to the character creation (for a null session token account, therefore user is soft-locked in the character selection screen).

For now the solution is disconnecting the client, but the client will never know why: to fix.