Building Gadgets

Building Gadgets

110M Downloads

Client Crash after attempting to use Cut and Paste gadget on Ender Tank

tangenc3 opened this issue · 1 comments

commented

Building Gadgets Version
1.3.9

Describe the bug
Game crashed as soon as an area was cut using the Cut and Paste Gadget in a multiplayer world. A private Ender tank was amongst the selected blocks.

Caused by: java.lang.IllegalStateException: Missing elements in vertex: Color, UV0, UV1, UV2, Normal
at com.mojang.blaze3d.vertex.BufferBuilder.endLastVertex:MixinBufferBuilder:127
at com.mojang.blaze3d.vertex.BufferBuilder.beginVertex:MixinBufferBuilder:96
at com.mojang.blaze3d.vertex.BufferBuilder.addVertex:MixinBufferBuilder:156
at net.neoforged.neoforge.client.model.pipeline.VertexConsumerWrapper.addVertex:L25
at codechicken.lib.render.buffer.DelegatingVertexConsumer.addVertex:L28
at codechicken.lib.render.buffer.TransformingVertexConsumer.addVertex:L30
at codechicken.enderstorage.client.render.RenderCustomEndPortal.render:L52
at codechicken.enderstorage.client.render.tile.RenderTileEnderTank.renderTank:L71
at codechicken.enderstorage.client.render.tile.RenderTileEnderTank.render:L65
at codechicken.enderstorage.client.render.tile.RenderTileEnderTank.render:L28
at net.minecraft.client.renderer.blockentity.BlockEntityRenderDispatcher.setupAndRender:L90
at net.minecraft.client.renderer.blockentity.BlockEntityRenderDispatcher.lambda$render$0:L79
at net.minecraft.client.renderer.blockentity.BlockEntityRenderDispatcher.tryRender:L104
... 35 more

To Reproduce
Steps to reproduce the behavior:

  1. Place a private Ender Tank with other blocks from Chipped or vanilla
  2. Use the Cut and Paste Tool in an area that includes the Ender Tank

Expected behavior
Not crashing after cutting an area containing an Ender Tank

Screenshots
NIL

Log Files
FTB Evolution crashed. The logs have been uploaded to gnomebot.dev:

latest.log | debug.log head / tail (~10MB & ~57k lines) | crash-2025-09-19_00.01.19-client.txt | PrismLauncher-0.log | KubeJS: client.log / startup.log | crash_assistant_app.log | modlist.txt

Mod list changes beyond the modpack:

Updated mods:
�[2;34mneoforge�[0m (�[2;31mneoforge-21.1.194�[0m > �[2;32mneoforge-21.1.203�[0m)

NOTE ON RUBIDIUM
Rubidium contains code that will crash many mods when used in conjunction with them. Unfortunately this includes Building Gadgets 2. There is absolutely nothing I can do on my side to prevent these crashes. If you're using Rubidium and your game crashes when rendering something, please try without rubidium before submitting a bug report.

commented

This is likely a duplicate of the same issue as the error stated on the crash log is similar:
#159
However, the mod version stated on the post is for version 1.3.8.

Disabling Embeddium, Monocle and Iris did not help, the client crashes while loading into the world.