Skip to content
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

Open
DcNdrew opened this issue Jan 6, 2024 · 3 comments
Open

Crash. Villagers? #32

DcNdrew opened this issue Jan 6, 2024 · 3 comments

Comments

@DcNdrew
Copy link

DcNdrew commented Jan 6, 2024

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.

@ThePandaOliver
Copy link
Member

This might be connected to the performance issues with minecraft's rendering engine, im working on a fix.

@xR4YM0ND
Copy link

xR4YM0ND commented Jan 10, 2024

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

latest.log

@jmadarg
Copy link

jmadarg commented Jan 30, 2024

Not sure if this one is related, but it's a similar crash
https://mclo.gs/uzy4LcZ

Description: Encountered exception while building chunk meshes
java.lang.NullPointerException: Cannot invoke "java.util.Set.stream()" because the return value of "me.pandamods.pandalib.impl.CompileResultsExtension.getBlocks()" is null

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants