-
-
Notifications
You must be signed in to change notification settings - Fork 37
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
Failed to read packet -- error=EOF #177
Comments
That's a very good theory. |
Definitely looks like it's related to the Netty rewrite between 1.6.4 and 1.7.2: "Minecraft version 1.6.4 and older used a protocol versioning scheme separate from the current one." |
Good find. It looks like the packet framing is different but still pretty simple. I'm not sure if this could be reliably detected, so will need a command line argument to indicate "legacy mode" or possibly the specific protocol version. |
I'm running into the same; also interested in using this with 1.2.5. Any possible timeline on this? |
I am attempting to setup a Tekkit Classic (MC 1.2.5) server for some friends with the game server on an inner DMZ and mc-router on the outer DMZ. When attempting to connect to the server via mc-router, the MC client fails to join and gives a "end of stream" error. When looking at the logs, I get the following:
This is what I get when trying to view MOTD/server status from the multiplayer menu:
I've done a similar setup in the past using a more modern modpack (1.12 & 1.16), so this may be a case of Minecraft being too old given that it is version 1.2.5.
The text was updated successfully, but these errors were encountered: