You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, unfortunately I'm having a small problem, I'm trying to put shaders in my game, but it crashes, and I have no idea what it is since I play with the same shaders (I've already tested another one) with optifine without a problem
[00:44:15] [main/INFO]: Loading Minecraft 1.20.4 with Fabric Loader 0.15.11
[00:44:16] [main/INFO]: Loading 15 mods:
- fabricloader 0.15.11
-- mixinextras 0.3.5
- iris 1.7.0+mc1.20.4
|-- fabric-api-base 0.4.36+78d798af4f
|-- fabric-key-binding-api-v1 1.0.41+78d798af4f
|-- io_github_douira_glsl-transformer 2.0.0-pre13
|-- org_anarres_jcpp 1.4.14
-- org_antlr_antlr4-runtime 4.11.1
- java 17
- minecraft 1.20.4
- sodium 0.5.8+mc1.20.4
|-- fabric-block-view-api-v2 1.0.4+78d798af4f
|-- fabric-rendering-data-attachment-v1 0.3.42+73761d2e4f
|-- fabric-rendering-fluids-v1 3.0.33+78d798af4f
-- fabric-resource-loader-v0 0.11.17+707e4d1b4f
[00:44:16] [main/INFO]: SpongePowered MIXIN Subsystem Version=0.8.5 Source=file:/C:/Users/lucas/AppData/Roaming/.minecraft/libraries/net/fabricmc/sponge-mixin/0.13.3+mixin.0.8.5/sponge-mixin-0.13.3+mixin.0.8.5.jar Service=Knot/Fabric Env=CLIENT
[00:44:17] [main/INFO]: Compatibility level set to JAVA_17
[00:44:18] [main/INFO]: Loaded configuration file for Sodium: 42 options available, 3 override(s) found
[00:44:19] [main/WARN]: Force-disabling mixin 'features.render.entity.CuboidMixin' as rule 'mixin.features.render.entity' (added by mods [iris]) disables it and children
[00:44:19] [main/WARN]: Force-disabling mixin 'features.render.entity.ModelPartMixin' as rule 'mixin.features.render.entity' (added by mods [iris]) disables it and children
[00:44:19] [main/WARN]: Force-disabling mixin 'features.render.entity.cull.EntityRendererMixin' as rule 'mixin.features.render.entity' (added by mods [iris]) disables it and children
[00:44:19] [main/WARN]: Force-disabling mixin 'features.render.entity.shadows.EntityRenderDispatcherMixin' as rule 'mixin.features.render.entity' (added by mods [iris]) disables it and children
[00:44:19] [main/WARN]: Force-disabling mixin 'features.render.gui.font.GlyphRendererMixin' as rule 'mixin.features.render.gui.font' (added by mods [iris]) disables it and children
[00:44:19] [main/WARN]: Force-disabling mixin 'features.render.world.sky.BackgroundRendererMixin' as rule 'mixin.features.render.world.sky' (added by mods [iris]) disables it and children
[00:44:19] [main/WARN]: Force-disabling mixin 'features.render.world.sky.ClientWorldMixin' as rule 'mixin.features.render.world.sky' (added by mods [iris]) disables it and children
[00:44:19] [main/WARN]: Force-disabling mixin 'features.render.world.sky.WorldRendererMixin' as rule 'mixin.features.render.world.sky' (added by mods [iris]) disables it and children
[00:44:21] [main/INFO]: Searching for graphics cards...
[00:44:26] [main/INFO]: Found graphics card: GraphicsAdapterInfo[vendor=AMD, name=AMD Radeon(TM) R5 230 series, version=DriverVersion=15.301.1901.0]
[00:44:28] [main/INFO]: Initializing MixinExtras via com.llamalad7.mixinextras.service.MixinExtrasServiceImpl(version=0.3.5).
[00:44:50] [Datafixer Bootstrap/INFO]: 198 Datafixer optimizations took 389 milliseconds
[00:45:03] [Render thread/INFO]: Environment: Environment[sessionHost=https://sessionserver.mojang.com, servicesHost=https://api.minecraftservices.com, name=PROD]
[00:45:03] [Render thread/INFO]: Setting user: Isa
[00:45:07] [ForkJoinPool.commonPool-worker-1/WARN]: [Iris Update Check] This version doesn't have an update index, skipping.
[00:45:07] [Render thread/INFO]: Backend library: LWJGL version 3.3.2-snapshot
[00:45:11] [Render thread/INFO]: OpenGL Vendor: ATI Technologies Inc.
[00:45:11] [Render thread/INFO]: OpenGL Renderer: AMD Radeon(TM) R5 230 series
[00:45:11] [Render thread/INFO]: OpenGL Version: 3.2.13417 Core Profile Forward-Compatible Context 15.301.1901.0
[00:45:13] [Render thread/INFO]: Debug functionality is disabled.
[00:45:13] [Render thread/INFO]: ARB_direct_state_access detected, enabling DSA.
[00:45:14] [Render thread/WARN]: Ignoring ambiguous boolean option Bloom
[00:45:14] [Render thread/WARN]: Tried to get boolean value for unknown option: 1, defaulting to true!
[00:45:14] [Render thread/WARN]: Unable to resolve shader pack option menu element "Bloom" defined in shaders.properties
[00:45:14] [Render thread/INFO]: Profile: Custom (+0 options changed by user)
[00:45:15] [Render thread/INFO]: Using shaderpack: Sildur's Vibrant Shaders v1.50 Lite.zip
[00:45:18] [Render thread/INFO]: Hardware information:
[00:45:18] [Render thread/INFO]: CPU: 4x Intel(R) Core(TM) i5-2310 CPU @ 2.90GHz
[00:45:18] [Render thread/INFO]: GPU: AMD Radeon(TM) R5 230 series (Supports OpenGL 3.2.13417 Core Profile Forward-Compatible Context 15.301.1901.0)
[00:45:18] [Render thread/INFO]: OS: Windows 10 (10.0)
[00:45:21] [Worker-Main-3/ERROR]: Failed to retrieve profile key pair
java.io.IOException: Could not retrieve profile key pair
at net.minecraft.class_7434.method_43605(class_7434.java:139) ~[client-intermediary.jar:?]
at net.minecraft.class_7434.method_44291(class_7434.java:79) ~[client-intermediary.jar:?]
at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768) ~[?:?]
at java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1760) ~[?:?]
at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) ~[?:?]
at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) ~[?:?]
at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) ~[?:?]
at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) ~[?:?]
at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) ~[?:?]
[00:45:21] [Render thread/INFO]: Reloading ResourceManager: vanilla, fabric, fabric-api-base, fabric-block-view-api-v2, fabric-key-binding-api-v1, fabric-rendering-data-attachment-v1, fabric-rendering-fluids-v1, fabric-resource-loader-v0, fabricloader, iris, sodium
[00:45:22] [Worker-Main-3/INFO]: Found unifont_all_no_pua-15.1.04.hex, loading
[00:45:27] [Render thread/WARN]: Missing sound for event: minecraft:item.goat_horn.play
[00:45:27] [Render thread/WARN]: Missing sound for event: minecraft:entity.goat.screaming.horn_break
[00:45:27] [Render thread/WARN]: Missing sound for event: minecraft:entity.generic.wind_burst
[00:45:27] [Render thread/INFO]: OpenAL initialized on device OpenAL Soft on Alto-falantes (Realtek High Definition Audio)
[00:45:27] [Render thread/INFO]: Sound engine started
[00:45:28] [Render thread/INFO]: Created: 1024x512x1 minecraft:textures/atlas/blocks.png-atlas
[00:45:28] [Render thread/INFO]: Created: 256x256x1 minecraft:textures/atlas/signs.png-atlas
[00:45:28] [Render thread/INFO]: Created: 512x512x1 minecraft:textures/atlas/shield_patterns.png-atlas
[00:45:28] [Render thread/INFO]: Created: 512x512x1 minecraft:textures/atlas/banner_patterns.png-atlas
[00:45:28] [Render thread/INFO]: Created: 1024x1024x1 minecraft:textures/atlas/armor_trims.png-atlas
[00:45:28] [Render thread/INFO]: Created: 256x256x1 minecraft:textures/atlas/chest.png-atlas
[00:45:28] [Render thread/INFO]: Created: 128x64x1 minecraft:textures/atlas/decorated_pot.png-atlas
[00:45:28] [Render thread/INFO]: Created: 512x256x1 minecraft:textures/atlas/shulker_boxes.png-atlas
[00:45:28] [Render thread/INFO]: Created: 512x256x1 minecraft:textures/atlas/beds.png-atlas
[00:45:32] [Render thread/WARN]: Shader rendertype_entity_translucent_emissive could not find sampler named Sampler2 in the specified shader program.
[00:45:32] [Render thread/INFO]: Created: 512x256x0 minecraft:textures/atlas/particles.png-atlas
[00:45:32] [Render thread/INFO]: Created: 256x256x0 minecraft:textures/atlas/paintings.png-atlas
[00:45:32] [Render thread/INFO]: Created: 128x128x0 minecraft:textures/atlas/mob_effects.png-atlas
[00:45:32] [Render thread/INFO]: Created: 1024x512x0 minecraft:textures/atlas/gui.png-atlas
[00:45:32] [Render thread/INFO]: Creating pipeline for dimension NamespacedId{namespace='minecraft', name='overworld'}
[00:45:32] [Render thread/INFO]: Starting custom uniform resolving
[00:45:33] [Render thread/WARN]: Failed to resolve uniform inSwamp, reason: Unknown variable: BIOME_SWAMP_HILLS ( = FunctionCall{smooth {[Number{1}, FunctionCall{if {[FunctionCall{in {[Id{biome}, Number{6}, Id{BIOME_SWAMP_HILLS}]} }, Number{1}, Number{0}]} }, Number{5}]} })
java.lang.RuntimeException: Unknown variable: BIOME_SWAMP_HILLS
at kroppeb.stareval.resolver.ExpressionResolver.resolveExpressionInternal(ExpressionResolver.java:220) ~[iris-1.7.0+mc1.20.4.jar:?]
at kroppeb.stareval.resolver.ExpressionResolver.resolveCallExpressionInternal(ExpressionResolver.java:81) ~[iris-1.7.0+mc1.20.4.jar:?]
at kroppeb.stareval.resolver.ExpressionResolver.resolveCallExpression(ExpressionResolver.java:140) ~[iris-1.7.0+mc1.20.4.jar:?]
at kroppeb.stareval.resolver.ExpressionResolver.resolveExpressionInternal(ExpressionResolver.java:194) ~[iris-1.7.0+mc1.20.4.jar:?]
at kroppeb.stareval.resolver.ExpressionResolver.resolveCallExpressionInternal(ExpressionResolver.java:81) ~[iris-1.7.0+mc1.20.4.jar:?]
at kroppeb.stareval.resolver.ExpressionResolver.resolveCallExpression(ExpressionResolver.java:140) ~[iris-1.7.0+mc1.20.4.jar:?]
at kroppeb.stareval.resolver.ExpressionResolver.resolveCallExpression(ExpressionResolver.java:127) ~[iris-1.7.0+mc1.20.4.jar:?]
at kroppeb.stareval.resolver.ExpressionResolver.resolveExpressionInternal(ExpressionResolver.java:194) ~[iris-1.7.0+mc1.20.4.jar:?]
at kroppeb.stareval.resolver.ExpressionResolver.resolveCallExpressionInternal(ExpressionResolver.java:81) ~[iris-1.7.0+mc1.20.4.jar:?]
at kroppeb.stareval.resolver.ExpressionResolver.resolveCallExpression(ExpressionResolver.java:140) ~[iris-1.7.0+mc1.20.4.jar:?]
at kroppeb.stareval.resolver.ExpressionResolver.resolveExpressionInternal(ExpressionResolver.java:194) ~[iris-1.7.0+mc1.20.4.jar:?]
at kroppeb.stareval.resolver.ExpressionResolver.resolveExpression(ExpressionResolver.java:50) ~[iris-1.7.0+mc1.20.4.jar:?]
at net.irisshaders.iris.uniforms.custom.CustomUniforms.(CustomUniforms.java:62) ~[iris-1.7.0+mc1.20.4.jar:?]
at net.irisshaders.iris.uniforms.custom.CustomUniforms$Builder.build(CustomUniforms.java:334) ~[iris-1.7.0+mc1.20.4.jar:?]
at net.irisshaders.iris.uniforms.custom.CustomUniforms$Builder.build(CustomUniforms.java:345) ~[iris-1.7.0+mc1.20.4.jar:?]
at net.irisshaders.iris.pipeline.IrisRenderingPipeline.(IrisRenderingPipeline.java:261) ~[iris-1.7.0+mc1.20.4.jar:?]
at net.irisshaders.iris.Iris.createPipeline(Iris.java:580) ~[iris-1.7.0+mc1.20.4.jar:?]
at net.irisshaders.iris.pipeline.PipelineManager.preparePipeline(PipelineManager.java:33) ~[iris-1.7.0+mc1.20.4.jar:?]
at net.irisshaders.iris.Iris.onLoadingComplete(Iris.java:138) ~[iris-1.7.0+mc1.20.4.jar:?]
at net.minecraft.class_442.handler$zdb000$iris$firstInit(class_442.java:523) ~[client-intermediary.jar:?]
at net.minecraft.class_442.method_25426(class_442.java:156) ~[client-intermediary.jar:?]
at net.minecraft.class_437.method_25423(class_437.java:298) ~[client-intermediary.jar:?]
at net.minecraft.class_310.method_1507(class_310.java:1187) ~[client-intermediary.jar:?]
at net.minecraft.class_310.method_53528(class_310.java:746) ~[client-intermediary.jar:?]
at net.minecraft.class_310.method_51736(class_310.java:731) ~[client-intermediary.jar:?]
at net.minecraft.class_310.method_53465(class_310.java:720) ~[client-intermediary.jar:?]
at net.minecraft.class_310.method_29338(class_310.java:710) ~[client-intermediary.jar:?]
at net.minecraft.class_156.method_17974(class_156.java:517) ~[client-intermediary.jar:?]
at net.minecraft.class_310.method_53522(class_310.java:705) ~[client-intermediary.jar:?]
at net.minecraft.class_425.method_25394(class_425.java:149) ~[client-intermediary.jar:?]
at net.minecraft.class_757.method_3192(class_757.java:920) ~[client-intermediary.jar:?]
at net.minecraft.class_310.method_1523(class_310.java:1327) ~[client-intermediary.jar:?]
at net.minecraft.class_310.method_1514(class_310.java:888) ~[client-intermediary.jar:?]
at net.minecraft.client.main.Main.main(Main.java:265) ~[iris-fabric-loader-0.15.11-1.20.4.jar:?]
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:470) ~[fabric-loader-0.15.11.jar:?]
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74) ~[fabric-loader-0.15.11.jar:?]
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23) ~[fabric-loader-0.15.11.jar:?]
[00:45:33] [IO-Worker-1/INFO]: Could not authorize you against Realms server: Invalid session id
[00:45:33] [IO-Worker-1/ERROR]: Couldn't connect to realms
net.minecraft.class_4355: Realms authentication error with message 'Invalid session id'
at net.minecraft.class_4341.method_20998(class_4341.java:447) ~[client-intermediary.jar:?]
at net.minecraft.class_4341.method_21027(class_4341.java:232) ~[client-intermediary.jar:?]
at net.minecraft.class_8647.method_52627(class_8647.java:45) ~[client-intermediary.jar:?]
at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768) ~[?:?]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ~[?:?]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) ~[?:?]
at java.lang.Thread.run(Thread.java:833) ~[?:?]
[00:45:34] [Render thread/WARN]: [Patcher] gl_FragColor is not supported yet, please use gl_FragData! Assuming that the shaderpack author intended to use gl_FragData[0]...
[00:45:35] [Render thread/WARN]: Patched fract(worldpos.y + 0.001) to fract(worldpos.y + 0.01) to fix waving water disconnecting from other water blocks; See #509
[00:45:35] [Render thread/WARN]: Patched fract(worldpos.y + 0.001) to fract(worldpos.y + 0.01) to fix waving water disconnecting from other water blocks; See #509
[00:45:35] [Render thread/WARN]: Patched fract(worldpos.y + 0.001) to fract(worldpos.y + 0.01) to fix waving water disconnecting from other water blocks; See #509
[00:45:35] [Render thread/WARN]: Patched fract(worldpos.y + 0.001) to fract(worldpos.y + 0.01) to fix waving water disconnecting from other water blocks; See #509
[00:46:44] [Render thread/INFO]: Destroying pipeline NamespacedId{namespace='minecraft', name='overworld'}
[00:46:44] [Render thread/WARN]: Ignoring ambiguous boolean option Bloom
[00:46:44] [Render thread/WARN]: Tried to get boolean value for unknown option: 1, defaulting to true!
[00:46:44] [Render thread/WARN]: Unable to resolve shader pack option menu element "Bloom" defined in shaders.properties
[00:46:44] [Render thread/INFO]: Profile: Custom (+2 options changed by user)
[00:46:45] [Render thread/INFO]: Using shaderpack: Sildur's Vibrant Shaders v1.50 Lite.zip
[00:46:59] [Render thread/INFO]: Loaded 7 recipes
[00:47:00] [Render thread/INFO]: Loaded 1271 advancements
[00:47:03] [Server thread/INFO]: Starting integrated minecraft server version 1.20.4
[00:47:03] [Server thread/INFO]: Generating keypair
[00:47:10] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld
[00:47:14] [Render thread/INFO]: Preparando área de nascimento: 0%
[00:47:14] [Render thread/INFO]: Preparando área de nascimento: 0%
[00:47:14] [Render thread/INFO]: Preparando área de nascimento: 0%
[00:47:14] [Render thread/INFO]: Preparando área de nascimento: 0%
[00:47:14] [Render thread/INFO]: Preparando área de nascimento: 0%
[00:47:14] [Render thread/INFO]: Preparando área de nascimento: 0%
[00:47:14] [Render thread/INFO]: Preparando área de nascimento: 0%
[00:47:14] [Render thread/INFO]: Preparando área de nascimento: 0%
[00:47:14] [Render thread/INFO]: Preparando área de nascimento: 0%
[00:47:14] [Render thread/INFO]: Preparando área de nascimento: 0%
[00:47:15] [Render thread/INFO]: Preparando área de nascimento: 0%
[00:47:15] [Render thread/INFO]: Preparando área de nascimento: 0%
[00:47:16] [Render thread/INFO]: Preparando área de nascimento: 0%
[00:47:16] [Render thread/INFO]: Preparando área de nascimento: 0%
[00:47:17] [Render thread/INFO]: Preparando área de nascimento: 0%
[00:47:17] [Render thread/INFO]: Preparando área de nascimento: 0%
[00:47:18] [Render thread/INFO]: Preparando área de nascimento: 0%
[00:47:18] [Render thread/INFO]: Preparando área de nascimento: 0%
[00:47:19] [Render thread/INFO]: Preparando área de nascimento: 0%
[00:47:19] [Render thread/INFO]: Preparando área de nascimento: 0%
[00:47:20] [Render thread/INFO]: Preparando área de nascimento: 0%
[00:47:20] [Render thread/INFO]: Preparando área de nascimento: 1%
[00:47:21] [Render thread/INFO]: Preparando área de nascimento: 1%
[00:47:21] [Render thread/INFO]: Preparando área de nascimento: 1%
[00:47:22] [Render thread/INFO]: Preparando área de nascimento: 2%
[00:47:22] [Render thread/INFO]: Preparando área de nascimento: 2%
[00:47:23] [Render thread/INFO]: Preparando área de nascimento: 3%
[00:47:23] [Render thread/INFO]: Preparando área de nascimento: 3%
[00:47:24] [Render thread/INFO]: Preparando área de nascimento: 4%
[00:47:24] [Render thread/INFO]: Preparando área de nascimento: 4%
[00:47:25] [Render thread/INFO]: Preparando área de nascimento: 4%
[00:47:25] [Render thread/INFO]: Preparando área de nascimento: 4%
[00:47:26] [Render thread/INFO]: Preparando área de nascimento: 4%
[00:47:26] [Render thread/INFO]: Preparando área de nascimento: 4%
[00:47:27] [Render thread/INFO]: Preparando área de nascimento: 4%
[00:47:27] [Render thread/INFO]: Preparando área de nascimento: 4%
[00:47:28] [Render thread/INFO]: Preparando área de nascimento: 4%
[00:47:28] [Render thread/INFO]: Preparando área de nascimento: 4%
[00:47:29] [Render thread/INFO]: Preparando área de nascimento: 6%
[00:47:29] [Render thread/INFO]: Preparando área de nascimento: 6%
[00:47:30] [Render thread/INFO]: Preparando área de nascimento: 6%
[00:47:30] [Render thread/INFO]: Preparando área de nascimento: 7%
[00:47:31] [Render thread/INFO]: Preparando área de nascimento: 8%
[00:47:33] [Render thread/INFO]: Preparando área de nascimento: 9%
[00:47:33] [Render thread/INFO]: Preparando área de nascimento: 9%
[00:47:33] [Render thread/INFO]: Preparando área de nascimento: 9%
[00:47:33] [Render thread/INFO]: Preparando área de nascimento: 9%
[00:47:33] [Render thread/INFO]: Preparando área de nascimento: 10%
[00:47:34] [Render thread/INFO]: Preparando área de nascimento: 10%
[00:47:34] [Render thread/INFO]: Preparando área de nascimento: 10%
[00:47:36] [Render thread/INFO]: Preparando área de nascimento: 12%
[00:47:36] [Render thread/INFO]: Preparando área de nascimento: 12%
[00:47:36] [Render thread/INFO]: Preparando área de nascimento: 12%
[00:47:36] [Render thread/INFO]: Preparando área de nascimento: 15%
[00:47:37] [Render thread/INFO]: Preparando área de nascimento: 18%
[00:47:37] [Render thread/INFO]: Preparando área de nascimento: 18%
[00:47:38] [Render thread/INFO]: Preparando área de nascimento: 19%
[00:47:38] [Render thread/INFO]: Preparando área de nascimento: 20%
[00:47:39] [Render thread/INFO]: Preparando área de nascimento: 20%
[00:47:39] [Render thread/INFO]: Preparando área de nascimento: 21%
[00:47:40] [Render thread/INFO]: Preparando área de nascimento: 21%
[00:47:40] [Render thread/INFO]: Preparando área de nascimento: 21%
[00:47:41] [Render thread/INFO]: Preparando área de nascimento: 23%
[00:47:41] [Render thread/INFO]: Preparando área de nascimento: 23%
[00:47:42] [Render thread/INFO]: Preparando área de nascimento: 23%
[00:47:42] [Render thread/INFO]: Preparando área de nascimento: 23%
[00:47:43] [Render thread/INFO]: Preparando área de nascimento: 25%
[00:47:43] [Render thread/INFO]: Preparando área de nascimento: 25%
[00:47:44] [Render thread/INFO]: Preparando área de nascimento: 25%
[00:47:44] [Render thread/INFO]: Preparando área de nascimento: 27%
[00:47:45] [Render thread/INFO]: Preparando área de nascimento: 29%
[00:47:45] [Render thread/INFO]: Preparando área de nascimento: 32%
[00:47:46] [Render thread/INFO]: Preparando área de nascimento: 35%
[00:47:46] [Render thread/INFO]: Preparando área de nascimento: 38%
[00:47:47] [Render thread/INFO]: Preparando área de nascimento: 44%
[00:47:47] [Render thread/INFO]: Preparando área de nascimento: 49%
[00:47:48] [Render thread/INFO]: Preparando área de nascimento: 62%
[00:47:48] [Render thread/INFO]: Preparando área de nascimento: 68%
[00:47:49] [Render thread/INFO]: Preparando área de nascimento: 73%
[00:47:49] [Render thread/INFO]: Time elapsed: 39526 ms
[00:47:50] [Server thread/INFO]: Changing view distance to 8, from 10
[00:47:50] [Server thread/INFO]: Changing simulation distance to 8, from 0
[00:47:52] [Server thread/WARN]: Can't keep up! Is the server overloaded? Running 2441ms or 48 ticks behind
[00:48:04] [Server thread/INFO]: Isa[local:E:38ecd213] logged in with entity id 195 at (201.88908899584663, 63.0, -38.30000001192093)
[00:48:06] [Server thread/INFO]: Isa entrou na partida
[00:48:06] [Render thread/INFO]: Reloading pipeline on dimension change: NamespacedId{namespace='minecraft', name='overworld'} => NamespacedId{namespace='minecraft', name='overworld'}
[00:48:06] [Render thread/INFO]: Creating pipeline for dimension NamespacedId{namespace='minecraft', name='overworld'}
[00:48:06] [Render thread/INFO]: Starting custom uniform resolving
[00:48:06] [Render thread/WARN]: Failed to resolve uniform inSwamp, reason: Unknown variable: BIOME_SWAMP_HILLS ( = FunctionCall{smooth {[Number{1}, FunctionCall{if {[FunctionCall{in {[Id{biome}, Number{6}, Id{BIOME_SWAMP_HILLS}]} }, Number{1}, Number{0}]} }, Number{5}]} })
java.lang.RuntimeException: Unknown variable: BIOME_SWAMP_HILLS
at kroppeb.stareval.resolver.ExpressionResolver.resolveExpressionInternal(ExpressionResolver.java:220) ~[iris-1.7.0+mc1.20.4.jar:?]
at kroppeb.stareval.resolver.ExpressionResolver.resolveCallExpressionInternal(ExpressionResolver.java:81) ~[iris-1.7.0+mc1.20.4.jar:?]
at kroppeb.stareval.resolver.ExpressionResolver.resolveCallExpression(ExpressionResolver.java:140) ~[iris-1.7.0+mc1.20.4.jar:?]
at kroppeb.stareval.resolver.ExpressionResolver.resolveExpressionInternal(ExpressionResolver.java:194) ~[iris-1.7.0+mc1.20.4.jar:?]
at kroppeb.stareval.resolver.ExpressionResolver.resolveCallExpressionInternal(ExpressionResolver.java:81) ~[iris-1.7.0+mc1.20.4.jar:?]
at kroppeb.stareval.resolver.ExpressionResolver.resolveCallExpression(ExpressionResolver.java:140) ~[iris-1.7.0+mc1.20.4.jar:?]
at kroppeb.stareval.resolver.ExpressionResolver.resolveCallExpression(ExpressionResolver.java:127) ~[iris-1.7.0+mc1.20.4.jar:?]
at kroppeb.stareval.resolver.ExpressionResolver.resolveExpressionInternal(ExpressionResolver.java:194) ~[iris-1.7.0+mc1.20.4.jar:?]
at kroppeb.stareval.resolver.ExpressionResolver.resolveCallExpressionInternal(ExpressionResolver.java:81) ~[iris-1.7.0+mc1.20.4.jar:?]
at kroppeb.stareval.resolver.ExpressionResolver.resolveCallExpression(ExpressionResolver.java:140) ~[iris-1.7.0+mc1.20.4.jar:?]
at kroppeb.stareval.resolver.ExpressionResolver.resolveExpressionInternal(ExpressionResolver.java:194) ~[iris-1.7.0+mc1.20.4.jar:?]
at kroppeb.stareval.resolver.ExpressionResolver.resolveExpression(ExpressionResolver.java:50) ~[iris-1.7.0+mc1.20.4.jar:?]
at net.irisshaders.iris.uniforms.custom.CustomUniforms.(CustomUniforms.java:62) ~[iris-1.7.0+mc1.20.4.jar:?]
at net.irisshaders.iris.uniforms.custom.CustomUniforms$Builder.build(CustomUniforms.java:334) ~[iris-1.7.0+mc1.20.4.jar:?]
at net.irisshaders.iris.uniforms.custom.CustomUniforms$Builder.build(CustomUniforms.java:345) ~[iris-1.7.0+mc1.20.4.jar:?]
at net.irisshaders.iris.pipeline.IrisRenderingPipeline.(IrisRenderingPipeline.java:261) ~[iris-1.7.0+mc1.20.4.jar:?]
at net.irisshaders.iris.Iris.createPipeline(Iris.java:580) ~[iris-1.7.0+mc1.20.4.jar:?]
at net.irisshaders.iris.pipeline.PipelineManager.preparePipeline(PipelineManager.java:33) ~[iris-1.7.0+mc1.20.4.jar:?]
at net.minecraft.class_310.handler$zcf000$iris$resetPipeline(class_310.java:4298) ~[client-intermediary.jar:?]
at net.minecraft.class_310.method_18097(class_310.java) ~[client-intermediary.jar:?]
at net.minecraft.class_310.method_1481(class_310.java:2257) ~[client-intermediary.jar:?]
at net.minecraft.class_634.method_11120(class_634.java:414) ~[client-intermediary.jar:?]
at net.minecraft.class_2678.method_11567(class_2678.java:57) ~[client-intermediary.jar:?]
at net.minecraft.class_2678.method_11054(class_2678.java:14) ~[client-intermediary.jar:?]
at net.minecraft.class_2600.method_11072(class_2600.java:24) ~[client-intermediary.jar:?]
at net.minecraft.class_1255.method_18859(class_1255.java:156) ~[client-intermediary.jar:?]
at net.minecraft.class_4093.method_18859(class_4093.java:23) ~[client-intermediary.jar:?]
at net.minecraft.class_1255.method_16075(class_1255.java:130) ~[client-intermediary.jar:?]
at net.minecraft.class_1255.method_5383(class_1255.java:115) ~[client-intermediary.jar:?]
at net.minecraft.class_310.method_1523(class_310.java:1283) ~[client-intermediary.jar:?]
at net.minecraft.class_310.method_1514(class_310.java:888) ~[client-intermediary.jar:?]
at net.minecraft.client.main.Main.main(Main.java:265) ~[iris-fabric-loader-0.15.11-1.20.4.jar:?]
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:470) ~[fabric-loader-0.15.11.jar:?]
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74) ~[fabric-loader-0.15.11.jar:?]
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23) ~[fabric-loader-0.15.11.jar:?]
[00:48:08] [Render thread/WARN]: [Patcher] gl_FragColor is not supported yet, please use gl_FragData! Assuming that the shaderpack author intended to use gl_FragData[0]...
[00:48:08] [Render thread/WARN]: Patched fract(worldpos.y + 0.001) to fract(worldpos.y + 0.01) to fix waving water disconnecting from other water blocks; See #509
[00:48:09] [Render thread/WARN]: Patched fract(worldpos.y + 0.001) to fract(worldpos.y + 0.01) to fix waving water disconnecting from other water blocks; See #509
[00:48:09] [Render thread/WARN]: Patched fract(worldpos.y + 0.001) to fract(worldpos.y + 0.01) to fix waving water disconnecting from other water blocks; See #509
[00:48:09] [Render thread/WARN]: Patched fract(worldpos.y + 0.001) to fract(worldpos.y + 0.01) to fix waving water disconnecting from other water blocks; See #509
[00:48:16] [Render thread/INFO]: Started 1 worker threads
[00:48:19] [Render thread/INFO]: Loaded 12 advancements
[00:48:20] [Render thread/WARN]: Unable to play empty soundEvent: minecraft:entity.salmon.ambient
[00:48:22] [Render thread/WARN]: Patched fract(worldpos.y + 0.001) to fract(worldpos.y + 0.01) to fix waving water disconnecting from other water blocks; See #509
[00:48:22] [Render thread/WARN]: Patched fract(worldpos.y + 0.001) to fract(worldpos.y + 0.01) to fix waving water disconnecting from other water blocks; See #509
[00:48:22] [Render thread/WARN]: Patched fract(worldpos.y + 0.001) to fract(worldpos.y + 0.01) to fix waving water disconnecting from other water blocks; See #509
[00:48:25] [Worker-Main-2/INFO]: [STDOUT]: [SKlauncher/ERROR] Failed to get skin for 766d28f5-bd1f-34fe-aab8-6dc6188028bc: java.io.IOException: Response code: 204
at com.sklauncher.injector.Utils.readStringFromURL(Utils.java:56)
at com.sklauncher.injector.Utils.readStringFromURL(Utils.java:37)
at com.sklauncher.injector.MojangSkinProvider.getSkin(MojangSkinProvider.java:17)
at com.sklauncher.injector.transformers.SkinManagerTransformer.hookProfile(SkinManagerTransformer.java:84)
at net.minecraft.class_1071$1.method_54647(class_1071.java:51)
at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768)
at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1760)
at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
[00:48:27] [Render thread/WARN]: Shader clouds could not find uniform named ModelViewMat in the specified shader program.
[00:48:27] [Render thread/WARN]: Shader clouds could not find uniform named ProjMat in the specified shader program.
[00:48:27] [Render thread/WARN]: Shader clouds could not find uniform named ColorModulator in the specified shader program.
[00:48:27] [Render thread/WARN]: Shader clouds could not find uniform named FogStart in the specified shader program.
[00:48:27] [Render thread/WARN]: Shader clouds could not find uniform named FogEnd in the specified shader program.
[00:48:27] [Render thread/WARN]: Shader clouds could not find uniform named FogColor in the specified shader program.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello, unfortunately I'm having a small problem, I'm trying to put shaders in my game, but it crashes, and I have no idea what it is since I play with the same shaders (I've already tested another one) with optifine without a problem
[00:44:15] [main/INFO]: Loading Minecraft 1.20.4 with Fabric Loader 0.15.11
[00:44:16] [main/INFO]: Loading 15 mods:
- fabricloader 0.15.11
-- mixinextras 0.3.5
- iris 1.7.0+mc1.20.4
|-- fabric-api-base 0.4.36+78d798af4f
|-- fabric-key-binding-api-v1 1.0.41+78d798af4f
|-- io_github_douira_glsl-transformer 2.0.0-pre13
|-- org_anarres_jcpp 1.4.14
-- org_antlr_antlr4-runtime 4.11.1
- java 17
- minecraft 1.20.4
- sodium 0.5.8+mc1.20.4
|-- fabric-block-view-api-v2 1.0.4+78d798af4f
|-- fabric-rendering-data-attachment-v1 0.3.42+73761d2e4f
|-- fabric-rendering-fluids-v1 3.0.33+78d798af4f
-- fabric-resource-loader-v0 0.11.17+707e4d1b4f
[00:44:16] [main/INFO]: SpongePowered MIXIN Subsystem Version=0.8.5 Source=file:/C:/Users/lucas/AppData/Roaming/.minecraft/libraries/net/fabricmc/sponge-mixin/0.13.3+mixin.0.8.5/sponge-mixin-0.13.3+mixin.0.8.5.jar Service=Knot/Fabric Env=CLIENT
[00:44:17] [main/INFO]: Compatibility level set to JAVA_17
[00:44:18] [main/INFO]: Loaded configuration file for Sodium: 42 options available, 3 override(s) found
[00:44:19] [main/WARN]: Force-disabling mixin 'features.render.entity.CuboidMixin' as rule 'mixin.features.render.entity' (added by mods [iris]) disables it and children
[00:44:19] [main/WARN]: Force-disabling mixin 'features.render.entity.ModelPartMixin' as rule 'mixin.features.render.entity' (added by mods [iris]) disables it and children
[00:44:19] [main/WARN]: Force-disabling mixin 'features.render.entity.cull.EntityRendererMixin' as rule 'mixin.features.render.entity' (added by mods [iris]) disables it and children
[00:44:19] [main/WARN]: Force-disabling mixin 'features.render.entity.shadows.EntityRenderDispatcherMixin' as rule 'mixin.features.render.entity' (added by mods [iris]) disables it and children
[00:44:19] [main/WARN]: Force-disabling mixin 'features.render.gui.font.GlyphRendererMixin' as rule 'mixin.features.render.gui.font' (added by mods [iris]) disables it and children
[00:44:19] [main/WARN]: Force-disabling mixin 'features.render.world.sky.BackgroundRendererMixin' as rule 'mixin.features.render.world.sky' (added by mods [iris]) disables it and children
[00:44:19] [main/WARN]: Force-disabling mixin 'features.render.world.sky.ClientWorldMixin' as rule 'mixin.features.render.world.sky' (added by mods [iris]) disables it and children
[00:44:19] [main/WARN]: Force-disabling mixin 'features.render.world.sky.WorldRendererMixin' as rule 'mixin.features.render.world.sky' (added by mods [iris]) disables it and children
[00:44:21] [main/INFO]: Searching for graphics cards...
[00:44:26] [main/INFO]: Found graphics card: GraphicsAdapterInfo[vendor=AMD, name=AMD Radeon(TM) R5 230 series, version=DriverVersion=15.301.1901.0]
[00:44:28] [main/INFO]: Initializing MixinExtras via com.llamalad7.mixinextras.service.MixinExtrasServiceImpl(version=0.3.5).
[00:44:50] [Datafixer Bootstrap/INFO]: 198 Datafixer optimizations took 389 milliseconds
[00:45:03] [Render thread/INFO]: Environment: Environment[sessionHost=https://sessionserver.mojang.com, servicesHost=https://api.minecraftservices.com, name=PROD]
[00:45:03] [Render thread/INFO]: Setting user: Isa
[00:45:07] [ForkJoinPool.commonPool-worker-1/WARN]: [Iris Update Check] This version doesn't have an update index, skipping.
[00:45:07] [Render thread/INFO]: Backend library: LWJGL version 3.3.2-snapshot
[00:45:11] [Render thread/INFO]: OpenGL Vendor: ATI Technologies Inc.
[00:45:11] [Render thread/INFO]: OpenGL Renderer: AMD Radeon(TM) R5 230 series
[00:45:11] [Render thread/INFO]: OpenGL Version: 3.2.13417 Core Profile Forward-Compatible Context 15.301.1901.0
[00:45:13] [Render thread/INFO]: Debug functionality is disabled.
[00:45:13] [Render thread/INFO]: ARB_direct_state_access detected, enabling DSA.
[00:45:14] [Render thread/WARN]: Ignoring ambiguous boolean option Bloom
[00:45:14] [Render thread/WARN]: Tried to get boolean value for unknown option: 1, defaulting to true!
[00:45:14] [Render thread/WARN]: Unable to resolve shader pack option menu element "Bloom" defined in shaders.properties
[00:45:14] [Render thread/INFO]: Profile: Custom (+0 options changed by user)
[00:45:15] [Render thread/INFO]: Using shaderpack: Sildur's Vibrant Shaders v1.50 Lite.zip
[00:45:18] [Render thread/INFO]: Hardware information:
[00:45:18] [Render thread/INFO]: CPU: 4x Intel(R) Core(TM) i5-2310 CPU @ 2.90GHz
[00:45:18] [Render thread/INFO]: GPU: AMD Radeon(TM) R5 230 series (Supports OpenGL 3.2.13417 Core Profile Forward-Compatible Context 15.301.1901.0)
[00:45:18] [Render thread/INFO]: OS: Windows 10 (10.0)
[00:45:21] [Worker-Main-3/ERROR]: Failed to retrieve profile key pair
java.io.IOException: Could not retrieve profile key pair
at net.minecraft.class_7434.method_43605(class_7434.java:139) ~[client-intermediary.jar:?]
at net.minecraft.class_7434.method_44291(class_7434.java:79) ~[client-intermediary.jar:?]
at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768) ~[?:?]
at java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1760) ~[?:?]
at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) ~[?:?]
at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) ~[?:?]
at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) ~[?:?]
at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) ~[?:?]
at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) ~[?:?]
[00:45:21] [Render thread/INFO]: Reloading ResourceManager: vanilla, fabric, fabric-api-base, fabric-block-view-api-v2, fabric-key-binding-api-v1, fabric-rendering-data-attachment-v1, fabric-rendering-fluids-v1, fabric-resource-loader-v0, fabricloader, iris, sodium
[00:45:22] [Worker-Main-3/INFO]: Found unifont_all_no_pua-15.1.04.hex, loading
[00:45:27] [Render thread/WARN]: Missing sound for event: minecraft:item.goat_horn.play
[00:45:27] [Render thread/WARN]: Missing sound for event: minecraft:entity.goat.screaming.horn_break
[00:45:27] [Render thread/WARN]: Missing sound for event: minecraft:entity.generic.wind_burst
[00:45:27] [Render thread/INFO]: OpenAL initialized on device OpenAL Soft on Alto-falantes (Realtek High Definition Audio)
[00:45:27] [Render thread/INFO]: Sound engine started
[00:45:28] [Render thread/INFO]: Created: 1024x512x1 minecraft:textures/atlas/blocks.png-atlas
[00:45:28] [Render thread/INFO]: Created: 256x256x1 minecraft:textures/atlas/signs.png-atlas
[00:45:28] [Render thread/INFO]: Created: 512x512x1 minecraft:textures/atlas/shield_patterns.png-atlas
[00:45:28] [Render thread/INFO]: Created: 512x512x1 minecraft:textures/atlas/banner_patterns.png-atlas
[00:45:28] [Render thread/INFO]: Created: 1024x1024x1 minecraft:textures/atlas/armor_trims.png-atlas
[00:45:28] [Render thread/INFO]: Created: 256x256x1 minecraft:textures/atlas/chest.png-atlas
[00:45:28] [Render thread/INFO]: Created: 128x64x1 minecraft:textures/atlas/decorated_pot.png-atlas
[00:45:28] [Render thread/INFO]: Created: 512x256x1 minecraft:textures/atlas/shulker_boxes.png-atlas
[00:45:28] [Render thread/INFO]: Created: 512x256x1 minecraft:textures/atlas/beds.png-atlas
[00:45:32] [Render thread/WARN]: Shader rendertype_entity_translucent_emissive could not find sampler named Sampler2 in the specified shader program.
[00:45:32] [Render thread/INFO]: Created: 512x256x0 minecraft:textures/atlas/particles.png-atlas
[00:45:32] [Render thread/INFO]: Created: 256x256x0 minecraft:textures/atlas/paintings.png-atlas
[00:45:32] [Render thread/INFO]: Created: 128x128x0 minecraft:textures/atlas/mob_effects.png-atlas
[00:45:32] [Render thread/INFO]: Created: 1024x512x0 minecraft:textures/atlas/gui.png-atlas
[00:45:32] [Render thread/INFO]: Creating pipeline for dimension NamespacedId{namespace='minecraft', name='overworld'}
[00:45:32] [Render thread/INFO]: Starting custom uniform resolving
[00:45:33] [Render thread/WARN]: Failed to resolve uniform inSwamp, reason: Unknown variable: BIOME_SWAMP_HILLS ( = FunctionCall{smooth {[Number{1}, FunctionCall{if {[FunctionCall{in {[Id{biome}, Number{6}, Id{BIOME_SWAMP_HILLS}]} }, Number{1}, Number{0}]} }, Number{5}]} })
java.lang.RuntimeException: Unknown variable: BIOME_SWAMP_HILLS
at kroppeb.stareval.resolver.ExpressionResolver.resolveExpressionInternal(ExpressionResolver.java:220) ~[iris-1.7.0+mc1.20.4.jar:?]
at kroppeb.stareval.resolver.ExpressionResolver.resolveCallExpressionInternal(ExpressionResolver.java:81) ~[iris-1.7.0+mc1.20.4.jar:?]
at kroppeb.stareval.resolver.ExpressionResolver.resolveCallExpression(ExpressionResolver.java:140) ~[iris-1.7.0+mc1.20.4.jar:?]
at kroppeb.stareval.resolver.ExpressionResolver.resolveExpressionInternal(ExpressionResolver.java:194) ~[iris-1.7.0+mc1.20.4.jar:?]
at kroppeb.stareval.resolver.ExpressionResolver.resolveCallExpressionInternal(ExpressionResolver.java:81) ~[iris-1.7.0+mc1.20.4.jar:?]
at kroppeb.stareval.resolver.ExpressionResolver.resolveCallExpression(ExpressionResolver.java:140) ~[iris-1.7.0+mc1.20.4.jar:?]
at kroppeb.stareval.resolver.ExpressionResolver.resolveCallExpression(ExpressionResolver.java:127) ~[iris-1.7.0+mc1.20.4.jar:?]
at kroppeb.stareval.resolver.ExpressionResolver.resolveExpressionInternal(ExpressionResolver.java:194) ~[iris-1.7.0+mc1.20.4.jar:?]
at kroppeb.stareval.resolver.ExpressionResolver.resolveCallExpressionInternal(ExpressionResolver.java:81) ~[iris-1.7.0+mc1.20.4.jar:?]
at kroppeb.stareval.resolver.ExpressionResolver.resolveCallExpression(ExpressionResolver.java:140) ~[iris-1.7.0+mc1.20.4.jar:?]
at kroppeb.stareval.resolver.ExpressionResolver.resolveExpressionInternal(ExpressionResolver.java:194) ~[iris-1.7.0+mc1.20.4.jar:?]
at kroppeb.stareval.resolver.ExpressionResolver.resolveExpression(ExpressionResolver.java:50) ~[iris-1.7.0+mc1.20.4.jar:?]
at net.irisshaders.iris.uniforms.custom.CustomUniforms.(CustomUniforms.java:62) ~[iris-1.7.0+mc1.20.4.jar:?]
at net.irisshaders.iris.uniforms.custom.CustomUniforms$Builder.build(CustomUniforms.java:334) ~[iris-1.7.0+mc1.20.4.jar:?]
at net.irisshaders.iris.uniforms.custom.CustomUniforms$Builder.build(CustomUniforms.java:345) ~[iris-1.7.0+mc1.20.4.jar:?]
at net.irisshaders.iris.pipeline.IrisRenderingPipeline.(IrisRenderingPipeline.java:261) ~[iris-1.7.0+mc1.20.4.jar:?]
at net.irisshaders.iris.Iris.createPipeline(Iris.java:580) ~[iris-1.7.0+mc1.20.4.jar:?]
at net.irisshaders.iris.pipeline.PipelineManager.preparePipeline(PipelineManager.java:33) ~[iris-1.7.0+mc1.20.4.jar:?]
at net.irisshaders.iris.Iris.onLoadingComplete(Iris.java:138) ~[iris-1.7.0+mc1.20.4.jar:?]
at net.minecraft.class_442.handler$zdb000$iris$firstInit(class_442.java:523) ~[client-intermediary.jar:?]
at net.minecraft.class_442.method_25426(class_442.java:156) ~[client-intermediary.jar:?]
at net.minecraft.class_437.method_25423(class_437.java:298) ~[client-intermediary.jar:?]
at net.minecraft.class_310.method_1507(class_310.java:1187) ~[client-intermediary.jar:?]
at net.minecraft.class_310.method_53528(class_310.java:746) ~[client-intermediary.jar:?]
at net.minecraft.class_310.method_51736(class_310.java:731) ~[client-intermediary.jar:?]
at net.minecraft.class_310.method_53465(class_310.java:720) ~[client-intermediary.jar:?]
at net.minecraft.class_310.method_29338(class_310.java:710) ~[client-intermediary.jar:?]
at net.minecraft.class_156.method_17974(class_156.java:517) ~[client-intermediary.jar:?]
at net.minecraft.class_310.method_53522(class_310.java:705) ~[client-intermediary.jar:?]
at net.minecraft.class_425.method_25394(class_425.java:149) ~[client-intermediary.jar:?]
at net.minecraft.class_757.method_3192(class_757.java:920) ~[client-intermediary.jar:?]
at net.minecraft.class_310.method_1523(class_310.java:1327) ~[client-intermediary.jar:?]
at net.minecraft.class_310.method_1514(class_310.java:888) ~[client-intermediary.jar:?]
at net.minecraft.client.main.Main.main(Main.java:265) ~[iris-fabric-loader-0.15.11-1.20.4.jar:?]
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:470) ~[fabric-loader-0.15.11.jar:?]
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74) ~[fabric-loader-0.15.11.jar:?]
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23) ~[fabric-loader-0.15.11.jar:?]
[00:45:33] [IO-Worker-1/INFO]: Could not authorize you against Realms server: Invalid session id
[00:45:33] [IO-Worker-1/ERROR]: Couldn't connect to realms
net.minecraft.class_4355: Realms authentication error with message 'Invalid session id'
at net.minecraft.class_4341.method_20998(class_4341.java:447) ~[client-intermediary.jar:?]
at net.minecraft.class_4341.method_21027(class_4341.java:232) ~[client-intermediary.jar:?]
at net.minecraft.class_8647.method_52627(class_8647.java:45) ~[client-intermediary.jar:?]
at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768) ~[?:?]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ~[?:?]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) ~[?:?]
at java.lang.Thread.run(Thread.java:833) ~[?:?]
[00:45:34] [Render thread/WARN]: [Patcher] gl_FragColor is not supported yet, please use gl_FragData! Assuming that the shaderpack author intended to use gl_FragData[0]...
[00:45:35] [Render thread/WARN]: Patched fract(worldpos.y + 0.001) to fract(worldpos.y + 0.01) to fix waving water disconnecting from other water blocks; See #509
[00:45:35] [Render thread/WARN]: Patched fract(worldpos.y + 0.001) to fract(worldpos.y + 0.01) to fix waving water disconnecting from other water blocks; See #509
[00:45:35] [Render thread/WARN]: Patched fract(worldpos.y + 0.001) to fract(worldpos.y + 0.01) to fix waving water disconnecting from other water blocks; See #509
[00:45:35] [Render thread/WARN]: Patched fract(worldpos.y + 0.001) to fract(worldpos.y + 0.01) to fix waving water disconnecting from other water blocks; See #509
[00:46:44] [Render thread/INFO]: Destroying pipeline NamespacedId{namespace='minecraft', name='overworld'}
[00:46:44] [Render thread/WARN]: Ignoring ambiguous boolean option Bloom
[00:46:44] [Render thread/WARN]: Tried to get boolean value for unknown option: 1, defaulting to true!
[00:46:44] [Render thread/WARN]: Unable to resolve shader pack option menu element "Bloom" defined in shaders.properties
[00:46:44] [Render thread/INFO]: Profile: Custom (+2 options changed by user)
[00:46:45] [Render thread/INFO]: Using shaderpack: Sildur's Vibrant Shaders v1.50 Lite.zip
[00:46:59] [Render thread/INFO]: Loaded 7 recipes
[00:47:00] [Render thread/INFO]: Loaded 1271 advancements
[00:47:03] [Server thread/INFO]: Starting integrated minecraft server version 1.20.4
[00:47:03] [Server thread/INFO]: Generating keypair
[00:47:10] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld
[00:47:14] [Render thread/INFO]: Preparando área de nascimento: 0%
[00:47:14] [Render thread/INFO]: Preparando área de nascimento: 0%
[00:47:14] [Render thread/INFO]: Preparando área de nascimento: 0%
[00:47:14] [Render thread/INFO]: Preparando área de nascimento: 0%
[00:47:14] [Render thread/INFO]: Preparando área de nascimento: 0%
[00:47:14] [Render thread/INFO]: Preparando área de nascimento: 0%
[00:47:14] [Render thread/INFO]: Preparando área de nascimento: 0%
[00:47:14] [Render thread/INFO]: Preparando área de nascimento: 0%
[00:47:14] [Render thread/INFO]: Preparando área de nascimento: 0%
[00:47:14] [Render thread/INFO]: Preparando área de nascimento: 0%
[00:47:15] [Render thread/INFO]: Preparando área de nascimento: 0%
[00:47:15] [Render thread/INFO]: Preparando área de nascimento: 0%
[00:47:16] [Render thread/INFO]: Preparando área de nascimento: 0%
[00:47:16] [Render thread/INFO]: Preparando área de nascimento: 0%
[00:47:17] [Render thread/INFO]: Preparando área de nascimento: 0%
[00:47:17] [Render thread/INFO]: Preparando área de nascimento: 0%
[00:47:18] [Render thread/INFO]: Preparando área de nascimento: 0%
[00:47:18] [Render thread/INFO]: Preparando área de nascimento: 0%
[00:47:19] [Render thread/INFO]: Preparando área de nascimento: 0%
[00:47:19] [Render thread/INFO]: Preparando área de nascimento: 0%
[00:47:20] [Render thread/INFO]: Preparando área de nascimento: 0%
[00:47:20] [Render thread/INFO]: Preparando área de nascimento: 1%
[00:47:21] [Render thread/INFO]: Preparando área de nascimento: 1%
[00:47:21] [Render thread/INFO]: Preparando área de nascimento: 1%
[00:47:22] [Render thread/INFO]: Preparando área de nascimento: 2%
[00:47:22] [Render thread/INFO]: Preparando área de nascimento: 2%
[00:47:23] [Render thread/INFO]: Preparando área de nascimento: 3%
[00:47:23] [Render thread/INFO]: Preparando área de nascimento: 3%
[00:47:24] [Render thread/INFO]: Preparando área de nascimento: 4%
[00:47:24] [Render thread/INFO]: Preparando área de nascimento: 4%
[00:47:25] [Render thread/INFO]: Preparando área de nascimento: 4%
[00:47:25] [Render thread/INFO]: Preparando área de nascimento: 4%
[00:47:26] [Render thread/INFO]: Preparando área de nascimento: 4%
[00:47:26] [Render thread/INFO]: Preparando área de nascimento: 4%
[00:47:27] [Render thread/INFO]: Preparando área de nascimento: 4%
[00:47:27] [Render thread/INFO]: Preparando área de nascimento: 4%
[00:47:28] [Render thread/INFO]: Preparando área de nascimento: 4%
[00:47:28] [Render thread/INFO]: Preparando área de nascimento: 4%
[00:47:29] [Render thread/INFO]: Preparando área de nascimento: 6%
[00:47:29] [Render thread/INFO]: Preparando área de nascimento: 6%
[00:47:30] [Render thread/INFO]: Preparando área de nascimento: 6%
[00:47:30] [Render thread/INFO]: Preparando área de nascimento: 7%
[00:47:31] [Render thread/INFO]: Preparando área de nascimento: 8%
[00:47:33] [Render thread/INFO]: Preparando área de nascimento: 9%
[00:47:33] [Render thread/INFO]: Preparando área de nascimento: 9%
[00:47:33] [Render thread/INFO]: Preparando área de nascimento: 9%
[00:47:33] [Render thread/INFO]: Preparando área de nascimento: 9%
[00:47:33] [Render thread/INFO]: Preparando área de nascimento: 10%
[00:47:34] [Render thread/INFO]: Preparando área de nascimento: 10%
[00:47:34] [Render thread/INFO]: Preparando área de nascimento: 10%
[00:47:36] [Render thread/INFO]: Preparando área de nascimento: 12%
[00:47:36] [Render thread/INFO]: Preparando área de nascimento: 12%
[00:47:36] [Render thread/INFO]: Preparando área de nascimento: 12%
[00:47:36] [Render thread/INFO]: Preparando área de nascimento: 15%
[00:47:37] [Render thread/INFO]: Preparando área de nascimento: 18%
[00:47:37] [Render thread/INFO]: Preparando área de nascimento: 18%
[00:47:38] [Render thread/INFO]: Preparando área de nascimento: 19%
[00:47:38] [Render thread/INFO]: Preparando área de nascimento: 20%
[00:47:39] [Render thread/INFO]: Preparando área de nascimento: 20%
[00:47:39] [Render thread/INFO]: Preparando área de nascimento: 21%
[00:47:40] [Render thread/INFO]: Preparando área de nascimento: 21%
[00:47:40] [Render thread/INFO]: Preparando área de nascimento: 21%
[00:47:41] [Render thread/INFO]: Preparando área de nascimento: 23%
[00:47:41] [Render thread/INFO]: Preparando área de nascimento: 23%
[00:47:42] [Render thread/INFO]: Preparando área de nascimento: 23%
[00:47:42] [Render thread/INFO]: Preparando área de nascimento: 23%
[00:47:43] [Render thread/INFO]: Preparando área de nascimento: 25%
[00:47:43] [Render thread/INFO]: Preparando área de nascimento: 25%
[00:47:44] [Render thread/INFO]: Preparando área de nascimento: 25%
[00:47:44] [Render thread/INFO]: Preparando área de nascimento: 27%
[00:47:45] [Render thread/INFO]: Preparando área de nascimento: 29%
[00:47:45] [Render thread/INFO]: Preparando área de nascimento: 32%
[00:47:46] [Render thread/INFO]: Preparando área de nascimento: 35%
[00:47:46] [Render thread/INFO]: Preparando área de nascimento: 38%
[00:47:47] [Render thread/INFO]: Preparando área de nascimento: 44%
[00:47:47] [Render thread/INFO]: Preparando área de nascimento: 49%
[00:47:48] [Render thread/INFO]: Preparando área de nascimento: 62%
[00:47:48] [Render thread/INFO]: Preparando área de nascimento: 68%
[00:47:49] [Render thread/INFO]: Preparando área de nascimento: 73%
[00:47:49] [Render thread/INFO]: Time elapsed: 39526 ms
[00:47:50] [Server thread/INFO]: Changing view distance to 8, from 10
[00:47:50] [Server thread/INFO]: Changing simulation distance to 8, from 0
[00:47:52] [Server thread/WARN]: Can't keep up! Is the server overloaded? Running 2441ms or 48 ticks behind
[00:48:04] [Server thread/INFO]: Isa[local:E:38ecd213] logged in with entity id 195 at (201.88908899584663, 63.0, -38.30000001192093)
[00:48:06] [Server thread/INFO]: Isa entrou na partida
[00:48:06] [Render thread/INFO]: Reloading pipeline on dimension change: NamespacedId{namespace='minecraft', name='overworld'} => NamespacedId{namespace='minecraft', name='overworld'}
[00:48:06] [Render thread/INFO]: Creating pipeline for dimension NamespacedId{namespace='minecraft', name='overworld'}
[00:48:06] [Render thread/INFO]: Starting custom uniform resolving
[00:48:06] [Render thread/WARN]: Failed to resolve uniform inSwamp, reason: Unknown variable: BIOME_SWAMP_HILLS ( = FunctionCall{smooth {[Number{1}, FunctionCall{if {[FunctionCall{in {[Id{biome}, Number{6}, Id{BIOME_SWAMP_HILLS}]} }, Number{1}, Number{0}]} }, Number{5}]} })
java.lang.RuntimeException: Unknown variable: BIOME_SWAMP_HILLS
at kroppeb.stareval.resolver.ExpressionResolver.resolveExpressionInternal(ExpressionResolver.java:220) ~[iris-1.7.0+mc1.20.4.jar:?]
at kroppeb.stareval.resolver.ExpressionResolver.resolveCallExpressionInternal(ExpressionResolver.java:81) ~[iris-1.7.0+mc1.20.4.jar:?]
at kroppeb.stareval.resolver.ExpressionResolver.resolveCallExpression(ExpressionResolver.java:140) ~[iris-1.7.0+mc1.20.4.jar:?]
at kroppeb.stareval.resolver.ExpressionResolver.resolveExpressionInternal(ExpressionResolver.java:194) ~[iris-1.7.0+mc1.20.4.jar:?]
at kroppeb.stareval.resolver.ExpressionResolver.resolveCallExpressionInternal(ExpressionResolver.java:81) ~[iris-1.7.0+mc1.20.4.jar:?]
at kroppeb.stareval.resolver.ExpressionResolver.resolveCallExpression(ExpressionResolver.java:140) ~[iris-1.7.0+mc1.20.4.jar:?]
at kroppeb.stareval.resolver.ExpressionResolver.resolveCallExpression(ExpressionResolver.java:127) ~[iris-1.7.0+mc1.20.4.jar:?]
at kroppeb.stareval.resolver.ExpressionResolver.resolveExpressionInternal(ExpressionResolver.java:194) ~[iris-1.7.0+mc1.20.4.jar:?]
at kroppeb.stareval.resolver.ExpressionResolver.resolveCallExpressionInternal(ExpressionResolver.java:81) ~[iris-1.7.0+mc1.20.4.jar:?]
at kroppeb.stareval.resolver.ExpressionResolver.resolveCallExpression(ExpressionResolver.java:140) ~[iris-1.7.0+mc1.20.4.jar:?]
at kroppeb.stareval.resolver.ExpressionResolver.resolveExpressionInternal(ExpressionResolver.java:194) ~[iris-1.7.0+mc1.20.4.jar:?]
at kroppeb.stareval.resolver.ExpressionResolver.resolveExpression(ExpressionResolver.java:50) ~[iris-1.7.0+mc1.20.4.jar:?]
at net.irisshaders.iris.uniforms.custom.CustomUniforms.(CustomUniforms.java:62) ~[iris-1.7.0+mc1.20.4.jar:?]
at net.irisshaders.iris.uniforms.custom.CustomUniforms$Builder.build(CustomUniforms.java:334) ~[iris-1.7.0+mc1.20.4.jar:?]
at net.irisshaders.iris.uniforms.custom.CustomUniforms$Builder.build(CustomUniforms.java:345) ~[iris-1.7.0+mc1.20.4.jar:?]
at net.irisshaders.iris.pipeline.IrisRenderingPipeline.(IrisRenderingPipeline.java:261) ~[iris-1.7.0+mc1.20.4.jar:?]
at net.irisshaders.iris.Iris.createPipeline(Iris.java:580) ~[iris-1.7.0+mc1.20.4.jar:?]
at net.irisshaders.iris.pipeline.PipelineManager.preparePipeline(PipelineManager.java:33) ~[iris-1.7.0+mc1.20.4.jar:?]
at net.minecraft.class_310.handler$zcf000$iris$resetPipeline(class_310.java:4298) ~[client-intermediary.jar:?]
at net.minecraft.class_310.method_18097(class_310.java) ~[client-intermediary.jar:?]
at net.minecraft.class_310.method_1481(class_310.java:2257) ~[client-intermediary.jar:?]
at net.minecraft.class_634.method_11120(class_634.java:414) ~[client-intermediary.jar:?]
at net.minecraft.class_2678.method_11567(class_2678.java:57) ~[client-intermediary.jar:?]
at net.minecraft.class_2678.method_11054(class_2678.java:14) ~[client-intermediary.jar:?]
at net.minecraft.class_2600.method_11072(class_2600.java:24) ~[client-intermediary.jar:?]
at net.minecraft.class_1255.method_18859(class_1255.java:156) ~[client-intermediary.jar:?]
at net.minecraft.class_4093.method_18859(class_4093.java:23) ~[client-intermediary.jar:?]
at net.minecraft.class_1255.method_16075(class_1255.java:130) ~[client-intermediary.jar:?]
at net.minecraft.class_1255.method_5383(class_1255.java:115) ~[client-intermediary.jar:?]
at net.minecraft.class_310.method_1523(class_310.java:1283) ~[client-intermediary.jar:?]
at net.minecraft.class_310.method_1514(class_310.java:888) ~[client-intermediary.jar:?]
at net.minecraft.client.main.Main.main(Main.java:265) ~[iris-fabric-loader-0.15.11-1.20.4.jar:?]
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:470) ~[fabric-loader-0.15.11.jar:?]
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74) ~[fabric-loader-0.15.11.jar:?]
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23) ~[fabric-loader-0.15.11.jar:?]
[00:48:08] [Render thread/WARN]: [Patcher] gl_FragColor is not supported yet, please use gl_FragData! Assuming that the shaderpack author intended to use gl_FragData[0]...
[00:48:08] [Render thread/WARN]: Patched fract(worldpos.y + 0.001) to fract(worldpos.y + 0.01) to fix waving water disconnecting from other water blocks; See #509
[00:48:09] [Render thread/WARN]: Patched fract(worldpos.y + 0.001) to fract(worldpos.y + 0.01) to fix waving water disconnecting from other water blocks; See #509
[00:48:09] [Render thread/WARN]: Patched fract(worldpos.y + 0.001) to fract(worldpos.y + 0.01) to fix waving water disconnecting from other water blocks; See #509
[00:48:09] [Render thread/WARN]: Patched fract(worldpos.y + 0.001) to fract(worldpos.y + 0.01) to fix waving water disconnecting from other water blocks; See #509
[00:48:16] [Render thread/INFO]: Started 1 worker threads
[00:48:19] [Render thread/INFO]: Loaded 12 advancements
[00:48:20] [Render thread/WARN]: Unable to play empty soundEvent: minecraft:entity.salmon.ambient
[00:48:22] [Render thread/WARN]: Patched fract(worldpos.y + 0.001) to fract(worldpos.y + 0.01) to fix waving water disconnecting from other water blocks; See #509
[00:48:22] [Render thread/WARN]: Patched fract(worldpos.y + 0.001) to fract(worldpos.y + 0.01) to fix waving water disconnecting from other water blocks; See #509
[00:48:22] [Render thread/WARN]: Patched fract(worldpos.y + 0.001) to fract(worldpos.y + 0.01) to fix waving water disconnecting from other water blocks; See #509
[00:48:25] [Worker-Main-2/INFO]: [STDOUT]: [SKlauncher/ERROR] Failed to get skin for 766d28f5-bd1f-34fe-aab8-6dc6188028bc: java.io.IOException: Response code: 204
at com.sklauncher.injector.Utils.readStringFromURL(Utils.java:56)
at com.sklauncher.injector.Utils.readStringFromURL(Utils.java:37)
at com.sklauncher.injector.MojangSkinProvider.getSkin(MojangSkinProvider.java:17)
at com.sklauncher.injector.transformers.SkinManagerTransformer.hookProfile(SkinManagerTransformer.java:84)
at net.minecraft.class_1071$1.method_54647(class_1071.java:51)
at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768)
at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1760)
at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
[00:48:27] [Render thread/WARN]: Shader clouds could not find uniform named ModelViewMat in the specified shader program.
[00:48:27] [Render thread/WARN]: Shader clouds could not find uniform named ProjMat in the specified shader program.
[00:48:27] [Render thread/WARN]: Shader clouds could not find uniform named ColorModulator in the specified shader program.
[00:48:27] [Render thread/WARN]: Shader clouds could not find uniform named FogStart in the specified shader program.
[00:48:27] [Render thread/WARN]: Shader clouds could not find uniform named FogEnd in the specified shader program.
[00:48:27] [Render thread/WARN]: Shader clouds could not find uniform named FogColor in the specified shader program.
Beta Was this translation helpful? Give feedback.
All reactions