#Game is crashing when entering the world
9 messages · Page 1 of 1 (latest)
Game is crashing when entering the world
can you perhaps try disabling snow real magic mod
I'm just judging off of
[2;31m at net.minecraft.client.render.model.BakedModel.emitBlockQuads(BakedModel.java:1039) ~[client-intermediary.jar:?]
[1;31mat snownee.snow.client.model.SnowVariantModel.emitBlockQuads(SnowVariantModel.java:45) ~[SnowRealMagic-1.21-Fabric-11.0.2.jar:?][0m[2;31m
at link.infra.indium.renderer.render.TerrainRenderContext.tessellateBlock(TerrainRenderContext.java:131) ~[indium-1.0.34+mc1.21%20(1).jar:?]
at me.jellysquid.mods.sodium.client.render.chunk.compile.tasks.ChunkBuilderMeshingTask.redirect$ebi000$indium$onRenderBlock(ChunkBuilderMeshingTask.java:543) ~[sodium-fabric-0.5.11+mc1.21.jar:?]Caused by: java.lang.NoSuchMethodError: 'void net.fabricmc.fabric.impl.renderer.VanillaModelEncoder.emitBlockQuads(net.minecraft.class_1087, net.minecraft.class_2680, java.util.function.Supplier, net.fabricmc.fabric.api.renderer.v1.render.RenderContext, net.fabricmc.fabric.api.renderer.v1.mesh.QuadEmitter)'
[0m
this thing is called stacktrace and you read it from the bottom to top. it's essentially ‘how we got here’ in case of errors
in this case it seems snow real magic tries to call minecraft's emitBlockQuads method and that method is patched up to call non-existent fabric api method (Caused by: java.lang.NoSuchMethodError: void net.fabricmc.fabric.impl.renderer.VanillaModelEncoder.emitBlockQuads (...parameters...)). the renderer thus fails and proceeds into a crash route of saving your world and exiting the game
if you have time - try creating a fabric 1.21 instance that has fabric api - sodium - indium - snow real magic to see if it's indeed just snow real magic mod depending on the code that's not available when using sodium and indium or if it's some other mod messing things up
do you have a crash report?
are you sure?