Git Product home page Git Product logo

Comments (20)

MrGcGamer avatar MrGcGamer commented on July 25, 2024

The crash is also happening for me. Seems to be conflict with Sodium I'd say. (I thought it was Iris, but as this log doesn't include anything regarding Iris, it seems to be Sodium, as we both have that one installed)

from enhancedblockentities.

MrGcGamer avatar MrGcGamer commented on July 25, 2024

Turns out, this line is not returning a model, not sure why though.

from enhancedblockentities.

AshKitter avatar AshKitter commented on July 25, 2024

same issue here, probable sodium conflict
crash report below if it helps


java.lang.NullPointerException: Cannot invoke "net.minecraft.class_1087.method_4707(net.minecraft.class_2680, net.minecraft.class_2350, java.util.Random)" because "model" is null
	at Not Enough Crashes deobfuscated stack trace.(1.18.1+build.12)
	at foundationgames.enhancedblockentities.client.render.BlockEntityRendererOverride.renderBakedModel(BlockEntityRendererOverride.java:35)
	at foundationgames.enhancedblockentities.client.render.entity.BellBlockEntityRendererOverride.render(BellBlockEntityRendererOverride.java:43)
	at net.minecraft.client.render.block.entity.BlockEntityRenderDispatcher.handler$zbj000$enhanced_bes$renderOverrides(BlockEntityRenderDispatcher:530)
	at net.minecraft.client.render.block.entity.BlockEntityRenderDispatcher.render(BlockEntityRenderDispatcher)
	at net.minecraft.client.render.block.entity.BlockEntityRenderDispatcher.method_23081(BlockEntityRenderDispatcher:73)
	at net.minecraft.client.render.block.entity.BlockEntityRenderDispatcher.runReported(BlockEntityRenderDispatcher:98)
	at net.minecraft.client.render.block.entity.BlockEntityRenderDispatcher.render(BlockEntityRenderDispatcher:73)
	at me.jellysquid.mods.sodium.client.render.SodiumWorldRenderer.renderTileEntities(SodiumWorldRenderer.java:280)
	at net.minecraft.client.render.WorldRenderer.handler$bhn000$onRenderTileEntities(WorldRenderer:11534)
	at net.minecraft.client.render.WorldRenderer.render(WorldRenderer:1373)
	at net.minecraft.client.render.GameRenderer.renderWorld(GameRenderer:1031)
	at net.minecraft.client.render.GameRenderer.render(GameRenderer:811)
	at net.minecraft.client.MinecraftClient.render(MinecraftClient:1117)
	at net.minecraft.client.MinecraftClient.run(MinecraftClient:733)
	at net.minecraft.client.main.Main.main(Main:238)
	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:568)
	at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:608)
	at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:77)
	at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)


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

-- Head --
Thread: Render thread
Stacktrace:
	at foundationgames.enhancedblockentities.client.render.BlockEntityRendererOverride.renderBakedModel(BlockEntityRendererOverride.java:35)
	at foundationgames.enhancedblockentities.client.render.entity.BellBlockEntityRendererOverride.render(BellBlockEntityRendererOverride.java:43)
	at net.minecraft.class_824.handler$zbj000$enhanced_bes$renderOverrides(class_824.java:530)
	at net.minecraft.class_824.method_23079(class_824.java)
	at net.minecraft.class_824.method_23081(class_824.java:73)
	at net.minecraft.class_824.method_3554(class_824.java:98)
	at net.minecraft.class_824.method_3555(class_824.java:73)
	at me.jellysquid.mods.sodium.client.render.SodiumWorldRenderer.renderTileEntities(SodiumWorldRenderer.java:280)
	at net.minecraft.class_761.handler$bhn000$onRenderTileEntities(class_761.java:11534)
	at net.minecraft.class_761.method_22710(class_761.java:1373)
	at net.minecraft.class_757.method_3188(class_757.java:1031)

-- Block Entity Details --
Details:
	Name: minecraft:bell // net.minecraft.class_3721
	Block: Block{minecraft:bell}[attachment=floor,facing=north,powered=false]
	Block location: World: (-201,67,685), Section: (at 7,3,13 in -13,4,42; chunk contains blocks -208,-64,672 to -193,319,687), Region: (-1,1; contains chunks -32,32 to -1,63, blocks -512,-64,512 to -1,319,1023)
	Block: Block{minecraft:bell}[attachment=floor,facing=north,powered=false]
	Block location: World: (-201,67,685), Section: (at 7,3,13 in -13,4,42; chunk contains blocks -208,-64,672 to -193,319,687), Region: (-1,1; contains chunks -32,32 to -1,63, blocks -512,-64,512 to -1,319,1023)
	Block Entity NBT: {}
Stacktrace:
	at net.minecraft.class_824.method_3554(class_824.java:98)
	at net.minecraft.class_824.method_3555(class_824.java:73)
	at me.jellysquid.mods.sodium.client.render.SodiumWorldRenderer.renderTileEntities(SodiumWorldRenderer.java:280)
	at net.minecraft.class_761.handler$bhn000$onRenderTileEntities(class_761.java:11534)
	at net.minecraft.class_761.method_22710(class_761.java:1373)
	at net.minecraft.class_757.method_3188(class_757.java:1031)
	at net.minecraft.class_757.method_3192(class_757.java:811)
	at net.minecraft.class_310.method_1523(class_310.java:1117)
	at net.minecraft.class_310.method_1514(class_310.java:733)
	at net.minecraft.client.main.Main.main(Main.java:238)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:608)
	at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:77)
	at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)

-- Affected level --
Details:
	All players: 1 total; [class_746['AshKitter'/170, l='ClientLevel', x=-199.61, y=65.94, z=687.31]]
	Chunk stats: 4096, 2133
	Level dimension: minecraft:overworld
	Level spawn location: World: (-136,63,175), Section: (at 8,15,15 in -9,3,10; chunk contains blocks -144,-64,160 to -129,319,175), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,-64,0 to -1,319,511)
	Level time: 19448386 game time, 1407462 day time
	Server brand: fabric
	Server type: Integrated singleplayer server
Stacktrace:
	at net.minecraft.class_638.method_8538(class_638.java:408)
	at net.minecraft.class_310.method_1587(class_310.java:2402)
	at net.minecraft.class_310.method_1514(class_310.java:752)
	at net.minecraft.client.main.Main.main(Main.java:238)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:608)
	at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:77)
	at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)

-- Last reload --
Details:
	Reload number: 1
	Reload reason: initial
	Finished: Yes
	Packs: Default, Fabric Mods, continuity/glass_pane_culling_fix, continuity/default, Compliance+64x+Beta+2.zip

