Ender IO

Ender IO

98M Downloads

Crash on startup

12Mosch opened this issue ยท 2 comments

commented

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

  1. Start MC via Modrinth
  2. 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?

crash-2024-08-28_10.07.46-client.txt
latest.log

commented

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)
commented

Closing, unrelated to Ender IO. Thanks Hypherion :)