Spectrum

Spectrum

2M Downloads

[BUG] Crash on startup when Enchancements mod is present

CookieGD opened this issue ยท 5 comments

commented

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

commented

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.

commented

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.

commented

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

commented

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

commented

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.