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

[BUG] Crash on startup when Enchancements mod is present #436

Closed
CookieGD opened this issue Jul 18, 2024 · 5 comments
Closed

[BUG] Crash on startup when Enchancements mod is present #436

CookieGD opened this issue Jul 18, 2024 · 5 comments
Labels
bug Something isn't working mod_compat Incompatibility with other mods other_mods_end Other mod causes the issue. Unable to fix on my end

Comments

@CookieGD
Copy link

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

@CookieGD CookieGD added the bug Something isn't working label Jul 18, 2024
@DaFuqs
Copy link
Owner

DaFuqs commented Jul 18, 2024

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.

@MoriyaShiine
Copy link

MoriyaShiine commented Jul 18, 2024

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.

@DaFuqs DaFuqs added mod_compat Incompatibility with other mods other_mods_end Other mod causes the issue. Unable to fix on my end labels Jul 18, 2024
@CookieGD
Copy link
Author

does that mean that you can't really help with this issue? :/

@CookieGD
Copy link
Author

It seems like ETF causes the issues and not Enchancement. Removing ETF (and EMF) fixed the startup crash.

@DaFuqs
Copy link
Owner

DaFuqs commented Jul 26, 2024

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.

@DaFuqs DaFuqs closed this as completed Jul 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working mod_compat Incompatibility with other mods other_mods_end Other mod causes the issue. Unable to fix on my end
Projects
None yet
Development

No branches or pull requests

3 participants