My server doesn't start

The Aternos forums are now deprecated

Learn more about this change here.

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

  • I have got a problem with starting my server. Logs tell that problem in Thaumcraft. The newest version (BETA26) is working but having a big trouble with researching table (ink and paper disappear when I put them in table). I try add previous version (BETA25) where this table works but the server can't start.


    Logs:




    [14:07:35] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Bloodmoon took 0.000s

    [14:07:35] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod jei

    [14:07:35] [Server thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod jei

    [14:07:35] [Server thread/DEBUG] [FML]: Bar Step: PostInitialization - Just Enough Items took 0.000s

    [14:07:35] [Server thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod thaumcraft

    [14:07:35] [ic2-poolthread-1/DEBUG] [ic2.Uu]: UU graph built with 5000 nodes after 1792 ms.

    [14:07:38] [Server thread/ERROR] [net.minecraft.server.MinecraftServer]: Encountered an unexpected exception

    net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Thaumcraft (thaumcraft)



    Caused by: java.lang.NoSuchFieldError: field_185200_c

    at thaumcraft.common.lib.crafting.ThaumcraftCraftingManager.getPotionReagentsRecursive(ThaumcraftCraftingManager.java:338) ~[ThaumcraftCraftingManager.class:?]

    at thaumcraft.common.config.ConfigAspects.getPotionAspects(ConfigAspects.java:684) ~[ConfigAspects.class:?]

    at thaumcraft.common.config.ConfigAspects.registerItemAspects(ConfigAspects.java:521) ~[ConfigAspects.class:?]

    at thaumcraft.common.config.ConfigAspects.postInit(ConfigAspects.java:34) ~[ConfigAspects.class:?]

    at thaumcraft.proxies.CommonProxy.postInit(CommonProxy.java:82) ~[CommonProxy.class:?]

    at thaumcraft.Thaumcraft.postInit(Thaumcraft.java:54) ~[Thaumcraft.class:?]

    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_144]

    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_144]

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_144]

    at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_144]

    at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:624) ~[forge.jar:?]

    at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source) ~[?:?]

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_144]

    at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_144]

    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:219) ~[forge.jar:?]

    at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197) ~[forge.jar:?]

    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_144]

    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_144]

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_144]

    at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_144]

    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.distributeStateMessage(LoadController.java:136) ~[LoadController.class:?]

    at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:749) ~[Loader.class:?]

    at net.minecraftforge.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:108) ~[FMLServerHandler.class:?]

    at net.minecraftforge.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:338) ~[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_144]

    [14:07:38] [Server thread/ERROR] [net.minecraft.server.MinecraftServer]: This crash report has been saved to: /aternos/server/./crash-reports/crash-2019-01-20_14.07.38-server.txt

    [14:07:38] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Stopping server

    [14:07:38] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving worlds


  • Roman

    Closed the thread.