spoorn / sodium-forge

A Fabric..... I mean Forge mod designed to improve frame rates and reduce micro-stutter
GNU Lesser General Public License v3.0
28 stars 8 forks source link

Latest dev version from repo is crashing #76

Closed YouYouTheBoxx closed 3 years ago

YouYouTheBoxx commented 3 years ago

Just load any world while the sodium-reforged mod is there!

Sadly there is nothing more than that to debug java.lang.NullPointerException: Unexpected error at net.minecraft.util.math.vector.Matrix4f.multiplyBackward(Matrix4f.java:638) ~[?:?] {re:mixin,re:classloading,pl:mixin:APP:sodium.mixins.json:core.matrix.MixinMatrix4f,pl:mixin:A} at me.jellysquid.mods.sodium.client.render.chunk.shader.ChunkProgram.setup(ChunkProgram.java:56) ~[?:2.9.1+rev.df076f9-dirty] {re:classloading} at me.jellysquid.mods.sodium.client.render.chunk.shader.ChunkRenderShaderBackend.begin(ChunkRenderShaderBackend.java:68) ~[?:2.9.1+rev.df076f9-dirty] {re:classloading} at me.jellysquid.mods.sodium.client.render.chunk.ChunkRenderManager.renderLayer(ChunkRenderManager.java:442) ~[?:2.9.1+rev.df076f9-dirty] {re:classloading} at me.jellysquid.mods.sodium.client.render.SodiumWorldRenderer.drawChunkLayer(SodiumWorldRenderer.java:256) ~[?:2.9.1+rev.df076f9-dirty] {re:mixin,re:classloading} at net.minecraft.client.renderer.WorldRenderer.func_228441a(WorldRenderer.java:6175) ~[?:?]

spoorn commented 3 years ago

What version of Forge are you running? And what Java version

YouYouTheBoxx commented 3 years ago

What version of Forge are you running? And what Java version

I'm running forge-1.16.5-36.1.31 & jdk-15.0.2.7-openj9 (does the same with jre1.8.0_291 & jdk-15)

YouYouTheBoxx commented 3 years ago

it was because i was using 'vanilla' shaders which were not compatible with sodium bcz sodium does his own shaders sadly :(