Cannot open Video setting with sodium extras installed
offbeat-stuff opened this issue ยท 11 comments
Make sure you are not opening a duplicate.
- I have searched the issue tracker and did not find an issue describing my bug.
Minecraft version.
1.18.2
Sodium Extra version.
0.4.3
Sodium version.
0.4.1
What happened?
I am not able to open video settings with sodium extras installed. Everything works ok with the mod installed.
Relevant log.
latest-world-join.log
console-output.txt
latest-no-world-join.log
- My config
Additional information.
No response
It looks like you are using a custom fork of Sodium, the build numbers don't match Sodium's releases. I have no way of debugging this as you are also running it via PojavLauncher which is not officially supported.
@FlashyReese This line is giving the error
according to the logI ran into this issue on PojavLauncher previously, the code path breaks somehow when using PojavLauncher even though it's the code is identical to Sodium's SliderControl.
Unfortunately, I can't just remove it for sake of using it with Pojav; but if you are knowledgeable with Java and know how to compile it yourself.
You can replace the following with Sodium's SliderControl.
You can also disable that mixin via .minecraft\config\sodium-extra.properties
and adding mixin.sodium.resolution=false
Sorry Didnt read your message until now because I did not refresh the page and your messages did not show up.