FoundationGames / EnhancedBlockEntities

A Minecraft Mod for Fabric which aims to make Block Entity rendering faster and more customizable with almost no compromises.
GNU Lesser General Public License v3.0
232 stars 58 forks source link

Game Crash When Right Clicking Bell #56

Closed not-ivy closed 2 years ago

not-ivy commented 2 years ago

Video: https://user-images.githubusercontent.com/47074495/139466615-6e260426-2a2e-4862-98a1-7e7f835fe410.mp4

Log:

[08:51:59] [Render thread/FATAL]: Reported exception thrown!
net.minecraft.class_148: Rendering Block Entity
    at Not Enough Crashes deobfuscated stack trace.(1.17.1+build.59) ~[?:?]
    at net.minecraft.client.render.block.entity.BlockEntityRenderDispatcher.runReported(BlockEntityRenderDispatcher:105) ~[?:?]
    at net.minecraft.client.render.block.entity.BlockEntityRenderDispatcher.render(BlockEntityRenderDispatcher:73) ~[?:?]
    at me.jellysquid.mods.sodium.client.render.SodiumWorldRenderer.renderTileEntities(SodiumWorldRenderer.java:278) ~[sodium-fabric-mc1.17.1-0.3.2+build.7.jar:?]
    at net.minecraft.client.render.WorldRenderer.handler$zzl000$onRenderTileEntities(WorldRenderer:4899) ~[?:?]
    at net.minecraft.client.render.WorldRenderer.render(WorldRenderer:1278) ~[?:?]
    at net.minecraft.client.render.GameRenderer.renderWorld(GameRenderer:1026) ~[?:?]
    at net.minecraft.client.render.GameRenderer.render(GameRenderer:810) ~[?:?]
    at net.minecraft.client.MinecraftClient.render(MinecraftClient:1112) ~[?:?]
    at net.minecraft.client.MinecraftClient.run(MinecraftClient:728) ~[?:?]
    at net.minecraft.client.main.Main.main(Main:217) [intermediary-minecraft-1.17.1-client.jar:?]
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:78) ~[?:?]
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
    at java.lang.reflect.Method.invoke(Method.java:567) ~[?:?]
    at net.fabricmc.loader.game.MinecraftGameProvider.launch(MinecraftGameProvider.java:234) [fabric-loader-0.11.6.jar:?]
    at net.fabricmc.loader.launch.knot.Knot.launch(Knot.java:153) [fabric-loader-0.11.6.jar:?]
    at net.fabricmc.loader.launch.knot.KnotClient.main(KnotClient.java:28) [fabric-loader-0.11.6.jar:?]
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:78) ~[?:?]
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
    at java.lang.reflect.Method.invoke(Method.java:567) ~[?:?]
    at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:210) [NewLaunch.jar:?]
    at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:245) [NewLaunch.jar:?]
    at org.multimc.EntryPoint.listen(EntryPoint.java:143) [NewLaunch.jar:?]
    at org.multimc.EntryPoint.main(EntryPoint.java:34) [NewLaunch.jar:?]
Caused by: 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) ~[enhancedblockentities-0.5+1.17.jar:?]
    at foundationgames.enhancedblockentities.client.render.entity.BellBlockEntityRendererOverride.render(BellBlockEntityRendererOverride.java:43) ~[enhancedblockentities-0.5+1.17.jar:?]
    at net.minecraft.client.render.block.entity.BlockEntityRenderDispatcher.handler$cac000$enhanced_bes$renderOverrides(BlockEntityRenderDispatcher:1030) ~[?:?]
    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) ~[?:?]
    ... 24 more
[08:51:59] [Render thread/FATAL]: Unreported exception thrown!
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.17.1+build.59) ~[?:?]
    at foundationgames.enhancedblockentities.client.render.BlockEntityRendererOverride.renderBakedModel(BlockEntityRendererOverride.java:35) ~[enhancedblockentities-0.5+1.17.jar:?]
    at foundationgames.enhancedblockentities.client.render.entity.BellBlockEntityRendererOverride.render(BellBlockEntityRendererOverride.java:43) ~[enhancedblockentities-0.5+1.17.jar:?]
    at net.minecraft.client.render.block.entity.BlockEntityRenderDispatcher.handler$cac000$enhanced_bes$renderOverrides(BlockEntityRenderDispatcher:1030) ~[?:?]
    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:278) ~[sodium-fabric-mc1.17.1-0.3.2+build.7.jar:?]
    at net.minecraft.client.render.WorldRenderer.handler$zzl000$onRenderTileEntities(WorldRenderer:4899) ~[?:?]
    at net.minecraft.client.render.WorldRenderer.render(WorldRenderer:1278) ~[?:?]
    at net.minecraft.client.render.GameRenderer.renderWorld(GameRenderer:1026) ~[?:?]
    at net.minecraft.client.render.GameRenderer.render(GameRenderer:810) ~[?:?]
    at net.minecraft.client.MinecraftClient.render(MinecraftClient:1112) ~[?:?]
    at net.minecraft.client.MinecraftClient.run(MinecraftClient:728) ~[?:?]
    at net.minecraft.client.main.Main.main(Main:217) [intermediary-minecraft-1.17.1-client.jar:?]
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:78) ~[?:?]
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
    at java.lang.reflect.Method.invoke(Method.java:567) ~[?:?]
    at net.fabricmc.loader.game.MinecraftGameProvider.launch(MinecraftGameProvider.java:234) [fabric-loader-0.11.6.jar:?]
    at net.fabricmc.loader.launch.knot.Knot.launch(Knot.java:153) [fabric-loader-0.11.6.jar:?]
    at net.fabricmc.loader.launch.knot.KnotClient.main(KnotClient.java:28) [fabric-loader-0.11.6.jar:?]
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:78) ~[?:?]
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
    at java.lang.reflect.Method.invoke(Method.java:567) ~[?:?]
    at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:210) [NewLaunch.jar:?]
    at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:245) [NewLaunch.jar:?]
    at org.multimc.EntryPoint.listen(EntryPoint.java:143) [NewLaunch.jar:?]
    at org.multimc.EntryPoint.main(EntryPoint.java:34) [NewLaunch.jar:?]
[08:51:59] [Render thread/FATAL]: Minecraft ran into a problem! Report saved to: /Applications/MultiMC.app/Data/instances/1.17.1/.minecraft/crash-reports/crash-2021-10-29_08.51.59-client.txt
---- Minecraft Crash Report ----
// You're mean.

Time: 10/29/21, 8:51 AM
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.17.1+build.59)
    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$cac000$enhanced_bes$renderOverrides(BlockEntityRenderDispatcher:1030)
    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:278)
    at net.minecraft.client.render.WorldRenderer.handler$zzl000$onRenderTileEntities(WorldRenderer:4899)
    at net.minecraft.client.render.WorldRenderer.render(WorldRenderer:1278)
    at net.minecraft.client.render.GameRenderer.renderWorld(GameRenderer:1026)
    at net.minecraft.client.render.GameRenderer.render(GameRenderer:810)
    at net.minecraft.client.MinecraftClient.render(MinecraftClient:1112)
    at net.minecraft.client.MinecraftClient.run(MinecraftClient:728)
    at net.minecraft.client.main.Main.main(Main:217)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:78)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:567)
    at net.fabricmc.loader.game.MinecraftGameProvider.launch(MinecraftGameProvider.java:234)
    at net.fabricmc.loader.launch.knot.Knot.launch(Knot.java:153)
    at net.fabricmc.loader.launch.knot.KnotClient.main(KnotClient.java:28)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:78)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:567)
    at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:210)
    at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:245)
    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$cac000$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)

-- Block Entity Details --
Details:
    Name: minecraft:bell // net.minecraft.class_3721
    Block: Block{minecraft:bell}[facing=west,attachment=floor,powered=false]
    Block location: World: (78,82,-270), Section: (at 14,2,2 in 4,5,-17; chunk contains blocks 64,0,-272 to 79,255,-257), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,0,-512 to 511,255,-1)
    Block: Block{minecraft:bell}[facing=west,attachment=floor,powered=false]
    Block location: World: (78,82,-270), Section: (at 14,2,2 in 4,5,-17; chunk contains blocks 64,0,-272 to 79,255,-257), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,0,-512 to 511,255,-1)
    Block Entity NBT: {id:"minecraft:bell",x:78,y:82,z:-270}
Stacktrace:
    at Not Enough Crashes deobfuscated stack trace.(1.17.1+build.59)
    at java.lang.Thread.getStackTrace(Thread.java:1596)
    at net.minecraft.util.crash.CrashReportSection.trimStackTraceEnd(CrashReportSection:523)
    at net.minecraft.util.crash.CrashReport.addElement(CrashReport:198)
    at net.minecraft.world.World.addDetailsToCrashReport(World:845)
    at net.minecraft.client.world.ClientWorld.addDetailsToCrashReport(ClientWorld:370)
    at net.minecraft.client.MinecraftClient.addDetailsToCrashReport(MinecraftClient:2399)
    at net.minecraft.client.MinecraftClient.run(MinecraftClient:747)
    at net.minecraft.client.main.Main.main(Main:217)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:78)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:567)
    at net.fabricmc.loader.game.MinecraftGameProvider.launch(MinecraftGameProvider.java:234)
    at net.fabricmc.loader.launch.knot.Knot.launch(Knot.java:153)
    at net.fabricmc.loader.launch.knot.KnotClient.main(KnotClient.java:28)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:78)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:567)
    at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:210)
    at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:245)
    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['sourTaste000'/33, l='ClientLevel', x=80.21, y=82.00, z=-268.72]]
    Chunk stats: 1024, 266
    Level dimension: minecraft:overworld
    Level spawn location: World: (96,82,-176), Section: (at 0,2,0 in 6,5,-11; chunk contains blocks 96,0,-176 to 111,255,-161), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,0,-512 to 511,255,-1)
    Level time: 7406 game time, 7406 day time
    Server brand: fabric
    Server type: Integrated singleplayer server
Stacktrace:
    at net.minecraft.class_638.method_8538(class_638.java:370)
    at net.minecraft.class_310.method_1587(class_310.java:2399)
    at net.minecraft.class_310.method_1514(class_310.java:747)
    at net.minecraft.client.main.Main.main(Main.java:217)
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:78)
    at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.base/java.lang.reflect.Method.invoke(Method.java:567)
    at net.fabricmc.loader.game.MinecraftGameProvider.launch(MinecraftGameProvider.java:234)
    at net.fabricmc.loader.launch.knot.Knot.launch(Knot.java:153)
    at net.fabricmc.loader.launch.knot.KnotClient.main(KnotClient.java:28)
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:78)
    at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.base/java.lang.reflect.Method.invoke(Method.java:567)
    at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:210)
    at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:245)
    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, UltimaCraft_(v.1.0a)_(1.17).zip, Unity-1.17, Unity-1.17.X-Dark-0.7.0.zip, NoPumpkinBlur-rv1.2.zip, Create+Style+Vanilla+TSS+Quark+v5.zip, xali's+Enchanted+Books+v0.8.zip, Enchantment+Sprites+v1.3.zip, Clear_Glass_Pack_1.17.zip, Dramatic+Skys+Demo+1.3.zip, Fabric Mods, charmonium/journeyman, lambdabettergrass/default, cullleaves/smartleaves, continuity/glass_pane_culling_fix, continuity/default

-- System Details --
Details:
    Minecraft Version: 1.17.1
    Minecraft Version ID: 1.17.1
    Operating System: Mac OS X (x86_64) version 11.5
    Java Version: 16.0.1, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode, sharing), Oracle Corporation
    Memory: 1202506800 bytes (1146 MiB) / 2308964352 bytes (2202 MiB) up to 3145728000 bytes (3000 MiB)
    CPUs: 4
    Processor Vendor: GenuineIntel
    Processor Name: Intel(R) Core(TM) i5-7360U CPU @ 2.30GHz
    Identifier: Intel64 Family 6 Model 142 Stepping 9
    Microarchitecture: Amber Lake
    Frequency (GHz): 2.30
    Number of physical packages: 1
    Number of physical CPUs: 2
    Number of logical CPUs: 4
    Graphics card #0 name: Intel Iris Plus Graphics 640
    Graphics card #0 vendor: Intel
    Graphics card #0 VRAM (MB): 1536.00
    Graphics card #0 deviceId: 0x5926
    Graphics card #0 versionInfo: Revision ID: 0x0006
    Memory slot #0 capacity (MB): 4096.00
    Memory slot #0 clockSpeed (GHz): 2.13
    Memory slot #0 type: LPDDR3
    Memory slot #1 capacity (MB): 4096.00
    Memory slot #1 clockSpeed (GHz): 2.13
    Memory slot #1 type: LPDDR3
    Virtual memory max (MB): 11264.00
    Virtual memory used (MB): 7921.24
    Swap memory total (MB): 3072.00
    Swap memory used (MB): 2658.25
    JVM Flags: 2 total; -Xms512m -Xmx3000m
    Fabric Mods: 
        advanced_runtime_resource_pack: Runtime Resource Pack 0.4.3
        advancementinfo: AdvancementInfo 1.17.1-fabric0.36.1-1.2.1
        annotateddi: Annotated DI 2.0.3+1.17.1
        aopalliance_aopalliance: aopalliance 1.0
        architectury: Architectury 2.5.27
        baritone: Baritone 1.7.0
        bedrodium: Bedrodium 0.1
        betterbiomeblend: Better Biome Blend 1.17.0-1.2.9-fabric
        c2me: Concurrent Chunk Management Engine 0.2.0+alpha.4.0
        cameraoverhaul: Camera Overhaul 1.2.2-fabric-universal
        charmonium: Charmonium 3.3.0
        chime: Chime 1.1.2
        clientcommands: Client Commands 2.5.4
        clientcommands-scripting: Clientcommands Scripting 1.1.1
        cloth-basic-math: Cloth Basic Math 0.5.1
        cloth-config2: Cloth Config v5 5.0.38
        clumps: Clumps 7.0.7
        com_electronwill_night-config_core: core 3.6.2
        com_electronwill_night-config_toml: toml 3.6.2
        com_github_wearblackallday_javautils: JavaUtils 1b369d41cd
        com_google_inject_guice: guice 5.0.1
        com_moandjiezana_toml_toml4j: toml4j 0.7.2
        com_velocitypowered_velocity-native: velocity-native 1.1.0-SNAPSHOT
        continuity: Continuity 1.0.0+1.17
        crowdin-translate: CrowdinTranslate 1.3+1.17
        cullleaves: Cull Leaves 2.3.0
        dimthread: DimensionalThreading 1.2.5
        dynamicfps: Dynamic FPS 2.0.5
        easiervillagertrading: EasierVillagerTrading 1.17.1-fabric0.36.1-1.5.4
        eatinganimationid: Eating Animation 1.2
        enhancedblockentities: Enhanced Block Entities 0.5+1.17
        extrasounds: Extra Sounds 1.4.1
        fabric: Fabric API 0.40.8+1.17
        fabric-api-base: Fabric API Base 0.3.0+a02b446313
        fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.3.0+cbda931818
        fabric-biome-api-v1: Fabric Biome API (v1) 3.2.0+cbda931818
        fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.5+a02b446318
        fabric-command-api-v1: Fabric Command API (v1) 1.1.3+5ab9934c18
        fabric-commands-v0: Fabric Commands (v0) 0.2.2+92519afa18
        fabric-containers-v0: Fabric Containers (v0) 0.1.12+cbda931818
        fabric-content-registries-v0: Fabric Content Registries (v0) 0.3.0+cbda931818
        fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.1.5+be9da31018
        fabric-dimensions-v1: Fabric Dimensions API (v1) 2.0.11+6cefd57718
        fabric-entity-events-v1: Fabric Entity Events (v1) 1.2.3+87cc6e4c18
        fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.4.10+fc40aa9d18
        fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.2.1+92519afa18
        fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.7+cbda931818
        fabric-item-api-v1: Fabric Item API (v1) 1.2.4+cbda931818
        fabric-item-groups-v0: Fabric Item Groups (v0) 0.2.10+b7ab612118
        fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.4+cbda931818
        fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.2+36b77c3e18
        fabric-language-kotlin: Fabric Language Kotlin 1.6.5+kotlin.1.5.31
        fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 1.4.4+a02b446318
        fabric-loot-tables-v1: Fabric Loot Tables (v1) 1.0.4+a02b446318
        fabric-mining-levels-v0: Fabric Mining Levels (v0) 0.1.3+92519afa18
        fabric-models-v0: Fabric Models (v0) 0.3.0+a02b446318
        fabric-networking-api-v1: Fabric Networking API (v1) 1.0.13+cbda931818
        fabric-networking-blockentity-v0: Fabric Networking Block Entity (v0) 0.2.11+a02b446318
        fabric-networking-v0: Fabric Networking (v0) 0.3.2+92519afa18
        fabric-object-builder-api-v1: Fabric Object Builder API (v1) 1.10.9+cbda931818
        fabric-object-builders-v0: Fabric Object Builders (v0) 0.7.3+a02b446318
        fabric-particles-v1: Fabric Particles (v1) 0.2.4+a02b446318
        fabric-registry-sync-v0: Fabric Registry Sync (v0) 0.7.11+7931163218
        fabric-renderer-api-v1: Fabric Renderer API (v1) 0.4.4+cbda931818
        fabric-renderer-indigo: Fabric Renderer - Indigo 0.4.8+cbda931818
        fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 3.2.4+7931163218
        fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.1.5+a02b446313
        fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 0.1.14+4658223018
        fabric-rendering-v0: Fabric Rendering (v0) 1.1.5+7931163218
        fabric-rendering-v1: Fabric Rendering (v1) 1.9.0+7931163218
        fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.4.8+a00e834b18
        fabric-screen-api-v1: Fabric Screen API (v1) 1.0.4+198a96213d
        fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.1.8+cbda931818
        fabric-structure-api-v1: Fabric Structure API (v1) 1.1.13+5ab9934c18
        fabric-tag-extensions-v0: Fabric Tag Extensions (v0) 1.2.1+b06cb95b18
        fabric-textures-v0: Fabric Textures (v0) 1.0.6+a02b446318
        fabric-tool-attribute-api-v1: Fabric Tool Attribute API (v1) 1.2.12+b7ab612118
        fabric-transfer-api-v1: Fabric Transfer API (v1) 1.4.0+7931163218
        fabricloader: Fabric Loader 0.11.6
        fireplacelib: Fireplace Lib 6.0.6+1.17.1
        gbfabrictools: GBfabrictools 1.3.4+1.17
        hydrogen: Hydrogen 0.3
        indium: Indium 1.0.0+mc1.17.1
        inspecio: Inspecio 1.1.0+1.17
        inventoryprofilesnext: Inventory Profiles Next 1.0.2
        java: Java HotSpot(TM) 64-Bit Server VM 16
        javax_inject_javax_inject: javax.inject 1
        kirin: Kirin UI 1.9.1
        krypton: Krypton 0.1.4
        lambdabettergrass: LambdaBetterGrass 1.2.1+1.17
        lambdynlights: LambDynamicLights 2.0.2+1.17
        lazydfu: LazyDFU 0.1.2
        lightoverlay: Light Overlay 6.1.0
        litematica: Litematica 0.0.0-dev.20210906.183617
        lithium: Lithium 0.7.4
        logical_zoom: Logical Zoom 0.0.11
        malilib: MaLiLib 0.10.0-dev.24
        me_hypherionmc_simple-rpc-lib: simple-rpc-lib 2.1.10
        midnightlib: MidnightLib 0.2.5
        minecraft: Minecraft 1.17.1
        modmanager: Mod Manager 1.1.1-alpha+1.17
        modmenu: Mod Menu 2.0.14
        multiconnect-api: MultiConnect API 1.4
        notenoughcrashes: Not Enough Crashes 3.6.5+1.17.1
        org_aperlambda_lambdajcommon: lambdajcommon 1.8.1
        org_jetbrains_kotlin_kotlin-reflect: kotlin-reflect 1.5.31
        org_jetbrains_kotlin_kotlin-stdlib: kotlin-stdlib 1.5.31
        org_jetbrains_kotlin_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 1.5.31
        org_jetbrains_kotlin_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 1.5.31
        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-serialization-core-jvm: kotlinx-serialization-core-jvm 1.3.0
        org_jetbrains_kotlinx_kotlinx-serialization-json-jvm: kotlinx-serialization-json-jvm 1.3.0
        presencefootsteps: Presence Footsteps r32-1.17-rc1
        recipecache: recipecache 0.2.0-1.17.1
        reeses-sodium-options: Reese's Sodium Options 1.2.0
        simple-rpc: Simple Rpc 1.17-2.4-fabric
        smoothboot: Smooth Boot 1.16.5-1.6.0
        sodium: Sodium 0.3.2+build.7
        sodium-extra: Sodium Extra 0.3.5
        spruceui: SpruceUI 3.3.0+1.17
        starlight: Starlight 1.0.0-RC3+fabric.2b7d7ae
        stepup: StepUp 1.17.1-fabric0.36.1-1.1
        textbook: Textbook 2.1.0+1.17.1
        tweakeroo: Tweakeroo 0.10.0-dev.20210710.155746
        voxelmap: VoxelMap 1.10.15
        wthit: wthit 3.6.1
    Launched Version: MultiMC5
    Backend library: LWJGL version 3.2.2 build 10
    Backend API: Intel(R) Iris(TM) Plus Graphics 640 GL version 4.1 INTEL-16.5.2, Intel Inc.
    Window size: 830x425
    GL Caps: Using framebuffer using OpenGL 3.2
    GL debug messages: <disabled>
    Using VBOs: Yes
    Is Modded: Definitely; Client brand changed to 'fabric'
    Type: Integrated Server (map_client.txt)
    Graphics mode: fancy
    Resource Packs: vanilla, file/UltimaCraft_(v.1.0a)_(1.17).zip, file/Unity-1.17 (incompatible), file/Unity-1.17.X-Dark-0.7.0.zip, file/NoPumpkinBlur-rv1.2.zip (incompatible), file/Create+Style+Vanilla+TSS+Quark+v5.zip (incompatible), file/xali's+Enchanted+Books+v0.8.zip, file/Enchantment+Sprites+v1.3.zip (incompatible), file/Clear_Glass_Pack_1.17.zip, file/Dramatic+Skys+Demo+1.3.zip, Fabric Mods, charmonium/journeyman, lambdabettergrass/default, cullleaves/smartleaves, continuity/glass_pane_culling_fix, continuity/default
    Current Language: English (US)
    CPU: 4x Intel(R) Core(TM) i5-7360U CPU @ 2.30GHz
    Player Count: 1 / 8; [class_3222['sourTaste000'/33, l='ServerLevel[redstone]', x=80.21, y=82.00, z=-268.72]]
    Data Packs: vanilla, Fabric Mods
    Client Crashes Since Restart: 1
    Integrated Server Crashes Since Restart: 0
    Suspected Mods: Fabric Loader (fabricloader), Sodium (sodium), Enhanced Block Entities (enhancedblockentities)
MrGcGamer commented 2 years ago

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)

MrGcGamer commented 2 years ago

Turns out, this line is not returning a model, not sure why though. https://github.com/FoundationGames/EnhancedBlockEntities/blob/1e0dd1b4d1466a08edac2d846e6a9a30372c9a7a/src/main/java/foundationgames/enhancedblockentities/client/render/entity/BellBlockEntityRendererOverride.java#L51

AshKitter commented 2 years ago

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)
AshKitter commented 2 years ago

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

IMS212 commented 2 years ago

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.

Phoenix-Starlight commented 2 years ago

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.

FoundationGames commented 2 years ago

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

Phoenix-Starlight commented 2 years ago

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)
MrGcGamer commented 2 years ago

What's NEC?

FoundationGames commented 2 years ago

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

MrGcGamer commented 2 years ago

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

Phoenix-Starlight commented 2 years ago

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

Phoenix-Starlight commented 2 years ago

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

dbrighthd commented 2 years ago

I'm still experiencing this issue

zwuis commented 1 year ago

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
JuuLBaardmans commented 1 year ago

You don't have indium

LucasOe commented 1 year ago

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

Phoenix-Starlight commented 1 year ago

I have already reproduced this as well https://github.com/FoundationGames/EnhancedBlockEntities/issues/56#issuecomment-1074411841 Please re open.

FoundationGames commented 1 year ago

@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?)

Phoenix-Starlight commented 1 year ago

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.