Bukkit End of Stream Client Error

Discussion in 'Bukkit Help' started by puyttre, Mar 24, 2012.

Thread Status:
Not open for further replies.
  1. Offline

    puyttre

    Hi,

    I have used Bukkit for a little less than a year now, and I cannot figure out this problem. Before you try and figure this out yourself, I just want to let you know that I have the latest recommended build (1.1 R6) and it's named as bukkit.jar. I also have port forwarded and I have Java JRE 7 installed on my server.

    Here's my run.bat:
    Code:
    @ECHO OFF
    SET BINDIR=%~dp0
    CD /D "%BINDIR%"
    "%ProgramFiles%\Java\jre7\bin\java.exe" -Xmx1024M -Xms1024M -jar bukkit.jar
    PAUSE
    So here's what I get when I load up my server, everything seems normal:
    Code:
    2012-03-24 16:34:05 [INFO] Starting minecraft server version 1.1
    2012-03-24 16:34:05 [INFO] Loading properties
    2012-03-24 16:34:05 [INFO] Starting Minecraft server on *:25565
    2012-03-24 16:34:05 [INFO] This server is running CraftBukkit version git-Bukkit-1.1-R6-b1988jnks (MC: 1.1) (Implementing API version 1.1-R6)
    2012-03-24 16:34:05 [INFO] Preparing level "world"
    2012-03-24 16:34:05 [INFO] Default game type: 0
    2012-03-24 16:34:05 [INFO] Preparing start region for level 0 (Seed: -7236736398687192020)
    2012-03-24 16:34:05 [INFO] Preparing start region for level 1 (Seed: -7236736398687192020)
    2012-03-24 16:34:06 [INFO] Preparing spawn area: 93%
    2012-03-24 16:34:06 [INFO] Preparing start region for level 2 (Seed: -7236736398687192020)
    2012-03-24 16:34:06 [INFO] Server permissions file permissions.yml is empty, ignoring it
    2012-03-24 16:34:06 [INFO] Done (1.624s)! For help, type "help" or "?"
    And then when any client joins, they get this error in the console:
    Code:
    2012-03-24 16:34:11 [SEVERE] java.io.IOException: Received string length longer than maximum allowed (34 > 32)
    2012-03-24 16:34:11 [SEVERE]    at net.minecraft.server.Packet.a(Packet.java:120)
    2012-03-24 16:34:11 [SEVERE]    at net.minecraft.server.Packet2Handshake.a(SourceFile:17)
    2012-03-24 16:34:11 [SEVERE]    at net.minecraft.server.Packet.a(Packet.java:79)
    2012-03-24 16:34:11 [SEVERE]    at net.minecraft.server.NetworkManager.h(NetworkManager.java:149)
    2012-03-24 16:34:11 [SEVERE]    at net.minecraft.server.NetworkManager.c(NetworkManager.java:265)
    2012-03-24 16:34:11 [SEVERE]    at net.minecraft.server.NetworkReaderThread.run(SourceFile:76)
    2012-03-24 16:34:11 [INFO] /xxx.xxx.xxx.xxx:53249 lost connection
    And in their client, the error says "End of Stream".

    If you could, help, I would very much appreciate it!

    Thanks, Puyttre
     
  2. Offline

    Wendo

    What version of the client is this user trying to connect with? You're running a 1.1 server but the latest version of the client is 1.2.4. Both need to match for things to work
     
  3. Offline

    c0mp

    The latest Recommended Build of CraftBukkit is for Minecraft 1.1. That error that you're getting is as a result of connecting to your 1.1 server with a 1.2 client. You'll need to either use a potentially unstable and cake-eating dev build of CraftBukkit for 1.2, or you'll need to downgrade your client to 1.1.
     
  4. Offline

    puyttre

    Oh, haha, I'm dumb. Thanks
     
  5. Offline

    ProjectRay12

    Derp that explains a lot to me too
     
  6. Offline

    Melchior

    I have been getting this or a Similar Error,
    {java.io.IOException: Received string length longer than maximum allowe}
    That's all I can see I'm dc'd from the server..... but the client is not crashed
    and yes I am all up to date,
    Windows Stuff,
    Java 7 up to date,
    the light weight Java Game Libries up to date as well

    I have the following Mods:
    HD-Fix, Up to date version
    Mod-Loader v1.2.4
    Rei's Minimap, up to date


    A glitch in Bukkit? or in the main game who knows?? loi
    v1.2.4 did add some improvements to the chat/cmd engine.....
    and I wasn't seeing this before v1.2.4
     
Thread Status:
Not open for further replies.

Share This Page