mojira.dev

xPaw

Assigned

No issues.

Reported

MC-77693 Missing help text for /time query command Awaiting Response MC-67564 Java crash on multiplayer server join Invalid MC-63833 Mipmapping is not applied to worldborders Works As Intended MC-62198 JVM crash when loaded with VBO (Vertex Buffer Object) enabled Invalid MC-55965 Item duplication after network failure Duplicate MC-50231 Failed to load user/ip banlist Works As Intended MC-45447 stop command doesn't work if server did not start properly Duplicate MC-30481 Enchanted fishing rod doesn't glow when fishing Fixed MC-19023 Zombie Villagers are named as normal zombies Works As Intended MC-17675 Sun jitters when doDaylightCycle is false Cannot Reproduce MC-16144 Server doesn't translate strings Fixed MC-15407 java.lang.NullPointerException and end of stream Duplicate MC-2054 Ender Crystal z-fights with bedrock at bottom Duplicate MC-1324 /difficulty command doesn't produce any messages Fixed MC-36 Using /tp on a player in different world will teleport to needed coordinates, but not change the world Fixed MC-31 Query protocol doesn't send length of following data Invalid

Comments

Why was this closed as 'working as intended'?

Java VM still crashes in 1.8-pre2. This affects multiplayer as well.

Change affected version please.

No, they are not outdated. This only happens whenever joining a multiplayer server (and even then, not always).

I still don't understand why it displays a stacktrace. Instead it should say a new empty file will be created (more user friendly).

This issue was marked as fixed in Minecraft 14w10b, but it still displays same message (with stacktrace) in 'b' snapshot.

This is still happening on latest snapshot.

[14:34:09] [Server Listen Thread/ERROR]: Exception handling pending connection
java.net.SocketException: Socket closed
        at java.net.PlainSocketImpl.socketAccept(Native Method) ~[?:1.7.0_25]
        at java.net.AbstractPlainSocketImpl.accept(AbstractPlainSocketImpl.java:398) ~[?:1.7.0_25]
        at java.net.ServerSocket.implAccept(ServerSocket.java:530) ~[?:1.7.0_25]
        at java.net.ServerSocket.accept(ServerSocket.java:498) ~[?:1.7.0_25]
        at jt.run(SourceFile:66) [minecraft_server.jar:?]

Can confirm, these exceptions happen from time to time on a server.

[06:27:26] [Connection #107 read thread/ERROR]: Exception on tcp connection
java.net.SocketTimeoutException: Read timed out
        at java.net.SocketInputStream.socketRead0(Native Method) ~[?:1.7.0_25]
        at java.net.SocketInputStream.read(SocketInputStream.java:150) ~[?:1.7.0_25]
        at java.net.SocketInputStream.read(SocketInputStream.java:121) ~[?:1.7.0_25]
        at java.net.SocketInputStream.read(SocketInputStream.java:203) ~[?:1.7.0_25]
        at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:288) ~[?:1.7.0_25]
        at gw.a(SourceFile:180) ~[minecraft_server.jar:?]
        at ec.j(SourceFile:251) [minecraft_server.jar:?]
        at ec.c(SourceFile:19) [minecraft_server.jar:?]
        at ed.run(SourceFile:96) [minecraft_server.jar:?]

There's also another exception 2 seconds later, here's the log:

2013-05-10 23:16:15 [SEVERE] Reached end of stream
2013-05-11 09:16:59 [SEVERE] Reached end of stream
2013-05-11 09:17:05 [INFO] **** logged in with entity id 151 at (2.5511040892606154, 66.0, -25.62285088069156)
java.lang.NullPointerException
        at ek.a(SourceFile:231)
        at fh.a(SourceFile:50)
        at ek.a(SourceFile:222)
        at ck.h(SourceFile:182)
        at ck.d(SourceFile:16)
        at cm.run(SourceFile:115)
2013-05-11 09:17:05 [INFO] **** lost connection: disconnect.genericReason
2013-05-11 09:17:05 [INFO] **** lost connection: disconnect.genericReason
2013-05-11 09:17:07 [SEVERE] Reached end of stream
java.lang.IllegalArgumentException: Empty string not allowed
        at cg.<init>(SourceFile:15)
        at bu.a(SourceFile:77)
        at asc.e(SourceFile:186)
        at asc.b(SourceFile:112)
        at alj.a(SourceFile:88)
        at alj.a(SourceFile:76)
        at jb.a(SourceFile:646)
        at jb.a(SourceFile:631)
        at net.minecraft.server.MinecraftServer.a(SourceFile:265)
        at net.minecraft.server.MinecraftServer.r(SourceFile:412)
        at net.minecraft.server.MinecraftServer.run(SourceFile:341)
        at gr.run(SourceFile:584)

It still teleports you, and you get stuck.