You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey there I really like the .jar mod so far! I have run into some chunk compatibility/parsing issues with the latest release. Current report as is follows:
java.lang.ArrayIndexOutOfBoundsException: Index 0 out of bounds for length 0
at packets.DataTypeProvider.readNext(DataTypeProvider.java:76)
at packets.DataTypeProvider.readShort(DataTypeProvider.java:121)
at game.data.chunk.version.Chunk_1_14.readBlockCount(Chunk_1_14.java:48)
at game.data.chunk.Chunk.readChunkColumn(Chunk.java:130)
at game.data.chunk.version.Chunk_1_17.parse(Chunk_1_17.java:68)
at game.data.chunk.ChunkFactory.parseChunk(ChunkFactory.java:108)
at game.data.chunk.ChunkFactory.readChunkDataPacket(ChunkFactory.java:125)
at game.data.chunk.ChunkFactory.parse(ChunkFactory.java:85)
at game.data.chunk.ChunkFactory.lambda$addChunk$1(ChunkFactory.java:72)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)
Chunk could not be parsed!
java.lang.ArrayIndexOutOfBoundsException: Index 0 out of bounds for length 0
at packets.DataTypeProvider.readNext(DataTypeProvider.java:76)
at game.data.chunk.Chunk.readChunkColumn(Chunk.java:130)
at game.data.chunk.version.Chunk_1_17.parse(Chunk_1_17.java:68)
at game.data.chunk.ChunkFactory.parseChunk(ChunkFactory.java:108)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
java.lang.ArrayIndexOutOfBoundsException: Index 0 out of bounds for length 0
at game.data.chunk.ChunkFactory.lambda$addChunk$1(ChunkFactory.java:72)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at game.data.chunk.ChunkFactory.parse(ChunkFactory.java:85)
at game.data.chunk.ChunkFactory.lambda$addChunk$1(ChunkFactory.java:72)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
java.lang.ArrayIndexOutOfBoundsException: Index 0 out of bounds for length 0
at packets.DataReader.readVarInt(DataReader.java:70)
at packets.DataTypeProvider.readVarInt(DataTypeProvider.java:111)
at game.data.chunk.version.Chunk_1_17.parse(Chunk_1_17.java:64)
at game.data.chunk.ChunkFactory.parseChunk(ChunkFactory.java:108)
at packets.DataTypeProvider.readVarInt(DataTypeProvider.java:111)
at game.data.chunk.version.Chunk_1_17.parse(Chunk_1_17.java:64)
at game.data.chunk.ChunkFactory.parseChunk(ChunkFactory.java:108)
at game.data.chunk.ChunkFactory.readChunkDataPacket(ChunkFactory.java:125)
at game.data.chunk.ChunkFactory.parse(ChunkFactory.java:85)
at game.data.chunk.ChunkFactory.lambda$addChunk$1(ChunkFactory.java:72)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)
Chunk could not be parsed!
java.lang.ArrayIndexOutOfBoundsException
java.lang.RuntimeException: Invalid VarInt found! Packet structure may have changed.
Chunk could not be parsed!
java.lang.ArrayIndexOutOfBoundsException: Index 0 out of bounds for length 0
at packets.DataTypeProvider.readNext(DataTypeProvider.java:76)
at packets.DataTypeProvider.readShort(DataTypeProvider.java:121)
at game.data.chunk.version.Chunk_1_14.readBlockCount(Chunk_1_14.java:48)
at game.data.chunk.Chunk.readChunkColumn(Chunk.java:130)
at game.data.chunk.version.Chunk_1_17.parse(Chunk_1_17.java:68)
at packets.DataReader.readVarInt(DataReader.java:68)
at packets.DataTypeProvider.readVarInt(DataTypeProvider.java:111)
at game.data.chunk.version.Chunk_1_17.parse(Chunk_1_17.java:64)
java.lang.RuntimeException: VarInt is too big
at packets.DataReader.readVarInt(DataReader.java:70)
at packets.DataTypeProvider.readVarInt(DataTypeProvider.java:111)
at game.data.chunk.version.Chunk_1_17.parse(Chunk_1_17.java:64)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)
Chunk could not be parsed!
Chunk could not be parsed!
java.lang.ArrayIndexOutOfBoundsException
Chunk could not be parsed!
java.lang.ArrayIndexOutOfBoundsException
Chunk could not be parsed!
java.lang.ArrayIndexOutOfBoundsException
java.lang.RuntimeException: Invalid VarInt found! Packet structure may have changed.
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)
at game.data.chunk.ChunkFactory.readChunkDataPacket(ChunkFactory.java:125)
at game.data.chunk.ChunkFactory.parse(ChunkFactory.java:85)
at game.data.chunk.ChunkFactory.lambda$addChunk$1(ChunkFactory.java:72)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at game.data.chunk.ChunkFactory.readChunkDataPacket(ChunkFactory.java:125)
at game.data.chunk.ChunkFactory.parse(ChunkFactory.java:85)
at game.data.chunk.ChunkFactory.lambda$addChunk$1(ChunkFactory.java:72)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at game.data.chunk.ChunkFactory.lambda$addChunk$1(ChunkFactory.java:72)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
java.lang.ArrayIndexOutOfBoundsException
Chunk could not be parsed!
Chunk could not be parsed!
java.lang.RuntimeException: VarInt is too big
java.lang.ArrayIndexOutOfBoundsException
at packets.DataReader.readVarInt(DataReader.java:68)
at packets.DataTypeProvider.readVarInt(DataTypeProvider.java:111)
at game.data.chunk.version.Chunk_1_17.parse(Chunk_1_17.java:64)
at game.data.chunk.ChunkFactory.parseChunk(ChunkFactory.java:108)
at game.data.chunk.ChunkFactory.readChunkDataPacket(ChunkFactory.java:125)
at game.data.chunk.ChunkFactory.parse(ChunkFactory.java:85)
at game.data.chunk.ChunkFactory.lambda$addChunk$1(ChunkFactory.java:72)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)
Chunk could not be parsed!
java.lang.ArrayIndexOutOfBoundsException
Chunk could not be parsed!
java.lang.ArrayIndexOutOfBoundsException
Chunk could not be parsed!
java.lang.ArrayIndexOutOfBoundsException
Chunk could not be parsed!
java.lang.ArrayIndexOutOfBoundsException
Chunk could not be parsed!
java.lang.ArrayIndexOutOfBoundsException
Chunk could not be parsed!
java.lang.RuntimeException: VarInt is too big
at packets.DataReader.readVarInt(DataReader.java:94)
Chunk could not be parsed!
java.lang.ArrayIndexOutOfBoundsException
Chunk could not be parsed!
java.lang.ArrayIndexOutOfBoundsException
Chunk could not be parsed!
java.lang.ArrayIndexOutOfBoundsException
Chunk could not be parsed!
java.lang.ArrayIndexOutOfBoundsException
Chunk could not be parsed!
java.lang.ArrayIndexOutOfBoundsException
at packets.DataReader.readVarInt(DataReader.java:70)
at packets.DataTypeProvider.readVarInt(DataTypeProvider.java:111)
at game.data.chunk.version.Chunk_1_17.parse(Chunk_1_17.java:64)
at game.data.chunk.ChunkFactory.parseChunk(ChunkFactory.java:108)
at game.data.chunk.ChunkFactory.readChunkDataPacket(ChunkFactory.java:125)
at game.data.chunk.ChunkFactory.parse(ChunkFactory.java:85)
at game.data.chunk.ChunkFactory.lambda$addChunk$1(ChunkFactory.java:72)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)
Chunk could not be parsed!
java.lang.ArrayIndexOutOfBoundsException
Chunk could not be parsed!
java.lang.ArrayIndexOutOfBoundsException
Chunk could not be parsed!
java.lang.ArrayIndexOutOfBoundsException
Chunk could not be parsed!
java.lang.ArrayIndexOutOfBoundsException
Chunk could not be parsed!
java.lang.ArrayIndexOutOfBoundsException
Chunk could not be parsed!
at game.data.chunk.ChunkFactory.readChunkDataPacket(ChunkFactory.java:125)
at game.data.chunk.ChunkFactory.parse(ChunkFactory.java:85)
at game.data.chunk.ChunkFactory.lambda$addChunk$1(ChunkFactory.java:72)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at game.data.chunk.ChunkFactory.readChunkDataPacket(ChunkFactory.java:125)
at game.data.chunk.ChunkFactory.parse(ChunkFactory.java:85)
at game.data.chunk.ChunkFactory.lambda$addChunk$1(ChunkFactory.java:72)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
java.lang.ArrayIndexOutOfBoundsException
Chunk could not be parsed!
java.lang.ArrayIndexOutOfBoundsException
Chunk could not be parsed!
java.lang.ArrayIndexOutOfBoundsException
Chunk could not be parsed!
java.lang.ArrayIndexOutOfBoundsException
Chunk could not be parsed!
java.lang.ArrayIndexOutOfBoundsException
Chunk could not be parsed!
java.lang.RuntimeException: VarInt is too big
at packets.DataReader.readVarInt(DataReader.java:94)
at game.data.chunk.version.Chunk_1_17.parse(Chunk_1_17.java:64)
at game.data.chunk.ChunkFactory.parseChunk(ChunkFactory.java:108)
at game.data.chunk.ChunkFactory.readChunkDataPacket(ChunkFactory.java:125)
at game.data.chunk.ChunkFactory.parse(ChunkFactory.java:85)
at game.data.chunk.ChunkFactory.lambda$addChunk$1(ChunkFactory.java:72)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)
Chunk could not be parsed!
java.lang.ArrayIndexOutOfBoundsException
java.lang.RuntimeException: Invalid VarInt found! Packet structure may have changed.
at packets.DataReader.readVarInt(DataReader.java:70)
at packets.DataTypeProvider.readVarInt(DataTypeProvider.java:111)
at game.data.chunk.version.Chunk_1_17.parse(Chunk_1_17.java:64)
at game.data.chunk.ChunkFactory.parseChunk(ChunkFactory.java:108)
at game.data.chunk.ChunkFactory.readChunkDataPacket(ChunkFactory.java:125)
at game.data.chunk.ChunkFactory.parse(ChunkFactory.java:85)
at game.data.chunk.ChunkFactory.lambda$addChunk$1(ChunkFactory.java:72)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)
Chunk could not be parsed!
java.lang.ArrayIndexOutOfBoundsException
Chunk could not be parsed!
java.lang.ArrayIndexOutOfBoundsException
Chunk could not be parsed!
java.lang.ArrayIndexOutOfBoundsException
Chunk could not be parsed!
java.lang.ArrayIndexOutOfBoundsException
Chunk could not be parsed!
java.lang.ArrayIndexOutOfBoundsException
Chunk could not be parsed!
java.lang.ArrayIndexOutOfBoundsException
Chunk could not be parsed!
java.lang.ArrayIndexOutOfBoundsException
Chunk could not be parsed!
java.lang.ArrayIndexOutOfBoundsException
java.lang.RuntimeException: Invalid VarInt found! Packet structure may have changed.
at packets.DataReader.readVarInt(DataReader.java:70)
at packets.DataTypeProvider.readVarInt(DataTypeProvider.java:111)
at game.data.chunk.version.Chunk_1_17.parse(Chunk_1_17.java:64)
at game.data.chunk.ChunkFactory.parseChunk(ChunkFactory.java:108)
at game.data.chunk.ChunkFactory.readChunkDataPacket(ChunkFactory.java:125)
at game.data.chunk.ChunkFactory.parse(ChunkFactory.java:85)
at game.data.chunk.ChunkFactory.lambda$addChunk$1(ChunkFactory.java:72)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)
Chunk could not be parsed!
java.lang.ArrayIndexOutOfBoundsException
java.lang.RuntimeException: Invalid VarInt found! Packet structure may have changed.
at packets.DataReader.readVarInt(DataReader.java:70)
at packets.DataTypeProvider.readVarInt(DataTypeProvider.java:111)
at game.data.chunk.version.Chunk_1_17.parse(Chunk_1_17.java:64)
at game.data.chunk.ChunkFactory.parseChunk(ChunkFactory.java:108)
at game.data.chunk.ChunkFactory.readChunkDataPacket(ChunkFactory.java:125)
at game.data.chunk.ChunkFactory.parse(ChunkFactory.java:85)
at game.data.chunk.ChunkFactory.lambda$addChunk$1(ChunkFactory.java:72)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)
Chunk could not be parsed!
java.lang.ArrayIndexOutOfBoundsException
java.lang.RuntimeException: Invalid VarInt found! Packet structure may have changed.
at packets.DataReader.readVarInt(DataReader.java:70)
at packets.DataTypeProvider.readVarInt(DataTypeProvider.java:111)
at game.data.chunk.version.Chunk_1_17.parse(Chunk_1_17.java:64)
at game.data.chunk.ChunkFactory.parseChunk(ChunkFactory.java:108)
at game.data.chunk.ChunkFactory.readChunkDataPacket(ChunkFactory.java:125)
at game.data.chunk.ChunkFactory.parse(ChunkFactory.java:85)
at game.data.chunk.ChunkFactory.lambda$addChunk$1(ChunkFactory.java:72)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)
Chunk could not be parsed!
java.lang.ArrayIndexOutOfBoundsException
java.lang.RuntimeException: Invalid VarInt found! Packet structure may have changed.
at packets.DataReader.readVarInt(DataReader.java:70)
at packets.DataTypeProvider.readVarInt(DataTypeProvider.java:111)
at game.data.chunk.version.Chunk_1_17.parse(Chunk_1_17.java:64)
at game.data.chunk.ChunkFactory.parseChunk(ChunkFactory.java:108)
at game.data.chunk.ChunkFactory.readChunkDataPacket(ChunkFactory.java:125)
at game.data.chunk.ChunkFactory.parse(ChunkFactory.java:85)
at game.data.chunk.ChunkFactory.lambda$addChunk$1(ChunkFactory.java:72)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)
Chunk could not be parsed!
java.lang.ArrayIndexOutOfBoundsException
Chunk could not be parsed!
java.lang.ArrayIndexOutOfBoundsException
at packets.DataReader.readVarInt(DataReader.java:70)
at packets.DataTypeProvider.readVarInt(DataTypeProvider.java:111)
java.lang.ArrayIndexOutOfBoundsException
Chunk could not be parsed!
java.lang.ArrayIndexOutOfBoundsException
Chunk could not be parsed!
java.lang.ArrayIndexOutOfBoundsException
Chunk could not be parsed!
java.lang.ArrayIndexOutOfBoundsException
Chunk could not be parsed!
java.lang.ArrayIndexOutOfBoundsException
Chunk could not be parsed!
at game.data.chunk.ChunkFactory.parse(ChunkFactory.java:85)
at game.data.chunk.ChunkFactory.lambda$addChunk$1(ChunkFactory.java:72)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)
Chunk could not be parsed!
java.lang.ArrayIndexOutOfBoundsException
Chunk could not be parsed!
java.lang.ArrayIndexOutOfBoundsException
Chunk could not be parsed!
java.lang.RuntimeException: VarInt is too big
at packets.DataReader.readVarInt(DataReader.java:94)
at packets.DataReader.readVarInt(DataReader.java:68)
at packets.DataTypeProvider.readVarInt(DataTypeProvider.java:111)
at game.data.chunk.version.Chunk_1_17.parse(Chunk_1_17.java:64)
at game.data.chunk.ChunkFactory.parseChunk(ChunkFactory.java:108)
at game.data.chunk.ChunkFactory.readChunkDataPacket(ChunkFactory.java:125)
at game.data.chunk.ChunkFactory.parse(ChunkFactory.java:85)
at game.data.chunk.ChunkFactory.lambda$addChunk$1(ChunkFactory.java:72)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)
Chunk could not be parsed!
java.lang.ArrayIndexOutOfBoundsException
Chunk could not be parsed!
java.lang.ArrayIndexOutOfBoundsException
java.lang.RuntimeException: Invalid VarInt found! Packet structure may have changed.
at packets.DataReader.readVarInt(DataReader.java:70)
at packets.DataTypeProvider.readVarInt(DataTypeProvider.java:111)
at packets.DataReader.readVarInt(DataReader.java:70)
at packets.DataTypeProvider.readVarInt(DataTypeProvider.java:111)
at game.data.chunk.version.Chunk_1_17.parse(Chunk_1_17.java:64)
at game.data.chunk.ChunkFactory.parseChunk(ChunkFactory.java:108)
at game.data.chunk.ChunkFactory.readChunkDataPacket(ChunkFactory.java:125)
at game.data.chunk.ChunkFactory.parse(ChunkFactory.java:85)
at game.data.chunk.ChunkFactory.lambda$addChunk$1(ChunkFactory.java:72)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)
Chunk could not be parsed!
java.lang.ArrayIndexOutOfBoundsException
java.lang.RuntimeException: Invalid VarInt found! Packet structure may have changed.
at packets.DataReader.readVarInt(DataReader.java:70)
at packets.DataTypeProvider.readVarInt(DataTypeProvider.java:111)
at game.data.chunk.version.Chunk_1_17.parse(Chunk_1_17.java:64)
at game.data.chunk.ChunkFactory.parseChunk(ChunkFactory.java:108)
at game.data.chunk.ChunkFactory.readChunkDataPacket(ChunkFactory.java:125)
at game.data.chunk.ChunkFactory.parse(ChunkFactory.java:85)
at game.data.chunk.ChunkFactory.lambda$addChunk$1(ChunkFactory.java:72)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)
Chunk could not be parsed!
java.lang.ArrayIndexOutOfBoundsException
Chunk could not be parsed!
java.lang.ArrayIndexOutOfBoundsException
Chunk could not be parsed!
java.lang.ArrayIndexOutOfBoundsException
Chunk could not be parsed!
java.lang.ArrayIndexOutOfBoundsException
Chunk could not be parsed!
java.lang.ArrayIndexOutOfBoundsException
Chunk could not be parsed!
java.lang.ArrayIndexOutOfBoundsException
java.lang.RuntimeException: Invalid VarInt found! Packet structure may have changed.
at packets.DataReader.readVarInt(DataReader.java:70)
at packets.DataTypeProvider.readVarInt(DataTypeProvider.java:111)
at game.data.chunk.version.Chunk_1_17.parse(Chunk_1_17.java:64)
at game.data.chunk.ChunkFactory.parseChunk(ChunkFactory.java:108)
at game.data.chunk.ChunkFactory.readChunkDataPacket(ChunkFactory.java:125)
at game.data.chunk.ChunkFactory.parse(ChunkFactory.java:85)
at game.data.chunk.ChunkFactory.lambda$addChunk$1(ChunkFactory.java:72)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)
Chunk could not be parsed!
java.lang.ArrayIndexOutOfBoundsException
java.lang.RuntimeException: Invalid VarInt found! Packet structure may have changed.
at packets.DataReader.readVarInt(DataReader.java:70)
at packets.DataTypeProvider.readVarInt(DataTypeProvider.java:111)
at game.data.chunk.version.Chunk_1_17.parse(Chunk_1_17.java:64)
at game.data.chunk.ChunkFactory.parseChunk(ChunkFactory.java:108)
at game.data.chunk.ChunkFactory.readChunkDataPacket(ChunkFactory.java:125)
at game.data.chunk.ChunkFactory.parse(ChunkFactory.java:85)
at game.data.chunk.ChunkFactory.lambda$addChunk$1(ChunkFactory.java:72)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)
Chunk could not be parsed!
java.lang.ArrayIndexOutOfBoundsException
java.lang.RuntimeException: Invalid VarInt found! Packet structure may have changed.
at packets.DataReader.readVarInt(DataReader.java:70)
java.lang.ArrayIndexOutOfBoundsException
Chunk could not be parsed!
at packets.DataReader.readVarInt(DataReader.java:70)
at packets.DataTypeProvider.readVarInt(DataTypeProvider.java:111)
at game.data.chunk.version.Chunk_1_17.parse(Chunk_1_17.java:64)
at game.data.chunk.ChunkFactory.parseChunk(ChunkFactory.java:108)
at game.data.chunk.ChunkFactory.readChunkDataPacket(ChunkFactory.java:125)
at game.data.chunk.ChunkFactory.parse(ChunkFactory.java:85)
at packets.DataReader.readVarInt(DataReader.java:94)
at packets.DataReader.readVarInt(DataReader.java:68)
at packets.DataTypeProvider.readVarInt(DataTypeProvider.java:111)
at game.data.chunk.version.Chunk_1_17.parse(Chunk_1_17.java:64)
at game.data.chunk.ChunkFactory.parseChunk(ChunkFactory.java:108)
at game.data.chunk.ChunkFactory.readChunkDataPacket(ChunkFactory.java:125)
at game.data.chunk.ChunkFactory.parse(ChunkFactory.java:85)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hey there I really like the .jar mod so far! I have run into some chunk compatibility/parsing issues with the latest release. Current report as is follows:
java.lang.ArrayIndexOutOfBoundsException: Index 0 out of bounds for length 0
at packets.DataTypeProvider.readNext(DataTypeProvider.java:76)
at packets.DataTypeProvider.readShort(DataTypeProvider.java:121)
at game.data.chunk.version.Chunk_1_14.readBlockCount(Chunk_1_14.java:48)
at game.data.chunk.Chunk.readChunkColumn(Chunk.java:130)
at game.data.chunk.version.Chunk_1_17.parse(Chunk_1_17.java:68)
at game.data.chunk.ChunkFactory.parseChunk(ChunkFactory.java:108)
at game.data.chunk.ChunkFactory.readChunkDataPacket(ChunkFactory.java:125)
at game.data.chunk.ChunkFactory.parse(ChunkFactory.java:85)
at game.data.chunk.ChunkFactory.lambda$addChunk$1(ChunkFactory.java:72)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)
Chunk could not be parsed!
java.lang.ArrayIndexOutOfBoundsException: Index 0 out of bounds for length 0
at packets.DataTypeProvider.readNext(DataTypeProvider.java:76)
java.lang.ArrayIndexOutOfBoundsException: Index 0 out of bounds for length 0
java.lang.ArrayIndexOutOfBoundsException: Index 0 out of bounds for length 0
Chunk could not be parsed!
java.lang.ArrayIndexOutOfBoundsException
java.lang.RuntimeException: Invalid VarInt found! Packet structure may have changed.
Chunk could not be parsed!
java.lang.ArrayIndexOutOfBoundsException: Index 0 out of bounds for length 0
at packets.DataTypeProvider.readNext(DataTypeProvider.java:76)
at packets.DataTypeProvider.readShort(DataTypeProvider.java:121)
at game.data.chunk.version.Chunk_1_14.readBlockCount(Chunk_1_14.java:48)
at game.data.chunk.Chunk.readChunkColumn(Chunk.java:130)
at game.data.chunk.version.Chunk_1_17.parse(Chunk_1_17.java:68)
java.lang.RuntimeException: VarInt is too big
Chunk could not be parsed!
Chunk could not be parsed!
java.lang.ArrayIndexOutOfBoundsException
Chunk could not be parsed!
java.lang.ArrayIndexOutOfBoundsException
Chunk could not be parsed!
java.lang.ArrayIndexOutOfBoundsException
java.lang.RuntimeException: Invalid VarInt found! Packet structure may have changed.
java.lang.ArrayIndexOutOfBoundsException
Chunk could not be parsed!
Chunk could not be parsed!
java.lang.RuntimeException: VarInt is too big
java.lang.ArrayIndexOutOfBoundsException
Chunk could not be parsed!
java.lang.ArrayIndexOutOfBoundsException
Chunk could not be parsed!
java.lang.ArrayIndexOutOfBoundsException
Chunk could not be parsed!
java.lang.ArrayIndexOutOfBoundsException
Chunk could not be parsed!
java.lang.ArrayIndexOutOfBoundsException
Chunk could not be parsed!
java.lang.ArrayIndexOutOfBoundsException
Chunk could not be parsed!
java.lang.RuntimeException: VarInt is too big
at packets.DataReader.readVarInt(DataReader.java:94)
Chunk could not be parsed!
java.lang.ArrayIndexOutOfBoundsException
Chunk could not be parsed!
java.lang.ArrayIndexOutOfBoundsException
Chunk could not be parsed!
java.lang.ArrayIndexOutOfBoundsException
Chunk could not be parsed!
java.lang.ArrayIndexOutOfBoundsException
Chunk could not be parsed!
java.lang.ArrayIndexOutOfBoundsException
Chunk could not be parsed!
java.lang.ArrayIndexOutOfBoundsException
Chunk could not be parsed!
java.lang.ArrayIndexOutOfBoundsException
Chunk could not be parsed!
java.lang.ArrayIndexOutOfBoundsException
Chunk could not be parsed!
java.lang.ArrayIndexOutOfBoundsException
Chunk could not be parsed!
java.lang.ArrayIndexOutOfBoundsException
Chunk could not be parsed!
java.lang.ArrayIndexOutOfBoundsException
Chunk could not be parsed!
java.lang.ArrayIndexOutOfBoundsException
Chunk could not be parsed!
java.lang.ArrayIndexOutOfBoundsException
Chunk could not be parsed!
java.lang.ArrayIndexOutOfBoundsException
Chunk could not be parsed!
java.lang.ArrayIndexOutOfBoundsException
Chunk could not be parsed!
java.lang.RuntimeException: VarInt is too big
at packets.DataReader.readVarInt(DataReader.java:94)
Chunk could not be parsed!
java.lang.ArrayIndexOutOfBoundsException
java.lang.RuntimeException: Invalid VarInt found! Packet structure may have changed.
at packets.DataReader.readVarInt(DataReader.java:70)
at packets.DataTypeProvider.readVarInt(DataTypeProvider.java:111)
at game.data.chunk.version.Chunk_1_17.parse(Chunk_1_17.java:64)
at game.data.chunk.ChunkFactory.parseChunk(ChunkFactory.java:108)
at game.data.chunk.ChunkFactory.readChunkDataPacket(ChunkFactory.java:125)
at game.data.chunk.ChunkFactory.parse(ChunkFactory.java:85)
at game.data.chunk.ChunkFactory.lambda$addChunk$1(ChunkFactory.java:72)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)
Chunk could not be parsed!
java.lang.ArrayIndexOutOfBoundsException
Chunk could not be parsed!
java.lang.ArrayIndexOutOfBoundsException
Chunk could not be parsed!
java.lang.ArrayIndexOutOfBoundsException
Chunk could not be parsed!
java.lang.ArrayIndexOutOfBoundsException
Chunk could not be parsed!
java.lang.ArrayIndexOutOfBoundsException
Chunk could not be parsed!
java.lang.ArrayIndexOutOfBoundsException
Chunk could not be parsed!
java.lang.ArrayIndexOutOfBoundsException
Chunk could not be parsed!
java.lang.ArrayIndexOutOfBoundsException
java.lang.RuntimeException: Invalid VarInt found! Packet structure may have changed.
at packets.DataReader.readVarInt(DataReader.java:70)
at packets.DataTypeProvider.readVarInt(DataTypeProvider.java:111)
at game.data.chunk.version.Chunk_1_17.parse(Chunk_1_17.java:64)
at game.data.chunk.ChunkFactory.parseChunk(ChunkFactory.java:108)
at game.data.chunk.ChunkFactory.readChunkDataPacket(ChunkFactory.java:125)
at game.data.chunk.ChunkFactory.parse(ChunkFactory.java:85)
at game.data.chunk.ChunkFactory.lambda$addChunk$1(ChunkFactory.java:72)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)
Chunk could not be parsed!
java.lang.ArrayIndexOutOfBoundsException
java.lang.RuntimeException: Invalid VarInt found! Packet structure may have changed.
at packets.DataReader.readVarInt(DataReader.java:70)
at packets.DataTypeProvider.readVarInt(DataTypeProvider.java:111)
at game.data.chunk.version.Chunk_1_17.parse(Chunk_1_17.java:64)
at game.data.chunk.ChunkFactory.parseChunk(ChunkFactory.java:108)
at game.data.chunk.ChunkFactory.readChunkDataPacket(ChunkFactory.java:125)
at game.data.chunk.ChunkFactory.parse(ChunkFactory.java:85)
at game.data.chunk.ChunkFactory.lambda$addChunk$1(ChunkFactory.java:72)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)
Chunk could not be parsed!
java.lang.ArrayIndexOutOfBoundsException
java.lang.RuntimeException: Invalid VarInt found! Packet structure may have changed.
at packets.DataReader.readVarInt(DataReader.java:70)
at packets.DataTypeProvider.readVarInt(DataTypeProvider.java:111)
at game.data.chunk.version.Chunk_1_17.parse(Chunk_1_17.java:64)
at game.data.chunk.ChunkFactory.parseChunk(ChunkFactory.java:108)
at game.data.chunk.ChunkFactory.readChunkDataPacket(ChunkFactory.java:125)
at game.data.chunk.ChunkFactory.parse(ChunkFactory.java:85)
at game.data.chunk.ChunkFactory.lambda$addChunk$1(ChunkFactory.java:72)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)
Chunk could not be parsed!
java.lang.ArrayIndexOutOfBoundsException
java.lang.RuntimeException: Invalid VarInt found! Packet structure may have changed.
at packets.DataReader.readVarInt(DataReader.java:70)
at packets.DataTypeProvider.readVarInt(DataTypeProvider.java:111)
at game.data.chunk.version.Chunk_1_17.parse(Chunk_1_17.java:64)
at game.data.chunk.ChunkFactory.parseChunk(ChunkFactory.java:108)
at game.data.chunk.ChunkFactory.readChunkDataPacket(ChunkFactory.java:125)
at game.data.chunk.ChunkFactory.parse(ChunkFactory.java:85)
at game.data.chunk.ChunkFactory.lambda$addChunk$1(ChunkFactory.java:72)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)
Chunk could not be parsed!
java.lang.ArrayIndexOutOfBoundsException
Chunk could not be parsed!
java.lang.ArrayIndexOutOfBoundsException
java.lang.ArrayIndexOutOfBoundsException
Chunk could not be parsed!
java.lang.ArrayIndexOutOfBoundsException
Chunk could not be parsed!
java.lang.ArrayIndexOutOfBoundsException
Chunk could not be parsed!
java.lang.ArrayIndexOutOfBoundsException
Chunk could not be parsed!
java.lang.ArrayIndexOutOfBoundsException
Chunk could not be parsed!
Chunk could not be parsed!
java.lang.ArrayIndexOutOfBoundsException
Chunk could not be parsed!
java.lang.ArrayIndexOutOfBoundsException
Chunk could not be parsed!
java.lang.RuntimeException: VarInt is too big
at packets.DataReader.readVarInt(DataReader.java:94)
at packets.DataReader.readVarInt(DataReader.java:68)
at packets.DataTypeProvider.readVarInt(DataTypeProvider.java:111)
at game.data.chunk.version.Chunk_1_17.parse(Chunk_1_17.java:64)
at game.data.chunk.ChunkFactory.parseChunk(ChunkFactory.java:108)
at game.data.chunk.ChunkFactory.readChunkDataPacket(ChunkFactory.java:125)
at game.data.chunk.ChunkFactory.parse(ChunkFactory.java:85)
at game.data.chunk.ChunkFactory.lambda$addChunk$1(ChunkFactory.java:72)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)
Chunk could not be parsed!
java.lang.ArrayIndexOutOfBoundsException
Chunk could not be parsed!
java.lang.ArrayIndexOutOfBoundsException
java.lang.RuntimeException: Invalid VarInt found! Packet structure may have changed.
at packets.DataReader.readVarInt(DataReader.java:70)
at packets.DataTypeProvider.readVarInt(DataTypeProvider.java:111)
Chunk could not be parsed!
java.lang.ArrayIndexOutOfBoundsException
java.lang.RuntimeException: Invalid VarInt found! Packet structure may have changed.
at packets.DataReader.readVarInt(DataReader.java:70)
at packets.DataTypeProvider.readVarInt(DataTypeProvider.java:111)
at game.data.chunk.version.Chunk_1_17.parse(Chunk_1_17.java:64)
at game.data.chunk.ChunkFactory.parseChunk(ChunkFactory.java:108)
at game.data.chunk.ChunkFactory.readChunkDataPacket(ChunkFactory.java:125)
at game.data.chunk.ChunkFactory.parse(ChunkFactory.java:85)
at game.data.chunk.ChunkFactory.lambda$addChunk$1(ChunkFactory.java:72)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)
Chunk could not be parsed!
java.lang.ArrayIndexOutOfBoundsException
Chunk could not be parsed!
java.lang.ArrayIndexOutOfBoundsException
Chunk could not be parsed!
java.lang.ArrayIndexOutOfBoundsException
Chunk could not be parsed!
java.lang.ArrayIndexOutOfBoundsException
Chunk could not be parsed!
java.lang.ArrayIndexOutOfBoundsException
Chunk could not be parsed!
java.lang.ArrayIndexOutOfBoundsException
java.lang.RuntimeException: Invalid VarInt found! Packet structure may have changed.
at packets.DataReader.readVarInt(DataReader.java:70)
at packets.DataTypeProvider.readVarInt(DataTypeProvider.java:111)
at game.data.chunk.version.Chunk_1_17.parse(Chunk_1_17.java:64)
at game.data.chunk.ChunkFactory.parseChunk(ChunkFactory.java:108)
at game.data.chunk.ChunkFactory.readChunkDataPacket(ChunkFactory.java:125)
at game.data.chunk.ChunkFactory.parse(ChunkFactory.java:85)
at game.data.chunk.ChunkFactory.lambda$addChunk$1(ChunkFactory.java:72)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)
Chunk could not be parsed!
java.lang.ArrayIndexOutOfBoundsException
java.lang.RuntimeException: Invalid VarInt found! Packet structure may have changed.
at packets.DataReader.readVarInt(DataReader.java:70)
at packets.DataTypeProvider.readVarInt(DataTypeProvider.java:111)
at game.data.chunk.version.Chunk_1_17.parse(Chunk_1_17.java:64)
at game.data.chunk.ChunkFactory.parseChunk(ChunkFactory.java:108)
at game.data.chunk.ChunkFactory.readChunkDataPacket(ChunkFactory.java:125)
at game.data.chunk.ChunkFactory.parse(ChunkFactory.java:85)
at game.data.chunk.ChunkFactory.lambda$addChunk$1(ChunkFactory.java:72)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)
Chunk could not be parsed!
java.lang.ArrayIndexOutOfBoundsException
java.lang.RuntimeException: Invalid VarInt found! Packet structure may have changed.
at packets.DataReader.readVarInt(DataReader.java:70)
java.lang.ArrayIndexOutOfBoundsException
Chunk could not be parsed!
java.lang.ArrayIndexOutOfBoundsException
Beta Was this translation helpful? Give feedback.
All reactions