Crash on startup
12Mosch opened this issue ยท 2 comments
Is there an existing issue for this?
- I did not find any existing issues.
Current Behavior
The game crashes when starting MC with EnderIO-6.0.24.361-nightly+491abfb7.
Expected Behavior
The game start with Ender IO.
How to Test
- Start MC via Modrinth
- See the Error
Local Environment
- **Operating System**: Windows 11
- **Java version**: Adoptium 21.0.4.7-hotspot
- **Minecraft Version**: Neoforge 1.21.1
- **Version**: enderio-6.0.24.361-nightly+491abfb7
- **Other Mods**: Applied Energistics 2, Mekanism, Sodium...Any Additional Information?
This crash actually seems to be coming from this mod: https://modrinth.com/mod/tesseract-api
It's one of their mixins that is failing
(For EnderIO devs)
Caused by: org.spongepowered.asm.mixin.injection.throwables.InjectionError: Critical injection failure: Constant modifier method getDefaultDyeColor(ILcom/llamalad7/mixinextras/sugar/ref/LocalRef;)I in tesseract_api.mixins.json:client.DynamicDyedItemDefaultDyeColorMixin from mod tesseract_api failed injection check, (0/1) succeeded. Scanned 0 target(s). No refMap loaded.
at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.mixin.injection.struct.InjectionInfo.postInject(InjectionInfo.java:531)