Force-disabling mixin [NVIDIA_THREADED_OPTIMIZATIONS] 1.20.1 Forge 47.2.7
Krimatoria opened this issue ยท 2 comments
What happened?
https://gist.github.com/Krimatoria/ac7911402776720365e2ef8af6ca6bf2 - Log
I was looking for a solution to the problem with:
- Embeddium-0.3.7+mc1.20.1.jar
- Oculus-mc1.20.1-1.6.15a.jar
- Rubidium-extra-0.5.4.1+mc1.20.1-build.117.jar
- Embeddiumplus-1.20.1-v1.2.4.jar
- ImmediatelyFast-Forge-1.2.10+1.20.4.jar
- Textrues_embeddium_options-0.1.5+mc1.20.1.jar
There are also errors related to BSL shaders Oculus Error
- Insanity-Shader-Universal-v1.500.zip
[05Mar2024 00:22:43.936] [Render thread/WARN] [Oculus/]: [Patcher] gl_FragColor is not supported yet, please use gl_FragData! Assuming that the shaderpack author intended to use gl_FragData[0]...
It turns out that this is a global problem. Oculus disables some functions.
I just hope that this will somehow help solve these errors.
[05Mar2024 00:20:42.993] [main/WARN] [Embeddium-Workarounds/]: Sodium has applied one or more workarounds to prevent crashes or other issues on your system: [NVIDIA_THREADED_OPTIMIZATIONS]
[05Mar2024 00:20:50.657] [main/WARN] [Embeddium/]: Force-disabling mixin 'features.render.world.sky.WorldRendererMixin' as rule 'mixin.features.render.world.sky' (added by mods [oculus]) disables it and children
[05Mar2024 00:20:50.658] [main/WARN] [Embeddium/]: Force-disabling mixin 'features.render.world.sky.ClientWorldMixin' as rule 'mixin.features.render.world.sky' (added by mods [oculus]) disables it and children
[05Mar2024 00:20:50.658] [main/WARN] [Embeddium/]: Force-disabling mixin 'features.render.world.sky.BackgroundRendererMixin' as rule 'mixin.features.render.world.sky' (added by mods [oculus]) disables it and children
[05Mar2024 00:20:50.660] [main/WARN] [Embeddium/]: Force-disabling mixin 'features.render.gui.font.GlyphRendererMixin' as rule 'mixin.features.render.gui.font' (added by mods [oculus]) disables it and children
[05Mar2024 00:20:50.661] [main/WARN] [Embeddium/]: Force-disabling mixin 'features.render.entity.shadows.EntityRenderDispatcherMixin' as rule 'mixin.features.render.entity' (added by mods [oculus]) disables it and children
[05Mar2024 00:20:50.661] [main/WARN] [Embeddium/]: Force-disabling mixin 'features.render.entity.fast_render.ModelPartMixin' as rule 'mixin.features.render.entity' (added by mods [oculus]) disables it and children
[05Mar2024 00:20:50.662] [main/WARN] [Embeddium/]: Force-disabling mixin 'features.render.entity.fast_render.CuboidMixin' as rule 'mixin.features.render.entity' (added by mods [oculus]) disables it and children
[05Mar2024 00:20:50.662] [main/WARN] [Embeddium/]: Force-disabling mixin 'features.render.entity.cull.EntityRendererMixin' as rule 'mixin.features.render.entity' (added by mods [oculus]) disables it and children
Similar problems with NVIDIA_THREADED_OPTIMIZATIONS:
FiniteReality/embeddium#192
#437
#539
Screenshots
No response
Relevant log output
[05Mar2024 00:20:42.993] [main/WARN] [Embeddium-Workarounds/]: Sodium has applied one or more workarounds to prevent crashes or other issues on your system: [NVIDIA_THREADED_OPTIMIZATIONS]
[05Mar2024 00:21:03.540] [Render thread/WARN] [Embeddium-NvidiaWorkarounds/]: Applying workaround: Prevent the NVIDIA OpenGL driver from using broken optimizations (NVIDIA_THREADED_OPTIMIZATIONS)
[05Mar2024 00:21:03.813] [Render thread/WARN] [Embeddium++/Config]: Loading Embeddium++Config
[05Mar2024 00:20:50.657] [main/WARN] [Embeddium/]: Force-disabling mixin 'features.render.world.sky.WorldRendererMixin' as rule 'mixin.features.render.world.sky' (added by mods [oculus]) disables it and children
[05Mar2024 00:20:50.658] [main/WARN] [Embeddium/]: Force-disabling mixin 'features.render.world.sky.ClientWorldMixin' as rule 'mixin.features.render.world.sky' (added by mods [oculus]) disables it and children
[05Mar2024 00:20:50.658] [main/WARN] [Embeddium/]: Force-disabling mixin 'features.render.world.sky.BackgroundRendererMixin' as rule 'mixin.features.render.world.sky' (added by mods [oculus]) disables it and children
[05Mar2024 00:20:50.660] [main/WARN] [Embeddium/]: Force-disabling mixin 'features.render.gui.font.GlyphRendererMixin' as rule 'mixin.features.render.gui.font' (added by mods [oculus]) disables it and children
[05Mar2024 00:20:50.661] [main/WARN] [Embeddium/]: Force-disabling mixin 'features.render.entity.shadows.EntityRenderDispatcherMixin' as rule 'mixin.features.render.entity' (added by mods [oculus]) disables it and children
[05Mar2024 00:20:50.661] [main/WARN] [Embeddium/]: Force-disabling mixin 'features.render.entity.fast_render.ModelPartMixin' as rule 'mixin.features.render.entity' (added by mods [oculus]) disables it and children
[05Mar2024 00:20:50.662] [main/WARN] [Embeddium/]: Force-disabling mixin 'features.render.entity.fast_render.CuboidMixin' as rule 'mixin.features.render.entity' (added by mods [oculus]) disables it and children
[05Mar2024 00:20:50.662] [main/WARN] [Embeddium/]: Force-disabling mixin 'features.render.entity.cull.EntityRendererMixin' as rule 'mixin.features.render.entity' (added by mods [oculus]) disables it and children
[05Mar2024 00:21:04.525] [Render thread/WARN] [Oculus/]: Tried to get boolean value for unknown option: 1 && !RETRO_FILTER, defaulting to true!
[05Mar2024 00:21:04.525] [Render thread/WARN] [Oculus/]: Tried to get boolean value for unknown option: 1, defaulting to true!
[05Mar2024 00:21:04.525] [Render thread/WARN] [Oculus/]: Tried to get boolean value for unknown option: 1, defaulting to true!
[05Mar2024 00:21:04.525] [Render thread/WARN] [Oculus/]: Tried to get boolean value for unknown option: 1 && !RETRO_FILTER, defaulting to true!
[05Mar2024 00:21:04.525] [Render thread/WARN] [Oculus/]: Tried to get boolean value for unknown option: 1, defaulting to true!
[05Mar2024 00:21:04.525] [Render thread/WARN] [Oculus/]: Tried to get boolean value for unknown option: 1 && !RETRO_FILTER, defaulting to true!
[05Mar2024 00:21:04.525] [Render thread/WARN] [Oculus/]: Tried to get boolean value for unknown option: 1 && !RETRO_FILTER, defaulting to true!
[05Mar2024 00:21:04.525] [Render thread/WARN] [Oculus/]: Tried to get boolean value for unknown option: 1 && !RETRO_FILTER, defaulting to true!
[05Mar2024 00:21:04.525] [Render thread/WARN] [Oculus/]: Tried to get boolean value for unknown option: 1 && !RETRO_FILTER, defaulting to true!
[05Mar2024 00:22:43.936] [Render thread/WARN] [Oculus/]: [Patcher] gl_FragColor is not supported yet, please use gl_FragData! Assuming that the shaderpack author intended to use gl_FragData[0]...
Minecraft Version
1.20.1
Oculus Version
Oculus-mc1.20.1-1.6.15a.jar
Rubidium / Embeddium Version
Embeddium-0.3.7+mc1.20.1.jar
Operating System
Windows 10
What is your GPU?
GeForce GTX 960 GAMING 4G 4096MB 128bit GDDR5
Java Version
Zulu18 JRE, Eclipse Adoptium 18 JRE
Additional context
No response
My world just crash. When I was in the shader settings.
https://gist.github.com/Krimatoria/9b02ad29e15d3b051977ae82bb2ae8c3 - Log
Embeddium said that most errors can be ignored. Therefore, only if there is something useful in the log for oculus regarding shaders.
[05Mar2024 00:21:04.525] [Render thread/WARN] [Oculus/]: Tried to get boolean value for unknown option: 1 && !RETRO_FILTER, defaulting to true!
[05Mar2024 00:21:04.525] [Render thread/WARN] [Oculus/]: Tried to get boolean value for unknown option: 1, defaulting to true!
[05Mar2024 00:21:04.525] [Render thread/WARN] [Oculus/]: Tried to get boolean value for unknown option: 1, defaulting to true!
[05Mar2024 00:21:04.525] [Render thread/WARN] [Oculus/]: Tried to get boolean value for unknown option: 1 && !RETRO_FILTER, defaulting to true!
[05Mar2024 00:21:04.525] [Render thread/WARN] [Oculus/]: Tried to get boolean value for unknown option: 1, defaulting to true!
[05Mar2024 00:21:04.525] [Render thread/WARN] [Oculus/]: Tried to get boolean value for unknown option: 1 && !RETRO_FILTER, defaulting to true!
[05Mar2024 00:21:04.525] [Render thread/WARN] [Oculus/]: Tried to get boolean value for unknown option: 1 && !RETRO_FILTER, defaulting to true!
[05Mar2024 00:21:04.525] [Render thread/WARN] [Oculus/]: Tried to get boolean value for unknown option: 1 && !RETRO_FILTER, defaulting to true!
[05Mar2024 00:21:04.525] [Render thread/WARN] [Oculus/]: Tried to get boolean value for unknown option: 1 && !RETRO_FILTER, defaulting to true!
[05Mar2024 00:22:43.936] [Render thread/WARN] [Oculus/]: [Patcher] gl_FragColor is not supported yet, please use gl_FragData! Assuming that the shaderpack author intended to use gl_FragData[0]...