01-18-2012, 02:02 AM
Pages: 1 2
01-18-2012, 12:38 PM
I am also wondering the same?
01-18-2012, 01:23 PM
minecraft 1.1 changed various things with the protocol that I don't really understand, especially the keep alive packet which is causing the client disconnects if your client is updated to 1.1
The minecraft protocol wiki page hasn't been updated to address this and the only minecraft code i have is obfuscated and hard to understand so i'm not able to make mcserver work with the updated client at this time.
The minecraft protocol wiki page hasn't been updated to address this and the only minecraft code i have is obfuscated and hard to understand so i'm not able to make mcserver work with the updated client at this time.
01-21-2012, 12:54 PM
(01-18-2012, 01:23 PM)mtilden Wrote: [ -> ]minecraft 1.1 changed various things with the protocol that I don't really understand, especially the keep alive packet which is causing the client disconnects if your client is updated to 1.1Use the MCP?
The minecraft protocol wiki page hasn't been updated to address this and the only minecraft code i have is obfuscated and hard to understand so i'm not able to make mcserver work with the updated client at this time.
01-21-2012, 10:07 PM
MCServer should be compatible now
01-22-2012, 01:57 AM
its working fine now
01-23-2012, 06:00 AM
What is MCP?
01-23-2012, 03:47 PM
On build 167 I still get the string error.
It would appear that the name length is the issue. I logged in on an alt with a shorter username, and it worked fine, but with the username: Walking_Glitch it doesn't work.
It would appear that the name length is the issue. I logged in on an alt with a shorter username, and it worked fine, but with the username: Walking_Glitch it doesn't work.
01-23-2012, 10:54 PM
(01-23-2012, 03:47 PM)The Walking Glitch Wrote: [ -> ]On build 167 I still get the string error.
It would appear that the name length is the issue. I logged in on an alt with a shorter username, and it worked fine, but with the username: Walking_Glitch it doesn't work.
I can't replicate this

01-25-2012, 05:34 PM
I have it on a localhost server, and I am signed in with an account with 14 characters, and it rejects me.
Pages: 1 2