Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not Compatible with Sodium Versions 0.5.6 and newer #271

Closed
Mine181 opened this issue Jan 28, 2024 · 22 comments
Closed

Not Compatible with Sodium Versions 0.5.6 and newer #271

Mine181 opened this issue Jan 28, 2024 · 22 comments

Comments

@Mine181
Copy link

Mine181 commented Jan 28, 2024

Sodium 0.5.6 released 12 hours ago as of this issue, want to notify if you didn't know.

@Jasraj11
Copy link

Same here

@vico93
Copy link

vico93 commented Jan 29, 2024

comp500 this very moment with such kind of issues:

image

@TheFaik
Copy link

TheFaik commented Jan 29, 2024

Same here

@Mine181 Mine181 changed the title Not Compatible with Sodium 0.5.6 Not Compatible with Sodium 0.5.7 Jan 29, 2024
@Mine181
Copy link
Author

Mine181 commented Jan 29, 2024

Oops! Now we got 0.5.7 :v

@DroidZed
Copy link

life's hard....time to touch some grass folks until this gets fixed

@SettingDust
Copy link

SettingDust commented Jan 30, 2024

https://fabricmc.net/wiki/tutorial:dependency_overrides
Override it. It seems to work. But there are some glitches. Nvidium won't work
For reference:

"nvidium": {
  "-depends": {
    "sodium": "IGNORED"
  }
},
"indium": {
  "-depends": {
    "sodium": "IGNORED"
  }
},
"sodium": {
  "-breaks": {
    "indium": "IGNORED"
  }
}

@DroidZed
Copy link

I don't recommend this. Some glitches would hurt players with huge mod lists.

@Crystal-Spider
Copy link

Sodium version 0.5.7 fixed a critical issue for my modpack, it would be awesome to get Indium updated soon as I'd need to publish my modpack asap ahah

@skxlor
Copy link

skxlor commented Jan 31, 2024

Incompatible mods found!
net.fabricmc.loader.impl.FormattedException: Some of your mods are incompatible with the game or each other!
A potential solution has been determined, this may resolve your problem:
- Replace mod 'Sodium' (sodium) 0.5.7+mc1.20.1 with version 0.5.7 or version 0.5.8 that is compatible with:
- indium, any version
- Replace mod 'Indium' (indium) 1.0.27+mc1.20.1 with any version that is compatible with:
- sodium, version 0.5.7 or version 0.5.8
More details:
- Mod 'Indium' (indium) 1.0.27+mc1.20.1 requires version 0.5.3 of mod 'Sodium' (sodium), but only the wrong version is present: 0.5.7+mc1.20.1!
- Mod 'Sodium' (sodium) 0.5.7+mc1.20.1 is incompatible with version 1.0.27 or earlier of mod 'Indium' (indium), but a matching version is present: 1.0.27+mc1.20.1!
at net.fabricmc.loader.impl.FormattedException.ofLocalized(FormattedException.java:51)
at net.fabricmc.loader.impl.FabricLoaderImpl.load(FabricLoaderImpl.java:195)
at net.fabricmc.loader.impl.launch.knot.Knot.init(Knot.java:146)
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:68)
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)

Its one error for the other error. Changing as the details suggest makes other stuff break

@shoo-p
Copy link

shoo-p commented Feb 1, 2024

Sodium is adding support for FRAPI in 0.6 release
CaffeineMC/sodium-fabric#1851
https://github.com/CaffeineMC/sodium-fabric/milestone/5

@Tapacywka
Copy link

Tapacywka commented Feb 1, 2024

fabric_loader_dependencies.json
Use this file to get Indium working with Sodium version 0.5.8.
Just place it in the folder with the configs of other mods (by default this is .minecraft/config)

@vico93
Copy link

vico93 commented Feb 1, 2024

fabric_loader_dependencies.json Use this file to get Indium working with Sodium version 0.5.7. Just place it in the folder with the configs of other mods (by default this is .minecraft/config)

Is this part of the fabric_loader_dependencies necessary?

        "fabricloader": {
            "+depends": {
                "fabricloader": ">=0.15.6"
            }
        },

@Tapacywka
Copy link

fabric_loader_dependencies.json Use this file to get Indium working with Sodium version 0.5.7. Just place it in the folder with the configs of other mods (by default this is .minecraft/config)

Is this part of the fabric_loader_dependencies necessary?

        "fabricloader": {
            "+depends": {
                "fabricloader": ">=0.15.6"
            }
        },

idk, it's from FO modpack.

@Poopooracoocoo
Copy link

Is this part of the fabric_loader_dependencies necessary?

No.

@Naidrox
Copy link

Naidrox commented Feb 1, 2024

5.8 now gamers

@krafg
Copy link

krafg commented Feb 1, 2024

@Tapacywka Thx, it worked!

@Mine181 Mine181 changed the title Not Compatible with Sodium 0.5.7 Not Compatible with Sodium Versions >= 0.5.6 Feb 2, 2024
@Mine181 Mine181 changed the title Not Compatible with Sodium Versions >= 0.5.6 Not Compatible with Sodium Versions 0.5.6 and newer Feb 2, 2024
@tatsumara
Copy link

can confirm the dependency override by @Tapacywka works and doesnt require the fabricloader part (:

@R00tB33rMan
Copy link

Change the Indium dependency inside of Sodium to an older version than the latest released Indium for proper compatibility. This can be done via WinRAR. I have yet to identify any issues with Indium and Sodium 0.5.8.

@szunakabeats
Copy link

yea or just use sodium 0.5.3 and the newest indium i guess... works fine for me

@giopalma
Copy link

giopalma commented Feb 5, 2024

yea or just use sodium 0.5.3 and the newest indium i guess... works fine for me

Latest Indium support sodium 0.5.5
But many other mods need sodium 0.5.7 or higher

@Niko-n-DEV
Copy link

It is better not to change the sodium/indium dependencies so that there are no errors with mods. Emotecraft does not work correctly with it and a number of others, reaching the wrong display of player skins with endless errors in the logs.

@Tapacywka
Copy link

fabric_loader_dependencies.json Use this file to get Indium working with Sodium version 0.5.8. Just place it in the folder with the configs of other mods (by default this is .minecraft/config)

This is the only more or less adequate option to use 0.5.8 Sodium together with Indium. Please do not change anything inside the .jar files of the mods themselves. You may break compatibility with other mods or cause unpredicable errors.

@comp500 comp500 closed this as completed Feb 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests