Create: Above and Beyond

Create: Above and Beyond

2M Downloads

CCL has caught an exception whilst rendering a block

nico42069 opened this issue ยท 0 comments

commented

Can someone help me im in the process of making my own modpack, every time i load a world the game crashes after a little while with this error.

crash-2023-08-30_12.21.15-client.txt

[30/08/2023 11:38:59 AM] [Chunk Batcher 41/ERROR]
[30/08/2023 11:38:59 AM] [Chunk Batcher 41/INFO] [CHAT] CCL Caught an exception rendering a block. See the log for info.
[30/08/2023 11:38:59 AM] [Netty Local Client IO #0/INFO] Client disconnected from server
[30/08/2023 11:38:59 AM] [Netty Local Client IO #0/INFO] Cleaning up RFTools dimensions
[30/08/2023 11:39:00 AM] [Netty Local Client IO #0/INFO] Cleaning client cache...
[30/08/2023 11:39:00 AM] CCL has caught an exception whilst rendering a block
[30/08/2023 11:39:00 AM] BlockPos: x:-207, y:63, z:286
[30/08/2023 11:39:00 AM] Block Class: class net.minecraft.block.BlockStaticLiquid
[30/08/2023 11:39:00 AM] Registry Name: minecraft:water
[30/08/2023 11:39:00 AM] Metadata: 0
[30/08/2023 11:39:00 AM] State: minecraft:water[level=0]
[30/08/2023 11:39:00 AM] Tile at position
[30/08/2023 11:39:00 AM] Tile Class: null
[30/08/2023 11:39:00 AM] Tile Id: null
[30/08/2023 11:39:01 AM] Tile NBT: null
[30/08/2023 11:39:01 AM] You can turn off player messages in the CCL config file.
[30/08/2023 11:39:01 AM] at net.minecraft.client.renderer.BlockRendererDispatcher.renderBlock(BlockRendererDispatcher.java:95)
[30/08/2023 11:39:01 AM] at codechicken.lib.render.block.CCBlockRendererDispatcher.renderBlock(CCBlockRendererDispatcher.java:82)
[30/08/2023 11:39:01 AM] at mrtjp.projectred.relocation.MovingBlockRenderDispatcher.renderBlock(renders.scala:277)
[30/08/2023 11:39:01 AM] at mods.betterfoliage.client.Hooks.renderWorldBlock(Hooks.kt:95)
[30/08/2023 11:39:02 AM] at net.minecraft.client.renderer.chunk.RenderChunk.rebuildChunk(RenderChunk.java:328)
[30/08/2023 11:39:02 AM] at net.minecraft.client.renderer.chunk.ChunkRenderWorker.processTask(SourceFile:100)
[30/08/2023 11:39:02 AM] at net.minecraft.client.renderer.chunk.ChunkRenderWorker.run(SourceFile:43)
[30/08/2023 11:39:02 AM] at java.lang.Thread.run(Thread.java:745)
[30/08/2023 11:39:02 AM] Caused by: java.lang.IndexOutOfBoundsException
[30/08/2023 11:39:02 AM] at java.nio.Buffer.checkIndex(Buffer.java:546)
[30/08/2023 11:39:02 AM] at java.nio.DirectByteBuffer.putFloat(DirectByteBuffer.java:893)
[30/08/2023 11:39:03 AM] at net.minecraft.client.renderer.BufferBuilder.pos(BufferBuilder.java:639)
[30/08/2023 11:39:03 AM] at net.minecraft.client.renderer.BlockFluidRenderer.renderFluid(BlockFluidRenderer.java:151)
[30/08/2023 11:39:03 AM] at net.minecraft.client.renderer.BlockRendererDispatcher.renderBlock(BlockRendererDispatcher.java:84)
[30/08/2023 11:39:03 AM] ... 7 more