-- System Details --
Details:
	Minecraft Version: 1.18.1
	Minecraft Version ID: 1.18.1
	Operating System: Windows 10 (amd64) version 10.0
	Java Version: 17.0.1, Microsoft
	Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft
	Memory: 2715972216 bytes (2590 MiB) / 7885291520 bytes (7520 MiB) up to 12884901888 bytes (12288 MiB)
	CPUs: 6
	Processor Vendor: GenuineIntel
	Processor Name: Intel(R) Core(TM) i5-9400F CPU @ 2.90GHz
	Identifier: Intel64 Family 6 Model 158 Stepping 10
	Microarchitecture: Coffee Lake
	Frequency (GHz): 2.90
	Number of physical packages: 1
	Number of physical CPUs: 6
	Number of logical CPUs: 6
	Graphics card #0 name: NVIDIA GeForce GTX 1650 SUPER
	Graphics card #0 vendor: NVIDIA (0x10de)
	Graphics card #0 VRAM (MB): 4095.00
	Graphics card #0 deviceId: 0x2187
	Graphics card #0 versionInfo: DriverVersion=27.21.14.6663
	Memory slot #0 capacity (MB): 8192.00
	Memory slot #0 clockSpeed (GHz): 2.13
	Memory slot #0 type: DDR4
	Memory slot #1 capacity (MB): 8192.00
	Memory slot #1 clockSpeed (GHz): 2.13
	Memory slot #1 type: DDR4
	Memory slot #2 capacity (MB): 8192.00
	Memory slot #2 clockSpeed (GHz): 2.13
	Memory slot #2 type: DDR4
	Virtual memory max (MB): 33890.97
	Virtual memory used (MB): 29919.43
	Swap memory total (MB): 9368.55
	Swap memory used (MB): 836.43
	JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx12G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
	Fabric Mods: 
		advanced_runtime_resource_pack: Runtime Resource Pack 0.5.4
		bettermounthud: Better Mount HUD 1.1.3
		citresewn: CITResewn 0.8.1-1.18
		com_moandjiezana_toml_toml4j: toml4j 0.7.2
		continuity: Continuity 1.0.3+1.18
		dynamicfps: Dynamic FPS 2.0.6
		enhancedblockentities: Enhanced Block Entities 0.5+1.18
		entityculling: EntityCulling-Fabric 1.3.3
		fabric: Fabric API 0.45.0+1.18
		fabric-api-base: Fabric API Base 0.4.1+b4f4f6cd14
		fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.5.0+17be577f65
		fabric-biome-api-v1: Fabric Biome API (v1) 6.0.1+ded849a965
		fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.9+3ac43d9565
		fabric-command-api-v1: Fabric Command API (v1) 1.1.6+3ac43d9514
		fabric-commands-v0: Fabric Commands (v0) 0.2.5+b4f4f6cd65
		fabric-containers-v0: Fabric Containers (v0) 0.1.18+d154e2c665
		fabric-content-registries-v0: Fabric Content Registries (v0) 0.4.5+6f53a73d65
		fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.1.8+3ac43d9565
		fabric-dimensions-v1: Fabric Dimensions API (v1) 2.1.7+43d2957165
		fabric-entity-events-v1: Fabric Entity Events (v1) 1.4.5+6b21378a65
		fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.4.16+bfa23f1765
		fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.2.6+b4f4f6cd65
		fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.10+3ac43d9565
		fabric-item-api-v1: Fabric Item API (v1) 1.3.0+691a79b565
		fabric-item-groups-v0: Fabric Item Groups (v0) 0.3.3+3ac43d9565
		fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.8+c8aba2f365
		fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.6+b4f4f6cd65
		fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 1.4.10+c15ca33565
		fabric-loot-tables-v1: Fabric Loot Tables (v1) 1.0.8+3ac43d9565
		fabric-mining-level-api-v1: Fabric Mining Level API (v1) 1.0.3+3ac43d9565
		fabric-mining-levels-v0: Fabric Mining Levels (v0) 0.1.7+b4f4f6cd65
		fabric-models-v0: Fabric Models (v0) 0.3.3+3ac43d9565
		fabric-networking-api-v1: Fabric Networking API (v1) 1.0.18+3ac43d9565
		fabric-networking-v0: Fabric Networking (v0) 0.3.5+b4f4f6cd65
		fabric-object-builder-api-v1: Fabric Object Builder API (v1) 1.11.0+3b82842e65
		fabric-object-builders-v0: Fabric Object Builders (v0) 0.7.8+3ac43d9565
		fabric-particles-v1: Fabric Particles (v1) 0.2.9+526dc1ac65
		fabric-registry-sync-v0: Fabric Registry Sync (v0) 0.8.6+533be9ba65
		fabric-renderer-api-v1: Fabric Renderer API (v1) 0.4.9+3ac43d9565
		fabric-renderer-indigo: Fabric Renderer - Indigo 0.4.12+3ac43d9565
		fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 3.2.7+b4f4f6cd65
		fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.4+7242e9d765
		fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 0.1.18+3ac43d9565
		fabric-rendering-v0: Fabric Rendering (v0) 1.1.9+b4f4f6cd65
		fabric-rendering-v1: Fabric Rendering (v1) 1.10.3+6b21378a65
		fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.4.11+3ac43d9514
		fabric-screen-api-v1: Fabric Screen API (v1) 1.0.7+3ac43d9565
		fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.1.11+3ac43d9565
		fabric-structure-api-v1: Fabric Structure API (v1) 2.0.8+295197a765
		fabric-tag-extensions-v0: Fabric Tag Extensions (v0) 1.2.5+3ac43d9565
		fabric-textures-v0: Fabric Textures (v0) 1.0.9+3ac43d9565
		fabric-tool-attribute-api-v1: Fabric Tool Attribute API (v1) 1.3.4+7de09f5565
		fabric-transfer-api-v1: Fabric Transfer API (v1) 1.5.6+b4f4f6cd65
		fabricloader: Fabric Loader 0.12.12
		fastopenlinksandfolders: FastOpenResourcePacks 1.0.0
		ferritecore: FerriteCore 4.0.0
		indium: Indium 1.0.2-alpha1+mc1.18
		iris: Iris 1.1.3
		itemscroller: Item Scroller 0.15.0
		java: OpenJDK 64-Bit Server VM 17
		lambdynlights: LambDynamicLights 2.1.0+1.17
		lazydfu: LazyDFU 0.1.2
		lithium: Lithium 0.7.6
		logical_zoom: Logical Zoom 0.0.13
		malilib: MaLiLib 0.10.0-dev.26
		minecraft: Minecraft 1.18.1
		minecraftcapes: MinecraftCapes Mod 12.0.2
		modmenu: Mod Menu 3.0.1
		notenoughcrashes: Not Enough Crashes 4.1.3+1.18.1
		org_anarres_jcpp: jcpp 1.4.14
		org_aperlambda_lambdajcommon: lambdajcommon 1.8.1
		org_joml_joml: joml 1.10.2
		org_slf4j_slf4j-api: slf4j-api 1.7.12
		pride: Pride Lib 1.1.0+1.17
		reeses-sodium-options: Reese's Sodium Options 1.2.4
		smoothboot: Smooth Boot 1.18-1.7.0
		sodium: Sodium 0.4.0-alpha5+build.9
		sodium-extra: Sodium Extra 0.3.7
		spruceui: SpruceUI 3.3.0+1.17
		starlight: Starlight 1.0.0+fabric.d0a3220
	Launched Version: fabric-loader-0.12.12-1.18.1
	Backend library: LWJGL version 3.2.2 build 10
	Backend API: NVIDIA GeForce GTX 1650 SUPER/PCIe/SSE2 GL version 3.2.0 NVIDIA 466.63, NVIDIA Corporation
	Window size: 1920x1057
	GL Caps: Using framebuffer using OpenGL 3.2
	GL debug messages: 
	Using VBOs: Yes
	Is Modded: Definitely; Client brand changed to 'fabric'; Server brand changed to 'fabric'
	Type: Integrated Server (map_client.txt)
	Graphics mode: fancy
	Resource Packs: vanilla, Fabric Mods, continuity/glass_pane_culling_fix, continuity/default, file/Compliance+64x+Beta+2.zip
	Current Language: English (US)
	CPU: 6x Intel(R) Core(TM) i5-9400F CPU @ 2.90GHz
	Server Running: true
	Player Count: 1 / 8; [class_3222['AshKitter'/170, l='ServerLevel[SMP]', x=-199.61, y=65.94, z=687.31]]
	Data Packs: vanilla, file/Craftable Villager Spawn Eggs (incompatible), file/Renewable Diamonds (incompatible), file/Craftable Slime Spawn Eggs (incompatible), file/Craftable Bottles o' Enchanting (incompatible), file/Craftable E-Gapples (incompatible), file/Nether Wart from Nether Wart Blocks (incompatible), file/VanillaTweaks Crafting Recipes (incompatible), file/armored elytra v1.0.3 (incompatible), file/classic fishing loot v1.1.0 (incompatible), file/count mob deaths v1.1.0 (incompatible), file/double shulker shells v1.3.0 (incompatible), file/dragon drops v1.3.0 (incompatible), file/durability ping v1.1.0 (incompatible), file/more mob heads v2.8.2 (incompatible), file/nether portal coords v1.1.0 (incompatible), file/player head drops v1.1.0 (incompatible), file/redstone rotation wrench v1.1.1 (incompatible), file/terracotta rotation wrench v1.1.1 (incompatible), file/villager death messages v1.2.1 (incompatible), file/villager workstation highlights v1.1.0 (incompatible), file/wandering trades hermit edition v1.4.0 (incompatible), file/Craftable Moss Blocks (incompatible), file/Blastable Glass (incompatible), file/Craftable Budding Amethyst (incompatible), file/De-Craftable Amethyst Blocks (incompatible), file/Craftable Drowned Spawn Eggs (incompatible), file/Craftable Wither Skeleton Skulls (incompatible), file/loadstones (incompatible), file/Armor Statues (incompatible), file/Spawning Detection (incompatible), file/TP To Last Death (incompatible), Fabric Mods
	Client Crashes Since Restart: 1
	Integrated Server Crashes Since Restart: 0
	Suspected Mods: Minecraft (minecraft), Fabric Loader (fabricloader), Sodium (sodium), Enhanced Block Entities (enhancedblockentities)

from enhancedblockentities.

AshKitter avatar AshKitter commented on July 25, 2024

oh, and when i loaded the world back up it crashed again with NEC suspecting iris as the issue

from enhancedblockentities.

IMS212 avatar IMS212 commented on July 25, 2024

It’s not Iris’s fault, NEC always seems to suspect iris once it tries to “recover” from a crash once. We generally recommend giving crash reports with NEC uninstalled if possible.

from enhancedblockentities.

Phoenix-Starlight avatar Phoenix-Starlight commented on July 25, 2024

Can confirm too, exact matching stack trace when attempting to ring the bell, and attempting to rejoin with NEC "recovering" results in BufferBuilder not started by sodium.

from enhancedblockentities.

FoundationGames avatar FoundationGames commented on July 25, 2024

NEC is not supported since it almost always puts the game into an invalid state trying to recover from crashes

from enhancedblockentities.

Phoenix-Starlight avatar Phoenix-Starlight commented on July 25, 2024

I oppose the closure, because even without NEC it does crash. Here is the crash report without NEC.

---- Minecraft Crash Report ----
// This doesn't make any sense!

Time: 3/12/22, 9:04 PM
Description: Rendering Block Entity

java.lang.NullPointerException: Cannot invoke "net.minecraft.class_1087.method_4707(net.minecraft.class_2680, net.minecraft.class_2350, java.util.Random)" because "model" is null
	at Not Enough Crashes deobfuscated stack trace.(1.18.1+build.22)
	at foundationgames.enhancedblockentities.client.render.BlockEntityRendererOverride.renderBakedModel(BlockEntityRendererOverride.java:35)
	at foundationgames.enhancedblockentities.client.render.entity.BellBlockEntityRendererOverride.render(BellBlockEntityRendererOverride.java:43)
	at net.minecraft.client.render.block.entity.BlockEntityRenderDispatcher.handler$znl000$enhanced_bes$renderOverrides(BlockEntityRenderDispatcher:530)
	at net.minecraft.client.render.block.entity.BlockEntityRenderDispatcher.render(BlockEntityRenderDispatcher)
	at net.minecraft.client.render.block.entity.BlockEntityRenderDispatcher.method_23081(BlockEntityRenderDispatcher:73)
	at net.minecraft.client.render.block.entity.BlockEntityRenderDispatcher.runReported(BlockEntityRenderDispatcher:98)
	at net.minecraft.client.render.block.entity.BlockEntityRenderDispatcher.render(BlockEntityRenderDispatcher:73)
	at me.jellysquid.mods.sodium.client.render.SodiumWorldRenderer.renderTileEntities(SodiumWorldRenderer.java:280)
	at net.minecraft.client.render.WorldRenderer.handler$dag000$onRenderTileEntities(WorldRenderer:9534)
	at net.minecraft.client.render.WorldRenderer.render(WorldRenderer:1373)
	at net.minecraft.client.render.GameRenderer.renderWorld(GameRenderer:1031)
	at net.minecraft.client.render.GameRenderer.render(GameRenderer:811)
	at net.minecraft.client.MinecraftClient.render(MinecraftClient:1117)
	at net.minecraft.client.MinecraftClient.run(MinecraftClient:733)
	at net.minecraft.client.main.Main.main(Main:238)
	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:568)
	at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:416)
	at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:77)
	at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:568)
	at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:196)
	at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:231)
	at org.multimc.EntryPoint.listen(EntryPoint.java:143)
	at org.multimc.EntryPoint.main(EntryPoint.java:34)


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

-- Head --
Thread: Render thread
Stacktrace:
	at foundationgames.enhancedblockentities.client.render.BlockEntityRendererOverride.renderBakedModel(BlockEntityRendererOverride.java:35)
	at foundationgames.enhancedblockentities.client.render.entity.BellBlockEntityRendererOverride.render(BellBlockEntityRendererOverride.java:43)
	at net.minecraft.class_824.handler$znl000$enhanced_bes$renderOverrides(class_824.java:530)
	at net.minecraft.class_824.method_23079(class_824.java)
	at net.minecraft.class_824.method_23081(class_824.java:73)
	at net.minecraft.class_824.method_3554(class_824.java:98)
	at net.minecraft.class_824.method_3555(class_824.java:73)
	at me.jellysquid.mods.sodium.client.render.SodiumWorldRenderer.renderTileEntities(SodiumWorldRenderer.java:280)
	at net.minecraft.class_761.handler$dag000$onRenderTileEntities(class_761.java:9534)
	at net.minecraft.class_761.method_22710(class_761.java:1373)
	at net.minecraft.class_757.method_3188(class_757.java:1031)

-- Block Entity Details --
Details:
	Name: minecraft:bell // net.minecraft.class_3721
	Block: Block{minecraft:bell}[attachment=ceiling,facing=east,powered=false]
	Block location: World: (-1078,55,-5958), Section: (at 10,7,10 in -68,3,-373; chunk contains blocks -1088,0,-5968 to -1073,255,-5953), Region: (-3,-12; contains chunks -96,-384 to -65,-353, blocks -1536,0,-6144 to -1025,255,-5633)
	Block: Block{minecraft:bell}[attachment=ceiling,facing=east,powered=false]
	Block location: World: (-1078,55,-5958), Section: (at 10,7,10 in -68,3,-373; chunk contains blocks -1088,0,-5968 to -1073,255,-5953), Region: (-3,-12; contains chunks -96,-384 to -65,-353, blocks -1536,0,-6144 to -1025,255,-5633)
	Block Entity NBT: {}
Stacktrace:
	at net.minecraft.class_824.method_3554(class_824.java:98)
	at net.minecraft.class_824.method_3555(class_824.java:73)
	at me.jellysquid.mods.sodium.client.render.SodiumWorldRenderer.renderTileEntities(SodiumWorldRenderer.java:280)
	at net.minecraft.class_761.handler$dag000$onRenderTileEntities(class_761.java:9534)
	at net.minecraft.class_761.method_22710(class_761.java:1373)
	at net.minecraft.class_757.method_3188(class_757.java:1031)
	at net.minecraft.class_757.method_3192(class_757.java:811)
	at net.minecraft.class_310.method_1523(class_310.java:1117)
	at net.minecraft.class_310.method_1514(class_310.java:733)
	at net.minecraft.client.main.Main.main(Main.java:238)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:416)
	at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:77)
	at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:196)
	at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:231)
	at org.multimc.EntryPoint.listen(EntryPoint.java:143)
	at org.multimc.EntryPoint.main(EntryPoint.java:34)

-- Affected level --
Details:
	All players: 1 total; [class_746['phoenix_fire'/28645, l='ClientLevel', x=-1075.66, y=52.00, z=-5956.80]]
	Chunk stats: 256, 45
	Level dimension: minecraft:the_nether
	Level spawn location: World: (0,62,0), Section: (at 0,14,0 in 0,3,0; chunk contains blocks 0,0,0 to 15,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
	Level time: 101335 game time, 7589335 day time
	Server brand: Sponge (Velocity)
	Server type: Non-integrated multiplayer server
Stacktrace:
	at net.minecraft.class_638.method_8538(class_638.java:408)
	at net.minecraft.class_310.method_1587(class_310.java:2402)
	at net.minecraft.class_310.method_1514(class_310.java:752)
	at net.minecraft.client.main.Main.main(Main.java:238)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:416)
	at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:77)
	at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:196)
	at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:231)
	at org.multimc.EntryPoint.listen(EntryPoint.java:143)
	at org.multimc.EntryPoint.main(EntryPoint.java:34)

-- Last reload --
Details:
	Reload number: 1
	Reload reason: initial
	Finished: Yes
	Packs: Default, Fabric Mods, Ryan's+32x+Even+Lower+Fire+1.14+, brew_guide, No Menu Clicks

-- System Details --
Details:
	Minecraft Version: 1.18.1
	Minecraft Version ID: 1.18.1
	Operating System: Linux (amd64) version 5.10.0-ck1
	Java Version: 17.0.2, GraalVM Community
	Java VM Version: OpenJDK 64-Bit Server VM (mixed mode, sharing), GraalVM Community
	Memory: 555038720 bytes (529 MiB) / 1073741824 bytes (1024 MiB) up to 1073741824 bytes (1024 MiB)
	CPUs: 2
	Processor Vendor: GenuineIntel
	Processor Name: Intel(R) Celeron(R) CPU N3350 @ 1.10GHz
	Identifier: Intel64 Family 6 Model 92 Stepping 9
	Microarchitecture: Goldmont
	Frequency (GHz): 1.10
	Number of physical packages: 1
	Number of physical CPUs: 2
	Number of logical CPUs: 2
	Graphics card #0 name: Device
	Graphics card #0 vendor: Intel Corporation (0x8086)
	Graphics card #0 VRAM (MB): 256.00
	Graphics card #0 deviceId: 0x5a85
	Graphics card #0 versionInfo: unknown
	Memory slot #0 capacity (MB): 2048.00
	Memory slot #0 clockSpeed (GHz): -0.00
	Memory slot #0 type: DDR3
	Memory slot #1 capacity (MB): 2048.00
	Memory slot #1 clockSpeed (GHz): -0.00
	Memory slot #1 type: DDR3
	Virtual memory max (MB): 2901.67
	Virtual memory used (MB): 3225.97
	Swap memory total (MB): 1024.00
	Swap memory used (MB): 113.00
	JVM Flags: 40 total; -XX:ThreadPriorityPolicy=1 -XX:+UnlockExperimentalVMOptions -XX:+EnableJVMCIProduct -XX:-UnlockExperimentalVMOptions -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:+ParallelRefProcEnabled -XX:+DisableExplicitGC -XX:+AlwaysPreTouch -XX:G1NewSizePercent=40 -XX:G1MaxNewSizePercent=50 -XX:G1HeapRegionSize=32M -XX:G1ReservePercent=20 -XX:G1HeapWastePercent=5 -XX:G1MixedGCCountTarget=4 -XX:InitiatingHeapOccupancyPercent=15 -XX:G1MixedGCLiveThresholdPercent=90 -XX:G1RSetUpdatingPauseTimePercent=5 -XX:SurvivorRatio=20 -XX:+PerfDisableSharedMem -XX:MaxTenuringThreshold=1 -XX:UseSSE=4 -XX:ParallelGCThreads=1 -XX:+UseCompressedOops -XX:+OptimizeStringConcat -XX:GCTimeRatio=199 -XX:MaxGCPauseMillis=300 -XX:+EnableJVMCI -XX:+UseJVMCICompiler -XX:+EagerJVMCI -XX:-UseBiasedLocking -Xlog:gc+init -XX:+UseTransparentHugePages -XX:LargePageSizeInBytes=4M -XX:MaxHeapFreeRatio=90 -XX:NewSize=672M -XX:MaxNewSize=672M -Xlog:gc+stats -Xms1024m -Xmx1024m
	Fabric Mods: 
		accurateblockplacement: Accurate Block Placement 1.0.11
		advanced_runtime_resource_pack: Runtime Resource Pack 0.5.4
		advancementinfo: AdvancementInfo 1.18-fabric0.43.1-1.3
		alternatecurrent: Alternate Current 1.1.0
		amecs: Amecs 1.3.7+mc.1.18
		amecsapi: Amecs API 1.3.5+mc1.18-pre1
		appleskin: AppleSkin 2.3.0+mc1.18.1
		architectury: Architectury 3.7.31
		autofish: Autofish 0.9.4
		badstdout: BadStdOut 1.1.1-1.18
		bedrodium: Bedrodium 0.1
		beenfo: Beenfo 1.18.1-fabric0.45.0-1.3.3
		betterbeds: Better Beds 1.2.0
		betterf3: BetterF3 1.2.2
		bettermounthud: Better Mount HUD 1.1.4
		betterthirdperson: Better Third Person 1.6.0
		blue_endless_jankson: jankson 1.2.1
		boathud: BoatHud 1.1.0
		brb: Better Recipe Book 1.5.6
		c2me: Concurrent Chunk Management Engine 0.2.0+alpha.6.1
		caffeineconfig: CaffeineConfig 1.0.0
		chatlagfix: Chat lag fix 2.0.2
		cleancut: CleanCut 1.18-4.0-fabric
		clear-skies: Clear Skies 2.0.88
		clientsidenoteblocks: ClientSideNoteblocks 2.1
		cloth-api: Cloth API 3.1.61
		cloth-basic-math: cloth-basic-math 0.6.0
		cloth-client-events-v0: Cloth Client Events v0 3.1.61
		cloth-common-events-v1: Cloth Common Events v1 3.1.61
		cloth-config: Cloth Config v6 6.2.57
		cloth-datagen-api-v1: Cloth Datagen v1 3.1.61
		cloth-scissors-api-v1: Cloth Scissors API v1 3.1.61
		cloth-utils-v1: Cloth Utils v1 3.1.61
		clumps: Clumps 8.0.0+5
		com_github_ajalt_colormath_colormath-jvm: colormath-jvm 3.2.0
		com_github_llamalad7_mixinextras: mixinextras 0.0.6
		com_moandjiezana_toml_toml4j: toml4j 0.7.2
		com_velocitypowered_velocity-native: velocity-native 1.1.0-SNAPSHOT
		commons-codec_commons-codec: commons-codec 1.10
		commons-logging_commons-logging: commons-logging 1.2
		crowdin-translate: CrowdinTranslate 1.4+1.18
		cullleaves: Cull Leaves 2.3.2
		customsplashscreen: Custom Splash Screen 1.2.0
		dcch: DCCH 2.0+1.17
		detailab: Detail Armor Bar 2.6.1+1.18-fabric
		dev_isxander_settxi: settxi 2.1.0
		durabilityviewer: Giselbaers Durability Viewer 1.18-fabric0.43.1-1.10.2
		dynamicfps: Dynamic FPS 2.1.0
		easiercrafting: EasierCrafting 1.18.1-fabric0.45.0-1.7
		elativitymc_c2me-fabric_ver_1_18_libs_: libs 0.2.0+alpha.6.1
		elementa: elementa 427
		enchantment_lore: Enchantment Lore 1.2.4+MC1.18-1.18.1
		enhanced_attack_indicator: Enhanced Attack Indicator 1.0.2+1.18
		enhancedblockentities: Enhanced Block Entities 0.5+1.18
		entityculling: EntityCulling-Fabric 1.5.0
		evergreenhud: EvergreenHUD 2.0.0-alpha.5
		fabric: Fabric API 0.46.6+1.18
		fabric-api-base: Fabric API Base 0.4.2+d7c144a865
		fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.5.3+d7c144a865
		fabric-biome-api-v1: Fabric Biome API (v1) 6.0.2+d7c144a865
		fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.10+3ac43d9565
		fabric-command-api-v1: Fabric Command API (v1) 1.1.7+d7c144a865
		fabric-commands-v0: Fabric Commands (v0) 0.2.6+b4f4f6cd65
		fabric-containers-v0: Fabric Containers (v0) 0.1.19+d7c144a865
		fabric-content-registries-v0: Fabric Content Registries (v0) 0.4.9+d7c144a865
		fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.1.9+3ac43d9565
		fabric-dimensions-v1: Fabric Dimensions API (v1) 2.1.10+a1d9bbf565
		fabric-entity-events-v1: Fabric Entity Events (v1) 1.4.6+d7c144a865
		fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.4.17+d7c144a865
		fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.2.9+d7c144a865
		fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.11+d7c144a865
		fabric-item-api-v1: Fabric Item API (v1) 1.3.1+691a79b565
		fabric-item-groups-v0: Fabric Item Groups (v0) 0.3.7+3ac43d9565
		fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.9+d7c144a865
		fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.7+b4f4f6cd65
		fabric-language-kotlin: Fabric Language Kotlin 1.7.1+kotlin.1.6.10
		fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 1.4.13+713c266865
		fabric-loot-tables-v1: Fabric Loot Tables (v1) 1.0.9+d7c144a865
		fabric-mining-level-api-v1: Fabric Mining Level API (v1) 1.0.7+d7c144a865
		fabric-mining-levels-v0: Fabric Mining Levels (v0) 0.1.12+b4f4f6cd65
		fabric-models-v0: Fabric Models (v0) 0.3.4+d7c144a865
		fabric-networking-api-v1: Fabric Networking API (v1) 1.0.19+d7c144a865
		fabric-networking-v0: Fabric Networking (v0) 0.3.6+b4f4f6cd65
		fabric-object-builder-api-v1: Fabric Object Builder API (v1) 1.11.5+737332ce65
		fabric-object-builders-v0: Fabric Object Builders (v0) 0.7.13+d7c144a865
		fabric-particles-v1: Fabric Particles (v1) 0.2.10+526dc1ac65
		fabric-registry-sync-v0: Fabric Registry Sync (v0) 0.9.2+ad01bfbd65
		fabric-renderer-api-v1: Fabric Renderer API (v1) 0.4.11+b0b66fc365
		fabric-renderer-indigo: Fabric Renderer - Indigo 0.4.15+6825030165
		fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 3.2.10+b4f4f6cd65
		fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.5+d7c144a865
		fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 0.1.19+3ac43d9565
		fabric-rendering-v0: Fabric Rendering (v0) 1.1.12+b4f4f6cd65
		fabric-rendering-v1: Fabric Rendering (v1) 1.10.6+713c266865
		fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 1.0.2+d7c144a865
		fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.4.15+8906aafd65
		fabric-screen-api-v1: Fabric Screen API (v1) 1.0.8+d7c144a865
		fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.1.12+d7c144a865
		fabric-structure-api-v1: Fabric Structure API (v1) 2.1.3+d7c144a865
		fabric-tag-extensions-v0: Fabric Tag Extensions (v0) 1.2.9+d7c144a865
		fabric-textures-v0: Fabric Textures (v0) 1.0.10+3ac43d9565
		fabric-tool-attribute-api-v1: Fabric Tool Attribute API (v1) 1.3.9+fb3b57b465
		fabric-transfer-api-v1: Fabric Transfer API (v1) 1.5.10+c329913d65
		fabricloader: Fabric Loader 0.13.3
		fabrikmc-all: FabrikMC (All modules) 1.7.1
		fabrikmc-commands: FabrikMC Commands 1.7.1
		fabrikmc-compose: FabrikMC Compose 1.7.1
		fabrikmc-core: FabrikMC Core 1.7.1
		fabrikmc-game: FabrikMC Game 1.7.1
		fabrikmc-igui: FabrikMC Inventory GUI 1.7.1
		fabrikmc-nbt: FabrikMC NBT 1.7.1
		fabrikmc-network: FabrikMC Network 1.7.1
		fabrikmc-persistence: FabrikMC Persistence 1.7.1
		fabrishot: Fabrishot 1.6.2
		fabulousclouds: Fabulous Clouds 0.3.0
		fastopenlinksandfolders: FastOpenResourcePacks 1.1.0
		ferritecore: FerriteCore 4.1.2
		forgetmechunk: Forget Me Chunk 1.18.X-1.0.3
		frex: FREX 6.0.236
		gbfabrictools: GBfabrictools 1.3.4+1.18
		horsestatsvanilla: Horse Stats Vanilla 4.1.10
		hypoalgesia: Hypoalgesia 1.0.2
		iknowwhatimdoing: I Know What I'm Doing 4.0.0
		info_openmods_calc: calc 0.3
		inspecio: Inspecio 1.2.1+1.18
		io_ktor_ktor-client-apache-jvm: ktor-client-apache-jvm 2.0.0-beta-1
		io_ktor_ktor-client-content-negotiation-jvm: ktor-client-content-negotiation-jvm 2.0.0-beta-1
		io_ktor_ktor-client-core-jvm: ktor-client-core-jvm 2.0.0-beta-1
		io_ktor_ktor-events-jvm: ktor-events-jvm 2.0.0-beta-1
		io_ktor_ktor-http-jvm: ktor-http-jvm 2.0.0-beta-1
		io_ktor_ktor-io-jvm: ktor-io-jvm 2.0.0-beta-1
		io_ktor_ktor-serialization-jvm: ktor-serialization-jvm 2.0.0-beta-1
		io_ktor_ktor-serialization-kotlinx-json-jvm: ktor-serialization-kotlinx-json-jvm 2.0.0-beta-1
		io_ktor_ktor-serialization-kotlinx-jvm: ktor-serialization-kotlinx-jvm 2.0.0-beta-1
		io_ktor_ktor-utils-jvm: ktor-utils-jvm 2.0.0-beta-1
		io_ktor_ktor-websocket-serialization-jvm: ktor-websocket-serialization-jvm 2.0.0-beta-1
		io_ktor_ktor-websockets-jvm: ktor-websockets-jvm 2.0.0-beta-1
		io_vram_bitkit: bitkit 1.0.1
		isometric-renders: Isometric Renders 0.2.11+1.18
		itemmodelfix: Item Model Fix 1.0.3+1.18
		jankson: Jankson 4.0.0+j1.2.0
		java: OpenJDK 64-Bit Server VM 17
		json-model-extensions: JSON Model Extensions 1.22.243
		krypton: Krypton 0.1.7
		ksyxis: Ksyxis 1.1
		lambdabettergrass: LambdaBetterGrass 1.2.2+1.17
		lambdynlights: LambDynamicLights 2.1.0+1.17
		languagereload: Language Reload 1.2.1
		lazydfu: LazyDFU 0.1.2
		libgui: LibGui 5.0.0-beta.2+1.18-rc1
		libninepatch: LibNinePatch 1.1.0
		libzoomer: LibZoomer 0.3.0+1.17.1
		lithium: Lithium 0.7.8
		loading-timer: Loading Timer 1.5+21w42a
		memoryusagescreen: Memory Usage Screen 1.2
		midnightlib: MidnightLib 0.2.9
		minecraft: Minecraft 1.18.1
		miningcooldownfix: Mining Cooldown Fix 1.18.1-1.0.0
		mm: Manningham Mills 2.1
		modmenu: Mod Menu 3.0.1
		morechathistory: MoreChatHistory 1.1.0
		mousetweaks: Mouse Tweaks 2.22
		multiconnect: MultiConnect 1.5.10
		multiconnect-api: MultiConnect API 1.5.10
		musicdr: Music Duration Reducer 1.0.0
		nbttooltip: NBT Tooltip 1.5.0-fabric
		net_axay_fabrikmc-compose-mojang-api_: fabrikmc-compose-mojang-api 1.7.1
		no-telemetry: No Telemetry 1.3.0
		nofade: No Fade 1.18-2.0.1
		nomoreglowingpots: No More Glowing Pots 1.0.2
		notenoughcrashes: Not Enough Crashes 4.1.4+1.18.1
		okzoomer: Ok Zoomer 5.0.0-beta.3+1.17.1
		org_apache_commons_commons-csv: commons-csv 1.9.0
		org_apache_httpcomponents_httpasyncclient: httpasyncclient 4.1.4
		org_apache_httpcomponents_httpclient: httpclient 4.5.6
		org_apache_httpcomponents_httpcore: httpcore 4.4.14
		org_apache_httpcomponents_httpcore-nio: httpcore-nio 4.4.14
		org_bundleproject_libversion: libversion 0.0.3
		org_codehaus_groovy_groovy: groovy 3.0.8
		org_codehaus_groovy_groovy-jsr223: groovy-jsr223 3.0.8
		org_commonmark_commonmark: commonmark 0.17.1
		org_commonmark_commonmark-ext-gfm-strikethrough: commonmark-ext-gfm-strikethrough 0.17.1
		org_commonmark_commonmark-ext-ins: commonmark-ext-ins 0.17.1
		org_dom4j_dom4j: dom4j 2.1.1
		org_jetbrains_compose_animation_animation-core-desktop: animation-core-desktop 1.0.1
		org_jetbrains_compose_animation_animation-desktop: animation-desktop 1.0.1
		org_jetbrains_compose_desktop_desktop-jvm: desktop-jvm 1.0.1
		org_jetbrains_compose_foundation_foundation-desktop: foundation-desktop 1.0.1
		org_jetbrains_compose_foundation_foundation-layout-desktop: foundation-layout-desktop 1.0.1
		org_jetbrains_compose_material_material-desktop: material-desktop 1.0.1
		org_jetbrains_compose_material_material-icons-core-desktop: material-icons-core-desktop 1.0.1
		org_jetbrains_compose_material_material-ripple-desktop: material-ripple-desktop 1.0.1
		org_jetbrains_compose_runtime_runtime-desktop: runtime-desktop 1.0.1
		org_jetbrains_compose_runtime_runtime-saveable-desktop: runtime-saveable-desktop 1.0.1
		org_jetbrains_compose_ui_ui-desktop: ui-desktop 1.0.1
		org_jetbrains_compose_ui_ui-geometry-desktop: ui-geometry-desktop 1.0.1
		org_jetbrains_compose_ui_ui-graphics-desktop: ui-graphics-desktop 1.0.1
		org_jetbrains_compose_ui_ui-text-desktop: ui-text-desktop 1.0.1
		org_jetbrains_compose_ui_ui-tooling-preview-desktop: ui-tooling-preview-desktop 1.0.1
		org_jetbrains_compose_ui_ui-unit-desktop: ui-unit-desktop 1.0.1
		org_jetbrains_compose_ui_ui-util-desktop: ui-util-desktop 1.0.1
		org_jetbrains_kotlin_kotlin-reflect: kotlin-reflect 1.6.10
		org_jetbrains_kotlin_kotlin-stdlib: kotlin-stdlib 1.6.10
		org_jetbrains_kotlin_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 1.6.10
		org_jetbrains_kotlin_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 1.6.10
		org_jetbrains_kotlinx_kotlinx-coroutines-core-jvm: kotlinx-coroutines-core-jvm 1.5.2
		org_jetbrains_kotlinx_kotlinx-coroutines-jdk8: kotlinx-coroutines-jdk8 1.5.2
		org_jetbrains_kotlinx_kotlinx-coroutines-swing: kotlinx-coroutines-swing 1.5.2
		org_jetbrains_kotlinx_kotlinx-serialization-cbor-jvm: kotlinx-serialization-cbor-jvm 1.3.1
		org_jetbrains_kotlinx_kotlinx-serialization-core-jvm: kotlinx-serialization-core-jvm 1.3.1
		org_jetbrains_kotlinx_kotlinx-serialization-json-jvm: kotlinx-serialization-json-jvm 1.3.1
		org_jetbrains_kotlinx_multik-api: multik-api 0.1.1
		org_jetbrains_kotlinx_multik-jvm: multik-jvm 0.1.1
		org_jetbrains_skiko_skiko-jvm: skiko-jvm 0.6.6
		org_jetbrains_skiko_skiko-jvm-runtime-linux-arm64: skiko-jvm-runtime-linux-arm64 0.6.6
		org_jetbrains_skiko_skiko-jvm-runtime-linux-x64: skiko-jvm-runtime-linux-x64 0.6.6
		org_jetbrains_skiko_skiko-jvm-runtime-macos-arm64: skiko-jvm-runtime-macos-arm64 0.6.6
		org_jetbrains_skiko_skiko-jvm-runtime-macos-x64: skiko-jvm-runtime-macos-x64 0.6.6
		org_jetbrains_skiko_skiko-jvm-runtime-windows-x64: skiko-jvm-runtime-windows-x64 0.6.6
		org_joml_joml: joml 1.10.2
		org_quiltmc_quilt-json5: quilt-json5 1.0.0
		org_slf4j_slf4j-api: slf4j-api 1.7.30
		org_yaml_snakeyaml: snakeyaml 1.30
		pinglist: PingList 1.3.3
		pride: Pride Lib 1.1.0+1.17
		quickcalc: Quick Calc 1.1.1
		recipecache: recipecache 0.2.1-1.17.1
		reeses-sodium-options: Reese's Sodium Options 1.4.0
		roughlyenoughitems: Roughly Enough Items 7.3.443
		slight-gui-modifications: 'Slight' GUI Modifications 2.0.3
		sneakyscreens: Sneaky Screens 1.0.1
		sodium: Sodium 0.4.0-alpha6+build.14
		sodium-extra: Sodium Extra 0.4.0
		spectater: Spectater 2.0.1
		spruceui: SpruceUI 3.3.2+1.17
		sspb: Sodium Shadowy Path Blocks 0.2.2
		starlight: Starlight 1.0.0+fabric.d0a3220
		statuseffecttimer: Status Effect Timer 1.1.0+1.18.1
		stendhal: Stendhal 1.2.0-1.18
		tiefix: TieFix 1.9.0
		tnttime: TNT Time 1.0.0
		tooltipfix: ToolTip Fix 1.0.4-1.18
		torohealth: ToroHealth Damage Indicators 1.18-fabric-2
		universalcraft: UniversalCraft 1.0.0
		viabackwards: ViaBackwards 4.2.0
		viafabric: ViaFabric 0.4.5+263-main
		viafabric-mc118: ViaFabric for 1.18 0.4.5+263-main
		viaversion: ViaVersion 4.1.2-SNAPSHOT
		whyamionfire: Why Am I on Fire? 1.1.1
		worldmesher: Worldmesher 0.2.5+1.18
		xaerominimap: Xaero's Minimap 22.3.0
		xaeroworldmap: Xaero's World Map 1.20.3.1
	Launched Version: MultiMC5
	Backend library: LWJGL version 3.2.2 build 10
	Backend API: Mesa DRI Intel(R) HD Graphics 500 (Broxton 2x6)  GL version 4.5 (Core Profile) Mesa 18.2.2, Intel Open Source Technology Center
	Window size: 1366x709
	GL Caps: Using framebuffer using OpenGL 3.2
	GL debug messages: 
	Using VBOs: Yes
	Is Modded: Definitely; Client brand changed to 'fabric'
	Type: Client (map_client.txt)
	Graphics mode: fast
	Resource Packs: vanilla, Fabric Mods, file/Ryan's+32x+Even+Lower+Fire+1.14+ (incompatible), file/brew_guide (incompatible), file/No Menu Clicks (incompatible)
	Current Language: English (US)
	CPU: 2x Intel(R) Celeron(R) CPU N3350 @ 1.10GHz
	Client Crashes Since Restart: 1
	Integrated Server Crashes Since Restart: 0
	Suspected Mods: Minecraft (minecraft), Fabric Loader (fabricloader), Sodium (sodium), Enhanced Block Entities (enhancedblockentities)

from enhancedblockentities.

MrGcGamer avatar MrGcGamer commented on July 25, 2024

What's NEC?

from enhancedblockentities.

FoundationGames avatar FoundationGames commented on July 25, 2024

What's NEC?

Not Enough Crashes, a mod that lets you return to the title screen after a crash among other things
Mods do not have handling for this kind of behavior and very technical ones will break

from enhancedblockentities.

MrGcGamer avatar MrGcGamer commented on July 25, 2024

Ah ok… yeah I got my crash without that one as well

from enhancedblockentities.

Phoenix-Starlight avatar Phoenix-Starlight commented on July 25, 2024

Can this be reopened since it's been confirmed that it crashes without NEC?

from enhancedblockentities.

Phoenix-Starlight avatar Phoenix-Starlight commented on July 25, 2024

Reproduction steps:

  1. Launch 1.18.1/1.18 MC with Sodium, Indium, FAPI, and EBE.
  2. Create world/join server
  3. Place a bell, then ring it. (Right click it)
  4. Crashes.
---- Minecraft Crash Report ----
// Hey, that tickles! Hehehe!

Time: 3/21/22, 1:54 PM
Description: Rendering Block Entity

java.lang.NullPointerException: Cannot invoke "net.minecraft.class_1087.method_4707(net.minecraft.class_2680, net.minecraft.class_2350, java.util.Random)" because "model" is null
	at foundationgames.enhancedblockentities.client.render.BlockEntityRendererOverride.renderBakedModel(BlockEntityRendererOverride.java:35)
	at foundationgames.enhancedblockentities.client.render.entity.BellBlockEntityRendererOverride.render(BellBlockEntityRendererOverride.java:43)
	at net.minecraft.class_824.handler$zze000$enhanced_bes$renderOverrides(class_824.java:530)
	at net.minecraft.class_824.method_23079(class_824.java)
	at net.minecraft.class_824.method_23081(class_824.java:73)
	at net.minecraft.class_824.method_3554(class_824.java:98)
	at net.minecraft.class_824.method_3555(class_824.java:73)
	at me.jellysquid.mods.sodium.client.render.SodiumWorldRenderer.renderTileEntities(SodiumWorldRenderer.java:280)
	at net.minecraft.class_761.handler$zka000$onRenderTileEntities(class_761.java:6034)
	at net.minecraft.class_761.method_22710(class_761.java:1373)
	at net.minecraft.class_757.method_3188(class_757.java:1031)
	at net.minecraft.class_757.method_3192(class_757.java:811)
	at net.minecraft.class_310.method_1523(class_310.java:1117)
	at net.minecraft.class_310.method_1514(class_310.java:733)
	at net.minecraft.client.main.Main.main(Main.java:238)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:416)
	at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:77)
	at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:196)
	at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:231)
	at org.multimc.EntryPoint.listen(EntryPoint.java:143)
	at org.multimc.EntryPoint.main(EntryPoint.java:34)


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

-- Head --
Thread: Render thread
Stacktrace:
	at foundationgames.enhancedblockentities.client.render.BlockEntityRendererOverride.renderBakedModel(BlockEntityRendererOverride.java:35)
	at foundationgames.enhancedblockentities.client.render.entity.BellBlockEntityRendererOverride.render(BellBlockEntityRendererOverride.java:43)
	at net.minecraft.class_824.handler$zze000$enhanced_bes$renderOverrides(class_824.java:530)
	at net.minecraft.class_824.method_23079(class_824.java)
	at net.minecraft.class_824.method_23081(class_824.java:73)
	at net.minecraft.class_824.method_3554(class_824.java:98)
	at net.minecraft.class_824.method_3555(class_824.java:73)
	at me.jellysquid.mods.sodium.client.render.SodiumWorldRenderer.renderTileEntities(SodiumWorldRenderer.java:280)
	at net.minecraft.class_761.handler$zka000$onRenderTileEntities(class_761.java:6034)
	at net.minecraft.class_761.method_22710(class_761.java:1373)
	at net.minecraft.class_757.method_3188(class_757.java:1031)

-- Block Entity Details --
Details:
	Name: minecraft:bell // net.minecraft.class_3721
	Block: Block{minecraft:bell}[attachment=floor,facing=east,powered=false]
	Block location: World: (-274,63,-1486), Section: (at 14,15,2 in -18,3,-93; chunk contains blocks -288,-64,-1488 to -273,319,-1473), Region: (-1,-3; contains chunks -32,-96 to -1,-65, blocks -512,-64,-1536 to -1,319,-1025)
	Block: Block{minecraft:bell}[attachment=floor,facing=east,powered=false]
	Block location: World: (-274,63,-1486), Section: (at 14,15,2 in -18,3,-93; chunk contains blocks -288,-64,-1488 to -273,319,-1473), Region: (-1,-3; contains chunks -32,-96 to -1,-65, blocks -512,-64,-1536 to -1,319,-1025)
Stacktrace:
	at net.minecraft.class_824.method_3554(class_824.java:98)
	at net.minecraft.class_824.method_3555(class_824.java:73)
	at me.jellysquid.mods.sodium.client.render.SodiumWorldRenderer.renderTileEntities(SodiumWorldRenderer.java:280)
	at net.minecraft.class_761.handler$zka000$onRenderTileEntities(class_761.java:6034)
	at net.minecraft.class_761.method_22710(class_761.java:1373)
	at net.minecraft.class_757.method_3188(class_757.java:1031)
	at net.minecraft.class_757.method_3192(class_757.java:811)
	at net.minecraft.class_310.method_1523(class_310.java:1117)
	at net.minecraft.class_310.method_1514(class_310.java:733)
	at net.minecraft.client.main.Main.main(Main.java:238)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:416)
	at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:77)
	at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:196)
	at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:231)
	at org.multimc.EntryPoint.listen(EntryPoint.java:143)
	at org.multimc.EntryPoint.main(EntryPoint.java:34)

-- Affected level --
Details:
	All players: 1 total; [class_746['phoenix_fire'/51753, l='ClientLevel', x=-275.30, y=63.00, z=-1486.62]]
	Chunk stats: 1024, 109
	Level dimension: minecraft:overworld
	Level spawn location: World: (400,63,-240), Section: (at 0,15,0 in 25,3,-15; chunk contains blocks 400,-64,-240 to 415,319,-225), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,-64,-512 to 511,319,-1)
	Level time: 185466 game time, 960000 day time
	Server brand: Jutland (Velocity)
	Server type: Non-integrated multiplayer server
Stacktrace:
	at net.minecraft.class_638.method_8538(class_638.java:408)
	at net.minecraft.class_310.method_1587(class_310.java:2402)
	at net.minecraft.class_310.method_1514(class_310.java:752)
	at net.minecraft.client.main.Main.main(Main.java:238)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:416)
	at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:77)
	at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:196)
	at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:231)
	at org.multimc.EntryPoint.listen(EntryPoint.java:143)
	at org.multimc.EntryPoint.main(EntryPoint.java:34)

-- Last reload --
Details:
	Reload number: 1
	Reload reason: initial
	Finished: Yes
	Packs: Default, Fabric Mods, brew_guide, Ryan's+32x+Even+Lower+Fire+1.14+, No Menu Clicks

-- System Details --
Details:
	Minecraft Version: 1.18.1
	Minecraft Version ID: 1.18.1
	Operating System: Linux (amd64) version 5.10.0-ck1
	Java Version: 17.0.2, GraalVM Community
	Java VM Version: OpenJDK 64-Bit Server VM (mixed mode, sharing), GraalVM Community
	Memory: 552650232 bytes (527 MiB) / 1107296256 bytes (1056 MiB) up to 1107296256 bytes (1056 MiB)
	CPUs: 2
	Processor Vendor: GenuineIntel
	Processor Name: Intel(R) Celeron(R) CPU N3350 @ 1.10GHz
	Identifier: Intel64 Family 6 Model 92 Stepping 9
	Microarchitecture: Goldmont
	Frequency (GHz): 1.10
	Number of physical packages: 1
	Number of physical CPUs: 2
	Number of logical CPUs: 2
	Graphics card #0 name: Device
	Graphics card #0 vendor: Intel Corporation (0x8086)
	Graphics card #0 VRAM (MB): 256.00
	Graphics card #0 deviceId: 0x5a85
	Graphics card #0 versionInfo: unknown
	Memory slot #0 capacity (MB): 2048.00
	Memory slot #0 clockSpeed (GHz): -0.00
	Memory slot #0 type: DDR3
	Memory slot #1 capacity (MB): 2048.00
	Memory slot #1 clockSpeed (GHz): -0.00
	Memory slot #1 type: DDR3
	Virtual memory max (MB): 2901.67
	Virtual memory used (MB): 2878.14
	Swap memory total (MB): 1024.00
	Swap memory used (MB): 1.00
	JVM Flags: 39 total; -XX:ThreadPriorityPolicy=1 -XX:+UnlockExperimentalVMOptions -XX:+EnableJVMCIProduct -XX:-UnlockExperimentalVMOptions -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:+ParallelRefProcEnabled -XX:+DisableExplicitGC -XX:+AlwaysPreTouch -XX:G1NewSizePercent=40 -XX:G1MaxNewSizePercent=50 -XX:G1HeapRegionSize=32M -XX:G1ReservePercent=20 -XX:G1HeapWastePercent=5 -XX:G1MixedGCCountTarget=4 -XX:InitiatingHeapOccupancyPercent=15 -XX:G1MixedGCLiveThresholdPercent=90 -XX:G1RSetUpdatingPauseTimePercent=5 -XX:SurvivorRatio=20 -XX:MaxTenuringThreshold=1 -XX:UseSSE=4 -XX:ParallelGCThreads=1 -XX:+UseCompressedOops -XX:+OptimizeStringConcat -XX:GCTimeRatio=199 -XX:MaxGCPauseMillis=300 -XX:+EnableJVMCI -XX:+UseJVMCICompiler -XX:+EagerJVMCI -XX:-UseBiasedLocking -Xlog:gc+init -XX:+UseTransparentHugePages -XX:LargePageSizeInBytes=4M -XX:MaxHeapFreeRatio=90 -XX:NewSize=672M -XX:MaxNewSize=672M -Xlog:gc+stats -Xms1056m -Xmx1056m
	Fabric Mods: 
		advanced_runtime_resource_pack: Runtime Resource Pack 0.5.4
		enhancedblockentities: Enhanced Block Entities 0.5+1.18
		fabric: Fabric API 0.46.6+1.18
		fabric-api-base: Fabric API Base 0.4.2+d7c144a865
		fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.5.3+d7c144a865
		fabric-biome-api-v1: Fabric Biome API (v1) 6.0.2+d7c144a865
		fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.10+3ac43d9565
		fabric-command-api-v1: Fabric Command API (v1) 1.1.7+d7c144a865
		fabric-commands-v0: Fabric Commands (v0) 0.2.6+b4f4f6cd65
		fabric-containers-v0: Fabric Containers (v0) 0.1.19+d7c144a865
		fabric-content-registries-v0: Fabric Content Registries (v0) 0.4.9+d7c144a865
		fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.1.9+3ac43d9565
		fabric-dimensions-v1: Fabric Dimensions API (v1) 2.1.10+a1d9bbf565
		fabric-entity-events-v1: Fabric Entity Events (v1) 1.4.6+d7c144a865
		fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.4.17+d7c144a865
		fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.2.9+d7c144a865
		fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.11+d7c144a865
		fabric-item-api-v1: Fabric Item API (v1) 1.3.1+691a79b565
		fabric-item-groups-v0: Fabric Item Groups (v0) 0.3.7+3ac43d9565
		fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.9+d7c144a865
		fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.7+b4f4f6cd65
		fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 1.4.13+713c266865
		fabric-loot-tables-v1: Fabric Loot Tables (v1) 1.0.9+d7c144a865
		fabric-mining-level-api-v1: Fabric Mining Level API (v1) 1.0.7+d7c144a865
		fabric-mining-levels-v0: Fabric Mining Levels (v0) 0.1.12+b4f4f6cd65
		fabric-models-v0: Fabric Models (v0) 0.3.4+d7c144a865
		fabric-networking-api-v1: Fabric Networking API (v1) 1.0.19+d7c144a865
		fabric-networking-v0: Fabric Networking (v0) 0.3.6+b4f4f6cd65
		fabric-object-builder-api-v1: Fabric Object Builder API (v1) 1.11.5+737332ce65
		fabric-object-builders-v0: Fabric Object Builders (v0) 0.7.13+d7c144a865
		fabric-particles-v1: Fabric Particles (v1) 0.2.10+526dc1ac65
		fabric-registry-sync-v0: Fabric Registry Sync (v0) 0.9.2+ad01bfbd65
		fabric-renderer-api-v1: Fabric Renderer API (v1) 0.4.11+b0b66fc365
		fabric-renderer-indigo: Fabric Renderer - Indigo 0.4.15+6825030165
		fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 3.2.10+b4f4f6cd65
		fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.5+d7c144a865
		fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 0.1.19+3ac43d9565
		fabric-rendering-v0: Fabric Rendering (v0) 1.1.12+b4f4f6cd65
		fabric-rendering-v1: Fabric Rendering (v1) 1.10.6+713c266865
		fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 1.0.2+d7c144a865
		fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.4.15+8906aafd65
		fabric-screen-api-v1: Fabric Screen API (v1) 1.0.8+d7c144a865
		fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.1.12+d7c144a865
		fabric-structure-api-v1: Fabric Structure API (v1) 2.1.3+d7c144a865
		fabric-tag-extensions-v0: Fabric Tag Extensions (v0) 1.2.9+d7c144a865
		fabric-textures-v0: Fabric Textures (v0) 1.0.10+3ac43d9565
		fabric-tool-attribute-api-v1: Fabric Tool Attribute API (v1) 1.3.9+fb3b57b465
		fabric-transfer-api-v1: Fabric Transfer API (v1) 1.5.10+c329913d65
		fabricloader: Fabric Loader 0.13.3
		indium: Indium 1.0.2-alpha3+mc1.18.1
		java: OpenJDK 64-Bit Server VM 17
		minecraft: Minecraft 1.18.1
		org_joml_joml: joml 1.10.2
		sodium: Sodium 0.4.0-alpha6+build.14
	Launched Version: MultiMC5
	Backend library: LWJGL version 3.2.2 build 10
	Backend API: Mesa DRI Intel(R) HD Graphics 500 (Broxton 2x6)  GL version 4.5 (Core Profile) Mesa 18.2.2, Intel Open Source Technology Center
	Window size: 1366x709
	GL Caps: Using framebuffer using OpenGL 3.2
	GL debug messages: 
	Using VBOs: Yes
	Is Modded: Definitely; Client brand changed to 'fabric'
	Type: Client (map_client.txt)
	Graphics mode: fast
	Resource Packs: vanilla, Fabric Mods, file/brew_guide (incompatible), file/Ryan's+32x+Even+Lower+Fire+1.14+ (incompatible), file/No Menu Clicks (incompatible)
	Current Language: English (US)
	CPU: 2x Intel(R) Celeron(R) CPU N3350 @ 1.10GHz

