Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error with Chisels & Bits #2676

Open
cyb3r1n1t14t1v3 opened this issue Dec 4, 2024 · 0 comments
Open

Error with Chisels & Bits #2676

cyb3r1n1t14t1v3 opened this issue Dec 4, 2024 · 0 comments
Labels
status: unverified Issue is unverified

Comments

@cyb3r1n1t14t1v3
Copy link

GregTech CEu Version

v2.8.10-beta

Modpack Used

No response

Addons Installed

chiselsandbits-14.33.jar
gregtech-1.12.2-2.8.10-beta.jar
CodeChickenLib-1.12.2-3.2.3.358-universal.jar
OptiFine-OptiFine-1.12.2_HD_U_G5.jar

Environment

Singleplayer, Sponge Server

New Worlds

Yes

Cross-Mod Interaction

Yes

Expected Behavior

I expect that when I create a new block from Chisels & Bits, it will not throw an exception, as a result it will not freeze.

Actual Behavior

When a player is near a modified block from chisels & bites, CodeChickenLib throws an exception:

[17:37:00] [Chunk Batcher 3/ERROR]: 
 CCL has caught an exception whilst rendering a block
  BlockPos:      x:-615, y:3, z:1119
  Block Class:   class mod.chiselsandbits.chiseledblock.BlockChiseled
  Registry Name: chiselsandbits:chiseled_grass
  Metadata:      0
  State:         chiselsandbits:chiseled_grass[full_block=false]
 Tile at position
  Tile Class:    class mod.chiselsandbits.chiseledblock.TileEntityBlockChiseled
  Tile Id:       minecraft:mod.chiselsandbits.tileentitychiseled
  Tile NBT:      {b:2,s:63,nc:0b,x:-615,X:[B;120B,-38B,99B,96B,98B,96B,98B,104B,96B,-7B,-113B,15B,-52B,-57B,43B,-5B,-1B,95B,61B,126B,-7B,-1B,-5B,41B,-108B,31B,5B,52B,7B,0B,-50B,14B,-3B,55B],y:3,ForgeCaps:{},z:1119,lv:0,id:"minecraft:mod.chiselsandbits.tileentitychiseled"}

net.minecraft.util.ReportedException: Tesselating block model
	at net.minecraft.client.renderer.BlockRendererDispatcher.func_175018_a(BlockRendererDispatcher.java:95) ~[bvm.class:?]
	at codechicken.lib.render.block.CCBlockRendererDispatcher.func_175018_a(CCBlockRendererDispatcher.java:82) [CCBlockRendererDispatcher.class:?]
	at net.minecraft.client.renderer.chunk.RenderChunk.func_178581_b(RenderChunk.java:328) [bxr.class:?]
	at net.minecraft.client.renderer.chunk.ChunkRenderWorker.func_178474_a(SourceFile:100) [bxn.class:?]
	at net.minecraft.client.renderer.chunk.ChunkRenderWorker.run(SourceFile:43) [bxn.class:?]
	at java.lang.Thread.run(Thread.java:745) [?:1.8.0_51]
Caused by: java.security.InvalidParameterException
	at mod.chiselsandbits.render.chiseledblock.ChiselLayer.fromLayer(ChiselLayer.java:66) ~[ChiselLayer.class:?]
	at mod.chiselsandbits.render.chiseledblock.ChiseledBlockSmartModel.handleBlockState(ChiseledBlockSmartModel.java:252) ~[ChiseledBlockSmartModel.class:?]
	at mod.chiselsandbits.render.BaseSmartModel.func_188616_a(BaseSmartModel.java:97) ~[BaseSmartModel.class:?]
	at net.minecraft.client.renderer.BlockModelRenderer.func_187498_b(BlockModelRenderer.java:109) ~[bvo.class:?]
	at net.minecraftforge.client.model.pipeline.ForgeBlockModelRenderer.func_187498_b(ForgeBlockModelRenderer.java:85) ~[ForgeBlockModelRenderer.class:?]
	at net.minecraft.client.renderer.BlockModelRenderer.func_187493_a(BlockModelRenderer.java:79) ~[bvo.class:?]
	at net.minecraft.client.renderer.BlockModelRenderer.func_178267_a(BlockModelRenderer.java:58) ~[bvo.class:?]
	at net.minecraft.client.renderer.BlockRendererDispatcher.func_175018_a(BlockRendererDispatcher.java:80) ~[bvm.class:?]
	... 5 more

Steps to Reproduce

  1. Take any chisel from Chisel & Bits.
  2. Click on any of the blocks with the left mouse button to break the block bill (you can use the vanilla block).
  3. The chat gives an error when rendering the block.
  4. The more blocks from the mod on the screen, the more errors and friezes are possible.

Additional Information

No response

@cyb3r1n1t14t1v3 cyb3r1n1t14t1v3 added the status: unverified Issue is unverified label Dec 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: unverified Issue is unverified
Projects
None yet
Development

No branches or pull requests

1 participant