-
Notifications
You must be signed in to change notification settings - Fork 62
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
[BUG] Crash on startup when Enchancements mod is present #436
Comments
Funky. relevant mixins in the stack trace:
Looks like one of Enchancements compat mixins for Spectrum and possibly Entity Texture Features are fighting. Does the crash still occur without Entity Texture Features? This one has to be fixed on Enchancement's side. Hi, @MoriyaShiine! Do you still support 1.20.1? I see your repo is on 1.20.6 at the moment. |
I unfortunately do not and am currently already working on the 1.21 version, which will be the new supported version. That mixin in specific doesn't look like it has any reason to break, though. It's just a regular ModifyVariable that doesn't even rely on Spectrum code and is just a basic string comparison. |
does that mean that you can't really help with this issue? :/ |
It seems like ETF causes the issues and not Enchancement. Removing ETF (and EMF) fixed the startup crash. |
Since this should be fixed by the others, I will close this issue. I will watch the mentioned issue, though, in case I can help out some way or another. |
Describe the bug
When adding Spectrum to a modpack with the Enchancements mod present the game will crash on startup.
To Reproduce
Install latest 1.20.1 versions of Spectrum and Enchancements on Quilt for 1.20.1
Expected behavior
Regular startup without issues.
Minecraft version
1.20.1 (Quilt)
Mod version
1.7.14-1.20.1-deeper-down
Screenshots
If applicable, add screenshots to help explain your problem.
Crash Report
https://mclo.gs/tS5t28y
The text was updated successfully, but these errors were encountered: