Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • I know when modding the client/server from scratch, I would get Bad Login all the time (even though the login systems were fine). The problems were version numbers; once they correlated with each other the user could connect fine. Commented Dec 22, 2012 at 22:05
  • Further, Connection Reset also occurs when the user's internet connection dies or something in between the user and the server gets disconnected (basically, Connection Reset [being a very broad and common TCP/IP error] means something happened to disconnect the connection in an abrupt and unexpected way). Commented Dec 22, 2012 at 22:07
  • More can be found here. Commented Jan 20, 2015 at 2:39