Team-EnderIO / EnderIO

EnderIO Rewritten for Modern Minecraft.
https://enderio.com
The Unlicense
341 stars 106 forks source link

Crash on startup #784

Closed 12Mosch closed 1 month ago

12Mosch commented 2 months ago

Is there an existing issue for this?

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

hypherionmc commented 2 months ago

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)
Rover656 commented 1 month ago

Closing, unrelated to Ender IO. Thanks Hypherion :)