Crash on startup #784

Closed
opened 2024-08-28 08:27:05 +00:00 by 12Mosch · 2 comments
12Mosch commented 2024-08-28 08:27:05 +00:00 (Migrated from github.com)

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

### Is there an existing issue for this? - [X] 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 ```markdown - **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](https://github.com/user-attachments/files/16779182/crash-2024-08-28_10.07.46-client.txt) [latest.log](https://github.com/user-attachments/files/16779247/latest.log)
hypherionmc commented 2024-08-28 11:19:48 +00:00 (Migrated from github.com)

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)
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 2024-09-08 00:19:11 +00:00 (Migrated from github.com)

Closing, unrelated to Ender IO. Thanks Hypherion :)

Closing, unrelated to Ender IO. Thanks Hypherion :)
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Team-EnderIO/EnderIO#784
No description provided.