Posts by Mr_Cookiee

The Aternos forums are now deprecated

Learn more about this change here.

For help regarding Aternos, we recommend you to visit our support center.

    Time: 2020-04-01 16:34:01 UTC

    Description: Exception in server tick loop


    java.lang.NoClassDefFoundError: net/minecraft/client/Minecraft

    at com.sekwah.sekcphysics.ragdoll.Ragdolls.<clinit>(Ragdolls.java:23)

    at com.sekwah.sekcphysics.SekCPhysics.<clinit>(SekCPhysics.java:58)

    at java.lang.Class.forName0(Native Method)

    at java.lang.Class.forName(Class.java:348)

    at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:539)

    at sun.reflect.GeneratedMethodAccessor11.invoke(Unknown Source)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

    at java.lang.reflect.Method.invoke(Method.java:498)

    at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)

    at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)

    at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)

    at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)

    at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)

    at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)

    at com.google.common.eventbus.EventBus.post(EventBus.java:217)

    at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219)

    at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197)

    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

    at java.lang.reflect.Method.invoke(Method.java:498)

    at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)

    at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)

    at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)

    at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)

    at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)

    at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)

    at com.google.common.eventbus.EventBus.post(EventBus.java:217)

    at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136)

    at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:595)

    at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:98)

    at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:333)

    at net.minecraft.server.dedicated.DedicatedServer.init(DedicatedServer.java:125)

    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486)

    at java.lang.Thread.run(Thread.java:748)

    Caused by: java.lang.ClassNotFoundException: net.minecraft.client.Minecraft

    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:101)

    at java.lang.ClassLoader.loadClass(ClassLoader.java:424)

    at java.lang.ClassLoader.loadClass(ClassLoader.java:357)

    ... 35 more