Enhanced Block Entities

Enhanced Block Entities

8M Downloads

1.21.4: Crash related to signs

VincyZed opened this issue ยท 8 comments

commented

This is consistently happening when "Enhanced Signs" is enabled, and I presume when entering a certain range of a sign or hanging sign.

Here's the crash log:

---- Minecraft Crash Report ----
// Shall we play a game?

Time: 2025-01-18 19:37:23
Description: Rendering Block Entity

java.lang.ClassCastException: class net.minecraft.class_7761 cannot be cast to class foundationgames.enhancedblockentities.mixin.SignBlockEntityRenderAccessor (net.minecraft.class_7761 and foundationgames.enhancedblockentities.mixin.SignBlockEntityRenderAccessor are in unnamed module of loader 'knot' @5d47c63f)
	at knot//foundationgames.enhancedblockentities.client.render.entity.SignBlockEntityRendererOverride.render(SignBlockEntityRendererOverride.java:21)
	at knot//net.minecraft.class_824.handler$zcj000$enhancedblockentities$enhanced_bes$renderOverrides(class_824.java:530)
	at knot//net.minecraft.class_824.method_23079(class_824.java)
	at knot//net.minecraft.class_824.method_3555(class_824.java:83)
	at knot//net.caffeinemc.mods.sodium.client.render.SodiumWorldRenderer.renderBlockEntity(SodiumWorldRenderer.java:422)
	at knot//net.caffeinemc.mods.sodium.client.render.SodiumWorldRenderer.renderBlockEntities(SodiumWorldRenderer.java:357)
	at knot//net.caffeinemc.mods.sodium.client.render.SodiumWorldRenderer.renderBlockEntities(SodiumWorldRenderer.java:318)
	at knot//net.minecraft.class_761.method_62208(class_761.java:11240)
	at knot//net.minecraft.class_761.method_62214(class_761.java:647)
	at knot//net.minecraft.class_9909.method_61910(class_9909.java:67)
	at knot//net.minecraft.class_761.method_22710(class_761.java:552)
	at knot//net.minecraft.class_757.method_3188(class_757.java:733)
	at knot//net.minecraft.class_757.method_3192(class_757.java:493)
	at knot//net.minecraft.class_310.method_1523(class_310.java:1341)
	at knot//net.minecraft.class_310.method_1514(class_310.java:922)
	at knot//net.minecraft.client.main.Main.main(Main.java:267)
	at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:480)
	at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
	at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
	at org.prismlauncher.launcher.impl.StandardLauncher.launch(StandardLauncher.java:105)
	at org.prismlauncher.EntryPoint.listen(EntryPoint.java:129)
	at org.prismlauncher.EntryPoint.main(EntryPoint.java:70)


A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- Head --
Thread: Render thread
Stacktrace:
	at knot//foundationgames.enhancedblockentities.client.render.entity.SignBlockEntityRendererOverride.render(SignBlockEntityRendererOverride.java:21)
	at knot//net.minecraft.class_824.handler$zcj000$enhancedblockentities$enhanced_bes$renderOverrides(class_824.java:530)
	at knot//net.minecraft.class_824.method_23079(class_824.java)
	at knot//net.minecraft.class_824.method_3555(class_824.java:83)
	at knot//net.caffeinemc.mods.sodium.client.render.SodiumWorldRenderer.renderBlockEntity(SodiumWorldRenderer.java:422)
	at knot//net.caffeinemc.mods.sodium.client.render.SodiumWorldRenderer.renderBlockEntities(SodiumWorldRenderer.java:357)
	at knot//net.caffeinemc.mods.sodium.client.render.SodiumWorldRenderer.renderBlockEntities(SodiumWorldRenderer.java:318)
	at knot//net.minecraft.class_761.method_62208(class_761.java:11240)
	at knot//net.minecraft.class_761.method_62214(class_761.java:647)
	at knot//net.minecraft.class_9909.method_61910(class_9909.java:67)
	at knot//net.minecraft.class_761.method_22710(class_761.java:552)
	at knot//net.minecraft.class_757.method_3188(class_757.java:733)

-- Block Entity Details --
Details:
	Name: minecraft:hanging_sign // net.minecraft.class_7717
	Block: Block{minecraft:oak_hanging_sign}[attached=false,rotation=0,waterlogged=false]
	Block location: World: (303,15,-1214), Section: (at 15,15,2 in 18,0,-76; chunk contains blocks 288,-64,-1216 to 303,319,-1201), Region: (0,-3; contains chunks 0,-96 to 31,-65, blocks 0,-64,-1536 to 511,319,-1025)
	Block: Block{minecraft:oak_hanging_sign}[attached=false,rotation=0,waterlogged=false]
	Block location: World: (303,15,-1214), Section: (at 15,15,2 in 18,0,-76; chunk contains blocks 288,-64,-1216 to 303,319,-1201), Region: (0,-3; contains chunks 0,-96 to 31,-65, blocks 0,-64,-1536 to 511,319,-1025)
Stacktrace:
	at knot//net.minecraft.class_824.method_3555(class_824.java:83)
	at knot//net.caffeinemc.mods.sodium.client.render.SodiumWorldRenderer.renderBlockEntity(SodiumWorldRenderer.java:422)
	at knot//net.caffeinemc.mods.sodium.client.render.SodiumWorldRenderer.renderBlockEntities(SodiumWorldRenderer.java:357)
	at knot//net.caffeinemc.mods.sodium.client.render.SodiumWorldRenderer.renderBlockEntities(SodiumWorldRenderer.java:318)
	at knot//net.minecraft.class_761.method_62208(class_761.java:11240)
	at knot//net.minecraft.class_761.method_62214(class_761.java:647)
	at knot//net.minecraft.class_9909.method_61910(class_9909.java:67)
	at knot//net.minecraft.class_761.method_22710(class_761.java:552)
	at knot//net.minecraft.class_757.method_3188(class_757.java:733)
	at knot//net.minecraft.class_757.method_3192(class_757.java:493)
	at knot//net.minecraft.class_310.method_1523(class_310.java:1341)
	at knot//net.minecraft.class_310.method_1514(class_310.java:922)
	at knot//net.minecraft.client.main.Main.main(Main.java:267)
	at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:480)
	at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
	at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
	at org.prismlauncher.launcher.impl.StandardLauncher.launch(StandardLauncher.java:105)
	at org.prismlauncher.EntryPoint.listen(EntryPoint.java:129)
	at org.prismlauncher.EntryPoint.main(EntryPoint.java:70)
commented

Actually this might be a duplicate of #275 ?

commented

Happens to me too, only mod is EBE, crash log:

crash-2025-01-18_20.04.49-client.txt

commented

Tested with a completely fresh MC instance and profile with no additional mods, resource packs or datapacks:

Minecraft 1.21.4 Fabric 0.16.10 FabricAPI 0.114.3+1.21.4 Sodium 0.66+mc1.21.4 EBE 0.11.1+1.21.4

Start new creative world and place an oak hanging sign against the side of a block -> crash.

Same test here (without sodium), same result.
Disabling Signs made it not crash anymore: EBE settings > Sign options > Enhanced Signs: Off

commented

Tested with a completely fresh MC instance and profile with no additional mods, resource packs or datapacks:

Minecraft 1.21.4
Fabric 0.16.10
FabricAPI 0.114.3+1.21.4
Sodium 0.66+mc1.21.4
EBE 0.11.1+1.21.4

Start new creative world and place an oak hanging sign against the side of a block -> crash.

commented

+1

commented

Should be fixed in EBE v0.11.2 for 1.21.4!

commented

Confirmed fixed for me with EBE v0.11.2 and later. Thanks!

commented

Confirmed, this is fixed. Thanks!