Sophisticated Core

Sophisticated Core

89M Downloads

Latest version crashes on server

Closed this issue ยท 2 comments

commented

Attempting to do UI crap with no UI i think

[13:21:30] [main/ERROR] [minecraft/Main]: Failed to start the minecraft server
net.neoforged.fml.ModLoadingException: Loading errors encountered:
        - An uncaught parallel processing error has occurred.
          java.lang.NoClassDefFoundError: net/minecraft/client/gui/components/Renderable

        at MC-BOOTSTRAP/[email protected]/net.neoforged.fml.ModLoader.waitForFuture(ModLoader.java:281) ~[loader-4.0.39.jar%2359!/:4.0] {}
        at MC-BOOTSTRAP/[email protected]/net.neoforged.fml.ModLoader.waitForTask(ModLoader.java:183) ~[loader-4.0.39.jar%2359!/:4.0] {}
        at MC-BOOTSTRAP/[email protected]/net.neoforged.fml.ModLoader.runInitTask(ModLoader.java:163) ~[loader-4.0.39.jar%2359!/:4.0] {}
        at MC-BOOTSTRAP/[email protected]/net.neoforged.fml.ModLoader.dispatchParallelEvent(ModLoader.java:174) ~[loader-4.0.39.jar%2359!/:4.0] {}
        at TRANSFORMER/[email protected]/net.neoforged.neoforge.internal.CommonModLoader.load(CommonModLoader.java:72) ~[neoforge-21.1.171-universal.jar%23215!/:?] {re:classloading}
        at TRANSFORMER/[email protected]/net.neoforged.neoforge.server.loading.ServerModLoader.load(ServerModLoader.java:35) ~[neoforge-21.1.171-universal.jar%23215!/:?] {re:classloading}
        at TRANSFORMER/[email protected]/net.minecraft.server.Main.main(Main.java:124) ~[server-1.21.1-20240808.144430-srg.jar%23214!/:?] {re:classloading}
        at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] {}
        at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] {}
        at MC-BOOTSTRAP/[email protected]/net.neoforged.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:136) ~[loader-4.0.39.jar%2359!/:4.0] {}
        at MC-BOOTSTRAP/[email protected]/net.neoforged.fml.loading.targets.CommonLaunchHandler.serverService(CommonLaunchHandler.java:128) ~[loader-4.0.39.jar%2359!/:4.0] {}
        at MC-BOOTSTRAP/[email protected]/net.neoforged.fml.loading.targets.CommonServerLaunchHandler.runService(CommonServerLaunchHandler.java:32) ~[loader-4.0.39.jar%2359!/:4.0] {}
        at MC-BOOTSTRAP/[email protected]/net.neoforged.fml.loading.targets.CommonLaunchHandler.lambda$launchService$4(CommonLaunchHandler.java:118) ~[loader-4.0.39.jar%2359!/:4.0] {}
        at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) [modlauncher-11.0.4.jar%2364!/:?] {}
        at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) [modlauncher-11.0.4.jar%2364!/:?] {}
        at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) [modlauncher-11.0.4.jar%2364!/:?] {}
        at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.run(Launcher.java:103) [modlauncher-11.0.4.jar%2364!/:?] {}
        at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.main(Launcher.java:74) [modlauncher-11.0.4.jar%2364!/:?] {}
        at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) [modlauncher-11.0.4.jar%2364!/:?] {}
        at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) [modlauncher-11.0.4.jar%2364!/:?] {}
        at [email protected]/cpw.mods.bootstraplauncher.BootstrapLauncher.run(BootstrapLauncher.java:210) [bootstraplauncher-2.0.2.jar:?] {}
        at [email protected]/cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:69) [bootstraplauncher-2.0.2.jar:?] {}
commented

Right I totally forgot to wrap this new thing to only execute on client. I will have that fixed later today and in the meantime pulled down the releases I did that included this change

commented

this is fixed in the latest version