-
Notifications
You must be signed in to change notification settings - Fork 23
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 on startup - mod incompatibility [1.20.1-1.6.2.3] #46
Comments
Same issue, but with a different crash: Solution was same for me; downgrading Lodestone and Malum. |
I removed support for <sodium 5.9, which i guess embeddium is based on, Ill add it back |
It might be worth asking the Embeddium devs about it. They're really good about mod compatibility - that's part of the reason why I use it over Sodium despite being on Fabric |
Just so it's known: Sodium has both more contributors and incoming changes than Embeddium by an order of magnitude, and we have squashed hundreds of bug reports over the past few months. Also, since Sodium 0.6, the Fabric Rendering API (FRAPI) has been supported out of the box, both on Fabric and NeoForge. |
That said, it should be possible for us to implement some kind of hook for the mixins in your mod here so that it is less likely to break with subsequent updates. Can you explain what you are trying to achieve exactly, so I can open an issue on our end? |
Its a world render event which i needed to add when i ported lodestone from forge, the event runs after solid blocks has been rendered. Specifically for post processed rendering. Ideally is should run at the end of the overriden renderLayer/renderChunkLayer method |
Sorry, I wasn't really aware of how things worked for each mod behind the scenes. Was just going off the frequency of updates, honestly, but I'm glad Sodium is getting lots of fixes and improvements done even if it doesn't update as often. It's not like Embeddium could even exist without it anyway, so no shade intended. Also I had no idea about the FRAPI thing considering Indium is still getting updates. |
Here's what the Embeddium dev said:
Hopefully this is helpful! |
Is this still being worked on? I just got Malum/Lodestone and using Embeddium and got the crash. |
No this is not being worked on, It was no fun supporting two different versions of sodium, so use the later ones |
Lodestone is crashing on startup with the newest update.
https://mclo.gs/z5ksHqe
I'm not sure what mod it's having an issue with but it may be Embeddium, (a more highly-maintained fork of Sodium with FRAPI support built in). I can say for sure that the issue is in part cased by Lodestone, since downgrading it and Malum allows the game to start up normally.
The text was updated successfully, but these errors were encountered: