Skip to content

"CCL rendering exception" chat spam #283

@Krutoy242

Description

@Krutoy242

Describe the bug
Error spam in MC chat

Image

Logs have this:

[10:41:10] [Chunk Batcher 1/ERROR] [CodeChickenLib]: 
 CCL has caught an exception whilst rendering a block
  BlockPos:      x:213, y:72, z:1987
  Block Class:   class exnihilocreatio.blocks.BlockFluidWitchwater
  Registry Name: exnihilocreatio:witchwater
  Metadata:      1
  State:         exnihilocreatio:witchwater[level=1]
 Tile at position
  Tile Class:    null
  Tile Id:       null
  Tile NBT:      null
You can turn off player messages in the CCL config file.

net.minecraft.util.ReportedException: Tesselating block in world
	at net.minecraft.client.renderer.BlockRendererDispatcher.renderBlock(BlockRendererDispatcher.java:96)
	at codechicken.lib.render.block.CCBlockRendererDispatcher.renderBlock(CCBlockRendererDispatcher.java:82)
	at com.elytradev.architecture.client.render.CustomBlockDispatcher.renderBlock(CustomBlockDispatcher.java:98)
	at net.minecraft.client.renderer.chunk.RenderChunk.rebuildChunk(RenderChunk.java:211)
	at net.minecraft.client.renderer.chunk.ChunkRenderWorker.processTask(ChunkRenderWorker.java:125)
	at net.minecraft.client.renderer.chunk.ChunkRenderWorker.run(ChunkRenderWorker.java:50)
	at java.lang.Thread.run(Thread.java:1474)
Caused by: java.lang.UnsupportedOperationException: Cannot get quantaPerBlock from empty FluidState!
	at git.jbredwards.fluidlogged_api.api.util.FluidState$EmptyFluidState.getQuantaPerBlock(FluidState.java:810)
	at git.jbredwards.fluidlogged_api.mod.common.fluid.handler.FluidFlowHandler.getFlowVec(FluidFlowHandler.java:69)
	at git.jbredwards.fluidlogged_api.mod.asm.plugins.forge.PluginBlockFluidBase$Hooks.getFluidFlowVector(PluginBlockFluidBase.java:422)
	at net.minecraftforge.fluids.BlockFluidBase.getFlowVector(BlockFluidBase.java)
	at git.jbredwards.fluidlogged_api.mod.asm.plugins.forge.PluginBlockFluidBase$Hooks.lambda$getFluidExtendedState$0(PluginBlockFluidBase.java:417)
	at git.jbredwards.fluidlogged_api.mod.common.fluid.handler.FluidExtendedStateHandler.getExtendedState(FluidExtendedStateHandler.java:121)
	at git.jbredwards.fluidlogged_api.mod.asm.plugins.forge.PluginBlockFluidBase$Hooks.getFluidExtendedState(PluginBlockFluidBase.java:416)
	at net.minecraftforge.fluids.BlockFluidBase.getExtendedState(BlockFluidBase.java)
	at net.minecraft.client.renderer.BlockRendererDispatcher.renderBlock(BlockRendererDispatcher.java:78)
	... 6 more

The block is somewhere there

Image

https://mclo.gs/EB2Aqrd

Additional context
Happens on E2EE modpack. Happens for several players.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working as intendedfixed in devA fix is ready for the next update

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions