-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crash. Villagers? #32
Comments
This might be connected to the performance issues with minecraft's rendering engine, im working on a fix. |
Same here - Fabric 1.20.1 [14:30:55] [Chunk Render Task Executor #8/ERROR]: Chunk build failed
net.minecraft.class_148: Encountered exception while building chunk meshes
at me.jellysquid.mods.sodium.client.render.chunk.compile.tasks.ChunkBuilderMeshingTask.fillCrashInfo(ChunkBuilderMeshingTask.java:168) ~[sodium-fabric-mc1.20.1-0.5.3.jar:?]
at me.jellysquid.mods.sodium.client.render.chunk.compile.tasks.ChunkBuilderMeshingTask.execute(ChunkBuilderMeshingTask.java:135) ~[sodium-fabric-mc1.20.1-0.5.3.jar:?]
at me.jellysquid.mods.sodium.client.render.chunk.compile.tasks.ChunkBuilderMeshingTask.execute(ChunkBuilderMeshingTask.java:39) ~[sodium-fabric-mc1.20.1-0.5.3.jar:?]
at me.jellysquid.mods.sodium.client.render.chunk.compile.executor.ChunkJobTyped.execute(ChunkJobTyped.java:44) ~[sodium-fabric-mc1.20.1-0.5.3.jar:?]
at me.jellysquid.mods.sodium.client.render.chunk.compile.executor.ChunkBuilder$WorkerRunnable.run(ChunkBuilder.java:186) ~[sodium-fabric-mc1.20.1-0.5.3.jar:?]
at java.lang.Thread.run(Thread.java:833) ~[?:?]
Caused by: java.lang.NullPointerException: Cannot invoke "me.pandamods.pandalib.client.render.block.ClientBlock.setBlockState(net.minecraft.class_2680)" because "block" is null
at me.jellysquid.mods.sodium.client.render.chunk.compile.tasks.ChunkBuilderMeshingTask.handler$dmd000$extra_details$execute(ChunkBuilderMeshingTask.java:569) ~[sodium-fabric-mc1.20.1-0.5.3.jar:?]
at me.jellysquid.mods.sodium.client.render.chunk.compile.tasks.ChunkBuilderMeshingTask.execute(ChunkBuilderMeshingTask.java:112) ~[sodium-fabric-mc1.20.1-0.5.3.jar:?]
... 4 more [14:30:57] [Render thread/ERROR]: Reported exception thrown!
net.minecraft.class_148: Encountered exception while building chunk meshes
at me.jellysquid.mods.sodium.client.render.chunk.compile.tasks.ChunkBuilderMeshingTask.fillCrashInfo(ChunkBuilderMeshingTask.java:168) ~[sodium-fabric-mc1.20.1-0.5.3.jar:?]
at me.jellysquid.mods.sodium.client.render.chunk.compile.tasks.ChunkBuilderMeshingTask.execute(ChunkBuilderMeshingTask.java:135) ~[sodium-fabric-mc1.20.1-0.5.3.jar:?]
at me.jellysquid.mods.sodium.client.render.chunk.compile.tasks.ChunkBuilderMeshingTask.execute(ChunkBuilderMeshingTask.java:39) ~[sodium-fabric-mc1.20.1-0.5.3.jar:?]
at me.jellysquid.mods.sodium.client.render.chunk.compile.executor.ChunkJobTyped.execute(ChunkJobTyped.java:44) ~[sodium-fabric-mc1.20.1-0.5.3.jar:?]
at me.jellysquid.mods.sodium.client.render.chunk.compile.executor.ChunkBuilder$WorkerRunnable.run(ChunkBuilder.java:186) ~[sodium-fabric-mc1.20.1-0.5.3.jar:?]
at java.lang.Thread.run(Thread.java:833) ~[?:?]
Caused by: java.lang.NullPointerException: Cannot invoke "me.pandamods.pandalib.client.render.block.ClientBlock.setBlockState(net.minecraft.class_2680)" because "block" is null
at me.jellysquid.mods.sodium.client.render.chunk.compile.tasks.ChunkBuilderMeshingTask.handler$dmd000$extra_details$execute(ChunkBuilderMeshingTask.java:569) ~[sodium-fabric-mc1.20.1-0.5.3.jar:?]
at me.jellysquid.mods.sodium.client.render.chunk.compile.tasks.ChunkBuilderMeshingTask.execute(ChunkBuilderMeshingTask.java:112) ~[sodium-fabric-mc1.20.1-0.5.3.jar:?]
... 4 more |
Not sure if this one is related, but it's a similar crash
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
crash-2024-01-05_21.58.18-client.txt
A village was going to be loaded and the game crashed multiple times. When I disabled the Details mod, the map could load. There were a bunch of baby villagers in a door. Not sure, but they can cause the problem.
The text was updated successfully, but these errors were encountered: