Serene Seasons

Serene Seasons

53M Downloads

Server-side only crash.

Pulverizer opened this issue ยท 5 comments

commented

Using the release from 4 hours ago.

29.07 20:53:58 [Server] INFO net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Serene Seasons (sereneseasons)
29.07 20:53:58 [Server] INFO Caused by: java.lang.NoClassDefFoundError: sereneseasons/handler/season/BirchColorHandler
29.07 20:53:58 [Server] INFO 	at sereneseasons.init.ModHandlers.postInit(ModHandlers.java:81) ~[ModHandlers.class:?]
29.07 20:53:58 [Server] INFO 	at sereneseasons.core.SereneSeasons.postInit(SereneSeasons.java:62) ~[SereneSeasons.class:?]
29.07 20:53:58 [Server] INFO 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_144]
29.07 20:53:58 [Server] INFO 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_144]
29.07 20:53:58 [Server] INFO 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_144]
29.07 20:53:58 [Server] INFO 	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_144]
29.07 20:53:58 [Server] INFO 	at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:627) ~[custom.jar:?]
29.07 20:53:58 [Server] INFO 	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source) ~[?:?]
29.07 20:53:58 [Server] INFO 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_144]
29.07 20:53:58 [Server] INFO 	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_144]
29.07 20:53:58 [Server] INFO 	at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) ~[minecraft_server.1.12.2.jar:?]
29.07 20:53:58 [Server] INFO 	at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) ~[minecraft_server.1.12.2.jar:?]
29.07 20:53:58 [Server] INFO 	at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) ~[minecraft_server.1.12.2.jar:?]
29.07 20:53:58 [Server] INFO 	at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) ~[minecraft_server.1.12.2.jar:?]
29.07 20:53:58 [Server] INFO 	at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) ~[minecraft_server.1.12.2.jar:?]
29.07 20:53:58 [Server] INFO 	at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) ~[minecraft_server.1.12.2.jar:?]
29.07 20:53:58 [Server] INFO 	at com.google.common.eventbus.EventBus.post(EventBus.java:217) ~[minecraft_server.1.12.2.jar:?]
29.07 20:53:58 [Server] INFO 	at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:218) ~[custom.jar:?]
29.07 20:53:58 [Server] INFO 	at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:196) ~[custom.jar:?]
29.07 20:53:58 [Server] INFO 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_144]
29.07 20:53:58 [Server] INFO 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_144]
29.07 20:53:58 [Server] INFO 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_144]
29.07 20:53:58 [Server] INFO 	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_144]
29.07 20:53:58 [Server] INFO 	at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) ~[minecraft_server.1.12.2.jar:?]
29.07 20:53:58 [Server] INFO 	at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) ~[minecraft_server.1.12.2.jar:?]
29.07 20:53:58 [Server] INFO 	at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) ~[minecraft_server.1.12.2.jar:?]
29.07 20:53:58 [Server] INFO 	at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) ~[minecraft_server.1.12.2.jar:?]
29.07 20:53:58 [Server] INFO 	at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) ~[minecraft_server.1.12.2.jar:?]
29.07 20:53:58 [Server] INFO 	at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) ~[minecraft_server.1.12.2.jar:?]
29.07 20:53:58 [Server] INFO 	at com.google.common.eventbus.EventBus.post(EventBus.java:217) ~[minecraft_server.1.12.2.jar:?]
29.07 20:53:58 [Server] INFO 	at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:135) ~[LoadController.class:?]
29.07 20:53:58 [Server] INFO 	at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:749) ~[Loader.class:?]
29.07 20:53:58 [Server] INFO 	at net.minecraftforge.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:108) ~[FMLServerHandler.class:?]
29.07 20:53:58 [Server] INFO 	at net.minecraftforge.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:337) ~[FMLCommonHandler.class:?]
29.07 20:53:58 [Server] INFO 	at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:219) ~[nz.class:?]
29.07 20:53:58 [Server] INFO 	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?]
29.07 20:53:58 [Server] INFO 	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_144]
29.07 20:53:58 [Server] INFO Caused by: java.lang.ClassNotFoundException: sereneseasons.handler.season.BirchColorHandler
29.07 20:53:58 [Server] INFO 	at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) ~[launchwrapper-1.12.jar:?]
29.07 20:53:58 [Server] INFO 	at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_144]
29.07 20:53:58 [Server] INFO 	at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_144]
29.07 20:53:58 [Server] INFO 	at sereneseasons.init.ModHandlers.postInit(ModHandlers.java:81) ~[ModHandlers.class:?]
29.07 20:53:58 [Server] INFO 	at sereneseasons.core.SereneSeasons.postInit(SereneSeasons.java:62) ~[SereneSeasons.class:?]
29.07 20:53:58 [Server] INFO 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_144]
29.07 20:53:58 [Server] INFO 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_144]
29.07 20:53:58 [Server] INFO 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_144]
29.07 20:53:58 [Server] INFO 	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_144]
29.07 20:53:58 [Server] INFO 	at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:627) ~[custom.jar:?]
29.07 20:53:58 [Server] INFO 	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source) ~[?:?]
29.07 20:53:58 [Server] INFO 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_144]
29.07 20:53:58 [Server] INFO 	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_144]
29.07 20:53:58 [Server] INFO 	at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) ~[minecraft_server.1.12.2.jar:?]
29.07 20:53:58 [Server] INFO 	at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) ~[minecraft_server.1.12.2.jar:?]
29.07 20:53:58 [Server] INFO 	at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) ~[minecraft_server.1.12.2.jar:?]
29.07 20:53:58 [Server] INFO 	at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) ~[minecraft_server.1.12.2.jar:?]
29.07 20:53:58 [Server] INFO 	at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) ~[minecraft_server.1.12.2.jar:?]
29.07 20:53:58 [Server] INFO 	at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) ~[minecraft_server.1.12.2.jar:?]
29.07 20:53:58 [Server] INFO 	at com.google.common.eventbus.EventBus.post(EventBus.java:217) ~[minecraft_server.1.12.2.jar:?]
29.07 20:53:58 [Server] INFO 	at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:218) ~[custom.jar:?]
29.07 20:53:58 [Server] INFO 	at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:196) ~[custom.jar:?]
29.07 20:53:58 [Server] INFO 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_144]
29.07 20:53:58 [Server] INFO 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_144]
29.07 20:53:58 [Server] INFO 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_144]
29.07 20:53:58 [Server] INFO 	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_144]
29.07 20:53:58 [Server] INFO 	at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) ~[minecraft_server.1.12.2.jar:?]
29.07 20:53:58 [Server] INFO 	at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) ~[minecraft_server.1.12.2.jar:?]
29.07 20:53:58 [Server] INFO 	at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) ~[minecraft_server.1.12.2.jar:?]
29.07 20:53:58 [Server] INFO 	at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) ~[minecraft_server.1.12.2.jar:?]
29.07 20:53:58 [Server] INFO 	at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) ~[minecraft_server.1.12.2.jar:?]
29.07 20:53:58 [Server] INFO 	at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) ~[minecraft_server.1.12.2.jar:?]
29.07 20:53:58 [Server] INFO 	at com.google.common.eventbus.EventBus.post(EventBus.java:217) ~[minecraft_server.1.12.2.jar:?]
29.07 20:53:58 [Server] INFO 	at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:135) ~[LoadController.class:?]
29.07 20:53:58 [Server] INFO 	at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:749) ~[Loader.class:?]
29.07 20:53:58 [Server] INFO 	at net.minecraftforge.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:108) ~[FMLServerHandler.class:?]
29.07 20:53:58 [Server] INFO 	at net.minecraftforge.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:337) ~[FMLCommonHandler.class:?]
29.07 20:53:58 [Server] INFO 	at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:219) ~[nz.class:?]
29.07 20:53:58 [Server] INFO 	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) ~[MinecraftServer.class:?]
29.07 20:53:58 [Server] INFO 	at java.lang.Thread.run(Thread.java:748) ~[?:1.8.0_144]
29.07 20:53:58 [Server] INFO Caused by: net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerException: Exception in class transformer net.minecraftforge.fml.common.asm.transformers.SideTransformer@c4c0b41 from coremod FMLCorePlugin
29.07 20:53:58 [Server] INFO 	at net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerWrapper.transform(ASMTransformerWrapper.java:260) ~[custom.jar:?]
29.07 20:53:58 [Server] INFO 	at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279) ~[launchwrapper-1.12.jar:?]
29.07 20:53:58 [Server] INFO 	at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176) ~[launchwrapper-1.12.jar:?]
29.07 20:53:58 [Server] INFO 	at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_144]
29.07 20:53:58 [Server] INFO 	at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_144]
29.07 20:53:58 [Server] INFO 	at sereneseasons.init.ModHandlers.postInit(ModHandlers.java:81) ~[ModHandlers.class:?]
29.07 20:53:58 [Server] INFO 	at sereneseasons.core.SereneSeasons.postInit(SereneSeasons.java:62) ~[SereneSeasons.class:?]
29.07 20:53:58 [Server] INFO 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_144]
29.07 20:53:58 [Server] INFO 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_144]
29.07 20:53:58 [Server] INFO 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_144]
29.07 20:53:58 [Server] INFO 	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_144]
29.07 20:53:58 [Server] INFO 	at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:627) ~[custom.jar:?]
29.07 20:53:58 [Server] INFO 	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source) ~[?:?]
29.07 20:53:58 [Server] INFO 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_144]
29.07 20:53:58 [Server] INFO 	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_144]
29.07 20:53:58 [Server] INFO 	at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) ~[minecraft_server.1.12.2.jar:?]
29.07 20:53:58 [Server] INFO 	at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) ~[minecraft_server.1.12.2.jar:?]
29.07 20:53:58 [Server] INFO 	at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) ~[minecraft_server.1.12.2.jar:?]
29.07 20:53:58 [Server] INFO 	at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) ~[minecraft_server.1.12.2.jar:?]
29.07 20:53:58 [Server] INFO 	at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) ~[minecraft_server.1.12.2.jar:?]
29.07 20:53:58 [Server] INFO 	at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) ~[minecraft_server.1.12.2.jar:?]
29.07 20:53:58 [Server] INFO 	at com.google.common.eventbus.EventBus.post(EventBus.java:217) ~[minecraft_server.1.12.2.jar:?]
29.07 20:53:58 [Server] INFO 	at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:218) ~[custom.jar:?]
29.07 20:53:58 [Server] INFO 	at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:196) ~[custom.jar:?]
29.07 20:53:58 [Server] INFO 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_144]
29.07 20:53:58 [Server] INFO 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_144]
29.07 20:53:58 [Server] INFO 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_144]
29.07 20:53:58 [Server] INFO 	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_144]
29.07 20:53:58 [Server] INFO 	at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) ~[minecraft_server.1.12.2.jar:?]
29.07 20:53:58 [Server] INFO 	at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) ~[minecraft_server.1.12.2.jar:?]
29.07 20:53:58 [Server] INFO 	at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) ~[minecraft_server.1.12.2.jar:?]
29.07 20:53:58 [Server] INFO 	at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) ~[minecraft_server.1.12.2.jar:?]
29.07 20:53:58 [Server] INFO 	at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) ~[minecraft_server.1.12.2.jar:?]
29.07 20:53:58 [Server] INFO 	at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) ~[minecraft_server.1.12.2.jar:?]
29.07 20:53:58 [Server] INFO 	at com.google.common.eventbus.EventBus.post(EventBus.java:217) ~[minecraft_server.1.12.2.jar:?]
29.07 20:53:58 [Server] INFO 	at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:135) ~[LoadController.class:?]
29.07 20:53:58 [Server] INFO 	at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:749) ~[Loader.class:?]
29.07 20:53:58 [Server] INFO 	at net.minecraftforge.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:108) ~[FMLServerHandler.class:?]
29.07 20:53:58 [Server] INFO 	at net.minecraftforge.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:337) ~[FMLCommonHandler.class:?]
29.07 20:53:58 [Server] INFO 	at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:219) ~[nz.class:?]
29.07 20:53:58 [Server] INFO 	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) ~[MinecraftServer.class:?]
29.07 20:53:58 [Server] INFO 	at java.lang.Thread.run(Thread.java:748) ~[?:1.8.0_144]
29.07 20:53:58 [Server] INFO Caused by: java.lang.RuntimeException: Attempted to load class sereneseasons/handler/season/BirchColorHandler for invalid side SERVER
29.07 20:53:58 [Server] INFO 	at net.minecraftforge.fml.common.asm.transformers.SideTransformer.transform(SideTransformer.java:62) ~[custom.jar:?]
29.07 20:53:58 [Server] INFO 	at net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerWrapper.transform(ASMTransformerWrapper.java:256) ~[custom.jar:?]
29.07 20:53:58 [Server] INFO 	at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279) ~[launchwrapper-1.12.jar:?]
29.07 20:53:58 [Server] INFO 	at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176) ~[launchwrapper-1.12.jar:?]
29.07 20:53:58 [Server] INFO 	at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_144]
29.07 20:53:58 [Server] INFO 	at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_144]
29.07 20:53:58 [Server] INFO 	at sereneseasons.init.ModHandlers.postInit(ModHandlers.java:81) ~[ModHandlers.class:?]
29.07 20:53:58 [Server] INFO 	at sereneseasons.core.SereneSeasons.postInit(SereneSeasons.java:62) ~[SereneSeasons.class:?]
29.07 20:53:58 [Server] INFO 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_144]
29.07 20:53:58 [Server] INFO 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_144]
29.07 20:53:58 [Server] INFO 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_144]
29.07 20:53:58 [Server] INFO 	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_144]
29.07 20:53:58 [Server] INFO 	at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:627) ~[custom.jar:?]
29.07 20:53:58 [Server] INFO 	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source) ~[?:?]
29.07 20:53:58 [Server] INFO 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_144]
29.07 20:53:58 [Server] INFO 	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_144]
29.07 20:53:58 [Server] INFO 	at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) ~[minecraft_server.1.12.2.jar:?]
29.07 20:53:58 [Server] INFO 	at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) ~[minecraft_server.1.12.2.jar:?]
29.07 20:53:58 [Server] INFO 	at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) ~[minecraft_server.1.12.2.jar:?]
29.07 20:53:58 [Server] INFO 	at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) ~[minecraft_server.1.12.2.jar:?]
29.07 20:53:58 [Server] INFO 	at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) ~[minecraft_server.1.12.2.jar:?]
29.07 20:53:58 [Server] INFO 	at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) ~[minecraft_server.1.12.2.jar:?]
29.07 20:53:58 [Server] INFO 	at com.google.common.eventbus.EventBus.post(EventBus.java:217) ~[minecraft_server.1.12.2.jar:?]
29.07 20:53:58 [Server] INFO 	at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:218) ~[custom.jar:?]
29.07 20:53:58 [Server] INFO 	at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:196) ~[custom.jar:?]
29.07 20:53:58 [Server] INFO 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_144]
29.07 20:53:58 [Server] INFO 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_144]
29.07 20:53:58 [Server] INFO 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_144]
29.07 20:53:58 [Server] INFO 	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_144]
29.07 20:53:58 [Server] INFO 	at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) ~[minecraft_server.1.12.2.jar:?]
29.07 20:53:58 [Server] INFO 	at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) ~[minecraft_server.1.12.2.jar:?]
29.07 20:53:58 [Server] INFO 	at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) ~[minecraft_server.1.12.2.jar:?]
29.07 20:53:58 [Server] INFO 	at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) ~[minecraft_server.1.12.2.jar:?]
29.07 20:53:58 [Server] INFO 	at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) ~[minecraft_server.1.12.2.jar:?]
29.07 20:53:58 [Server] INFO 	at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) ~[minecraft_server.1.12.2.jar:?]
29.07 20:53:58 [Server] INFO 	at com.google.common.eventbus.EventBus.post(EventBus.java:217) ~[minecraft_server.1.12.2.jar:?]
29.07 20:53:58 [Server] INFO 	at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:135) ~[LoadController.class:?]
29.07 20:53:58 [Server] INFO 	at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:749) ~[Loader.class:?]
29.07 20:53:58 [Server] INFO 	at net.minecraftforge.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:108) ~[FMLServerHandler.class:?]
29.07 20:53:58 [Server] INFO 	at net.minecraftforge.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:337) ~[FMLCommonHandler.class:?]
29.07 20:53:58 [Server] INFO 	at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:219) ~[nz.class:?]
29.07 20:53:58 [Server] INFO 	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) ~[MinecraftServer.class:?]
29.07 20:53:58 [Server] INFO 	at java.lang.Thread.run(Thread.java:748) ~[?:1.8.0_144]```
commented

Getting the same issue on my server w/ the latest release. Same exception w/ BirchColorHandler, using All The Mods 3 5.9.8c plus some extra mods.

Does the SideOnly(SIDE.Client) annotation have anything to do with it? I don't see that annotation on the class definitions of any of the other handlers. Or is this class supposed to only apply to the client jar and isn't?

commented

Can you test this for me and see if it fixes the issue? I don't really have the means to test on a server, and I don't want to upload it to CurseForge without it actually being tested first.

Just unzip the .jar file from this: Serene Seasons.zip

commented

This did not fix the problem, but it did shorten the error message..

[20:04:25] [Server thread/ERROR] [net.minecraft.server.MinecraftServer]: Encountered an unexpected exception
net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Serene Seasons (sereneseasons)

Caused by: java.lang.NoSuchMethodError: sereneseasons.handler.season.BirchColorHandler.init()V
	at sereneseasons.init.ModHandlers.postInit(ModHandlers.java:81) ~[ModHandlers.class:?]
	at sereneseasons.core.SereneSeasons.postInit(SereneSeasons.java:62) ~[SereneSeasons.class:?]
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_171]
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_171]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_171]
	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_171]
	at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:627) ~[forge-1.12.2-14.23.4.2705-universal.jar:?]
	at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source) ~[?:?]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_171]
	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_171]
	at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) ~[minecraft_server.1.12.2.jar:?]
	at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) ~[minecraft_server.1.12.2.jar:?]
	at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) ~[minecraft_server.1.12.2.jar:?]
	at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) ~[minecraft_server.1.12.2.jar:?]
	at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) ~[minecraft_server.1.12.2.jar:?]
	at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) ~[minecraft_server.1.12.2.jar:?]
	at com.google.common.eventbus.EventBus.post(EventBus.java:217) ~[minecraft_server.1.12.2.jar:?]
	at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:218) ~[forge-1.12.2-14.23.4.2705-universal.jar:?]
	at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:196) ~[forge-1.12.2-14.23.4.2705-universal.jar:?]
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_171]
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_171]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_171]
	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_171]
	at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) ~[minecraft_server.1.12.2.jar:?]
	at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) ~[minecraft_server.1.12.2.jar:?]
	at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) ~[minecraft_server.1.12.2.jar:?]
	at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) ~[minecraft_server.1.12.2.jar:?]
	at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) ~[minecraft_server.1.12.2.jar:?]
	at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) ~[minecraft_server.1.12.2.jar:?]
	at com.google.common.eventbus.EventBus.post(EventBus.java:217) ~[minecraft_server.1.12.2.jar:?]
	at net.minecraftforge.fml.common.LoadController.redirect$onPost$zza000(LoadController.java:560) ~[LoadController.class:?]
	at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:135) ~[LoadController.class:?]
	at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:749) ~[Loader.class:?]
	at net.minecraftforge.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:107) ~[FMLServerHandler.class:?]
	at net.minecraftforge.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:337) ~[FMLCommonHandler.class:?]
	at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:219) ~[nz.class:?]
	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?]
	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_171]
commented

Alright, try this one. It should be fixed:

Serene Seasons.zip

commented

Hi, I was getting the same error with latest release (1.2.4, while 1.2.3 was ok). I tried the fix you posted and the forge server doesn't crash anymore at launch, so it should be fixed.