SuperMartijn642's Core Lib

SuperMartijn642's Core Lib

101M Downloads

[Crash] Error: Could not execute entrypoint stage 'main' due to errors.

YuuTheUsurper opened this issue ยท 1 comments

commented

Version Info

  • Minecraft, 1.21.5
  • Core Lib, 1.1.18

Steps to Reproduce
Opened a modpack, but the launcher wont open the game and brought me back to the launcher with the following crash report.

I tried disabling it and it went all fine. I am currently using Trash Cans, Connecting Glass and Rechiseled. It all went good and suddenly, when I decided to close the game and re-open it to restart it, adding Lithium mod, it started to have problems. I removed that mod and found out it wasn't the problem. I hope I can get some help, thank you so much.

P.S. It worked all day, so there's no way I was using an incompatible version of the mod, I played it the whole evening yesterday and this morning.

Crash report (~/logs/latest.log)

The game crashed: initializing game
Error: java.lang.RuntimeException: Could not execute entrypoint stage 'main' due to errors, provided by 'supermartijn642corelib' at 'com.supermartijn642.core.registry.RegistryEntryPoints'!

commented

The game crashed: initializing game
Error: java.lang.RuntimeException: Could not execute entrypoint stage 'main' due to errors, provided by 'supermartijn642corelib' at 'com.supermartijn642.core.registry.RegistryEntryPoints'!

This doesn't really say much, could you share the entire log or crash report?

My core library usually loads before other mods and thus is often the first to load common Minecraft classes. Most of the time it is just the case that the actual error is caused by a broken mixin from some mod and my core library is just the first to load the class targeted by the mixin.