[BUG] Launching the dev build mod fails #105

Closed
opened 2023-01-28 03:26:30 +00:00 by Sparktion · 2 comments
Sparktion commented 2023-01-28 03:26:30 +00:00 (Migrated from github.com)

Launching the dev build mod fails

  • Originally when launching the nightly build ("EnderIO-6.0.1369-alpha-nightly.jar") (along with one I built myself from this repository) on Forge 43.1.17 and Minecraft 1.19.2, I receive the error: "java.lang.NoClassDefFoundError: com/tterrag/registrate/Registrate" from both.

  • So, I then included the mod Registrate ("Registrate-MC1.19.3-1.1.10.jar") from "https://maven.tterrag.com/com/tterrag/registrate/Registrate/MC1.19.3-1.1.10/" and then received the error: "java.lang.reflect.InvocationTargetException: null"
    ^
    I'm stuck here. Any help?

To Reproduce
Steps to reproduce the behavior:

  1. Download "EnderIO-6.0.1369-alpha-nightly.jar" from https://ci.tterrag.com/job/EnderIO-Modules/job/EnderIO-Hourly/
  2. Download "Registrate-MC1.19.3-1.1.10.jar" from https://maven.tterrag.com/com/tterrag/registrate/Registrate/MC1.19.3-1.1.10/
  3. Put both into a mod folder of a Forge installation of version 43.1.17 and Minecraft 1.19.2
  4. Start Minecraft

Expected behavior
Minecraft launches and the development build of EnderIO launches with no issue.

Screenshots
image

image

image

Version information:

  • OS: Windows 10
  • Java version: Eclipse Adoptium OpenJDK 17.0.3
  • Minecraft version: 1.19.2
  • Forge Version: 43.1.17
  • EnderIO version: 6.0.1369 Alpha Nightly Build from 9:00 PM 1/27/2023
**Launching the dev build mod fails** - Originally when launching the nightly build ("EnderIO-6.0.1369-alpha-nightly.jar") (along with one I built myself from this repository) on Forge 43.1.17 and Minecraft 1.19.2, I receive the error: "java.lang.NoClassDefFoundError: com/tterrag/registrate/Registrate" from both. - So, I then included the mod Registrate ("Registrate-MC1.19.3-1.1.10.jar") from "https://maven.tterrag.com/com/tterrag/registrate/Registrate/MC1.19.3-1.1.10/" and then received the error: "java.lang.reflect.InvocationTargetException: null" ^ I'm stuck here. Any help? **To Reproduce** Steps to reproduce the behavior: 1. Download "EnderIO-6.0.1369-alpha-nightly.jar" from https://ci.tterrag.com/job/EnderIO-Modules/job/EnderIO-Hourly/ 2. Download "Registrate-MC1.19.3-1.1.10.jar" from https://maven.tterrag.com/com/tterrag/registrate/Registrate/MC1.19.3-1.1.10/ 3. Put both into a mod folder of a Forge installation of version 43.1.17 and Minecraft 1.19.2 4. Start Minecraft **Expected behavior** Minecraft launches and the development build of EnderIO launches with no issue. **Screenshots** ![image](https://user-images.githubusercontent.com/59346386/215239597-cdc12c9d-217b-41d0-b519-7b92316532df.png) ![image](https://user-images.githubusercontent.com/59346386/215239641-3ec09488-acc2-4cb8-b390-bd1e9ed7528e.png) ![image](https://user-images.githubusercontent.com/59346386/215239648-ce45c0e3-6281-4c6f-b530-ee2bfc53c019.png) **Version information:** - OS: Windows 10 - Java version: Eclipse Adoptium OpenJDK 17.0.3 - Minecraft version: 1.19.2 - Forge Version: 43.1.17 - EnderIO version: 6.0.1369 Alpha Nightly Build from 9:00 PM 1/27/2023
sxjeru commented 2023-02-08 05:38:42 +00:00 (Migrated from github.com)

The following files can work properly:

  • EnderIO-6.0.1371-alpha-nightly
  • Registrate-MC1.19-1.1.5

Or only EnderIO-6.0.1369-alpha-nightly-all.jar

The following files can work properly: - EnderIO-6.0.1371-alpha-nightly - Registrate-MC1.19-1.1.5 Or only EnderIO-6.0.1369-alpha-nightly-all.jar
Sparktion commented 2023-02-12 23:39:29 +00:00 (Migrated from github.com)

The following files can work properly:

  • EnderIO-6.0.1371-alpha-nightly
  • Registrate-MC1.19-1.1.5

Or only EnderIO-6.0.1369-alpha-nightly-all.jar

The "EnderIO-6.0.1369-alpha-nightly-all.jar" did not work for me and returned the "null" error above in one of the screenshots, but the enderio+registrate worked for me. Thanks.

> The following files can work properly: > > * EnderIO-6.0.1371-alpha-nightly > * Registrate-MC1.19-1.1.5 > > Or only EnderIO-6.0.1369-alpha-nightly-all.jar The "EnderIO-6.0.1369-alpha-nightly-all.jar" did not work for me and returned the "null" error above in one of the screenshots, but the enderio+registrate worked for me. Thanks.
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#105
No description provided.