from enhancedblockentities.

dbrighthd avatar dbrighthd commented on July 25, 2024

I'm still experiencing this issue

from enhancedblockentities.

zwuis avatar zwuis commented on July 25, 2024

Same issue here, WITHOUT Not Enough Crashes.

Crash report (Single player):

---- Minecraft Crash Report ----
// There are four lights!

Time: 2023/2/6 下午9:22
Description: Rendering Block Entity

java.lang.NullPointerException: Cannot invoke "net.minecraft.class_1087.method_4707(net.minecraft.class_2680, net.minecraft.class_2350, java.util.Random)" because "model" is null
	at foundationgames.enhancedblockentities.client.render.BlockEntityRendererOverride.renderBakedModel(BlockEntityRendererOverride.java:35)
	at foundationgames.enhancedblockentities.client.render.entity.BellBlockEntityRendererOverride.render(BellBlockEntityRendererOverride.java:43)
	at net.minecraft.class_824.handler$bea000$enhanced_bes$renderOverrides(class_824.java:1030)
	at net.minecraft.class_824.method_23079(class_824.java)
	at net.minecraft.class_824.method_23081(class_824.java:73)
	at net.minecraft.class_824.method_3554(class_824.java:98)
	at net.minecraft.class_824.method_3555(class_824.java:73)
	at me.jellysquid.mods.sodium.client.render.SodiumWorldRenderer.renderTileEntities(SodiumWorldRenderer.java:280)
	at net.minecraft.class_761.handler$cjk000$onRenderTileEntities(class_761.java:11034)
	at net.minecraft.class_761.method_22710(class_761.java:1373)
	at net.minecraft.class_757.method_3188(class_757.java:1031)
	at net.minecraft.class_757.method_3192(class_757.java:811)
	at net.minecraft.class_310.method_1523(class_310.java:1117)
	at net.minecraft.class_310.method_1514(class_310.java:733)
	at net.minecraft.client.main.Main.main(Main.java:238)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:416)
	at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:77)
	at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)


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

-- Head --
Thread: Render thread
Stacktrace:
	at foundationgames.enhancedblockentities.client.render.BlockEntityRendererOverride.renderBakedModel(BlockEntityRendererOverride.java:35)
	at foundationgames.enhancedblockentities.client.render.entity.BellBlockEntityRendererOverride.render(BellBlockEntityRendererOverride.java:43)
	at net.minecraft.class_824.handler$bea000$enhanced_bes$renderOverrides(class_824.java:1030)
	at net.minecraft.class_824.method_23079(class_824.java)
	at net.minecraft.class_824.method_23081(class_824.java:73)
	at net.minecraft.class_824.method_3554(class_824.java:98)
	at net.minecraft.class_824.method_3555(class_824.java:73)
	at me.jellysquid.mods.sodium.client.render.SodiumWorldRenderer.renderTileEntities(SodiumWorldRenderer.java:280)
	at net.minecraft.class_761.handler$cjk000$onRenderTileEntities(class_761.java:11034)
	at net.minecraft.class_761.method_22710(class_761.java:1373)
	at net.minecraft.class_757.method_3188(class_757.java:1031)

-- Block Entity Details --
Details:
	Name: minecraft:bell // net.minecraft.class_3721
	Block: Block{minecraft:bell}[attachment=floor,facing=north,powered=false]
	Block location: World: (2,-60,-4), Section: (at 2,4,12 in 0,-4,-1; chunk contains blocks 0,-64,-16 to 15,319,-1), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,-64,-512 to 511,319,-1)
	Block: Block{minecraft:bell}[attachment=floor,facing=north,powered=false]
	Block location: World: (2,-60,-4), Section: (at 2,4,12 in 0,-4,-1; chunk contains blocks 0,-64,-16 to 15,319,-1), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,-64,-512 to 511,319,-1)
Stacktrace:
	at net.minecraft.class_824.method_3554(class_824.java:98)
	at net.minecraft.class_824.method_3555(class_824.java:73)
	at me.jellysquid.mods.sodium.client.render.SodiumWorldRenderer.renderTileEntities(SodiumWorldRenderer.java:280)
	at net.minecraft.class_761.handler$cjk000$onRenderTileEntities(class_761.java:11034)
	at net.minecraft.class_761.method_22710(class_761.java:1373)
	at net.minecraft.class_757.method_3188(class_757.java:1031)
	at net.minecraft.class_757.method_3192(class_757.java:811)
	at net.minecraft.class_310.method_1523(class_310.java:1117)
	at net.minecraft.class_310.method_1514(class_310.java:733)
	at net.minecraft.client.main.Main.main(Main.java:238)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:416)
	at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:77)
	at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)

-- Affected level --
Details:
	All players: 1 total; [class_746['zwuis'/1, l='ClientLevel', x=2.42, y=-60.00, z=-1.01]]
	Chunk stats: 1024, 614
	Level dimension: minecraft:overworld
	Level spawn location: World: (0,-60,0), Section: (at 0,4,0 in 0,-4,0; chunk contains blocks 0,-64,0 to 15,319,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,-64,0 to 511,319,511)
	Level time: 2829779 game time, 6000 day time
	Server brand: fabric
	Server type: Integrated singleplayer server
Stacktrace:
	at net.minecraft.class_638.method_8538(class_638.java:408)
	at net.minecraft.class_310.method_1587(class_310.java:2402)
	at net.minecraft.class_310.method_1514(class_310.java:752)
	at net.minecraft.client.main.Main.main(Main.java:238)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:416)
	at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:77)
	at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)

-- Last reload --
Details:
	Reload number: 1
	Reload reason: initial
	Finished: Yes
	Packs: Default, 咕咕服材质包版本AI0126.zip, 河豚太阳.zip, 滑稽红石材质专用.zip, 1.16_1.19.2+redstone+display+2.5.zip, XeKr 漏斗投掷器附加包.zip, Fabric Mods

-- System Details --
Details:
	Minecraft Version: 1.18.1
	Minecraft Version ID: 1.18.1
	Operating System: Windows 10 (amd64) version 10.0
	Java Version: 17.0.1, Microsoft
	Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft
	Memory: 461272440 bytes (439 MiB) / 2147483648 bytes (2048 MiB) up to 2147483648 bytes (2048 MiB)
	CPUs: 8
	Processor Vendor: GenuineIntel
	Processor Name: Intel(R) Core(TM) i5-10300H CPU @ 2.50GHz
	Identifier: Intel64 Family 6 Model 165 Stepping 2
	Microarchitecture: unknown
	Frequency (GHz): 2.50
	Number of physical packages: 1
	Number of physical CPUs: 4
	Number of logical CPUs: 8
	Graphics card #0 name: NVIDIA GeForce GTX 1650 Ti
	Graphics card #0 vendor: NVIDIA (0x10de)
	Graphics card #0 VRAM (MB): 4095.00
	Graphics card #0 deviceId: 0x1f95
	Graphics card #0 versionInfo: DriverVersion=30.0.15.1272
	Graphics card #1 name: Intel(R) UHD Graphics
	Graphics card #1 vendor: Intel Corporation (0x8086)
	Graphics card #1 VRAM (MB): 1024.00
	Graphics card #1 deviceId: 0x9bc4
	Graphics card #1 versionInfo: DriverVersion=27.20.100.9664
	Memory slot #0 capacity (MB): 8192.00
	Memory slot #0 clockSpeed (GHz): 2.67
	Memory slot #0 type: DDR4
	Memory slot #1 capacity (MB): 8192.00
	Memory slot #1 clockSpeed (GHz): 2.67
	Memory slot #1 type: DDR4
	Virtual memory max (MB): 30643.20
	Virtual memory used (MB): 28966.01
	Swap memory total (MB): 14465.51
	Swap memory used (MB): 1990.14
	JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
	Fabric Mods: 
		advanced_runtime_resource_pack: Runtime Resource Pack 0.5.4
		advancementinfo: AdvancementInfo 1.18-fabric0.43.1-1.3
		afkpeace: AFKPeace 4.7.1
		appleskin: AppleSkin 2.4.0+mc1.18.2
		architectury: Architectury 3.9.62
		beenfo: Beenfo 1.18.1-fabric0.45.0-1.3.3
		betterbeds: Better Beds 1.2.0
		betterf3: BetterF3 1.2.2
		borderlessmining: Borderless Mining 1.1.1+1.18
		brb: Better Recipe Book 1.5.6
		carpet: Carpet Mod 1.4.57
		carpet-extra: Carpet Extra 1.4.56
		chat-up: Chat Up! 2.0
		citresewn: CITResewn 0.9.1+1.18.1
		clickthrough: ClickThrough 1.18-fabric0.43.1-0.4
		cloth-basic-math: cloth-basic-math 0.6.0
		cloth-config: Cloth Config v6 6.2.57
		cloth-config-lite: cloth-config-lite 2.0.6
		colorutility: ColorUtility 2.0.1
		com_moandjiezana_toml_toml4j: toml4j 0.7.2
		completeconfig: CompleteConfig 1.4.0
		crowdin-translate: CrowdinTranslate 1.4+1.18
		dark-loading-screen: Dark Loading Screen 1.6.11
		dynamicfps: Dynamic FPS 2.1.0
		enhanced_attack_indicator: Enhanced Attack Indicator 1.0.3+1.18
		enhancedblockentities: Enhanced Block Entities 0.5+1.18
		entityculling: EntityCulling-Fabric 1.5.0
		entityoutliner: Entity Outliner 1.2.1
		fabric: Fabric API 0.46.6+1.18
		fabric-api-base: Fabric API Base 0.4.2+d7c144a865
		fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.5.3+d7c144a865
		fabric-biome-api-v1: Fabric Biome API (v1) 6.0.2+d7c144a865
		fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.10+3ac43d9565
		fabric-command-api-v1: Fabric Command API (v1) 1.1.7+d7c144a865
		fabric-commands-v0: Fabric Commands (v0) 0.2.6+b4f4f6cd65
		fabric-containers-v0: Fabric Containers (v0) 0.1.19+d7c144a865
		fabric-content-registries-v0: Fabric Content Registries (v0) 0.4.9+d7c144a865
		fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.1.9+3ac43d9565
		fabric-dimensions-v1: Fabric Dimensions API (v1) 2.1.10+a1d9bbf565
		fabric-entity-events-v1: Fabric Entity Events (v1) 1.4.6+d7c144a865
		fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.4.17+d7c144a865
		fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.2.9+d7c144a865
		fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.11+d7c144a865
		fabric-item-api-v1: Fabric Item API (v1) 1.3.1+691a79b565
		fabric-item-groups-v0: Fabric Item Groups (v0) 0.3.7+3ac43d9565
		fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.9+d7c144a865
		fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.7+b4f4f6cd65
		fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 1.4.13+713c266865
		fabric-loot-tables-v1: Fabric Loot Tables (v1) 1.0.9+d7c144a865
		fabric-mining-level-api-v1: Fabric Mining Level API (v1) 1.0.7+d7c144a865
		fabric-mining-levels-v0: Fabric Mining Levels (v0) 0.1.12+b4f4f6cd65
		fabric-models-v0: Fabric Models (v0) 0.3.4+d7c144a865
		fabric-networking-api-v1: Fabric Networking API (v1) 1.0.19+d7c144a865
		fabric-networking-v0: Fabric Networking (v0) 0.3.6+b4f4f6cd65
		fabric-object-builder-api-v1: Fabric Object Builder API (v1) 1.11.5+737332ce65
		fabric-object-builders-v0: Fabric Object Builders (v0) 0.7.13+d7c144a865
		fabric-particles-v1: Fabric Particles (v1) 0.2.10+526dc1ac65
		fabric-registry-sync-v0: Fabric Registry Sync (v0) 0.9.2+ad01bfbd65
		fabric-renderer-api-v1: Fabric Renderer API (v1) 0.4.11+b0b66fc365
		fabric-renderer-indigo: Fabric Renderer - Indigo 0.4.15+6825030165
		fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 3.2.10+b4f4f6cd65
		fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.5+d7c144a865
		fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 0.1.19+3ac43d9565
		fabric-rendering-v0: Fabric Rendering (v0) 1.1.12+b4f4f6cd65
		fabric-rendering-v1: Fabric Rendering (v1) 1.10.6+713c266865
		fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 1.0.2+d7c144a865
		fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.4.15+8906aafd65
		fabric-screen-api-v1: Fabric Screen API (v1) 1.0.8+d7c144a865
		fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.1.12+d7c144a865
		fabric-structure-api-v1: Fabric Structure API (v1) 2.1.3+d7c144a865
		fabric-tag-extensions-v0: Fabric Tag Extensions (v0) 1.2.9+d7c144a865
		fabric-textures-v0: Fabric Textures (v0) 1.0.10+3ac43d9565
		fabric-tool-attribute-api-v1: Fabric Tool Attribute API (v1) 1.3.9+fb3b57b465
		fabric-transfer-api-v1: Fabric Transfer API (v1) 1.5.10+c329913d65
		fabricloader: Fabric Loader 0.13.3
		gatewayer: Gatewayer mc1.18.1-v1.1.0
		gbfabrictools: GBfabrictools 1.3.4+1.18
		inventoryhud: Inventory HUD + 3.4.2
		itemmodelfix: Item Model Fix 1.0.3+1.18
		itemscroller: Item Scroller 0.16.0
		java: OpenJDK 64-Bit Server VM 17
		lazydfu: LazyDFU 0.1.2
		litematica: Litematica 0.10.4
		malilib: MaLiLib 0.11.8
		minecraft: Minecraft 1.18.1
		minihud: MiniHUD 0.21.5
		mm: Manningham Mills 2.3
		modmenu: Mod Menu 3.0.1
		more_tooltips: MoreTooltips 1.1.1
		multiconnect: MultiConnect 1.5.10
		multiconnect-api: MultiConnect API 1.5.10
		omega-config: OmegaConfig 1.2.2-1.18.1
		omega-config-gui: Omega Config GUI 1.2.2-1.18.1
		orderly: Orderly 2.0.0-alpha.10+custom-1.18
		org_joml_joml: joml 1.10.2
		petowner: Pet Owner 1.8.2-1.18-pre4+
		shulkerboxtooltip: Shulker Box Tooltip 3.0.5+1.18
		smoothboot: Smooth Boot 1.18-1.7.0
		smoothscrollingeverywhere: Smooth Scrolling Everywhere 3.0.3-unstable
		sneaktweak: Sneak Tweak 1.7.0
		sodium: Sodium 0.4.0-alpha6+build.14
		syncmatica: Syncmatica 1.18.2-0.3.2
		timetolive: Time To Live 0.4
		tooltipfix: ToolTip Fix 1.0.4-1.18
		tweakeroo: Tweakeroo 0.12.3
		wmch: Where's My Chat History 1.4.3
	Launched Version: fabric-loader-0.13.3-1.18.1
	Backend library: LWJGL version 3.2.2 build 10
	Backend API: NVIDIA GeForce GTX 1650 Ti/PCIe/SSE2 GL version 3.2.0 NVIDIA 512.72, NVIDIA Corporation
	Window size: 1920x1017
	GL Caps: Using framebuffer using OpenGL 3.2
	GL debug messages: 
	Using VBOs: Yes
	Is Modded: Definitely; Client brand changed to 'fabric'; Server brand changed to 'fabric'
	Type: Integrated Server (map_client.txt)
	Graphics mode: fancy
	Resource Packs: vanilla, file/咕咕服材质包版本AI0126.zip, file/河豚太阳.zip (incompatible), file/滑稽红石材质专用.zip, file/1.16_1.19.2+redstone+display+2.5.zip (incompatible), file/XeKr 漏斗投掷器附加包.zip (incompatible), Fabric Mods
	Current Language: 简体中文 (**大陆)
	CPU: 8x Intel(R) Core(TM) i5-10300H CPU @ 2.50GHz
	Server Running: true
	Player Count: 1 / 8; [class_3222['zwuis'/1, l='ServerLevel[新的世界]', x=2.42, y=-60.00, z=-1.01]]
	Data Packs: vanilla, Fabric Mods

from enhancedblockentities.

JuuLBaardmans avatar JuuLBaardmans commented on July 25, 2024

You don't have indium

from enhancedblockentities.

LucasOe avatar LucasOe commented on July 25, 2024

Setting render_enhanced_bells to false fixes the crash. I experienced crashing without NEC and with Indium installed.

from enhancedblockentities.

Phoenix-Starlight avatar Phoenix-Starlight commented on July 25, 2024

I have already reproduced this as well #56 (comment)
Please re open.

from enhancedblockentities.

FoundationGames avatar FoundationGames commented on July 25, 2024

@Phoenix-Starlight What version of EBE did you reproduce it with? (and if it's different from the one you posted previously with EBE 0.5, could you please attach the crash log so I know it's the same piece of code causing the crash?)

from enhancedblockentities.

Phoenix-Starlight avatar Phoenix-Starlight commented on July 25, 2024

I cannot reproduce it as of 1.19, EBE 0.7.1 with enhanced bell option enabled. Thank you for the time spent somewhere to fix it.

from enhancedblockentities.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.