L1nkZ / rpatchur

A customizable, cross-platform patcher for Ragnarok Online clients.
https://l1nkz.github.io/rpatchur/
Apache License 2.0
50 stars 34 forks source link

SSO Login fails due wrong params order #21

Closed waken22 closed 3 years ago

waken22 commented 3 years ago

Description: The SSO Login on rpatchur makes the client crash, and it needs to be fixed and tested in newer clients to confirm if this still happens. Client Version: 2015-09-16aRagexe What rpatchur does: "-1rag1" "-t:password" "username" (results on a client crash) What rpatchur should do -t:password username server -1rag1 (it works for me) Additional Info: Where i found the correct param order

And is important to know that the commas are sent to the emulator too. So it fails because the server receives "username" and tries to find an account including the commas, tested on a 2018 hercules emulator.

L1nkZ commented 3 years ago

Thanks for the report! I see @vstumpf has opened a PR so I'll review it and merge it.