Sophisticated Core

Sophisticated Core

89M Downloads

Sophisticated Core encountered an error during the common_setup event phase

PlovieJ opened this issue ยท 1 comments

commented

Received this error report (also it crashes the game) when running the latest soph core mod version for 1.20.1

Details:
Caused by 0: java.lang.NoClassDefFoundError: reliquary/entity/potion/ThrownXRPotionEntity
at net.p3pp3rf1y.sophisticatedcore.init.ModCompat.lambda$static$9(ModCompat.java:39) ~[sophisticatedcore-1.20.1-1.2.84.1117.jar%23938!/:1.20.1-1.2.84.1117] {re:classloading}
at net.p3pp3rf1y.sophisticatedcore.init.ModCompat.initCompats(ModCompat.java:48) ~[sophisticatedcore-1.20.1-1.2.84.1117.jar%23938!/:1.20.1-1.2.84.1117] {re:classloading}
at net.p3pp3rf1y.sophisticatedcore.SophisticatedCore.setup(SophisticatedCore.java:64) ~[sophisticatedcore-1.20.1-1.2.84.1117.jar%23938!/:1.20.1-1.2.84.1117] {re:classloading}
at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:260) ~[eventbus-6.0.5.jar%2387!/:?] {}
at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:252) ~[eventbus-6.0.5.jar%2387!/:?] {}
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:315) ~[eventbus-6.0.5.jar%2387!/:?] {}
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:296) ~[eventbus-6.0.5.jar%2387!/:?] {}
at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:121) ~[javafmllanguage-1.20.1-47.4.0.jar%231011!/:?] {}
at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$5(ModContainer.java:127) ~[fmlcore-1.20.1-47.4.0.jar%231010!/:?] {re:mixin}
at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804) ~[?:?] {}
at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1796) ~[?:?] {}
at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) ~[?:?] {}
at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) ~[?:?] {}
at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) ~[?:?] {re:mixin,re:computing_frames}
at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) ~[?:?] {re:mixin,re:computing_frames}
at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) ~[?:?] {re:mixin}

Failure message: Sophisticated Core (sophisticatedcore) encountered an error during the common_setup event phase
	java.lang.NoClassDefFoundError: reliquary/entity/potion/ThrownXRPotionEntity
Mod Version: 1.2.84.1117
Mod Issue URL: https://github.com/P3pp3rF1y/SophisticatedCore/issues
Exception message: java.lang.ClassNotFoundException: reliquary.entity.potion.ThrownXRPotionEntity
commented

You need to update Reliquary as well, there was a name change in its code a month ago and core was updated to work with that or newer version back then.