-
Notifications
You must be signed in to change notification settings - Fork 166
New issue
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
Error 52200 when connecting, disconnecting, then trying to connect again. #30
Comments
I encountered this bug too, i have to reset sometines my NDS |
it only happens on ds games not on wii which strange but bad for ds games but at least wii games don't encounter it |
I think it's memory corruption on the DS. On MKDS, the error happens right after the DHCP request but before any actual traffic, but Pokémon Platinum makes it as far as conntest. |
This happens on Animal Crossing Wild Word with error code 552201 |
It does here, too. Interestingly enough, it did not with the original server iirc. |
This even happens on Wiimmfi - it's possible its just some weird DS bug that's finally arisen, since it does seem to error out on bandbroseuds right after the connection test. |
Also seem to be getting this on megaman. Starforce dragon/leo/pegasus |
This sounds like it could be relevant to this issue. It's from this page. |
I found the issue. The server treats the 13 digit console-provided userid as the GameSpy userid, which is supposed to be only 9 digits and generated by the server. |
How to fix it? |
See my fork here, it's not a great fix but it should work. |
Might as well make this official. This is a big error and we're all quite puzzled what actually causes it. It has to be either in conntest, nas, profile or qr -- most likely either nas or profile.
The text was updated successfully, but these errors were encountered: