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

Crash with Sodium #23

Open
Wizardon777 opened this issue Oct 3, 2024 · 4 comments
Open

Crash with Sodium #23

Wizardon777 opened this issue Oct 3, 2024 · 4 comments

Comments

@Wizardon777
Copy link

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 'Affinity' (affinity) 0.1.3+1.21 with any version that is compatible with:
- sodium 0.6.0-beta.2+mc1.21.1
More details:
- Mod 'Affinity' (affinity) 0.1.3+1.21 is incompatible with any 0.6.x version of mod 'Sodium' (sodium), but a matching version is present: 0.6.0-beta.2+mc1.21.1!
at net.fabricmc.loader.impl.FormattedException.ofLocalized(FormattedException.java:51)
at net.fabricmc.loader.impl.FabricLoaderImpl.load(FabricLoaderImpl.java:196)
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)

@Noaaan
Copy link
Member

Noaaan commented Oct 3, 2024

This is intentional, as Affinity is currently incompatible with Sodium 0.6.0-beta.1. It should in theory be compatible with the second beta (0.6.0-beta.2), but this required rewriting the Sodium compat to work with the new changes.
In the meantime, you can consider downgrading Sodium to 0.5.x, as that is compatible with Affinity

@Arsoth
Copy link

Arsoth commented Nov 20, 2024

Have there been any updates on this? Sodium 0.6.0 is out in full release now and unfortunately trying to downgrade to 0.5.11 breaks a lot of stuff in my modpack.

@Noaaan
Copy link
Member

Noaaan commented Nov 20, 2024

Yes. The pull request #24 was updated to match up the new release. Expect it to be merged soon:tm:

@Arsoth
Copy link

Arsoth commented Nov 20, 2024

Soon was an understatement! Now just need to wait for an updated release! Thanks!

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

3 participants