Shrimple

Shrimple

417k Downloads

Shaders don't work in the nether

XYZen1th opened this issue ยท 4 comments

commented

I get the following error when I try to enter the nether with ray-tracing on

composite18.fsh: composite18.fsh: 0(1488) : error C1503: undefined variable "phaseAir"
0(1493) : error C1503: undefined variable "TraceSky"

commented

For me, it doesn't work in the nether or end, regardless of preset.

commented

If that is release 0.12, grab the latest in-dev version (download as code)

commented

i got a diffrent error that manifested as the same behavior.
latest code from github.
Shader program linking failed, see log for details

[19:26:27] [Render thread/INFO]: Reloading pipeline on dimension change: minecraft:overworld => minecraft:the_nether
[19:26:27] [Render thread/INFO]: Destroying pipeline minecraft:overworld
[19:26:27] [Render thread/INFO]: Creating pipeline for dimension minecraft:the_nether
[19:26:29] [Render thread/WARN]: Program link log for sodium:chunk_shader_for_shadow: Link info
---------
error: Block "VertexData" mismatch between shader stages

[19:26:29] [Render thread/INFO]: [System] [CHAT] Iris encountered an issue trying to load the shader; please report this to Iris developers. Copy Info
[19:26:29] [Render thread/WARN]: Found 7 stored buffers with a total size of 134336520, forcing them to be deleted.
[19:26:29] [Render thread/ERROR]: Failed to create shader rendering pipeline, disabling shaders!
java.lang.RuntimeException: Shader program linking failed, see log for details
	at knot/net.caffeinemc.mods.sodium.client.gl.shader.GlProgram$Builder.link(GlProgram.java:138) ~[sodium-fabric-0.6.6+mc1.21.4.jar:?]
	at knot/net.irisshaders.iris.pipeline.programs.SodiumPrograms.buildProgram(SodiumPrograms.java:168) ~[iris-fabric-1.8.5+mc1.21.4.jar:?]
	at knot/net.irisshaders.iris.pipeline.programs.SodiumPrograms.createShader(SodiumPrograms.java:125) ~[iris-fabric-1.8.5+mc1.21.4.jar:?]
	at knot/net.irisshaders.iris.pipeline.programs.SodiumPrograms.<init>(SodiumPrograms.java:67) ~[iris-fabric-1.8.5+mc1.21.4.jar:?]
	at knot/net.irisshaders.iris.pipeline.IrisRenderingPipeline.<init>(IrisRenderingPipeline.java:456) ~[iris-fabric-1.8.5+mc1.21.4.jar:?]
	at knot/net.irisshaders.iris.Iris.createPipeline(Iris.java:630) ~[iris-fabric-1.8.5+mc1.21.4.jar:?]
	at knot/net.irisshaders.iris.pipeline.PipelineManager.preparePipeline(PipelineManager.java:33) ~[iris-fabric-1.8.5+mc1.21.4.jar:?]
	at knot/net.minecraft.class_310.handler$bdo000$iris$resetPipeline(class_310.java:10098) ~[client-intermediary.jar:?]
	at knot/net.minecraft.class_310.method_18097(class_310.java) ~[client-intermediary.jar:?]
	at knot/net.minecraft.class_310.method_1481(class_310.java:2134) ~[client-intermediary.jar:?]
	at knot/net.minecraft.class_634.method_11117(class_634.java:1188) ~[client-intermediary.jar:?]
	at knot/net.minecraft.class_2724.method_11782(class_2724.java:44) ~[client-intermediary.jar:?]
	at knot/net.minecraft.class_2724.method_65081(class_2724.java:9) ~[client-intermediary.jar:?]
	at knot/net.minecraft.class_2600.method_11072(class_2600.java:27) ~[client-intermediary.jar:?]
	at knot/net.minecraft.class_1255.method_18859(class_1255.java:164) [client-intermediary.jar:?]
	at knot/net.minecraft.class_4093.method_18859(class_4093.java:23) [client-intermediary.jar:?]
	at knot/net.minecraft.class_1255.method_16075(class_1255.java:138) [client-intermediary.jar:?]
	at knot/net.minecraft.class_1255.method_5383(class_1255.java:123) [client-intermediary.jar:?]
	at knot/net.minecraft.class_310.method_1523(class_310.java:1296) [client-intermediary.jar:?]
	at knot/net.minecraft.class_310.method_1514(class_310.java:922) [client-intermediary.jar:?]
	at knot/net.minecraft.client.main.Main.main(Main.java:267) [client-intermediary.jar:?]
	at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:480) [fabric-loader-0.16.10.jar:?]
	at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74) [fabric-loader-0.16.10.jar:?]
	at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23) [fabric-loader-0.16.10.jar:?]
	at org.prismlauncher.launcher.impl.StandardLauncher.launch(StandardLauncher.java:105) [NewLaunch.jar:?]
	at org.prismlauncher.EntryPoint.listen(EntryPoint.java:129) [NewLaunch.jar:?]
	at org.prismlauncher.EntryPoint.main(EntryPoint.java:70) [NewLaunch.jar:?]

The in game chat message sugests that this isnt a error with the shader but a error with Iris.