So, I got the Bukkit 1.2.3 beta build and installed that as well as the Minecraft 1.2.3 Client. But when ever i try login, I get errors: [INFO] /IP : Port lost connection [SEVERE] at net.minecraft.server.NetworkReaderThread.run(SourceFile:76) [SEVERE ]at net.minecraft.server.NetworkManager.c(NetworkManager.java:265) [SEVERE ]at net.minecraft.server.NetworkManager.h(NetworkManager.java:149) [SEVERE ]at net.minecraft.server.Packet.a(Packet.java:79) [SEVERE ]at net.minecraft.server.Packet2Handshake.a(SourceFile:17) [SEVERE ]at net.minecraft.server.Packet.a(Packet.java:120) [SEVERE] java.io.IOException: Received string length longer than maximum allowed (44 > 32) (Error is backwards, Top is most recent) Thanks for any help! - Kyzza
Kyzza21 [SEVERE] java.io.IOException: Received string length longer than maximum allowed (44 > 32) That line basically means that your versions aren't matching up. If you do have the right versions like you say you do, then the only problem I could imagine is that you forgot to rewrite the name of the build in your "RUN.bat" file or whatever startup batch file you use. Ex. Code: @ECHO OFF SET BINDIR=%~dp0 CD /D "%BINDIR%" "%ProgramFiles%\Java\jre6\bin\java.exe" -Xmx1024M -Xms1024M -jar craftbukkit.jar PAUSE Where is read's "craftbukkit.jar" make sure the build name matches this name. So simply copy the name and paste it over this name.
My Run.bat is fine, I have renamed the craftbukkit .jar file to "craftbukkit.jar" (Removed the version number/name) And RUN.bat is the same as the one you showed, anyway The server starts fine, it doesnt allow a player to login!
I am having the same problem, my server is up to date and so is my minecraft, other people can play on my server but me, i can login for about 30 sec cant talk and then i get kicked with a connection lost message, any solutions?
Kyzza21 Have you checked your port forwarding? And that your IPv4 Address matches the one in your port forward settings? vicelikedust Were you able to log in before the update? EDIT by Moderator: merged posts, please use the edit button instead of double posting.
Port Forwarding is fine, The Server was running bukkit fine during Minecraft 1.1, And if i change to the default minecraft_server.jar everything Works! Anyone got an idea how to fix it? EDIT by Moderator: merged posts, please use the edit button instead of double posting.