Skip to content

Instantly share code, notes, and snippets.

@JustSimplyKyle
Created August 21, 2021 16:55
Show Gist options
  • Save JustSimplyKyle/cb05a16d3eeaedb2edaa1c948c7a5a6a to your computer and use it in GitHub Desktop.
Save JustSimplyKyle/cb05a16d3eeaedb2edaa1c948c7a5a6a to your computer and use it in GitHub Desktop.
[00:55:16] [Render thread/INFO]: OpenGL debug message: id=8, source=SHADER COMPILER, type=ERROR, severity=HIGH, message='0:285(1): error: #extension directive is not allowed in the middle of a shader'
[00:55:16] [Render thread/WARN]: Shader compilation log for composite.vsh: 0:285(1): error: #extension directive is not allowed in the middle of a shader
[00:55:16] [Render thread/ERROR]: Couldn't load NewWorldRenderingPipeline, falling back to vanilla shaders.
java.lang.RuntimeException: Shader compilation failed!
at net.coderbot.iris.postprocess.CompositeRenderer.createProgram(CompositeRenderer.java:213) ~[iris-mc1.17-1.1.2-pre+rev.dcc1352.jar:?]
at net.coderbot.iris.postprocess.CompositeRenderer.<init>(CompositeRenderer.java:81) ~[iris-mc1.17-1.1.2-pre+rev.dcc1352.jar:?]
at net.coderbot.iris.pipeline.newshader.NewWorldRenderingPipeline.<init>(NewWorldRenderingPipeline.java:196) ~[iris-mc1.17-1.1.2-pre+rev.dcc1352.jar:?]
at net.coderbot.iris.Iris.createPipeline(Iris.java:423) ~[iris-mc1.17-1.1.2-pre+rev.dcc1352.jar:?]
at net.coderbot.iris.pipeline.PipelineManager.preparePipeline(PipelineManager.java:39) [iris-mc1.17-1.1.2-pre+rev.dcc1352.jar:?]
at net.minecraft.class_761.handler$coa000$iris$beginWorldRender(class_761.java:10825) [intermediary-minecraft-1.17.1-client.jar:?]
at net.minecraft.class_761.method_22710(class_761.java) [intermediary-minecraft-1.17.1-client.jar:?]
at net.minecraft.class_757.method_3188(class_757.java:1026) [intermediary-minecraft-1.17.1-client.jar:?]
at net.minecraft.class_757.method_3192(class_757.java:810) [intermediary-minecraft-1.17.1-client.jar:?]
at net.minecraft.class_310.method_1523(class_310.java:1112) [intermediary-minecraft-1.17.1-client.jar:?]
at net.minecraft.class_310.method_1514(class_310.java:728) [intermediary-minecraft-1.17.1-client.jar:?]
at net.minecraft.client.main.Main.main(Main.java:217) [intermediary-minecraft-1.17.1-client.jar:?]
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:78) ~[?:?]
at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
at java.lang.reflect.Method.invoke(Method.java:567) ~[?:?]
at net.fabricmc.loader.game.MinecraftGameProvider.launch(MinecraftGameProvider.java:234) [fabric-loader-0.11.6.jar:?]
at net.fabricmc.loader.launch.knot.Knot.launch(Knot.java:153) [fabric-loader-0.11.6.jar:?]
at net.fabricmc.loader.launch.knot.KnotClient.main(KnotClient.java:28) [fabric-loader-0.11.6.jar:?]
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:78) ~[?:?]
at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
at java.lang.reflect.Method.invoke(Method.java:567) ~[?:?]
at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:210) [NewLaunch.jar:?]
at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:245) [NewLaunch.jar:?]
at org.multimc.EntryPoint.listen(EntryPoint.java:143) [NewLaunch.jar:?]
at org.multimc.EntryPoint.main(EntryPoint.java:34) [NewLaunch.jar:?]
Caused by: java.lang.RuntimeException: Failed to compile VERTEX shader for program composite.vsh
at net.coderbot.iris.gl.program.ProgramBuilder.buildShader(ProgramBuilder.java:97) ~[iris-mc1.17-1.1.2-pre+rev.dcc1352.jar:?]
at net.coderbot.iris.gl.program.ProgramBuilder.begin(ProgramBuilder.java:60) ~[iris-mc1.17-1.1.2-pre+rev.dcc1352.jar:?]
at net.coderbot.iris.postprocess.CompositeRenderer.createProgram(CompositeRenderer.java:209) ~[iris-mc1.17-1.1.2-pre+rev.dcc1352.jar:?]
... 26 more
Caused by: java.lang.RuntimeException: Shader compilation failed, see log for details
at net.coderbot.iris.gl.shader.GlShader.createShader(GlShader.java:44) ~[iris-mc1.17-1.1.2-pre+rev.dcc1352.jar:?]
at net.coderbot.iris.gl.shader.GlShader.<init>(GlShader.java:23) ~[iris-mc1.17-1.1.2-pre+rev.dcc1352.jar:?]
at net.coderbot.iris.gl.program.ProgramBuilder.buildShader(ProgramBuilder.java:95) ~[iris-mc1.17-1.1.2-pre+rev.dcc1352.jar:?]
at net.coderbot.iris.gl.program.ProgramBuilder.begin(ProgramBuilder.java:60) ~[iris-mc1.17-1.1.2-pre+rev.dcc1352.jar:?]
at net.coderbot.iris.postprocess.CompositeRenderer.createProgram(CompositeRenderer.java:209) ~[iris-mc1.17-1.1.2-pre+rev.dcc1352.jar:?]
... 26 more
[00:55:16] [Render thread/WARN]: No uniform exists with name: u_ModelViewProjectionMatrix
[00:55:16] [Render thread/WARN]: No uniform exists with name: u_NormalMatrix
[00:55:16] [Render thread/WARN]: No uniform exists with name: u_ModelViewProjectionMatrix
[00:55:16] [Render thread/WARN]: No uniform exists with name: u_NormalMatrix
[00:55:16] [Render thread/WARN]: No uniform exists with name: u_ModelViewProjectionMatrix
[00:55:16] [Render thread/WARN]: No uniform exists with name: u_NormalMatrix
[00:55:16] [Render thread/WARN]: No uniform exists with name: u_ModelViewProjectionMatrix
[00:55:16] [Render thread/WARN]: No uniform exists with name: u_NormalMatrix
[00:55:16] [Render thread/WARN]: No uniform exists with name: u_ModelViewProjectionMatrix
[00:55:16] [Render thread/WARN]: No uniform exists with name: u_NormalMatrix
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment