GTNewHorizons / Angelica

OptiFine replacement for 1.7.10
Other
254 stars 47 forks source link

Getting `NoClassDefFound` Exception on latest beta #613

Closed mainrs closed 1 month ago

mainrs commented 1 month ago

Your GTNH Discord Username

No response

Mod Version

1.0.0-beta4

Java Version

Java 21

Graphics Card Vendor

NVidia

Bug Report

I had to update GTNHlib to 0.4.8 to include this mod into GTNH. However, the game doesn't launch and loading ends with the exception below:

https://mclo.gs/phXqaGx

Mod List or GTNH Pack Version

GTNH 2.6.1 PrismLauncher zip install.

Custom mods installed on top include the ones below. However, the bug also happens once I disable these.

The only one that was enabled for the backtrace I uploaded was notes.

Final Checklist

Caedis commented 1 month ago

Update Amazing Trophies as well

mainrs commented 1 month ago

Update Amazing Trophies as well

Out of pure curiosity, how can it be that a completely unrelated mod being on an older version causes these issues? It doesn't appear inside the stack trace as far as I can tell.

Caedis commented 1 month ago

Caused by: java.lang.NoClassDefFoundError: com/gtnewhorizons/angelica/mixins/interfaces/IModelCustomExt at glowredman.amazingtrophies.model.ModelWrapper$ModelCustomWrapperExt.(ModelWrapper.java:42)

Caedis commented 1 month ago

Between this version and the next, we moved IModelCustomExt to GTNHLib from Angelica

mainrs commented 1 month ago

Caused by: java.lang.NoClassDefFoundError: com/gtnewhorizons/angelica/mixins/interfaces/IModelCustomExt at glowredman.amazingtrophies.model.ModelWrapper$ModelCustomWrapperExt.(ModelWrapper.java:42)

Nevermind. I take my words back :) thanks for the help!