-
Bug
-
Resolution: Duplicate
-
None
-
Minecraft 15w35e
-
None
-
Unconfirmed
Situation: On use of the /clone command for a relatively small number of blocks, players are kicked with an error message after a seemingly random amount of time. At least one player is left online with no problems. If this player disconnects and another connects, the new player is the one who does not get kicked. If all /cloned blocks are removed, the error stops. Attached is a text document with an example of the clientside error and the serverside error.
EDIT:
Command used:
/execute TheMemeWhale ~ ~ ~ clone X1 Y1 Z1 X2 Y2 Z2 ~ ~ ~
CLIENT
[18:49:05] [Client thread/FATAL]: Error executing task java.util.concurrent.ExecutionException: java.lang.IndexOutOfBoundsException: readerIndex(0) + length(1) exceeds writerIndex(0): UnpooledHeapByteBuf(ridx: 0, widx: 0, cap: 35072/35072) at java.util.concurrent.FutureTask.report(FutureTask.java:122) ~[?:1.8.0_25] at java.util.concurrent.FutureTask.get(FutureTask.java:192) ~[?:1.8.0_25] at g.a(SourceFile:46) [15w35e.jar:?] at azl.av(SourceFile:918) [15w35e.jar:?] at azl.a(SourceFile:375) [15w35e.jar:?] at net.minecraft.client.main.Main.main(SourceFile:125) [15w35e.jar:?] Caused by: java.lang.IndexOutOfBoundsException: readerIndex(0) + length(1) exceeds writerIndex(0): UnpooledHeapByteBuf(ridx: 0, widx: 0, cap: 35072/35072) at io.netty.buffer.AbstractByteBuf.checkReadableBytes(AbstractByteBuf.java:1175) ~[netty-all-4.0.23.Final.jar:4.0.23.Final] at io.netty.buffer.AbstractByteBuf.readByte(AbstractByteBuf.java:570) ~[netty-all-4.0.23.Final.jar:4.0.23.Final] at em.readByte(SourceFile:663) ~[15w35e.jar:?] at aqi.a(SourceFile:87) ~[15w35e.jar:?] at aqo.a(SourceFile:985) ~[15w35e.jar:?] at bho.a(SourceFile:522) ~[15w35e.jar:?] at gq.a(SourceFile:68) ~[15w35e.jar:?] at gq.a(SourceFile:11) ~[15w35e.jar:?] at fh$1.run(SourceFile:13) ~[15w35e.jar:?] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) ~[?:1.8.0_25] at java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_25] at g.a(SourceFile:45) ~[15w35e.jar:?] ... 3 more
SERVER
[10:48:10] [User Authenticator #23/INFO]: UUID of player ShadowMeld is f058356f-ae77-4a52-80ab-9fb0d6275663 [10:48:10] [Server thread/INFO]: ShadowMeld[/32.210.237.10:50975] logged in with entity id 2026 at (61.574504764003926, 64.0, 10.650675288913785) [10:48:10] [Server thread/INFO]: §0ShadowMeld§r joined the game [10:48:10] [Netty Server IO #3/ERROR]: io.netty.util.IllegalReferenceCountException: refCnt: 0 [10:48:10] [Netty Server IO #6/ERROR]: io.netty.util.IllegalReferenceCountException: refCnt: 0 [10:48:10] [Netty Server IO #6/ERROR]: io.netty.util.IllegalReferenceCountException: refCnt: 0 [10:48:10] [Netty Server IO #0/ERROR]: java.lang.IndexOutOfBoundsException: readerIndex: 53606 (expected: 0 <= readerIndex <= writerIndex(26803)) [10:48:10] [Server thread/INFO]: ShadowMeld lost connection: TextComponent{text='Disconnected', siblings=[], style=Style{hasParent=false, color=null, bold=null, italic=null, underlined=null, obfuscated=null, clickEvent=null, hoverEvent=null, insertion=null}} [10:48:10] [Server thread/INFO]: §0ShadowMeld§r left the game
- duplicates
-
MC-88016 Multiplayer problems
- Resolved