Skip to content

Instantly share code, notes, and snippets.

@JustSimplyKyle
Created August 20, 2021 19:47
Show Gist options
  • Save JustSimplyKyle/06ed5b3eccce35bdf12dd14cc3f4df0c to your computer and use it in GitHub Desktop.
Save JustSimplyKyle/06ed5b3eccce35bdf12dd14cc3f4df0c to your computer and use it in GitHub Desktop.
[03:46:49] [Render thread/ERROR]: Unable to read the custom noise texture at /InternalLib/Samplers/noise.png
[03:46:49] [Render thread/INFO]: Using shaderpack: continuum-2.0.4.zip
[03:46:49] [Render thread/INFO]: [CHAT] 已重新載入光影!
[03:46:49] [Render thread/WARN]: [Triforce Patcher] gl_FragColor is not supported yet, please use gl_FragData! Assuming that the shaderpack author intended to use gl_FragData[0]...
[03:46:49] [Render thread/WARN]: [deferred] Unsupported uniform: sampler2D colortex0
[03:46:49] [Render thread/WARN]: [deferred] Unsupported uniform: sampler2D colortex1
[03:46:49] [Render thread/WARN]: [deferred] Unsupported uniform: sampler2D depthtex1
[03:46:49] [Render thread/WARN]: [deferred] Unsupported uniform: sampler2D shadowtex0
[03:46:49] [Render thread/WARN]: [deferred] Unsupported uniform: sampler2D shadowtex1
[03:46:49] [Render thread/WARN]: [deferred] Unsupported uniform: sampler2D shadowcolor
[03:46:49] [Render thread/WARN]: [deferred] Unsupported uniform: sampler2D shadowcolor1
[03:46:49] [Render thread/WARN]: [deferred] Unsupported uniform: sampler2D noisetex
[03:46:49] [Render thread/WARN]: [Triforce Patcher] gl_FragColor is not supported yet, please use gl_FragData! Assuming that the shaderpack author intended to use gl_FragData[0]...
[03:46:49] [Render thread/INFO]: OpenGL debug message: id=10, source=SHADER COMPILER, type=OTHER, severity=HIGH, message='0:254(12): warning: extension `GL_EXT_gpu_shader4' unsupported in fragment shader'
[03:46:49] [Render thread/INFO]: OpenGL debug message: id=11, source=SHADER COMPILER, type=ERROR, severity=HIGH, message='0:3257(17): error: initializer of const variable `a' must be a constant expression'
[03:46:49] [Render thread/INFO]: OpenGL debug message: id=12, source=SHADER COMPILER, type=ERROR, severity=HIGH, message='0:3258(17): error: initializer of const variable `b' must be a constant expression'
[03:46:49] [Render thread/INFO]: OpenGL debug message: id=13, source=SHADER COMPILER, type=ERROR, severity=HIGH, message='0:3259(17): error: initializer of const variable `c' must be a constant expression'
[03:46:49] [Render thread/INFO]: OpenGL debug message: id=14, source=SHADER COMPILER, type=ERROR, severity=HIGH, message='0:3265(18): error: initializer of const variable `a' must be a constant expression'
[03:46:49] [Render thread/INFO]: OpenGL debug message: id=15, source=SHADER COMPILER, type=ERROR, severity=HIGH, message='0:3266(18): error: initializer of const variable `b' must be a constant expression'
[03:46:49] [Render thread/INFO]: OpenGL debug message: id=16, source=SHADER COMPILER, type=ERROR, severity=HIGH, message='0:3267(18): error: initializer of const variable `c' must be a constant expression'
[03:46:49] [Render thread/WARN]: Shader compilation log for composite.fsh: 0:254(12): warning: extension `GL_EXT_gpu_shader4' unsupported in fragment shader
0:3257(17): error: initializer of const variable `a' must be a constant expression
0:3258(17): error: initializer of const variable `b' must be a constant expression
0:3259(17): error: initializer of const variable `c' must be a constant expression
0:3265(18): error: initializer of const variable `a' must be a constant expression
0:3266(18): error: initializer of const variable `b' must be a constant expression
0:3267(18): error: initializer of const variable `c' must be a constant expression
[03:46:49] [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.ca28255.jar:?]
at net.coderbot.iris.postprocess.CompositeRenderer.<init>(CompositeRenderer.java:81) ~[iris-mc1.17-1.1.2-pre+rev.ca28255.jar:?]
at net.coderbot.iris.pipeline.newshader.NewWorldRenderingPipeline.<init>(NewWorldRenderingPipeline.java:196) ~[iris-mc1.17-1.1.2-pre+rev.ca28255.jar:?]
at net.coderbot.iris.Iris.createPipeline(Iris.java:423) ~[iris-mc1.17-1.1.2-pre+rev.ca28255.jar:?]
at net.coderbot.iris.pipeline.PipelineManager.preparePipeline(PipelineManager.java:39) [iris-mc1.17-1.1.2-pre+rev.ca28255.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 FRAGMENT shader for program composite.fsh
at net.coderbot.iris.gl.program.ProgramBuilder.buildShader(ProgramBuilder.java:97) ~[iris-mc1.17-1.1.2-pre+rev.ca28255.jar:?]
at net.coderbot.iris.gl.program.ProgramBuilder.begin(ProgramBuilder.java:68) ~[iris-mc1.17-1.1.2-pre+rev.ca28255.jar:?]
at net.coderbot.iris.postprocess.CompositeRenderer.createProgram(CompositeRenderer.java:209) ~[iris-mc1.17-1.1.2-pre+rev.ca28255.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.ca28255.jar:?]
at net.coderbot.iris.gl.shader.GlShader.<init>(GlShader.java:23) ~[iris-mc1.17-1.1.2-pre+rev.ca28255.jar:?]
at net.coderbot.iris.gl.program.ProgramBuilder.buildShader(ProgramBuilder.java:95) ~[iris-mc1.17-1.1.2-pre+rev.ca28255.jar:?]
at net.coderbot.iris.gl.program.ProgramBuilder.begin(ProgramBuilder.java:68) ~[iris-mc1.17-1.1.2-pre+rev.ca28255.jar:?]
at net.coderbot.iris.postprocess.CompositeRenderer.createProgram(CompositeRenderer.java:209) ~[iris-mc1.17-1.1.2-pre+rev.ca28255.jar:?]
... 26 more
[03:46:49] [Render thread/WARN]: No uniform exists with name: u_ModelViewProjectionMatrix
[03:46:50] [Render thread/WARN]: No uniform exists with name: u_NormalMatrix
[03:46:50] [Render thread/WARN]: No uniform exists with name: u_ModelViewProjectionMatrix
[03:46:50] [Render thread/WARN]: No uniform exists with name: u_NormalMatrix
[03:46:50] [Render thread/WARN]: No uniform exists with name: u_ModelViewProjectionMatrix
[03:46:50] [Render thread/WARN]: No uniform exists with name: u_NormalMatrix
[03:46:50] [Render thread/WARN]: No uniform exists with name: u_ModelViewProjectionMatrix
[03:46:50] [Render thread/WARN]: No uniform exists with name: u_NormalMatrix
[03:46:50] [Render thread/WARN]: No uniform exists with name: u_ModelViewProjectionMatrix
[03:46:50] [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