Cyclops Core

Cyclops Core

93M Downloads

Seems to be an issue with the 1.12 release.

darkcloud784 opened this issue ยท 10 comments

commented

From the console:

[21:35:48] [Server thread/INFO]: Starting minecraft server version 1.12.1
[21:35:54] [Server thread/ERROR]: Encountered an unexpected exception
net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Cyclops Core (cyclopscore)

Caused by: java.lang.ClassNotFoundException: org.cyclops.cyclopscore.CyclopsCore
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) ~[launchwrapper-1.12.jar:?]
at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_131]
at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_131]
at net.minecraftforge.fml.common.ModClassLoader.loadClass(ModClassLoader.java:75) ~[server.jar:?]
at java.lang.Class.forName0(Native Method) ~[?:1.8.0_131]
at java.lang.Class.forName(Class.java:348) ~[?:1.8.0_131]
at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:525) ~[server.jar:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_131]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_131]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_131]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_131]
at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) ~[minecraft_server.1.12.1.jar:?]
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) ~[minecraft_server.1.12.1.jar:?]
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) ~[minecraft_server.1.12.1.jar:?]
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) ~[minecraft_server.1.12.1.jar:?]
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) ~[minecraft_server.1.12.1.jar:?]
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) ~[minecraft_server.1.12.1.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:217) ~[minecraft_server.1.12.1.jar:?]
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:253) ~[server.jar:?]
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:231) ~[server.jar:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_131]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_131]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_131]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_131]
at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) ~[minecraft_server.1.12.1.jar:?]
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) ~[minecraft_server.1.12.1.jar:?]
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) ~[minecraft_server.1.12.1.jar:?]
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) ~[minecraft_server.1.12.1.jar:?]
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) ~[minecraft_server.1.12.1.jar:?]
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) ~[minecraft_server.1.12.1.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:217) ~[minecraft_server.1.12.1.jar:?]
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:148) ~[LoadController.class:?]
at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:570) ~[Loader.class:?]
at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:97) ~[FMLServerHandler.class:?]
at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:331) ~[FMLCommonHandler.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:125) ~[nz.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:484) [MinecraftServer.class:?]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_131]
Caused by: java.lang.NullPointerException

Full crash report:

---- Minecraft Crash Report ----

WARNING: coremods are present:
Contact their authors BEFORE contacting forge

// Shall we play a game?

Time: 8/24/17 9:39 PM
Description: Exception in server tick loop

net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Cyclops Core (cyclopscore)
Caused by: java.lang.ClassNotFoundException: org.cyclops.cyclopscore.CyclopsCore
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at net.minecraftforge.fml.common.ModClassLoader.loadClass(ModClassLoader.java:75)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:348)
at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:525)
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.sendEventToModContainer(LoadController.java:253)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:231)
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:148)
at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:570)
at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:97)
at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:331)
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:125)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:484)
at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.NullPointerException
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
... 37 more

A detailed walkthrough of the error, its code path and all known details is as follows:

-- System Details --
Details:
Minecraft Version: 1.12.1
Operating System: Linux (amd64) version 4.4.0-92-generic
Java Version: 1.8.0_131, Oracle Corporation
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 727120264 bytes (693 MB) / 993001472 bytes (947 MB) up to 13981188096 bytes (13333 MB)
JVM Flags: 1 total; -Xmx15000M
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.41 Powered by Forge 14.22.0.2462 27 mods loaded, 27 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored

State ID Version Source Signature
UC minecraft 1.12.1 minecraft.jar None
UC mcp 9.19 minecraft.jar None
UC FML 8.0.99.99 server.jar e3c3d50c7c986df74c645c0ac54639741c90a557
UC forge 14.22.0.2462 server.jar e3c3d50c7c986df74c645c0ac54639741c90a557
UE appliedenergistics2 rv5-alpha-3 appliedenergistics2-rv5-alpha-3.jar None
UE chiselsandbits 14.6 chiselsandbits-14.6.jar None
UE codechickenlib 3.1.2.297 CodeChickenLib-1.12-3.1.2.297-universal.jar None
UE redstoneflux 2.0.1 RedstoneFlux-1.12-2.0.1.2-universal.jar None
UE cofhcore 4.3.4 CoFHCore-1.12-4.3.4.12-universal.jar None
UE cofhworld 1.0.1 CoFHWorld-1.12-1.0.1.8-universal.jar None
UE cyclopscore 0.10.13 CyclopsCore-1.12-0.10.13.jar None
UE ic2 2.8.16-ex112 industrialcraft-2-2.8.16-ex112.jar None
UE commoncapabilities 1.4.0 CommonCapabilities-1.12-1.4.0.jar None
UE energyconverters 1.0.1.2 energyconverters_1.12.1-1.0.1.2.jar None
UE gravestone 1.9.0 gravestone-1.9.0.jar None
UE jei 4.7.5.85 jei_1.12-4.7.5.85.jar None
UE mantle 1.12-1.3.1.18 Mantle-1.12-1.3.1.18.jar None
UE tconstruct 1.12-2.7.2.19 TConstruct-1.12-2.7.2.19.jar None
UE immersiveengineering 0.12-71 ImmersiveEngineering-0.12-71.jar None
UE integrateddynamics 0.8.5 IntegratedDynamics-1.12-0.8.5.jar None
UE integrateddynamicscompat 1.0.0 IntegratedDynamics-1.12-0.8.5.jar None
UE integratedtunnels 1.3.0 IntegratedTunnels-1.12-1.3.0.jar None
UC mercurius_updater 1.0 MercuriusUpdater-1.12.1.jar None
UE thermalfoundation 2.3.4 ThermalFoundation-1.12-2.3.4.13-universal.jar None
UE thermaldynamics 2.3.4 ThermalDynamics-1.12-2.3.4.11-universal.jar None
UE thermalexpansion 5.3.4 ThermalExpansion-1.12-5.3.4.16-universal.jar None
UE waystones 4.0.15 Waystones_1.12.1-4.0.15.jar None

Loaded coremods (and transformers):
Profiler Position: N/A (disabled)
Is Modded: Definitely; Server brand changed to 'fml,forge'
Type: Dedicated Server (map_server.txt)

commented

@rubensworks Let me know if there is anything else I need to provide in order to resolve this bug/issue.

commented

Not sure what is going wrong here.

This part:

[21:39:10] [Server thread/FATAL] [FML]: The following problems were captured during this phase
[21:39:10] [Server thread/ERROR] [FML]: Caught exception from cyclopscore (java.lang.ClassNotFoundException: org.cyclops.cyclopscore.CyclopsCore)
[21:39:10] [Server thread/ERROR] [FML]: Caught exception from immersiveengineering (java.lang.ClassNotFoundException: blusunrize.immersiveengineering.ImmersiveEngineering)
[21:39:10] [Server thread/ERROR] [FML]: Caught exception from redstoneflux (java.lang.ClassNotFoundException: cofh.redstoneflux.RedstoneFlux)
[21:39:10] [Server thread/ERROR] [FML]: Caught exception from cofhworld (java.lang.ClassNotFoundException: cofh.cofhworld.CoFHWorld)
[21:39:10] [Server thread/ERROR] [FML]: Caught exception from jei (java.lang.ClassNotFoundException: mezz.jei.JustEnoughItems)
[21:39:10] [Server thread/ERROR] [FML]: Caught exception from energyconverters (java.lang.ClassNotFoundException: net.xalcon.energyconverters.EnergyConverters)
[21:39:10] [Server thread/ERROR] [FML]: Caught exception from codechickenlib (java.lang.ClassNotFoundException: codechicken.lib.CodeChickenLib)
[21:39:10] [Server thread/ERROR] [FML]: Caught exception from chiselsandbits (java.lang.ClassNotFoundException: mod.chiselsandbits.core.ChiselsAndBits)
[21:39:10] [Server thread/ERROR] [FML]: Caught exception from ic2 (java.lang.ClassNotFoundException: ic2.core.IC2)
[21:39:10] [Server thread/ERROR] [FML]: Caught exception from mantle (java.lang.ClassNotFoundException: slimeknights.mantle.Mantle)
[21:39:10] [Server thread/ERROR] [FML]: Caught exception from waystones (java.lang.ClassNotFoundException: net.blay09.mods.waystones.Waystones)
[21:39:10] [Server thread/ERROR] [FML]: Caught exception from gravestone (java.lang.ClassNotFoundException: de.maxhenkel.gravestone.Main)
[21:39:10] [Server thread/ERROR] [FML]: Caught exception from appliedenergistics2 

makes me thing that CC is not the cause of the problem, but that something else must be going horribly wrong.
Can you try to reproduce with just this mod (and its dependents) installed?

commented

@rubensworks
I can indeed reproduce it with just CC and its dependencies.

[02:16:41] [Server thread/INFO]: Starting minecraft server version 1.12.1
[02:16:44] [Server thread/ERROR]: Encountered an unexpected exception
net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Cyclops Core (cyclopscore)

Caused by: java.lang.ClassNotFoundException: org.cyclops.cyclopscore.CyclopsCore
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) ~[launchwrapper-1.12.jar:?]
at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_131]
at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_131]
at net.minecraftforge.fml.common.ModClassLoader.loadClass(ModClassLoader.java:75) ~[server.jar:?]
at java.lang.Class.forName0(Native Method) ~[?:1.8.0_131]
at java.lang.Class.forName(Class.java:348) ~[?:1.8.0_131]
at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:525) ~[server.jar:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_131]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_131]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_131]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_131]
at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) ~[minecraft_server.1.12.1.jar:?]
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) ~[minecraft_server.1.12.1.jar:?]
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) ~[minecraft_server.1.12.1.jar:?]
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) ~[minecraft_server.1.12.1.jar:?]
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) ~[minecraft_server.1.12.1.jar:?]
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) ~[minecraft_server.1.12.1.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:217) ~[minecraft_server.1.12.1.jar:?]
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:253) ~[server.jar:?]
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:231) ~[server.jar:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_131]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_131]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_131]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_131]
at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) ~[minecraft_server.1.12.1.jar:?]
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) ~[minecraft_server.1.12.1.jar:?]
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) ~[minecraft_server.1.12.1.jar:?]
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) ~[minecraft_server.1.12.1.jar:?]
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) ~[minecraft_server.1.12.1.jar:?]
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) ~[minecraft_server.1.12.1.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:217) ~[minecraft_server.1.12.1.jar:?]
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:148) ~[LoadController.class:?]
at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:570) ~[Loader.class:?]
at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:97) ~[FMLServerHandler.class:?]
at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:331) ~[FMLCommonHandler.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:125) ~[nz.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:484) [MinecraftServer.class:?]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_131]
Caused by: java.lang.NullPointerException
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182) ~[launchwrapper-1.12.jar:?]
at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_131]
at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_131]
at net.minecraftforge.fml.common.ModClassLoader.loadClass(ModClassLoader.java:75) ~[server.jar:?]
at java.lang.Class.forName0(Native Method) ~[?:1.8.0_131]
at java.lang.Class.forName(Class.java:348) ~[?:1.8.0_131]
at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:525) ~[server.jar:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_131]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_131]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_131]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_131]
at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) ~[minecraft_server.1.12.1.jar:?]
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) ~[minecraft_server.1.12.1.jar:?]
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) ~[minecraft_server.1.12.1.jar:?]
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) ~[minecraft_server.1.12.1.jar:?]
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) ~[minecraft_server.1.12.1.jar:?]
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) ~[minecraft_server.1.12.1.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:217) ~[minecraft_server.1.12.1.jar:?]
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:253) ~[server.jar:?]
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:231) ~[server.jar:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_131]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_131]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_131]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_131]
at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) ~[minecraft_server.1.12.1.jar:?]
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) ~[minecraft_server.1.12.1.jar:?]
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) ~[minecraft_server.1.12.1.jar:?]
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) ~[minecraft_server.1.12.1.jar:?]
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) ~[minecraft_server.1.12.1.jar:?]
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) ~[minecraft_server.1.12.1.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:217) ~[minecraft_server.1.12.1.jar:?]
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:148) ~[LoadController.class:?]
at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:570) ~[Loader.class:?]
at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:97) ~[FMLServerHandler.class:?]
at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:331) ~[FMLCommonHandler.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:125) ~[nz.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:484) ~[MinecraftServer.class:?]
at java.lang.Thread.run(Thread.java:748) ~[?:1.8.0_131]
[02:16:44] [Server thread/ERROR]: This crash report has been saved to: /var/lib/pufferd/servers/93fa29ce-491d-407d-b82c-826e7250fcdb/./crash-reports/crash-2017-08-26_02.16.44-server.txt
[02:16:44] [Server thread/INFO]: Stopping server
[02:16:44] [Server thread/INFO]: Saving worlds
[02:16:44] [Server Shutdown Thread/INFO]: Stopping server
[02:16:44] [Server Shutdown Thread/INFO]: Saving worlds

Earlystartupjunk.log

[02:16:32] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLServerTweaker
[02:16:32] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLServerTweaker
[02:16:32] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLServerTweaker
[02:16:41] [Server thread/INFO] [FML]: MinecraftForge v14.22.0.2462 Initialized
[02:16:41] [Server thread/INFO] [FML]: Starts to replace vanilla recipe ingredients with ore ingredients.
[02:16:41] [Server thread/INFO] [FML]: Replaced 1036 ore ingredients
[02:16:41] [Server thread/DEBUG] [FML]: File /var/lib/pufferd/servers/93fa29ce-491d-407d-b82c-826e7250fcdb/config/injectedDependencies.json not found. No dependencies injected
[02:16:41] [Server thread/DEBUG] [FML]: Building injected Mod Containers [net.minecraftforge.fml.common.FMLContainer, net.minecraftforge.common.ForgeModContainer]
[02:16:42] [Server thread/DEBUG] [FML]: Attempting to load mods contained in the minecraft jar file and associated classes
[02:16:42] [Server thread/DEBUG] [FML]: Minecraft is a file at /var/lib/pufferd/servers/93fa29ce-491d-407d-b82c-826e7250fcdb/server.jar, loading
[02:16:42] [Server thread/DEBUG] [FML]: Minecraft jar mods loaded successfully
[02:16:42] [Server thread/INFO] [FML]: Found 1 mods from the command line. Injecting into mod discoverer
[02:16:42] [Server thread/INFO] [FML]: Searching /var/lib/pufferd/servers/93fa29ce-491d-407d-b82c-826e7250fcdb/mods for mods
[02:16:42] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file CommonCapabilities-1.12-1.4.0.jar
[02:16:42] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file CyclopsCore-1.12-0.10.13.jar
[02:16:42] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file MercuriusUpdater-1.12.1.jar
[02:16:42] [Server thread/DEBUG] [FML]: Ignoring unknown file mod_list.json in mods directory
[02:16:42] [Server thread/DEBUG] [FML]: Examining file server.jar for potential mods
[02:16:42] [Server thread/DEBUG] [FML]: The mod container server.jar appears to be missing an mcmod.info file
[02:16:42] [Server thread/DEBUG] [FML]: Examining file CommonCapabilities-1.12-1.4.0.jar for potential mods
[02:16:42] [Server thread/TRACE] [FML]: Located mcmod.info file in file CommonCapabilities-1.12-1.4.0.jar
[02:16:42] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (org.cyclops.commoncapabilities.CommonCapabilities) - loading
[02:16:42] [Server thread/TRACE] [commoncapabilities]: Parsed dependency info : [cyclopscore@[0.10.13,), forge@[14.21.1.2387,)] [forge@[14.21.1.2387,), cyclopscore@[0.10.13,), ic2] []
[02:16:42] [Server thread/DEBUG] [FML]: Examining file CyclopsCore-1.12-0.10.13.jar for potential mods
[02:16:42] [Server thread/TRACE] [FML]: Located mcmod.info file in file CyclopsCore-1.12-0.10.13.jar
[02:16:42] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (org.cyclops.cyclopscore.CyclopsCore) - loading
[02:16:42] [Server thread/TRACE] [cyclopscore]: Parsed dependency info : [forge@[14.21.1.2406,)] [forge@[14.21.1.2406,)] []
[02:16:42] [Server thread/DEBUG] [FML]: Examining file MercuriusUpdater-1.12.1.jar for potential mods
[02:16:42] [Server thread/TRACE] [FML]: Located mcmod.info file in file MercuriusUpdater-1.12.1.jar
[02:16:42] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (net.minecraftforge.mercurius.updater.MercuriusUpdaterMod) - loading
[02:16:42] [Server thread/TRACE] [mercurius_updater]: Parsed dependency info : [] [] []
[02:16:42] [Server thread/INFO] [mercurius_updater]: Mod mercurius_updater is missing the required element 'name'. Substituting mercurius_updater
[02:16:42] [Server thread/INFO] [FML]: Forge Mod Loader has identified 7 mods to load
[02:16:42] [Server thread/DEBUG] [FML]: Found API org.cyclops.commoncapabilities.api.capability.work (owned by commoncapabilities providing commoncapabilities|api) embedded in commoncapabilities
[02:16:42] [Server thread/DEBUG] [FML]: Found API org.cyclops.commoncapabilities.api.capability (owned by commoncapabilities providing commoncapabilities|api) embedded in commoncapabilities
[02:16:42] [Server thread/DEBUG] [FML]: Creating API container dummy for API commoncapabilities|api: owner: commoncapabilities, dependents: []
[02:16:42] [Server thread/TRACE] [FML]: Received a system property request ''
[02:16:42] [Server thread/TRACE] [FML]: System property request managing the state of 0 mods
[02:16:42] [Server thread/DEBUG] [FML]: After merging, found state information for 0 mods
[02:16:42] [Server thread/WARN] [FML]: Missing English translation for FML: assets/fml/lang/en_us.lang
[02:16:43] [Server thread/DEBUG] [commoncapabilities]: Enabling mod commoncapabilities
[02:16:43] [Server thread/DEBUG] [cyclopscore]: Enabling mod cyclopscore
[02:16:43] [Server thread/DEBUG] [mercurius_updater]: Enabling mod mercurius_updater
[02:16:43] [Server thread/WARN] [FML]: Missing English translation for mercurius_updater: assets/mercurius_updater/lang/en_us.lang
[02:16:43] [Server thread/TRACE] [FML]: Verifying mod requirements are satisfied
[02:16:43] [Server thread/TRACE] [FML]: All mod requirements are satisfied
[02:16:43] [Server thread/TRACE] [FML]: Sorting mods into an ordered list
[02:16:43] [Server thread/TRACE] [FML]: Mod sorting completed successfully
[02:16:43] [Server thread/DEBUG] [FML]: Mod sorting data
[02:16:43] [Server thread/DEBUG] [FML]: cyclopscore(Cyclops Core:0.10.13): CyclopsCore-1.12-0.10.13.jar (required-after:forge@[14.21.1.2406,);)
[02:16:43] [Server thread/DEBUG] [FML]: commoncapabilities(CommonCapabilities:1.4.0): CommonCapabilities-1.12-1.4.0.jar (required-after:forge@[14.21.1.2387,);required-after:cyclopscore@[0.10.13,);after:ic2;)
[02:16:43] [Server thread/DEBUG] [FML]: mercurius_updater(mercurius_updater:1.0): MercuriusUpdater-1.12.1.jar ()
[02:16:43] [Server thread/DEBUG] [FML]: commoncapabilities|api(API: commoncapabilities|api:0.0.1): CommonCapabilities-1.12-1.4.0.jar ()
[02:16:43] [Server thread/DEBUG] [FML]: Loading @config anotation data
[02:16:43] [Server thread/TRACE] [minecraft]: Sending event FMLConstructionEvent to mod minecraft
[02:16:43] [Server thread/TRACE] [minecraft]: Sent event FMLConstructionEvent to mod minecraft
[02:16:43] [Server thread/DEBUG] [FML]: Bar Step: Construction - Minecraft took 0.003s
[02:16:43] [Server thread/TRACE] [mcp]: Sending event FMLConstructionEvent to mod mcp
[02:16:43] [Server thread/TRACE] [mcp]: Sent event FMLConstructionEvent to mod mcp
[02:16:43] [Server thread/DEBUG] [FML]: Bar Step: Construction - Minecraft Coder Pack took 0.002s
[02:16:43] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod FML
[02:16:43] [Server thread/TRACE] [FML]: Mod FML is using network checker : Invoking method checkModLists
[02:16:43] [Server thread/TRACE] [FML]: Testing mod FML to verify it accepts its own version in a remote connection
[02:16:43] [Server thread/TRACE] [FML]: The mod FML accepts its own version (8.0.99.99)
[02:16:43] [Server thread/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, commoncapabilities, cyclopscore, mercurius_updater] at CLIENT
[02:16:43] [Server thread/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, commoncapabilities, cyclopscore, mercurius_updater] at SERVER
[02:16:43] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod FML
[02:16:43] [Server thread/DEBUG] [FML]: Bar Step: Construction - Forge Mod Loader took 0.768s
[02:16:43] [Server thread/TRACE] [forge]: Sending event FMLConstructionEvent to mod forge
[02:16:43] [Server thread/DEBUG] [forge]: Preloading CrashReport Classes
[02:16:43] [Server thread/DEBUG] [forge]: net/minecraftforge/common/util/TextTable
[02:16:43] [Server thread/DEBUG] [forge]: net/minecraftforge/common/util/TextTable$Alignment
[02:16:43] [Server thread/DEBUG] [forge]: net/minecraftforge/common/util/TextTable$Column
[02:16:43] [Server thread/DEBUG] [forge]: net/minecraftforge/common/util/TextTable$Row
[02:16:43] [Server thread/DEBUG] [forge]: net/minecraftforge/fml/client/SplashProgress$1
[02:16:43] [Server thread/DEBUG] [forge]: net/minecraftforge/fml/common/FMLCommonHandler$1
[02:16:43] [Server thread/DEBUG] [forge]: net/minecraftforge/fml/common/Loader$1
[02:16:43] [Server thread/TRACE] [FML]: Mod forge is using network checker : No network checking performed
[02:16:43] [Server thread/TRACE] [FML]: Testing mod forge to verify it accepts its own version in a remote connection
[02:16:43] [Server thread/TRACE] [FML]: The mod forge accepts its own version (14.22.0.2462)
[02:16:43] [Server thread/DEBUG] [FML]: Attempting to inject @config classes into forge for type INSTANCE
[02:16:43] [Server thread/TRACE] [forge]: Sent event FMLConstructionEvent to mod forge
[02:16:43] [Server thread/DEBUG] [FML]: Bar Step: Construction - Minecraft Forge took 0.066s
[02:16:43] [Server thread/TRACE] [cyclopscore]: Sending event FMLConstructionEvent to mod cyclopscore
[02:16:43] [Server thread/TRACE] [cyclopscore]: Sent event FMLConstructionEvent to mod cyclopscore
[02:16:43] [Server thread/DEBUG] [FML]: Bar Step: Construction - Cyclops Core took 0.006s
[02:16:43] [Server thread/ERROR] [commoncapabilities]: Skipping event FMLConstructionEvent and marking errored mod commoncapabilities since required dependency cyclopscore has errored
[02:16:43] [Server thread/DEBUG] [FML]: Bar Step: Construction - CommonCapabilities took 0.001s
[02:16:43] [Server thread/TRACE] [mercurius_updater]: Sending event FMLConstructionEvent to mod mercurius_updater
[02:16:44] [Server thread/TRACE] [FML]: Mod mercurius_updater is using network checker : No network checking performed
[02:16:44] [Server thread/TRACE] [FML]: Testing mod mercurius_updater to verify it accepts its own version in a remote connection
[02:16:44] [Server thread/TRACE] [FML]: The mod mercurius_updater accepts its own version (1.0)
[02:16:44] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into mercurius_updater
[02:16:44] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for mercurius_updater
[02:16:44] [Server thread/DEBUG] [FML]: Attempting to inject @config classes into mercurius_updater for type INSTANCE
[02:16:44] [Server thread/TRACE] [mercurius_updater]: Sent event FMLConstructionEvent to mod mercurius_updater
[02:16:44] [Server thread/DEBUG] [FML]: Bar Step: Construction - mercurius_updater took 0.041s
[02:16:44] [Server thread/DEBUG] [FML]: Bar Finished: Construction took 0.888s
[02:16:44] [Server thread/DEBUG] [FML]: Mod signature data
[02:16:44] [Server thread/DEBUG] [FML]: Valid Signatures:
[02:16:44] [Server thread/DEBUG] [FML]: (e3c3d50c7c986df74c645c0ac54639741c90a557) FML (Forge Mod Loader 8.0.99.99) server.jar
[02:16:44] [Server thread/DEBUG] [FML]: (e3c3d50c7c986df74c645c0ac54639741c90a557) forge (Minecraft Forge 14.22.0.2462) server.jar
[02:16:44] [Server thread/DEBUG] [FML]: Missing Signatures:
[02:16:44] [Server thread/DEBUG] [FML]: minecraft (Minecraft 1.12.1) minecraft.jar
[02:16:44] [Server thread/DEBUG] [FML]: mcp (Minecraft Coder Pack 9.19) minecraft.jar
[02:16:44] [Server thread/DEBUG] [FML]: cyclopscore (Cyclops Core 0.10.13) CyclopsCore-1.12-0.10.13.jar
[02:16:44] [Server thread/DEBUG] [FML]: commoncapabilities (CommonCapabilities 1.4.0) CommonCapabilities-1.12-1.4.0.jar
[02:16:44] [Server thread/DEBUG] [FML]: mercurius_updater (mercurius_updater 1.0) MercuriusUpdater-1.12.1.jar
[02:16:44] [Server thread/FATAL] [FML]: Fatal errors were detected during the transition from CONSTRUCTING to PREINITIALIZATION. Loading cannot continue
[02:16:44] [Server thread/FATAL] [FML]:
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored

State ID Version Source Signature
UC minecraft 1.12.1 minecraft.jar None
UC mcp 9.19 minecraft.jar None
UC FML 8.0.99.99 server.jar e3c3d50c7c986df74c645c0ac54639741c90a557
UC forge 14.22.0.2462 server.jar e3c3d50c7c986df74c645c0ac54639741c90a557
UE cyclopscore 0.10.13 CyclopsCore-1.12-0.10.13.jar None
UE commoncapabilities 1.4.0 CommonCapabilities-1.12-1.4.0.jar None
UC mercurius_updater 1.0 MercuriusUpdater-1.12.1.jar None

[02:16:44] [Server thread/FATAL] [FML]: The following problems were captured during this phase
[02:16:44] [Server thread/ERROR] [FML]: Caught exception from cyclopscore (java.lang.ClassNotFoundException: org.cyclops.cyclopscore.CyclopsCore)
[02:16:44] [Server thread/WARN] [FML]: Can't revert to frozen GameData state without freezing first.
[02:16:44] [Server thread/TRACE] [minecraft]: Sending event FMLServerStoppedEvent to mod minecraft
[02:16:44] [Server thread/TRACE] [minecraft]: Sent event FMLServerStoppedEvent to mod minecraft
[02:16:44] [Server thread/DEBUG] [FML]: Bar Step: ServerStopped - Minecraft took 0.001s
[02:16:44] [Server thread/TRACE] [mcp]: Sending event FMLServerStoppedEvent to mod mcp
[02:16:44] [Server thread/TRACE] [mcp]: Sent event FMLServerStoppedEvent to mod mcp
[02:16:44] [Server thread/DEBUG] [FML]: Bar Step: ServerStopped - Minecraft Coder Pack took 0.001s
[02:16:44] [Server thread/TRACE] [FML]: Sending event FMLServerStoppedEvent to mod FML
[02:16:44] [Server thread/TRACE] [FML]: Sent event FMLServerStoppedEvent to mod FML
[02:16:44] [Server thread/DEBUG] [FML]: Bar Step: ServerStopped - Forge Mod Loader took 0.001s
[02:16:44] [Server thread/TRACE] [forge]: Sending event FMLServerStoppedEvent to mod forge
[02:16:44] [Server thread/TRACE] [forge]: Sent event FMLServerStoppedEvent to mod forge
[02:16:44] [Server thread/DEBUG] [FML]: Bar Step: ServerStopped - Minecraft Forge took 0.001s
[02:16:44] [Server thread/TRACE] [cyclopscore]: Sending event FMLServerStoppedEvent to mod cyclopscore
[02:16:44] [Server thread/TRACE] [cyclopscore]: Sent event FMLServerStoppedEvent to mod cyclopscore
[02:16:44] [Server thread/DEBUG] [FML]: Bar Step: ServerStopped - Cyclops Core took 0.001s
[02:16:44] [Server thread/ERROR] [commoncapabilities]: Skipping event FMLServerStoppedEvent and marking errored mod commoncapabilities since required dependency cyclopscore has errored
[02:16:44] [Server thread/DEBUG] [FML]: Bar Step: ServerStopped - CommonCapabilities took 0.001s
[02:16:44] [Server thread/TRACE] [mercurius_updater]: Sending event FMLServerStoppedEvent to mod mercurius_updater
[02:16:44] [Server thread/TRACE] [mercurius_updater]: Sent event FMLServerStoppedEvent to mod mercurius_updater
[02:16:44] [Server thread/DEBUG] [FML]: Bar Step: ServerStopped - mercurius_updater took 0.001s
[02:16:44] [Server thread/DEBUG] [FML]: Bar Finished: ServerStopped took 0.006s
[02:16:44] [Server thread/INFO] [FML]: The state engine was in incorrect state ERRORED and forced into state SERVER_STOPPED. Errors may have been discarded.
[02:16:44] [Server thread/INFO] [FML]: The state engine was in incorrect state ERRORED and forced into state AVAILABLE. Errors may have been discarded.

commented

Could you post the complete log?
The most important part seems to be missing from this excerpt.

commented

@rubensworks I just updated with the full crash report info.

commented

Yeah, I'll need the full forge log, I'll need to see the part below Caused by: java.lang.NullPointerException.

commented

@rubensworks
Here is the fml-server-latest.log:

[21:38:56] [main/DEBUG] [FML/]: Injecting tracing printstreams for STDOUT/STDERR.
[21:38:56] [main/INFO] [FML/]: Forge Mod Loader version 14.22.0.2462 for Minecraft 1.12.1 loading
[21:38:56] [main/INFO] [FML/]: Java is OpenJDK 64-Bit Server VM, version 1.8.0_131, running on Linux:amd64:4.4.0-92-generic, installed at /usr/lib/jvm/java-8-openjdk-amd64/jre
[21:38:56] [main/DEBUG] [FML/]: Java classpath at launch is:
[21:38:56] [main/DEBUG] [FML/]: server.jar
[21:38:56] [main/DEBUG] [FML/]: Java library path at launch is:
[21:38:56] [main/DEBUG] [FML/]: /usr/java/packages/lib/amd64
[21:38:56] [main/DEBUG] [FML/]: /usr/lib/x86_64-linux-gnu/jni
[21:38:56] [main/DEBUG] [FML/]: /lib/x86_64-linux-gnu
[21:38:56] [main/DEBUG] [FML/]: /usr/lib/x86_64-linux-gnu
[21:38:56] [main/DEBUG] [FML/]: /usr/lib/jni
[21:38:56] [main/DEBUG] [FML/]: /lib
[21:38:56] [main/DEBUG] [FML/]: /usr/lib
[21:38:56] [main/DEBUG] [FML/]: Enabling runtime deobfuscation
[21:38:56] [main/DEBUG] [FML/]: Instantiating coremod class FMLCorePlugin
[21:38:56] [main/DEBUG] [FML/]: Found signing certificates for coremod FMLCorePlugin (net.minecraftforge.fml.relauncher.FMLCorePlugin)
[21:38:56] [main/DEBUG] [FML/]: Found certificate e3c3d50c7c986df74c645c0ac54639741c90a557
[21:38:56] [main/DEBUG] [FML/]: Added access transformer class net.minecraftforge.fml.common.asm.transformers.AccessTransformer to enqueued access transformers
[21:38:56] [main/DEBUG] [FML/]: Enqueued coremod FMLCorePlugin
[21:38:56] [main/DEBUG] [FML/]: Instantiating coremod class FMLForgePlugin
[21:38:56] [main/DEBUG] [FML/]: Found signing certificates for coremod FMLForgePlugin (net.minecraftforge.classloading.FMLForgePlugin)
[21:38:56] [main/DEBUG] [FML/]: Found certificate e3c3d50c7c986df74c645c0ac54639741c90a557
[21:38:56] [main/DEBUG] [FML/]: Enqueued coremod FMLForgePlugin
[21:38:56] [main/DEBUG] [FML/]: All fundamental core mods are successfully located
[21:38:56] [main/DEBUG] [FML/]: Attempting to load commandline specified mods, relative to /var/lib/pufferd/servers/93fa29ce-491d-407d-b82c-826e7250fcdb/.
[21:38:56] [main/DEBUG] [FML/]: Adding net.minecraftforge:MercuriusUpdater (/var/lib/pufferd/servers/93fa29ce-491d-407d-b82c-826e7250fcdb/./libraries/net/minecraftforge/MercuriusUpdater/1.12.1/MercuriusUpdater-1.12.1.jar) to the mod list
[21:38:56] [main/DEBUG] [FML/]: Discovering coremods
[21:38:56] [main/DEBUG] [FML/]: Examining for coremod candidacy appliedenergistics2-rv5-alpha-3.jar
[21:38:56] [main/DEBUG] [FML/]: Not found coremod data in appliedenergistics2-rv5-alpha-3.jar
[21:38:56] [main/DEBUG] [FML/]: Examining for coremod candidacy chiselsandbits-14.6.jar
[21:38:56] [main/DEBUG] [FML/]: Not found coremod data in chiselsandbits-14.6.jar
[21:38:56] [main/DEBUG] [FML/]: Examining for coremod candidacy CodeChickenLib-1.12-3.1.2.297-universal.jar
[21:38:56] [main/WARN] [FML/]: Found FMLCorePluginContainsFMLMod marker in CodeChickenLib-1.12-3.1.2.297-universal.jar. This is not recommended, @mods should be in a separate jar from the coremod.
[21:38:56] [main/DEBUG] [FML/]: Instantiating coremod class CCLCorePlugin
[21:38:56] [main/ERROR] [FML/]: Coremod codechicken.lib.asm.CCLCorePlugin: Unable to class load the plugin java.lang.ClassNotFoundException: codechicken.lib.asm.CCLCorePlugin
[21:38:56] [main/DEBUG] [FML/]: Examining for coremod candidacy CoFHCore-1.12-4.3.4.12-universal.jar
[21:38:56] [main/DEBUG] [FML/]: Not found coremod data in CoFHCore-1.12-4.3.4.12-universal.jar
[21:38:56] [main/DEBUG] [FML/]: Examining for coremod candidacy CoFHWorld-1.12-1.0.1.8-universal.jar
[21:38:56] [main/DEBUG] [FML/]: Not found coremod data in CoFHWorld-1.12-1.0.1.8-universal.jar
[21:38:56] [main/DEBUG] [FML/]: Examining for coremod candidacy CommonCapabilities-1.12-1.4.0.jar
[21:38:56] [main/DEBUG] [FML/]: Not found coremod data in CommonCapabilities-1.12-1.4.0.jar
[21:38:56] [main/DEBUG] [FML/]: Examining for coremod candidacy CyclopsCore-1.12-0.10.13.jar
[21:38:56] [main/DEBUG] [FML/]: Not found coremod data in CyclopsCore-1.12-0.10.13.jar
[21:38:56] [main/DEBUG] [FML/]: Examining for coremod candidacy energyconverters_1.12.1-1.0.1.2.jar
[21:38:56] [main/DEBUG] [FML/]: Not found coremod data in energyconverters_1.12.1-1.0.1.2.jar
[21:38:56] [main/DEBUG] [FML/]: Examining for coremod candidacy gravestone-1.9.0.jar
[21:38:56] [main/DEBUG] [FML/]: Not found coremod data in gravestone-1.9.0.jar
[21:38:56] [main/DEBUG] [FML/]: Examining for coremod candidacy ImmersiveEngineering-0.12-71.jar
[21:38:56] [main/WARN] [FML/]: Found FMLCorePluginContainsFMLMod marker in ImmersiveEngineering-0.12-71.jar. This is not recommended, @mods should be in a separate jar from the coremod.
[21:38:56] [main/DEBUG] [FML/]: Instantiating coremod class IELoadingPlugin
[21:38:56] [main/ERROR] [FML/]: Coremod blusunrize.immersiveengineering.common.asm.IELoadingPlugin: Unable to class load the plugin java.lang.ClassNotFoundException: blusunrize.immersiveengineering.common.asm.IELoadingPlugin
[21:38:56] [main/DEBUG] [FML/]: Examining for coremod candidacy industrialcraft-2-2.8.16-ex112.jar
[21:38:56] [main/DEBUG] [FML/]: Not found coremod data in industrialcraft-2-2.8.16-ex112.jar
[21:38:56] [main/DEBUG] [FML/]: Examining for coremod candidacy IntegratedDynamics-1.12-0.8.5.jar
[21:38:56] [main/DEBUG] [FML/]: Not found coremod data in IntegratedDynamics-1.12-0.8.5.jar
[21:38:56] [main/DEBUG] [FML/]: Examining for coremod candidacy IntegratedTunnels-1.12-1.3.0.jar
[21:38:56] [main/DEBUG] [FML/]: Not found coremod data in IntegratedTunnels-1.12-1.3.0.jar
[21:38:56] [main/DEBUG] [FML/]: Examining for coremod candidacy jei_1.12-4.7.5.85.jar
[21:38:56] [main/DEBUG] [FML/]: Not found coremod data in jei_1.12-4.7.5.85.jar
[21:38:56] [main/DEBUG] [FML/]: Examining for coremod candidacy Mantle-1.12-1.3.1.18.jar
[21:38:56] [main/DEBUG] [FML/]: Not found coremod data in Mantle-1.12-1.3.1.18.jar
[21:38:56] [main/DEBUG] [FML/]: Examining for coremod candidacy MercuriusUpdater-1.12.1.jar
[21:38:56] [main/DEBUG] [FML/]: Not found coremod data in MercuriusUpdater-1.12.1.jar
[21:38:56] [main/DEBUG] [FML/]: Examining for coremod candidacy RedstoneFlux-1.12-2.0.1.2-universal.jar
[21:38:56] [main/DEBUG] [FML/]: Not found coremod data in RedstoneFlux-1.12-2.0.1.2-universal.jar
[21:38:56] [main/DEBUG] [FML/]: Examining for coremod candidacy TConstruct-1.12-2.7.2.19.jar
[21:38:56] [main/DEBUG] [FML/]: Not found coremod data in TConstruct-1.12-2.7.2.19.jar
[21:38:56] [main/DEBUG] [FML/]: Examining for coremod candidacy ThermalDynamics-1.12-2.3.4.11-universal.jar
[21:38:56] [main/DEBUG] [FML/]: Not found coremod data in ThermalDynamics-1.12-2.3.4.11-universal.jar
[21:38:56] [main/DEBUG] [FML/]: Examining for coremod candidacy ThermalExpansion-1.12-5.3.4.16-universal.jar
[21:38:56] [main/DEBUG] [FML/]: Not found coremod data in ThermalExpansion-1.12-5.3.4.16-universal.jar
[21:38:56] [main/DEBUG] [FML/]: Examining for coremod candidacy ThermalFoundation-1.12-2.3.4.13-universal.jar
[21:38:56] [main/DEBUG] [FML/]: Not found coremod data in ThermalFoundation-1.12-2.3.4.13-universal.jar
[21:38:56] [main/DEBUG] [FML/]: Examining for coremod candidacy Waystones_1.12.1-4.0.15.jar
[21:38:56] [main/DEBUG] [FML/]: Not found coremod data in Waystones_1.12.1-4.0.15.jar
[21:38:56] [main/INFO] [LaunchWrapper/]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[21:38:56] [main/INFO] [LaunchWrapper/]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[21:38:56] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[21:38:56] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[21:38:56] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[21:38:56] [main/DEBUG] [FML/]: Injecting coremod FMLCorePlugin {net.minecraftforge.fml.relauncher.FMLCorePlugin} class transformers
[21:38:56] [main/TRACE] [FML/]: Registering transformer net.minecraftforge.fml.common.asm.transformers.BlamingTransformer
[21:38:56] [main/TRACE] [FML/]: Registering transformer net.minecraftforge.fml.common.asm.transformers.SideTransformer
[21:38:56] [main/TRACE] [FML/]: Registering transformer net.minecraftforge.fml.common.asm.transformers.EventSubscriptionTransformer
[21:38:56] [main/TRACE] [FML/]: Registering transformer net.minecraftforge.fml.common.asm.transformers.EventSubscriberTransformer
[21:38:56] [main/DEBUG] [FML/]: Injection complete
[21:38:56] [main/DEBUG] [FML/]: Running coremod plugin for FMLCorePlugin {net.minecraftforge.fml.relauncher.FMLCorePlugin}
[21:38:56] [main/DEBUG] [FML/]: Running coremod plugin FMLCorePlugin
[21:38:57] [main/DEBUG] [FML/]: Injecting tracing printstreams for STDOUT/STDERR.
[21:38:57] [main/DEBUG] [FML/]: Read 1008 binary patches
[21:38:58] [main/DEBUG] [FML/]: Loading deobfuscation resource /deobfuscation_data-1.12.1.lzma with 36083 records
[21:38:58] [main/INFO] [FML/]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557
[21:38:58] [main/DEBUG] [FML/]: Coremod plugin class FMLCorePlugin run successfully
[21:38:58] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[21:38:58] [main/DEBUG] [FML/]: Injecting coremod FMLForgePlugin {net.minecraftforge.classloading.FMLForgePlugin} class transformers
[21:38:58] [main/DEBUG] [FML/]: Injection complete
[21:38:58] [main/DEBUG] [FML/]: Running coremod plugin for FMLForgePlugin {net.minecraftforge.classloading.FMLForgePlugin}
[21:38:58] [main/DEBUG] [FML/]: Running coremod plugin FMLForgePlugin
[21:38:58] [main/DEBUG] [FML/]: Coremod plugin class FMLForgePlugin run successfully
[21:38:58] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[21:38:58] [main/DEBUG] [FML/]: Loaded 206 rules from AccessTransformer config file forge_at.cfg
[21:38:58] [main/DEBUG] [FML/]: Loaded 2 rules from AccessTransformer mod jar file /var/lib/pufferd/servers/93fa29ce-491d-407d-b82c-826e7250fcdb/mods/jei_1.12-4.7.5.85.jar!META-INF/jei_at.cfg

[21:38:58] [main/DEBUG] [FML/]: Loaded 45 rules from AccessTransformer mod jar file /var/lib/pufferd/servers/93fa29ce-491d-407d-b82c-826e7250fcdb/mods/CoFHCore-1.12-4.3.4.12-universal.jar!META-INF/cofh_at.cfg

[21:38:58] [main/DEBUG] [FML/]: Loaded 8 rules from AccessTransformer mod jar file /var/lib/pufferd/servers/93fa29ce-491d-407d-b82c-826e7250fcdb/mods/Mantle-1.12-1.3.1.18.jar!META-INF/mantle_at.cfg

[21:38:58] [main/DEBUG] [FML/]: Loaded 4 rules from AccessTransformer mod jar file /var/lib/pufferd/servers/93fa29ce-491d-407d-b82c-826e7250fcdb/mods/Waystones_1.12.1-4.0.15.jar!META-INF/waystones_at.cfg

[21:38:58] [main/DEBUG] [FML/]: Loaded 7 rules from AccessTransformer mod jar file /var/lib/pufferd/servers/93fa29ce-491d-407d-b82c-826e7250fcdb/mods/chiselsandbits-14.6.jar!META-INF/chiselsandbits_at.cfg

[21:38:58] [main/DEBUG] [FML/]: Loaded 34 rules from AccessTransformer mod jar file /var/lib/pufferd/servers/93fa29ce-491d-407d-b82c-826e7250fcdb/mods/ImmersiveEngineering-0.12-71.jar!META-INF/ImmersiveEngineering_at.cfg

[21:38:58] [main/DEBUG] [FML/]: Loaded 1 rules from AccessTransformer mod jar file /var/lib/pufferd/servers/93fa29ce-491d-407d-b82c-826e7250fcdb/mods/appliedenergistics2-rv5-alpha-3.jar!META-INF/appeng_at.cfg

[21:38:58] [main/DEBUG] [FML/]: Loaded 33 rules from AccessTransformer mod jar file /var/lib/pufferd/servers/93fa29ce-491d-407d-b82c-826e7250fcdb/mods/TConstruct-1.12-2.7.2.19.jar!META-INF/tconstruct_at.cfg

[21:38:58] [main/DEBUG] [FML/]: Loaded 45 rules from AccessTransformer mod jar file /var/lib/pufferd/servers/93fa29ce-491d-407d-b82c-826e7250fcdb/mods/CodeChickenLib-1.12-3.1.2.297-universal.jar!META-INF/ccl_at.cfg

[21:38:58] [main/DEBUG] [FML/]: Validating minecraft
[21:38:59] [main/DEBUG] [FML/]: Minecraft validated, launching...
[21:38:59] [main/INFO] [LaunchWrapper/]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker
[21:38:59] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker
[21:38:59] [main/INFO] [LaunchWrapper/]: Launching wrapped minecraft {net.minecraft.server.MinecraftServer}
[21:39:04] [main/DEBUG] [FML/]: Creating vanilla freeze snapshot
[21:39:04] [main/DEBUG] [FML/]: Vanilla freeze snapshot created

Here is the latest.log:

[21:39:04] [Server thread/INFO]: Starting minecraft server version 1.12.1
[21:39:10] [Server thread/ERROR]: Encountered an unexpected exception
net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Cyclops Core (cyclopscore)

Caused by: java.lang.ClassNotFoundException: org.cyclops.cyclopscore.CyclopsCore
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) ~[launchwrapper-1.12.jar:?]
at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_131]
at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_131]
at net.minecraftforge.fml.common.ModClassLoader.loadClass(ModClassLoader.java:75) ~[server.jar:?]
at java.lang.Class.forName0(Native Method) ~[?:1.8.0_131]
at java.lang.Class.forName(Class.java:348) ~[?:1.8.0_131]
at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:525) ~[server.jar:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_131]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_131]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_131]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_131]
at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) ~[minecraft_server.1.12.1.jar:?]
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) ~[minecraft_server.1.12.1.jar:?]
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) ~[minecraft_server.1.12.1.jar:?]
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) ~[minecraft_server.1.12.1.jar:?]
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) ~[minecraft_server.1.12.1.jar:?]
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) ~[minecraft_server.1.12.1.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:217) ~[minecraft_server.1.12.1.jar:?]
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:253) ~[server.jar:?]
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:231) ~[server.jar:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_131]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_131]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_131]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_131]
at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) ~[minecraft_server.1.12.1.jar:?]
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) ~[minecraft_server.1.12.1.jar:?]
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) ~[minecraft_server.1.12.1.jar:?]
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) ~[minecraft_server.1.12.1.jar:?]
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) ~[minecraft_server.1.12.1.jar:?]
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) ~[minecraft_server.1.12.1.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:217) ~[minecraft_server.1.12.1.jar:?]
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:148) ~[LoadController.class:?]
at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:570) ~[Loader.class:?]
at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:97) ~[FMLServerHandler.class:?]
at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:331) ~[FMLCommonHandler.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:125) ~[nz.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:484) [MinecraftServer.class:?]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_131]
Caused by: java.lang.NullPointerException
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182) ~[launchwrapper-1.12.jar:?]
at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_131]
at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_131]
at net.minecraftforge.fml.common.ModClassLoader.loadClass(ModClassLoader.java:75) ~[server.jar:?]
at java.lang.Class.forName0(Native Method) ~[?:1.8.0_131]
at java.lang.Class.forName(Class.java:348) ~[?:1.8.0_131]
at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:525) ~[server.jar:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_131]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_131]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_131]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_131]
at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) ~[minecraft_server.1.12.1.jar:?]
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) ~[minecraft_server.1.12.1.jar:?]
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) ~[minecraft_server.1.12.1.jar:?]
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) ~[minecraft_server.1.12.1.jar:?]
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) ~[minecraft_server.1.12.1.jar:?]
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) ~[minecraft_server.1.12.1.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:217) ~[minecraft_server.1.12.1.jar:?]
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:253) ~[server.jar:?]
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:231) ~[server.jar:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_131]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_131]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_131]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_131]
at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) ~[minecraft_server.1.12.1.jar:?]
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) ~[minecraft_server.1.12.1.jar:?]
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) ~[minecraft_server.1.12.1.jar:?]
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) ~[minecraft_server.1.12.1.jar:?]
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) ~[minecraft_server.1.12.1.jar:?]
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) ~[minecraft_server.1.12.1.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:217) ~[minecraft_server.1.12.1.jar:?]
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:148) ~[LoadController.class:?]
at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:570) ~[Loader.class:?]
at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:97) ~[FMLServerHandler.class:?]
at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:331) ~[FMLCommonHandler.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:125) ~[nz.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:484) ~[MinecraftServer.class:?]
at java.lang.Thread.run(Thread.java:748) ~[?:1.8.0_131]
[21:39:10] [Server thread/ERROR]: This crash report has been saved to: /var/lib/pufferd/servers/93fa29ce-491d-407d-b82c-826e7250fcdb/./crash-reports/crash-2017-08-24_21.39.10-server.txt
[21:39:10] [Server thread/INFO]: Stopping server
[21:39:10] [Server thread/INFO]: Saving worlds
[21:39:10] [Server Shutdown Thread/INFO]: Stopping server
[21:39:10] [Server Shutdown Thread/INFO]: Saving worlds

Here is the fml-junk-earlystartup.log:

[21:38:55] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLServerTweaker
[21:38:55] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLServerTweaker
[21:38:55] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLServerTweaker
[21:39:04] [Server thread/INFO] [FML]: MinecraftForge v14.22.0.2462 Initialized
[21:39:04] [Server thread/INFO] [FML]: Starts to replace vanilla recipe ingredients with ore ingredients.
[21:39:04] [Server thread/INFO] [FML]: Replaced 1036 ore ingredients
[21:39:05] [Server thread/DEBUG] [FML]: File /var/lib/pufferd/servers/93fa29ce-491d-407d-b82c-826e7250fcdb/config/injectedDependencies.json not found. No dependencies injected
[21:39:05] [Server thread/DEBUG] [FML]: Building injected Mod Containers [net.minecraftforge.fml.common.FMLContainer, net.minecraftforge.common.ForgeModContainer]
[21:39:05] [Server thread/DEBUG] [FML]: Attempting to load mods contained in the minecraft jar file and associated classes
[21:39:05] [Server thread/DEBUG] [FML]: Found a minecraft related file at /var/lib/pufferd/servers/93fa29ce-491d-407d-b82c-826e7250fcdb/server.jar, examining for mod candidates
[21:39:05] [Server thread/TRACE] [FML]: Skipping known library file /var/lib/pufferd/servers/93fa29ce-491d-407d-b82c-826e7250fcdb/mods/CodeChickenLib-1.12-3.1.2.297-universal.jar
[21:39:05] [Server thread/TRACE] [FML]: Skipping known library file /var/lib/pufferd/servers/93fa29ce-491d-407d-b82c-826e7250fcdb/mods/ImmersiveEngineering-0.12-71.jar
[21:39:05] [Server thread/DEBUG] [FML]: Minecraft jar mods loaded successfully
[21:39:05] [Server thread/INFO] [FML]: Found 1 mods from the command line. Injecting into mod discoverer
[21:39:05] [Server thread/INFO] [FML]: Searching /var/lib/pufferd/servers/93fa29ce-491d-407d-b82c-826e7250fcdb/mods for mods
[21:39:05] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file appliedenergistics2-rv5-alpha-3.jar
[21:39:05] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file chiselsandbits-14.6.jar
[21:39:05] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file CodeChickenLib-1.12-3.1.2.297-universal.jar
[21:39:05] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file CoFHCore-1.12-4.3.4.12-universal.jar
[21:39:05] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file CoFHWorld-1.12-1.0.1.8-universal.jar
[21:39:05] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file CommonCapabilities-1.12-1.4.0.jar
[21:39:05] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file CyclopsCore-1.12-0.10.13.jar
[21:39:05] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file energyconverters_1.12.1-1.0.1.2.jar
[21:39:05] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file gravestone-1.9.0.jar
[21:39:05] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file ImmersiveEngineering-0.12-71.jar
[21:39:05] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file industrialcraft-2-2.8.16-ex112.jar
[21:39:05] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file IntegratedDynamics-1.12-0.8.5.jar
[21:39:05] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file IntegratedTunnels-1.12-1.3.0.jar
[21:39:05] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file jei_1.12-4.7.5.85.jar
[21:39:05] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file Mantle-1.12-1.3.1.18.jar
[21:39:05] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file MercuriusUpdater-1.12.1.jar
[21:39:05] [Server thread/DEBUG] [FML]: Ignoring unknown file mod_list.json in mods directory
[21:39:05] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file RedstoneFlux-1.12-2.0.1.2-universal.jar
[21:39:05] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file TConstruct-1.12-2.7.2.19.jar
[21:39:05] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file ThermalDynamics-1.12-2.3.4.11-universal.jar
[21:39:05] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file ThermalExpansion-1.12-5.3.4.16-universal.jar
[21:39:05] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file ThermalFoundation-1.12-2.3.4.13-universal.jar
[21:39:05] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file Waystones_1.12.1-4.0.15.jar
[21:39:05] [Server thread/DEBUG] [FML]: Examining file server.jar for potential mods
[21:39:05] [Server thread/DEBUG] [FML]: The mod container server.jar appears to be missing an mcmod.info file
[21:39:05] [Server thread/DEBUG] [FML]: Examining file appliedenergistics2-rv5-alpha-3.jar for potential mods
[21:39:05] [Server thread/TRACE] [FML]: Located mcmod.info file in file appliedenergistics2-rv5-alpha-3.jar
[21:39:05] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (appeng.core.AppEng) - loading
[21:39:05] [Server thread/TRACE] [appliedenergistics2]: Parsed dependency info : [] [appliedenergistics2-core] []
[21:39:06] [Server thread/DEBUG] [FML]: Examining file chiselsandbits-14.6.jar for potential mods
[21:39:06] [Server thread/TRACE] [FML]: Located mcmod.info file in file chiselsandbits-14.6.jar
[21:39:06] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (mod.chiselsandbits.core.ChiselsAndBits) - loading
[21:39:06] [Server thread/TRACE] [chiselsandbits]: Parsed dependency info : [] [] []
[21:39:06] [Server thread/DEBUG] [FML]: Examining file CodeChickenLib-1.12-3.1.2.297-universal.jar for potential mods
[21:39:06] [Server thread/TRACE] [FML]: Located mcmod.info file in file CodeChickenLib-1.12-3.1.2.297-universal.jar
[21:39:06] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (codechicken.lib.CodeChickenLib) - loading
[21:39:06] [Server thread/TRACE] [codechickenlib]: Parsed dependency info : [] [] []
[21:39:06] [Server thread/DEBUG] [codechickenlib]: Attempting to load the file version.properties from CodeChickenLib-1.12-3.1.2.297-universal.jar to locate a version number for codechickenlib
[21:39:06] [Server thread/WARN] [codechickenlib]: Mod codechickenlib is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 3.1.2.297
[21:39:06] [Server thread/DEBUG] [FML]: Examining file CoFHCore-1.12-4.3.4.12-universal.jar for potential mods
[21:39:06] [Server thread/TRACE] [FML]: Located mcmod.info file in file CoFHCore-1.12-4.3.4.12-universal.jar
[21:39:06] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (cofh.CoFHCore) - loading
[21:39:06] [Server thread/TRACE] [cofhcore]: Parsed dependency info : [forge@[14.21.1.2415,15.0.0.0), redstoneflux@[2.0.1,2.1.0)] [forge@[14.21.1.2415,15.0.0.0), redstoneflux@[2.0.1,2.1.0)] []
[21:39:06] [Server thread/DEBUG] [FML]: Examining file CoFHWorld-1.12-1.0.1.8-universal.jar for potential mods
[21:39:06] [Server thread/TRACE] [FML]: Located mcmod.info file in file CoFHWorld-1.12-1.0.1.8-universal.jar
[21:39:06] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (cofh.cofhworld.CoFHWorld) - loading
[21:39:06] [Server thread/TRACE] [cofhworld]: Parsed dependency info : [forge@[14.21.1.2388,15.0.0.0)] [forge@[14.21.1.2388,15.0.0.0)] []
[21:39:06] [Server thread/DEBUG] [FML]: Examining file CommonCapabilities-1.12-1.4.0.jar for potential mods
[21:39:06] [Server thread/TRACE] [FML]: Located mcmod.info file in file CommonCapabilities-1.12-1.4.0.jar
[21:39:06] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (org.cyclops.commoncapabilities.CommonCapabilities) - loading
[21:39:06] [Server thread/TRACE] [commoncapabilities]: Parsed dependency info : [cyclopscore@[0.10.13,), forge@[14.21.1.2387,)] [forge@[14.21.1.2387,), cyclopscore@[0.10.13,), ic2] []
[21:39:06] [Server thread/DEBUG] [FML]: Examining file CyclopsCore-1.12-0.10.13.jar for potential mods
[21:39:06] [Server thread/TRACE] [FML]: Located mcmod.info file in file CyclopsCore-1.12-0.10.13.jar
[21:39:06] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (org.cyclops.cyclopscore.CyclopsCore) - loading
[21:39:06] [Server thread/TRACE] [cyclopscore]: Parsed dependency info : [forge@[14.21.1.2406,)] [forge@[14.21.1.2406,)] []
[21:39:06] [Server thread/DEBUG] [FML]: Examining file energyconverters_1.12.1-1.0.1.2.jar for potential mods
[21:39:06] [Server thread/TRACE] [FML]: Located mcmod.info file in file energyconverters_1.12.1-1.0.1.2.jar
[21:39:06] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (net.xalcon.energyconverters.EnergyConverters) - loading
[21:39:06] [Server thread/TRACE] [energyconverters]: Parsed dependency info : [] [] []
[21:39:06] [Server thread/DEBUG] [FML]: Examining file gravestone-1.9.0.jar for potential mods
[21:39:06] [Server thread/TRACE] [FML]: Located mcmod.info file in file gravestone-1.9.0.jar
[21:39:06] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (de.maxhenkel.gravestone.Main) - loading
[21:39:06] [Server thread/TRACE] [gravestone]: Parsed dependency info : [] [] []
[21:39:06] [Server thread/DEBUG] [FML]: Examining file ImmersiveEngineering-0.12-71.jar for potential mods
[21:39:06] [Server thread/TRACE] [FML]: Located mcmod.info file in file ImmersiveEngineering-0.12-71.jar
[21:39:07] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (blusunrize.immersiveengineering.ImmersiveEngineering) - loading
[21:39:07] [Server thread/TRACE] [immersiveengineering]: Parsed dependency info : [forge@[14.21.1.2420,)] [forge@[14.21.1.2420,), jei@[4.7,), railcraft, tconstruct@[1.12-2.7.1,), theoneprobe@[1.4.4,)] []
[21:39:07] [Server thread/DEBUG] [FML]: Examining file industrialcraft-2-2.8.16-ex112.jar for potential mods
[21:39:07] [Server thread/TRACE] [FML]: Located mcmod.info file in file industrialcraft-2-2.8.16-ex112.jar
[21:39:07] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (ic2.core.IC2) - loading
[21:39:07] [Server thread/TRACE] [ic2]: Parsed dependency info : [forge@[13.20.0.2206,)] [forge@[13.20.0.2206,)] []
[21:39:07] [Server thread/DEBUG] [FML]: Examining file IntegratedDynamics-1.12-0.8.5.jar for potential mods
[21:39:07] [Server thread/TRACE] [FML]: Located mcmod.info file in file IntegratedDynamics-1.12-0.8.5.jar
[21:39:08] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (org.cyclops.integrateddynamics.IntegratedDynamics) - loading
[21:39:08] [Server thread/TRACE] [integrateddynamics]: Parsed dependency info : [cyclopscore@[0.10.13,), commoncapabilities@[1.4.0,), forge@[14.21.1.2406,)] [forge@[14.21.1.2406,), cyclopscore@[0.10.13,), commoncapabilities@[1.4.0,)] []
[21:39:08] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (org.cyclops.integrateddynamicscompat.IntegratedDynamicsCompat) - loading
[21:39:08] [Server thread/TRACE] [integrateddynamicscompat]: Parsed dependency info : [integrateddynamics, cyclopscore@[0.10.7,), forge@[14.21.1.2387,)] [forge@[14.21.1.2387,), cyclopscore@[0.10.7,), integrateddynamics] []
[21:39:08] [Server thread/DEBUG] [FML]: Examining file IntegratedTunnels-1.12-1.3.0.jar for potential mods
[21:39:08] [Server thread/TRACE] [FML]: Located mcmod.info file in file IntegratedTunnels-1.12-1.3.0.jar
[21:39:08] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (org.cyclops.integratedtunnels.IntegratedTunnels) - loading
[21:39:08] [Server thread/TRACE] [integratedtunnels]: Parsed dependency info : [forge@[14.21.1.2406,), cyclopscore@[0.10.13,), integrateddynamics@[0.8.5,)] [forge@[14.21.1.2406,), cyclopscore@[0.10.13,), integrateddynamics@[0.8.5,)] []
[21:39:08] [Server thread/DEBUG] [FML]: Examining file jei_1.12-4.7.5.85.jar for potential mods
[21:39:08] [Server thread/TRACE] [FML]: Located mcmod.info file in file jei_1.12-4.7.5.85.jar
[21:39:08] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (mezz.jei.JustEnoughItems) - loading
[21:39:08] [Server thread/TRACE] [jei]: Parsed dependency info : [forge@[14.21.0.2348,)] [forge@[14.21.0.2348,)] []
[21:39:08] [Server thread/DEBUG] [FML]: Examining file Mantle-1.12-1.3.1.18.jar for potential mods
[21:39:08] [Server thread/TRACE] [FML]: Located mcmod.info file in file Mantle-1.12-1.3.1.18.jar
[21:39:08] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (slimeknights.mantle.Mantle) - loading
[21:39:08] [Server thread/TRACE] [mantle]: Parsed dependency info : [forge@[14.21.1.2387,)] [forge@[14.21.1.2387,)] []
[21:39:08] [Server thread/DEBUG] [FML]: Examining file MercuriusUpdater-1.12.1.jar for potential mods
[21:39:08] [Server thread/TRACE] [FML]: Located mcmod.info file in file MercuriusUpdater-1.12.1.jar
[21:39:08] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (net.minecraftforge.mercurius.updater.MercuriusUpdaterMod) - loading
[21:39:08] [Server thread/TRACE] [mercurius_updater]: Parsed dependency info : [] [] []
[21:39:08] [Server thread/INFO] [mercurius_updater]: Mod mercurius_updater is missing the required element 'name'. Substituting mercurius_updater
[21:39:08] [Server thread/DEBUG] [FML]: Examining file RedstoneFlux-1.12-2.0.1.2-universal.jar for potential mods
[21:39:08] [Server thread/TRACE] [FML]: Located mcmod.info file in file RedstoneFlux-1.12-2.0.1.2-universal.jar
[21:39:08] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (cofh.redstoneflux.RedstoneFlux) - loading
[21:39:08] [Server thread/TRACE] [redstoneflux]: Parsed dependency info : [] [] []
[21:39:08] [Server thread/DEBUG] [FML]: Examining file TConstruct-1.12-2.7.2.19.jar for potential mods
[21:39:08] [Server thread/TRACE] [FML]: Located mcmod.info file in file TConstruct-1.12-2.7.2.19.jar
[21:39:08] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (slimeknights.tconstruct.TConstruct) - loading
[21:39:08] [Server thread/TRACE] [tconstruct]: Parsed dependency info : [forge@[14.21.1.2387,), mantle@[1.12-1.3.1,)] [forge@[14.21.1.2387,), mantle@[1.12-1.3.1,), jei@[4.2,), chisel] []
[21:39:08] [Server thread/DEBUG] [FML]: Examining file ThermalDynamics-1.12-2.3.4.11-universal.jar for potential mods
[21:39:08] [Server thread/TRACE] [FML]: Located mcmod.info file in file ThermalDynamics-1.12-2.3.4.11-universal.jar
[21:39:08] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (cofh.thermaldynamics.ThermalDynamics) - loading
[21:39:08] [Server thread/TRACE] [thermaldynamics]: Parsed dependency info : [thermalfoundation@[2.3.4,2.4.0), codechickenlib@[3.1.1,), cofhcore@[4.3.4,4.4.0)] [cofhcore@[4.3.4,4.4.0), thermalfoundation@[2.3.4,2.4.0), codechickenlib@[3.1.1,)] []
[21:39:08] [Server thread/DEBUG] [FML]: Examining file ThermalExpansion-1.12-5.3.4.16-universal.jar for potential mods
[21:39:08] [Server thread/TRACE] [FML]: Located mcmod.info file in file ThermalExpansion-1.12-5.3.4.16-universal.jar
[21:39:08] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (cofh.thermalexpansion.ThermalExpansion) - loading
[21:39:08] [Server thread/TRACE] [thermalexpansion]: Parsed dependency info : [thermalfoundation@[2.3.4,2.4.0), codechickenlib@[3.1.1,), cofhcore@[4.3.4,4.4.0)] [cofhcore@[4.3.4,4.4.0), thermalfoundation@[2.3.4,2.4.0), codechickenlib@[3.1.1,)] []
[21:39:08] [Server thread/DEBUG] [FML]: Examining file ThermalFoundation-1.12-2.3.4.13-universal.jar for potential mods
[21:39:08] [Server thread/TRACE] [FML]: Located mcmod.info file in file ThermalFoundation-1.12-2.3.4.13-universal.jar
[21:39:08] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (cofh.thermalfoundation.ThermalFoundation) - loading
[21:39:08] [Server thread/TRACE] [thermalfoundation]: Parsed dependency info : [cofhworld@[1.0.1,1.1.0), cofhcore@[4.3.4,4.4.0)] [cofhcore@[4.3.4,4.4.0), cofhworld@[1.0.1,1.1.0)] []
[21:39:08] [Server thread/DEBUG] [FML]: Examining file Waystones_1.12.1-4.0.15.jar for potential mods
[21:39:08] [Server thread/TRACE] [FML]: Located mcmod.info file in file Waystones_1.12.1-4.0.15.jar
[21:39:08] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (net.blay09.mods.waystones.Waystones) - loading
[21:39:08] [Server thread/TRACE] [waystones]: Parsed dependency info : [] [] []
[21:39:08] [Server thread/DEBUG] [waystones]: Attempting to load the file version.properties from Waystones_1.12.1-4.0.15.jar to locate a version number for waystones
[21:39:08] [Server thread/WARN] [waystones]: Mod waystones is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 4.0.15
[21:39:08] [Server thread/INFO] [FML]: Forge Mod Loader has identified 27 mods to load
[21:39:08] [Server thread/DEBUG] [FML]: Found API appeng.api (owned by appliedenergistics2 providing appliedenergistics2|API) embedded in appliedenergistics2
[21:39:08] [Server thread/DEBUG] [FML]: Found API org.cyclops.integrateddynamics.api.client (owned by integrateddynamics providing integrateddynamics|api) embedded in integrateddynamics
[21:39:08] [Server thread/DEBUG] [FML]: Found API org.cyclops.integrateddynamics.api.client (owned by integrateddynamics providing integrateddynamics|api) embedded in integrateddynamicscompat
[21:39:08] [Server thread/DEBUG] [FML]: Found API cofh.api (owned by cofhcore providing cofhapi) embedded in cofhcore
[21:39:08] [Server thread/DEBUG] [FML]: Found API cofh.api.block (owned by cofhapi providing cofhapi|block) embedded in cofhcore
[21:39:08] [Server thread/DEBUG] [FML]: Found API cofh.api.util (owned by cofhapi providing cofhapi|util) embedded in cofhcore
[21:39:08] [Server thread/DEBUG] [FML]: Found API org.cyclops.commoncapabilities.api.capability (owned by commoncapabilities providing commoncapabilities|api) embedded in commoncapabilities
[21:39:08] [Server thread/DEBUG] [FML]: Found API org.cyclops.integrateddynamics.api.evaluate.expression (owned by integrateddynamics providing integrateddynamics|api) embedded in integrateddynamics
[21:39:08] [Server thread/DEBUG] [FML]: Found API org.cyclops.integrateddynamics.api.evaluate.variable (owned by integrateddynamics providing integrateddynamics|api) embedded in integrateddynamics
[21:39:08] [Server thread/DEBUG] [FML]: Found API org.cyclops.integrateddynamics.api (owned by integrateddynamics providing integrateddynamics|api) embedded in integrateddynamics
[21:39:08] [Server thread/DEBUG] [FML]: Found API org.cyclops.integrateddynamics.api.client.gui.subgui (owned by integrateddynamics providing integrateddynamics|api) embedded in integrateddynamics
[21:39:08] [Server thread/DEBUG] [FML]: Found API org.cyclops.integrateddynamics.api.evaluate (owned by integrateddynamics providing integrateddynamics|api) embedded in integrateddynamics
[21:39:08] [Server thread/DEBUG] [FML]: Found API org.cyclops.integrateddynamics.api.client.render (owned by integrateddynamics providing integrateddynamics|api) embedded in integrateddynamics
[21:39:08] [Server thread/DEBUG] [FML]: Found API mod.chiselsandbits.api (owned by chiselsandbits providing ChiselsAndBitsAPI) embedded in chiselsandbits
[21:39:08] [Server thread/DEBUG] [FML]: Found API blusunrize.immersiveengineering.api.energy.immersiveflux (owned by ImmersiveEngineering providing ImmersiveEngineering|ImmersiveFluxAPI) embedded in immersiveengineering
[21:39:08] [Server thread/DEBUG] [FML]: Found API blusunrize.immersiveengineering.api (owned by ImmersiveEngineering providing ImmersiveEngineering|API) embedded in immersiveengineering
[21:39:08] [Server thread/DEBUG] [FML]: Found API org.cyclops.integrateddynamics.api.evaluate.operator (owned by integrateddynamics providing integrateddynamics|api) embedded in integrateddynamics
[21:39:08] [Server thread/DEBUG] [FML]: Found API org.cyclops.integrateddynamics.api.item (owned by integrateddynamics providing integrateddynamics|api) embedded in integrateddynamics
[21:39:08] [Server thread/DEBUG] [FML]: Found API org.cyclops.integrateddynamics.api.part.aspect.property (owned by integrateddynamics providing integrateddynamics|api) embedded in integrateddynamics
[21:39:08] [Server thread/DEBUG] [FML]: Found API org.cyclops.integrateddynamics.api.part.write (owned by integrateddynamics providing integrateddynamics|api) embedded in integrateddynamics
[21:39:08] [Server thread/DEBUG] [FML]: Found API org.cyclops.integrateddynamics.api.client.render.valuetype (owned by integrateddynamics providing integrateddynamics|api) embedded in integrateddynamics
[21:39:08] [Server thread/DEBUG] [FML]: Found API org.cyclops.integrateddynamics.api.block (owned by integrateddynamics providing integrateddynamics|api) embedded in integrateddynamics
[21:39:08] [Server thread/DEBUG] [FML]: Found API org.cyclops.integrateddynamics.api.path (owned by integrateddynamics providing integrateddynamics|api) embedded in integrateddynamics
[21:39:08] [Server thread/DEBUG] [FML]: Found API org.cyclops.integrateddynamics.api.part.aspect (owned by integrateddynamics providing integrateddynamics|api) embedded in integrateddynamics
[21:39:08] [Server thread/DEBUG] [FML]: Found API cofh.api.item (owned by cofhapi providing cofhapi|item) embedded in cofhcore
[21:39:08] [Server thread/DEBUG] [FML]: Found API cofh.api.tileentity (owned by cofhapi providing cofhapi|tileentity) embedded in cofhcore
[21:39:08] [Server thread/DEBUG] [FML]: Found API org.cyclops.integrateddynamics.api.client.render.part (owned by integrateddynamics providing integrateddynamics|api) embedded in integrateddynamics
[21:39:08] [Server thread/DEBUG] [FML]: Found API org.cyclops.integrateddynamics.api.logicprogrammer (owned by integrateddynamics providing integrateddynamics|api) embedded in integrateddynamics
[21:39:08] [Server thread/DEBUG] [FML]: Found API org.cyclops.commoncapabilities.api.capability.work (owned by commoncapabilities providing commoncapabilities|api) embedded in commoncapabilities
[21:39:08] [Server thread/DEBUG] [FML]: Found API org.cyclops.integrateddynamics.api.network.event (owned by integrateddynamics providing integrateddynamics|api) embedded in integrateddynamics
[21:39:08] [Server thread/DEBUG] [FML]: Found API mezz.jei.api (owned by jei providing JustEnoughItemsAPI) embedded in jei
[21:39:08] [Server thread/DEBUG] [FML]: Found API cofh.api.core (owned by cofhapi providing cofhapi|core) embedded in cofhcore
[21:39:08] [Server thread/DEBUG] [FML]: Found API org.cyclops.integrateddynamics.api.part (owned by integrateddynamics providing integrateddynamics|api) embedded in integrateddynamics
[21:39:08] [Server thread/DEBUG] [FML]: Found API org.cyclops.integrateddynamics.api.block.cable (owned by integrateddynamics providing integrateddynamics|api) embedded in integrateddynamics
[21:39:08] [Server thread/DEBUG] [FML]: Found API org.cyclops.integrateddynamics.api.network (owned by integrateddynamics providing integrateddynamics|api) embedded in integrateddynamics
[21:39:08] [Server thread/DEBUG] [FML]: Found API org.cyclops.integrateddynamics.api.part.read (owned by integrateddynamics providing integrateddynamics|api) embedded in integrateddynamics
[21:39:08] [Server thread/DEBUG] [FML]: Creating API container dummy for API ChiselsAndBitsAPI: owner: chiselsandbits, dependents: []
[21:39:08] [Server thread/DEBUG] [FML]: Creating API container dummy for API ImmersiveEngineering|API: owner: ImmersiveEngineering, dependents: [immersiveengineering]
[21:39:08] [Server thread/DEBUG] [FML]: Creating API container dummy for API JustEnoughItemsAPI: owner: jei, dependents: []
[21:39:08] [Server thread/TRACE] [FML]: Removing upstream parent cofhcore from APIContainer{cofhapi|block:2.0.0}
[21:39:08] [Server thread/DEBUG] [FML]: Creating API container dummy for API cofhapi|block: owner: cofhapi, dependents: []
[21:39:08] [Server thread/TRACE] [FML]: Removing upstream parent cofhcore from APIContainer{cofhapi|core:2.0.0}
[21:39:08] [Server thread/DEBUG] [FML]: Creating API container dummy for API cofhapi|core: owner: cofhapi, dependents: []
[21:39:08] [Server thread/TRACE] [FML]: Removing upstream parent cofhcore from APIContainer{cofhapi|item:2.0.0}
[21:39:08] [Server thread/DEBUG] [FML]: Creating API container dummy for API cofhapi|item: owner: cofhapi, dependents: []
[21:39:08] [Server thread/DEBUG] [FML]: Creating API container dummy for API cofhapi: owner: cofhcore, dependents: []
[21:39:08] [Server thread/DEBUG] [FML]: Creating API container dummy for API commoncapabilities|api: owner: commoncapabilities, dependents: []
[21:39:08] [Server thread/DEBUG] [FML]: Creating API container dummy for API appliedenergistics2|API: owner: appliedenergistics2, dependents: []
[21:39:08] [Server thread/DEBUG] [FML]: Creating API container dummy for API ImmersiveEngineering|ImmersiveFluxAPI: owner: ImmersiveEngineering, dependents: [immersiveengineering]
[21:39:08] [Server thread/DEBUG] [FML]: Creating API container dummy for API integrateddynamics|api: owner: integrateddynamics, dependents: [integrateddynamicscompat]
[21:39:08] [Server thread/TRACE] [FML]: Removing upstream parent cofhcore from APIContainer{cofhapi|tileentity:2.0.0}
[21:39:08] [Server thread/DEBUG] [FML]: Creating API container dummy for API cofhapi|tileentity: owner: cofhapi, dependents: []
[21:39:08] [Server thread/TRACE] [FML]: Removing upstream parent cofhcore from APIContainer{cofhapi|util:2.0.0}
[21:39:08] [Server thread/DEBUG] [FML]: Creating API container dummy for API cofhapi|util: owner: cofhapi, dependents: []
[21:39:09] [Server thread/TRACE] [FML]: Received a system property request ''
[21:39:09] [Server thread/TRACE] [FML]: System property request managing the state of 0 mods
[21:39:09] [Server thread/DEBUG] [FML]: After merging, found state information for 0 mods
[21:39:09] [Server thread/WARN] [FML]: Missing English translation for FML: assets/fml/lang/en_us.lang
[21:39:09] [Server thread/DEBUG] [appliedenergistics2]: Enabling mod appliedenergistics2
[21:39:09] [Server thread/DEBUG] [chiselsandbits]: Enabling mod chiselsandbits
[21:39:09] [Server thread/DEBUG] [codechickenlib]: Enabling mod codechickenlib
[21:39:09] [Server thread/WARN] [FML]: Missing English translation for codechickenlib: assets/codechickenlib/lang/en_us.lang
[21:39:09] [Server thread/DEBUG] [cofhcore]: Enabling mod cofhcore
[21:39:09] [Server thread/WARN] [FML]: Missing English translation for cofhcore: assets/cofhcore/lang/en_us.lang
[21:39:09] [Server thread/DEBUG] [cofhworld]: Enabling mod cofhworld
[21:39:09] [Server thread/WARN] [FML]: Missing English translation for cofhworld: assets/cofhworld/lang/en_us.lang
[21:39:09] [Server thread/DEBUG] [commoncapabilities]: Enabling mod commoncapabilities
[21:39:09] [Server thread/DEBUG] [cyclopscore]: Enabling mod cyclopscore
[21:39:09] [Server thread/DEBUG] [energyconverters]: Enabling mod energyconverters
[21:39:09] [Server thread/DEBUG] [gravestone]: Enabling mod gravestone
[21:39:09] [Server thread/DEBUG] [immersiveengineering]: Enabling mod immersiveengineering
[21:39:09] [Server thread/DEBUG] [ic2]: Enabling mod ic2
[21:39:09] [Server thread/WARN] [FML]: Missing English translation for ic2: assets/ic2/lang/en_us.lang
[21:39:09] [Server thread/DEBUG] [integrateddynamics]: Enabling mod integrateddynamics
[21:39:09] [Server thread/DEBUG] [integrateddynamicscompat]: Enabling mod integrateddynamicscompat
[21:39:09] [Server thread/DEBUG] [integratedtunnels]: Enabling mod integratedtunnels
[21:39:09] [Server thread/DEBUG] [jei]: Enabling mod jei
[21:39:09] [Server thread/DEBUG] [mantle]: Enabling mod mantle
[21:39:09] [Server thread/WARN] [FML]: Missing English translation for mantle: assets/mantle/lang/en_us.lang
[21:39:09] [Server thread/DEBUG] [mercurius_updater]: Enabling mod mercurius_updater
[21:39:09] [Server thread/WARN] [FML]: Missing English translation for mercurius_updater: assets/mercurius_updater/lang/en_us.lang
[21:39:09] [Server thread/DEBUG] [redstoneflux]: Enabling mod redstoneflux
[21:39:09] [Server thread/WARN] [FML]: Missing English translation for redstoneflux: assets/redstoneflux/lang/en_us.lang
[21:39:09] [Server thread/DEBUG] [tconstruct]: Enabling mod tconstruct
[21:39:09] [Server thread/DEBUG] [thermaldynamics]: Enabling mod thermaldynamics
[21:39:09] [Server thread/DEBUG] [thermalexpansion]: Enabling mod thermalexpansion
[21:39:09] [Server thread/DEBUG] [thermalfoundation]: Enabling mod thermalfoundation
[21:39:09] [Server thread/DEBUG] [waystones]: Enabling mod waystones
[21:39:09] [Server thread/TRACE] [FML]: Verifying mod requirements are satisfied
[21:39:09] [Server thread/TRACE] [FML]: All mod requirements are satisfied
[21:39:09] [Server thread/TRACE] [FML]: Sorting mods into an ordered list
[21:39:09] [Server thread/TRACE] [FML]: Mod sorting completed successfully
[21:39:09] [Server thread/DEBUG] [FML]: Mod sorting data
[21:39:09] [Server thread/DEBUG] [FML]: appliedenergistics2(Applied Energistics 2:rv5-alpha-3): appliedenergistics2-rv5-alpha-3.jar (after:appliedenergistics2-core;)
[21:39:09] [Server thread/DEBUG] [FML]: chiselsandbits(Chisels & Bits:14.6): chiselsandbits-14.6.jar ()
[21:39:09] [Server thread/DEBUG] [FML]: codechickenlib(CodeChicken Lib:3.1.2.297): CodeChickenLib-1.12-3.1.2.297-universal.jar ()
[21:39:09] [Server thread/DEBUG] [FML]: redstoneflux(Redstone Flux:2.0.1): RedstoneFlux-1.12-2.0.1.2-universal.jar ()
[21:39:09] [Server thread/DEBUG] [FML]: cofhcore(CoFH Core:4.3.4): CoFHCore-1.12-4.3.4.12-universal.jar (required-after:forge@[14.21.1.2415,15.0.0.0);required-after:redstoneflux@[2.0.1,2.1.0);)
[21:39:09] [Server thread/DEBUG] [FML]: cofhworld(CoFH World:1.0.1): CoFHWorld-1.12-1.0.1.8-universal.jar (required-after:forge@[14.21.1.2388,15.0.0.0);)
[21:39:09] [Server thread/DEBUG] [FML]: cyclopscore(Cyclops Core:0.10.13): CyclopsCore-1.12-0.10.13.jar (required-after:forge@[14.21.1.2406,);)
[21:39:09] [Server thread/DEBUG] [FML]: ic2(IndustrialCraft 2:2.8.16-ex112): industrialcraft-2-2.8.16-ex112.jar (required-after:forge@[13.20.0.2206,))
[21:39:09] [Server thread/DEBUG] [FML]: commoncapabilities(CommonCapabilities:1.4.0): CommonCapabilities-1.12-1.4.0.jar (required-after:forge@[14.21.1.2387,);required-after:cyclopscore@[0.10.13,);after:ic2;)
[21:39:09] [Server thread/DEBUG] [FML]: energyconverters(Energy Converters:1.0.1.2): energyconverters_1.12.1-1.0.1.2.jar ()
[21:39:09] [Server thread/DEBUG] [FML]: gravestone(Gravestone Mod:1.9.0): gravestone-1.9.0.jar ()
[21:39:09] [Server thread/DEBUG] [FML]: jei(Just Enough Items:4.7.5.85): jei_1.12-4.7.5.85.jar (required-after:forge@[14.21.0.2348,);)
[21:39:09] [Server thread/DEBUG] [FML]: mantle(Mantle:1.12-1.3.1.18): Mantle-1.12-1.3.1.18.jar (required-after:forge@[14.21.1.2387,))
[21:39:09] [Server thread/DEBUG] [FML]: tconstruct(Tinkers' Construct:1.12-2.7.2.19): TConstruct-1.12-2.7.2.19.jar (required-after:forge@[14.21.1.2387,);required-after:mantle@[1.12-1.3.1,);after:jei@[4.2,);after:chisel)
[21:39:09] [Server thread/DEBUG] [FML]: ImmersiveEngineering|API(API: ImmersiveEngineering|API:1.0): ImmersiveEngineering-0.12-71.jar ()
[21:39:09] [Server thread/DEBUG] [FML]: ImmersiveEngineering|ImmersiveFluxAPI(API: ImmersiveEngineering|ImmersiveFluxAPI:1.0): ImmersiveEngineering-0.12-71.jar ()
[21:39:09] [Server thread/DEBUG] [FML]: immersiveengineering(Immersive Engineering:0.12-71): ImmersiveEngineering-0.12-71.jar (required-after:forge@[14.21.1.2420,);after:jei@[4.7,);after:railcraft;after:tconstruct@[1.12-2.7.1,);after:theoneprobe@[1.4.4,))
[21:39:09] [Server thread/DEBUG] [FML]: integrateddynamics(Integrated Dynamics:0.8.5): IntegratedDynamics-1.12-0.8.5.jar (required-after:forge@[14.21.1.2406,);required-after:cyclopscore@[0.10.13,);required-after:commoncapabilities@[1.4.0,);)
[21:39:09] [Server thread/DEBUG] [FML]: integrateddynamics|api(API: integrateddynamics|api:0.2.0): IntegratedDynamics-1.12-0.8.5.jar ()
[21:39:09] [Server thread/DEBUG] [FML]: integrateddynamicscompat(IntegratedDynamics-Compat:1.0.0): IntegratedDynamics-1.12-0.8.5.jar (required-after:forge@[14.21.1.2387,);required-after:cyclopscore@[0.10.7,);required-after:integrateddynamics;)
[21:39:09] [Server thread/DEBUG] [FML]: integratedtunnels(Integrated Tunnels:1.3.0): IntegratedTunnels-1.12-1.3.0.jar (required-after:forge@[14.21.1.2406,);required-after:cyclopscore@[0.10.13,);required-after:integrateddynamics@[0.8.5,);)
[21:39:09] [Server thread/DEBUG] [FML]: mercurius_updater(mercurius_updater:1.0): MercuriusUpdater-1.12.1.jar ()
[21:39:09] [Server thread/DEBUG] [FML]: thermalfoundation(Thermal Foundation:2.3.4): ThermalFoundation-1.12-2.3.4.13-universal.jar (required-after:cofhcore@[4.3.4,4.4.0);required-after:cofhworld@[1.0.1,1.1.0);)
[21:39:09] [Server thread/DEBUG] [FML]: thermaldynamics(Thermal Dynamics:2.3.4): ThermalDynamics-1.12-2.3.4.11-universal.jar (required-after:cofhcore@[4.3.4,4.4.0);required-after:thermalfoundation@[2.3.4,2.4.0);required-after:codechickenlib@[3.1.1,);)
[21:39:09] [Server thread/DEBUG] [FML]: thermalexpansion(Thermal Expansion:5.3.4): ThermalExpansion-1.12-5.3.4.16-universal.jar (required-after:cofhcore@[4.3.4,4.4.0);required-after:thermalfoundation@[2.3.4,2.4.0);required-after:codechickenlib@[3.1.1,);)
[21:39:09] [Server thread/DEBUG] [FML]: waystones(Waystones:4.0.15): Waystones_1.12.1-4.0.15.jar ()
[21:39:09] [Server thread/DEBUG] [FML]: ChiselsAndBitsAPI(API: ChiselsAndBitsAPI:13.8.0): chiselsandbits-14.6.jar ()
[21:39:09] [Server thread/DEBUG] [FML]: JustEnoughItemsAPI(API: JustEnoughItemsAPI:4.13.0): jei_1.12-4.7.5.85.jar ()
[21:39:09] [Server thread/DEBUG] [FML]: cofhapi(API: cofhapi:2.0.0): CoFHCore-1.12-4.3.4.12-universal.jar ()
[21:39:09] [Server thread/DEBUG] [FML]: cofhapi|block(API: cofhapi|block:2.0.0): CoFHCore-1.12-4.3.4.12-universal.jar ()
[21:39:09] [Server thread/DEBUG] [FML]: cofhapi|core(API: cofhapi|core:2.0.0): CoFHCore-1.12-4.3.4.12-universal.jar ()
[21:39:09] [Server thread/DEBUG] [FML]: cofhapi|item(API: cofhapi|item:2.0.0): CoFHCore-1.12-4.3.4.12-universal.jar ()
[21:39:09] [Server thread/DEBUG] [FML]: commoncapabilities|api(API: commoncapabilities|api:0.0.1): CommonCapabilities-1.12-1.4.0.jar ()
[21:39:09] [Server thread/DEBUG] [FML]: appliedenergistics2|API(API: appliedenergistics2|API:rv5): appliedenergistics2-rv5-alpha-3.jar ()
[21:39:09] [Server thread/DEBUG] [FML]: cofhapi|tileentity(API: cofhapi|tileentity:2.0.0): CoFHCore-1.12-4.3.4.12-universal.jar ()
[21:39:09] [Server thread/DEBUG] [FML]: cofhapi|util(API: cofhapi|util:2.0.0): CoFHCore-1.12-4.3.4.12-universal.jar ()
[21:39:09] [Server thread/DEBUG] [FML]: Loading @config anotation data
[21:39:09] [Server thread/TRACE] [minecraft]: Sending event FMLConstructionEvent to mod minecraft
[21:39:09] [Server thread/TRACE] [minecraft]: Sent event FMLConstructionEvent to mod minecraft
[21:39:09] [Server thread/DEBUG] [FML]: Bar Step: Construction - Minecraft took 0.003s
[21:39:09] [Server thread/TRACE] [mcp]: Sending event FMLConstructionEvent to mod mcp
[21:39:09] [Server thread/TRACE] [mcp]: Sent event FMLConstructionEvent to mod mcp
[21:39:09] [Server thread/DEBUG] [FML]: Bar Step: Construction - Minecraft Coder Pack took 0.002s
[21:39:09] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod FML
[21:39:09] [Server thread/TRACE] [FML]: Mod FML is using network checker : Invoking method checkModLists
[21:39:09] [Server thread/TRACE] [FML]: Testing mod FML to verify it accepts its own version in a remote connection
[21:39:09] [Server thread/TRACE] [FML]: The mod FML accepts its own version (8.0.99.99)
[21:39:09] [Server thread/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, appliedenergistics2, chiselsandbits, codechickenlib, cofhcore, cofhworld, commoncapabilities, cyclopscore, energyconverters, gravestone, immersiveengineering, ic2, integrateddynamics, integrateddynamicscompat, integratedtunnels, jei, mantle, mercurius_updater, redstoneflux, tconstruct, thermaldynamics, thermalexpansion, thermalfoundation, waystones] at CLIENT
[21:39:09] [Server thread/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, appliedenergistics2, chiselsandbits, codechickenlib, cofhcore, cofhworld, commoncapabilities, cyclopscore, energyconverters, gravestone, immersiveengineering, ic2, integrateddynamics, integrateddynamicscompat, integratedtunnels, jei, mantle, mercurius_updater, redstoneflux, tconstruct, thermaldynamics, thermalexpansion, thermalfoundation, waystones] at SERVER
[21:39:10] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod FML
[21:39:10] [Server thread/DEBUG] [FML]: Bar Step: Construction - Forge Mod Loader took 1.180s
[21:39:10] [Server thread/TRACE] [forge]: Sending event FMLConstructionEvent to mod forge
[21:39:10] [Server thread/DEBUG] [forge]: Preloading CrashReport Classes
[21:39:10] [Server thread/DEBUG] [forge]: net/minecraftforge/common/util/TextTable
[21:39:10] [Server thread/DEBUG] [forge]: net/minecraftforge/common/util/TextTable$Alignment
[21:39:10] [Server thread/DEBUG] [forge]: net/minecraftforge/common/util/TextTable$Column
[21:39:10] [Server thread/DEBUG] [forge]: net/minecraftforge/common/util/TextTable$Row
[21:39:10] [Server thread/DEBUG] [forge]: net/minecraftforge/fml/client/SplashProgress$1
[21:39:10] [Server thread/DEBUG] [forge]: net/minecraftforge/fml/common/FMLCommonHandler$1
[21:39:10] [Server thread/DEBUG] [forge]: net/minecraftforge/fml/common/Loader$1
[21:39:10] [Server thread/TRACE] [FML]: Mod forge is using network checker : No network checking performed
[21:39:10] [Server thread/TRACE] [FML]: Testing mod forge to verify it accepts its own version in a remote connection
[21:39:10] [Server thread/TRACE] [FML]: The mod forge accepts its own version (14.22.0.2462)
[21:39:10] [Server thread/DEBUG] [FML]: Attempting to inject @config classes into forge for type INSTANCE
[21:39:10] [Server thread/TRACE] [forge]: Sent event FMLConstructionEvent to mod forge
[21:39:10] [Server thread/DEBUG] [FML]: Bar Step: Construction - Minecraft Forge took 0.058s
[21:39:10] [Server thread/TRACE] [appliedenergistics2]: Sending event FMLConstructionEvent to mod appliedenergistics2
[21:39:10] [Server thread/DEBUG] [forge]: Preloading CrashReport Classes
[21:39:10] [Server thread/DEBUG] [forge]: appeng/core/crash/BaseCrashEnhancement
[21:39:10] [Server thread/ERROR] [FML]: Could not find class for name 'appeng/core/crash/BaseCrashEnhancement'.
java.lang.ClassNotFoundException: appeng.core.crash.BaseCrashEnhancement
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) ~[launchwrapper-1.12.jar:?]
at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_131]
at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_131]
at java.lang.Class.forName0(Native Method) ~[?:1.8.0_131]
at java.lang.Class.forName(Class.java:348) ~[?:1.8.0_131]
at net.minecraftforge.common.MinecraftForge.preloadCrashClasses(MinecraftForge.java:123) [MinecraftForge.class:?]
at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:523) [FMLModContainer.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_131]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_131]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_131]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_131]
at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) [minecraft_server.1.12.1.jar:?]
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) [minecraft_server.1.12.1.jar:?]
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) [minecraft_server.1.12.1.jar:?]
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) [minecraft_server.1.12.1.jar:?]
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) [minecraft_server.1.12.1.jar:?]
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) [minecraft_server.1.12.1.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:217) [minecraft_server.1.12.1.jar:?]
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:253) [LoadController.class:?]
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:231) [LoadController.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_131]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_131]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_131]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_131]
at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) [minecraft_server.1.12.1.jar:?]
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) [minecraft_server.1.12.1.jar:?]
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) [minecraft_server.1.12.1.jar:?]
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) [minecraft_server.1.12.1.jar:?]
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) [minecraft_server.1.12.1.jar:?]
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) [minecraft_server.1.12.1.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:217) [minecraft_server.1.12.1.jar:?]
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:148) [LoadController.class:?]
at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:570) [Loader.class:?]
at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:97) [FMLServerHandler.class:?]
at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:331) [FMLCommonHandler.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:125) [nz.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:484) [MinecraftServer.class:?]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_131]
Caused by: java.lang.NullPointerException
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182) ~[launchwrapper-1.12.jar:?]
... 37 more
[21:39:10] [Server thread/TRACE] [appliedenergistics2]: Sent event FMLConstructionEvent to mod appliedenergistics2
[21:39:10] [Server thread/DEBUG] [FML]: Bar Step: Construction - Applied Energistics 2 took 0.013s
[21:39:10] [Server thread/TRACE] [chiselsandbits]: Sending event FMLConstructionEvent to mod chiselsandbits
[21:39:10] [Server thread/TRACE] [chiselsandbits]: Sent event FMLConstructionEvent to mod chiselsandbits
[21:39:10] [Server thread/DEBUG] [FML]: Bar Step: Construction - Chisels & Bits took 0.002s
[21:39:10] [Server thread/TRACE] [codechickenlib]: Sending event FMLConstructionEvent to mod codechickenlib
[21:39:10] [Server thread/TRACE] [codechickenlib]: Sent event FMLConstructionEvent to mod codechickenlib
[21:39:10] [Server thread/DEBUG] [FML]: Bar Step: Construction - CodeChicken Lib took 0.001s
[21:39:10] [Server thread/TRACE] [redstoneflux]: Sending event FMLConstructionEvent to mod redstoneflux
[21:39:10] [Server thread/TRACE] [redstoneflux]: Sent event FMLConstructionEvent to mod redstoneflux
[21:39:10] [Server thread/DEBUG] [FML]: Bar Step: Construction - Redstone Flux took 0.002s
[21:39:10] [Server thread/ERROR] [cofhcore]: Skipping event FMLConstructionEvent and marking errored mod cofhcore since required dependency redstoneflux has errored
[21:39:10] [Server thread/DEBUG] [FML]: Bar Step: Construction - CoFH Core took 0.001s
[21:39:10] [Server thread/TRACE] [cofhworld]: Sending event FMLConstructionEvent to mod cofhworld
[21:39:10] [Server thread/TRACE] [cofhworld]: Sent event FMLConstructionEvent to mod cofhworld
[21:39:10] [Server thread/DEBUG] [FML]: Bar Step: Construction - CoFH World took 0.003s
[21:39:10] [Server thread/TRACE] [cyclopscore]: Sending event FMLConstructionEvent to mod cyclopscore
[21:39:10] [Server thread/TRACE] [cyclopscore]: Sent event FMLConstructionEvent to mod cyclopscore
[21:39:10] [Server thread/DEBUG] [FML]: Bar Step: Construction - Cyclops Core took 0.002s
[21:39:10] [Server thread/TRACE] [ic2]: Sending event FMLConstructionEvent to mod ic2
[21:39:10] [Server thread/TRACE] [ic2]: Sent event FMLConstructionEvent to mod ic2
[21:39:10] [Server thread/DEBUG] [FML]: Bar Step: Construction - IndustrialCraft 2 took 0.003s
[21:39:10] [Server thread/ERROR] [commoncapabilities]: Skipping event FMLConstructionEvent and marking errored mod commoncapabilities since required dependency cyclopscore has errored
[21:39:10] [Server thread/DEBUG] [FML]: Bar Step: Construction - CommonCapabilities took 0.000s
[21:39:10] [Server thread/TRACE] [energyconverters]: Sending event FMLConstructionEvent to mod energyconverters
[21:39:10] [Server thread/TRACE] [energyconverters]: Sent event FMLConstructionEvent to mod energyconverters
[21:39:10] [Server thread/DEBUG] [FML]: Bar Step: Construction - Energy Converters took 0.002s
[21:39:10] [Server thread/TRACE] [gravestone]: Sending event FMLConstructionEvent to mod gravestone
[21:39:10] [Server thread/TRACE] [gravestone]: Sent event FMLConstructionEvent to mod gravestone
[21:39:10] [Server thread/DEBUG] [FML]: Bar Step: Construction - Gravestone Mod took 0.001s
[21:39:10] [Server thread/TRACE] [jei]: Sending event FMLConstructionEvent to mod jei
[21:39:10] [Server thread/TRACE] [jei]: Sent event FMLConstructionEvent to mod jei
[21:39:10] [Server thread/DEBUG] [FML]: Bar Step: Construction - Just Enough Items took 0.001s
[21:39:10] [Server thread/TRACE] [mantle]: Sending event FMLConstructionEvent to mod mantle
[21:39:10] [Server thread/DEBUG] [forge]: Preloading CrashReport Classes
[21:39:10] [Server thread/DEBUG] [forge]: slimeknights/mantle/pulsar/internal/CrashHandler
[21:39:10] [Server thread/ERROR] [FML]: Could not find class for name 'slimeknights/mantle/pulsar/internal/CrashHandler'.
java.lang.ClassNotFoundException: slimeknights.mantle.pulsar.internal.CrashHandler
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) ~[launchwrapper-1.12.jar:?]
at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_131]
at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_131]
at java.lang.Class.forName0(Native Method) ~[?:1.8.0_131]
at java.lang.Class.forName(Class.java:348) ~[?:1.8.0_131]
at net.minecraftforge.common.MinecraftForge.preloadCrashClasses(MinecraftForge.java:123) [MinecraftForge.class:?]
at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:523) [FMLModContainer.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_131]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_131]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_131]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_131]
at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) [minecraft_server.1.12.1.jar:?]
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) [minecraft_server.1.12.1.jar:?]
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) [minecraft_server.1.12.1.jar:?]
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) [minecraft_server.1.12.1.jar:?]
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) [minecraft_server.1.12.1.jar:?]
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) [minecraft_server.1.12.1.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:217) [minecraft_server.1.12.1.jar:?]
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:253) [LoadController.class:?]
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:231) [LoadController.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_131]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_131]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_131]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_131]
at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) [minecraft_server.1.12.1.jar:?]
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) [minecraft_server.1.12.1.jar:?]
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) [minecraft_server.1.12.1.jar:?]
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) [minecraft_server.1.12.1.jar:?]
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) [minecraft_server.1.12.1.jar:?]
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) [minecraft_server.1.12.1.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:217) [minecraft_server.1.12.1.jar:?]
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:148) [LoadController.class:?]
at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:570) [Loader.class:?]
at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:97) [FMLServerHandler.class:?]
at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:331) [FMLCommonHandler.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:125) [nz.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:484) [MinecraftServer.class:?]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_131]
Caused by: java.lang.NullPointerException
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182) ~[launchwrapper-1.12.jar:?]
... 37 more
[21:39:10] [Server thread/TRACE] [mantle]: Sent event FMLConstructionEvent to mod mantle
[21:39:10] [Server thread/DEBUG] [FML]: Bar Step: Construction - Mantle took 0.004s
[21:39:10] [Server thread/ERROR] [tconstruct]: Skipping event FMLConstructionEvent and marking errored mod tconstruct since required dependency mantle has errored
[21:39:10] [Server thread/DEBUG] [FML]: Bar Step: Construction - Tinkers' Construct took 0.000s
[21:39:10] [Server thread/TRACE] [immersiveengineering]: Sending event FMLConstructionEvent to mod immersiveengineering
[21:39:10] [Server thread/TRACE] [immersiveengineering]: Sent event FMLConstructionEvent to mod immersiveengineering
[21:39:10] [Server thread/DEBUG] [FML]: Bar Step: Construction - Immersive Engineering took 0.002s
[21:39:10] [Server thread/ERROR] [integrateddynamics]: Skipping event FMLConstructionEvent and marking errored mod integrateddynamics since required dependency cyclopscore has errored
[21:39:10] [Server thread/DEBUG] [FML]: Bar Step: Construction - Integrated Dynamics took 0.000s
[21:39:10] [Server thread/ERROR] [integrateddynamicscompat]: Skipping event FMLConstructionEvent and marking errored mod integrateddynamicscompat since required dependency cyclopscore has errored
[21:39:10] [Server thread/DEBUG] [FML]: Bar Step: Construction - IntegratedDynamics-Compat took 0.001s
[21:39:10] [Server thread/ERROR] [integratedtunnels]: Skipping event FMLConstructionEvent and marking errored mod integratedtunnels since required dependency cyclopscore has errored
[21:39:10] [Server thread/DEBUG] [FML]: Bar Step: Construction - Integrated Tunnels took 0.001s
[21:39:10] [Server thread/TRACE] [mercurius_updater]: Sending event FMLConstructionEvent to mod mercurius_updater
[21:39:10] [Server thread/TRACE] [FML]: Mod mercurius_updater is using network checker : No network checking performed
[21:39:10] [Server thread/TRACE] [FML]: Testing mod mercurius_updater to verify it accepts its own version in a remote connection
[21:39:10] [Server thread/TRACE] [FML]: The mod mercurius_updater accepts its own version (1.0)
[21:39:10] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into mercurius_updater
[21:39:10] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for mercurius_updater
[21:39:10] [Server thread/DEBUG] [FML]: Attempting to inject @config classes into mercurius_updater for type INSTANCE
[21:39:10] [Server thread/TRACE] [mercurius_updater]: Sent event FMLConstructionEvent to mod mercurius_updater
[21:39:10] [Server thread/DEBUG] [FML]: Bar Step: Construction - mercurius_updater took 0.037s
[21:39:10] [Server thread/ERROR] [thermalfoundation]: Skipping event FMLConstructionEvent and marking errored mod thermalfoundation since required dependency cofhcore has errored
[21:39:10] [Server thread/DEBUG] [FML]: Bar Step: Construction - Thermal Foundation took 0.001s
[21:39:10] [Server thread/ERROR] [thermaldynamics]: Skipping event FMLConstructionEvent and marking errored mod thermaldynamics since required dependency cofhcore has errored
[21:39:10] [Server thread/DEBUG] [FML]: Bar Step: Construction - Thermal Dynamics took 0.000s
[21:39:10] [Server thread/ERROR] [thermalexpansion]: Skipping event FMLConstructionEvent and marking errored mod thermalexpansion since required dependency cofhcore has errored
[21:39:10] [Server thread/DEBUG] [FML]: Bar Step: Construction - Thermal Expansion took 0.000s
[21:39:10] [Server thread/TRACE] [waystones]: Sending event FMLConstructionEvent to mod waystones
[21:39:10] [Server thread/TRACE] [waystones]: Sent event FMLConstructionEvent to mod waystones
[21:39:10] [Server thread/DEBUG] [FML]: Bar Step: Construction - Waystones took 0.002s
[21:39:10] [Server thread/DEBUG] [FML]: Bar Finished: Construction took 1.322s
[21:39:10] [Server thread/DEBUG] [FML]: Mod signature data
[21:39:10] [Server thread/DEBUG] [FML]: Valid Signatures:
[21:39:10] [Server thread/DEBUG] [FML]: (e3c3d50c7c986df74c645c0ac54639741c90a557) FML (Forge Mod Loader 8.0.99.99) server.jar
[21:39:10] [Server thread/DEBUG] [FML]: (e3c3d50c7c986df74c645c0ac54639741c90a557) forge (Minecraft Forge 14.22.0.2462) server.jar
[21:39:10] [Server thread/DEBUG] [FML]: Missing Signatures:
[21:39:10] [Server thread/DEBUG] [FML]: minecraft (Minecraft 1.12.1) minecraft.jar
[21:39:10] [Server thread/DEBUG] [FML]: mcp (Minecraft Coder Pack 9.19) minecraft.jar
[21:39:10] [Server thread/DEBUG] [FML]: appliedenergistics2 (Applied Energistics 2 rv5-alpha-3) appliedenergistics2-rv5-alpha-3.jar
[21:39:10] [Server thread/DEBUG] [FML]: chiselsandbits (Chisels & Bits 14.6) chiselsandbits-14.6.jar
[21:39:10] [Server thread/DEBUG] [FML]: codechickenlib (CodeChicken Lib 3.1.2.297) CodeChickenLib-1.12-3.1.2.297-universal.jar
[21:39:10] [Server thread/DEBUG] [FML]: redstoneflux (Redstone Flux 2.0.1) RedstoneFlux-1.12-2.0.1.2-universal.jar
[21:39:10] [Server thread/DEBUG] [FML]: cofhcore (CoFH Core 4.3.4) CoFHCore-1.12-4.3.4.12-universal.jar
[21:39:10] [Server thread/DEBUG] [FML]: cofhworld (CoFH World 1.0.1) CoFHWorld-1.12-1.0.1.8-universal.jar
[21:39:10] [Server thread/DEBUG] [FML]: cyclopscore (Cyclops Core 0.10.13) CyclopsCore-1.12-0.10.13.jar
[21:39:10] [Server thread/DEBUG] [FML]: ic2 (IndustrialCraft 2 2.8.16-ex112) industrialcraft-2-2.8.16-ex112.jar
[21:39:10] [Server thread/DEBUG] [FML]: commoncapabilities (CommonCapabilities 1.4.0) CommonCapabilities-1.12-1.4.0.jar
[21:39:10] [Server thread/DEBUG] [FML]: energyconverters (Energy Converters 1.0.1.2) energyconverters_1.12.1-1.0.1.2.jar
[21:39:10] [Server thread/DEBUG] [FML]: gravestone (Gravestone Mod 1.9.0) gravestone-1.9.0.jar
[21:39:10] [Server thread/DEBUG] [FML]: jei (Just Enough Items 4.7.5.85) jei_1.12-4.7.5.85.jar
[21:39:10] [Server thread/DEBUG] [FML]: mantle (Mantle 1.12-1.3.1.18) Mantle-1.12-1.3.1.18.jar
[21:39:10] [Server thread/DEBUG] [FML]: tconstruct (Tinkers' Construct 1.12-2.7.2.19) TConstruct-1.12-2.7.2.19.jar
[21:39:10] [Server thread/DEBUG] [FML]: immersiveengineering (Immersive Engineering 0.12-71) ImmersiveEngineering-0.12-71.jar
[21:39:10] [Server thread/DEBUG] [FML]: integrateddynamics (Integrated Dynamics 0.8.5) IntegratedDynamics-1.12-0.8.5.jar
[21:39:10] [Server thread/DEBUG] [FML]: integrateddynamicscompat (IntegratedDynamics-Compat 1.0.0) IntegratedDynamics-1.12-0.8.5.jar
[21:39:10] [Server thread/DEBUG] [FML]: integratedtunnels (Integrated Tunnels 1.3.0) IntegratedTunnels-1.12-1.3.0.jar
[21:39:10] [Server thread/DEBUG] [FML]: mercurius_updater (mercurius_updater 1.0) MercuriusUpdater-1.12.1.jar
[21:39:10] [Server thread/DEBUG] [FML]: thermalfoundation (Thermal Foundation 2.3.4) ThermalFoundation-1.12-2.3.4.13-universal.jar
[21:39:10] [Server thread/DEBUG] [FML]: thermaldynamics (Thermal Dynamics 2.3.4) ThermalDynamics-1.12-2.3.4.11-universal.jar
[21:39:10] [Server thread/DEBUG] [FML]: thermalexpansion (Thermal Expansion 5.3.4) ThermalExpansion-1.12-5.3.4.16-universal.jar
[21:39:10] [Server thread/DEBUG] [FML]: waystones (Waystones 4.0.15) Waystones_1.12.1-4.0.15.jar
[21:39:10] [Server thread/FATAL] [FML]: Fatal errors were detected during the transition from CONSTRUCTING to PREINITIALIZATION. Loading cannot continue
[21:39:10] [Server thread/FATAL] [FML]:
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored

State ID Version Source Signature
UC minecraft 1.12.1 minecraft.jar None
UC mcp 9.19 minecraft.jar None
UC FML 8.0.99.99 server.jar e3c3d50c7c986df74c645c0ac54639741c90a557
UC forge 14.22.0.2462 server.jar e3c3d50c7c986df74c645c0ac54639741c90a557
UE appliedenergistics2 rv5-alpha-3 appliedenergistics2-rv5-alpha-3.jar None
UE chiselsandbits 14.6 chiselsandbits-14.6.jar None
UE codechickenlib 3.1.2.297 CodeChickenLib-1.12-3.1.2.297-universal.jar None
UE redstoneflux 2.0.1 RedstoneFlux-1.12-2.0.1.2-universal.jar None
UE cofhcore 4.3.4 CoFHCore-1.12-4.3.4.12-universal.jar None
UE cofhworld 1.0.1 CoFHWorld-1.12-1.0.1.8-universal.jar None
UE cyclopscore 0.10.13 CyclopsCore-1.12-0.10.13.jar None
UE ic2 2.8.16-ex112 industrialcraft-2-2.8.16-ex112.jar None
UE commoncapabilities 1.4.0 CommonCapabilities-1.12-1.4.0.jar None
UE energyconverters 1.0.1.2 energyconverters_1.12.1-1.0.1.2.jar None
UE gravestone 1.9.0 gravestone-1.9.0.jar None
UE jei 4.7.5.85 jei_1.12-4.7.5.85.jar None
UE mantle 1.12-1.3.1.18 Mantle-1.12-1.3.1.18.jar None
UE tconstruct 1.12-2.7.2.19 TConstruct-1.12-2.7.2.19.jar None
UE immersiveengineering 0.12-71 ImmersiveEngineering-0.12-71.jar None
UE integrateddynamics 0.8.5 IntegratedDynamics-1.12-0.8.5.jar None
UE integrateddynamicscompat 1.0.0 IntegratedDynamics-1.12-0.8.5.jar None
UE integratedtunnels 1.3.0 IntegratedTunnels-1.12-1.3.0.jar None
UC mercurius_updater 1.0 MercuriusUpdater-1.12.1.jar None
UE thermalfoundation 2.3.4 ThermalFoundation-1.12-2.3.4.13-universal.jar None
UE thermaldynamics 2.3.4 ThermalDynamics-1.12-2.3.4.11-universal.jar None
UE thermalexpansion 5.3.4 ThermalExpansion-1.12-5.3.4.16-universal.jar None
UE waystones 4.0.15 Waystones_1.12.1-4.0.15.jar None

[21:39:10] [Server thread/FATAL] [FML]: The following problems were captured during this phase
[21:39:10] [Server thread/ERROR] [FML]: Caught exception from cyclopscore (java.lang.ClassNotFoundException: org.cyclops.cyclopscore.CyclopsCore)
[21:39:10] [Server thread/ERROR] [FML]: Caught exception from immersiveengineering (java.lang.ClassNotFoundException: blusunrize.immersiveengineering.ImmersiveEngineering)
[21:39:10] [Server thread/ERROR] [FML]: Caught exception from redstoneflux (java.lang.ClassNotFoundException: cofh.redstoneflux.RedstoneFlux)
[21:39:10] [Server thread/ERROR] [FML]: Caught exception from cofhworld (java.lang.ClassNotFoundException: cofh.cofhworld.CoFHWorld)
[21:39:10] [Server thread/ERROR] [FML]: Caught exception from jei (java.lang.ClassNotFoundException: mezz.jei.JustEnoughItems)
[21:39:10] [Server thread/ERROR] [FML]: Caught exception from energyconverters (java.lang.ClassNotFoundException: net.xalcon.energyconverters.EnergyConverters)
[21:39:10] [Server thread/ERROR] [FML]: Caught exception from codechickenlib (java.lang.ClassNotFoundException: codechicken.lib.CodeChickenLib)
[21:39:10] [Server thread/ERROR] [FML]: Caught exception from chiselsandbits (java.lang.ClassNotFoundException: mod.chiselsandbits.core.ChiselsAndBits)
[21:39:10] [Server thread/ERROR] [FML]: Caught exception from ic2 (java.lang.ClassNotFoundException: ic2.core.IC2)
[21:39:10] [Server thread/ERROR] [FML]: Caught exception from mantle (java.lang.ClassNotFoundException: slimeknights.mantle.Mantle)
[21:39:10] [Server thread/ERROR] [FML]: Caught exception from waystones (java.lang.ClassNotFoundException: net.blay09.mods.waystones.Waystones)
[21:39:10] [Server thread/ERROR] [FML]: Caught exception from gravestone (java.lang.ClassNotFoundException: de.maxhenkel.gravestone.Main)
[21:39:10] [Server thread/ERROR] [FML]: Caught exception from appliedenergistics2 (java.lang.ClassNotFoundException: appeng.core.AppEng)
[21:39:10] [Server thread/WARN] [FML]: Can't revert to frozen GameData state without freezing first.
[21:39:10] [Server thread/TRACE] [minecraft]: Sending event FMLServerStoppedEvent to mod minecraft
[21:39:10] [Server thread/TRACE] [minecraft]: Sent event FMLServerStoppedEvent to mod minecraft
[21:39:10] [Server thread/DEBUG] [FML]: Bar Step: ServerStopped - Minecraft took 0.000s
[21:39:10] [Server thread/TRACE] [mcp]: Sending event FMLServerStoppedEvent to mod mcp
[21:39:10] [Server thread/TRACE] [mcp]: Sent event FMLServerStoppedEvent to mod mcp
[21:39:10] [Server thread/DEBUG] [FML]: Bar Step: ServerStopped - Minecraft Coder Pack took 0.001s
[21:39:10] [Server thread/TRACE] [FML]: Sending event FMLServerStoppedEvent to mod FML
[21:39:10] [Server thread/TRACE] [FML]: Sent event FMLServerStoppedEvent to mod FML
[21:39:10] [Server thread/DEBUG] [FML]: Bar Step: ServerStopped - Forge Mod Loader took 0.001s
[21:39:10] [Server thread/TRACE] [forge]: Sending event FMLServerStoppedEvent to mod forge
[21:39:10] [Server thread/TRACE] [forge]: Sent event FMLServerStoppedEvent to mod forge
[21:39:10] [Server thread/DEBUG] [FML]: Bar Step: ServerStopped - Minecraft Forge took 0.001s
[21:39:10] [Server thread/TRACE] [appliedenergistics2]: Sending event FMLServerStoppedEvent to mod appliedenergistics2
[21:39:10] [Server thread/TRACE] [appliedenergistics2]: Sent event FMLServerStoppedEvent to mod appliedenergistics2
[21:39:10] [Server thread/DEBUG] [FML]: Bar Step: ServerStopped - Applied Energistics 2 took 0.001s
[21:39:10] [Server thread/TRACE] [chiselsandbits]: Sending event FMLServerStoppedEvent to mod chiselsandbits
[21:39:10] [Server thread/TRACE] [chiselsandbits]: Sent event FMLServerStoppedEvent to mod chiselsandbits
[21:39:10] [Server thread/DEBUG] [FML]: Bar Step: ServerStopped - Chisels & Bits took 0.000s
[21:39:10] [Server thread/TRACE] [codechickenlib]: Sending event FMLServerStoppedEvent to mod codechickenlib
[21:39:10] [Server thread/TRACE] [codechickenlib]: Sent event FMLServerStoppedEvent to mod codechickenlib
[21:39:10] [Server thread/DEBUG] [FML]: Bar Step: ServerStopped - CodeChicken Lib took 0.000s
[21:39:10] [Server thread/TRACE] [redstoneflux]: Sending event FMLServerStoppedEvent to mod redstoneflux
[21:39:10] [Server thread/TRACE] [redstoneflux]: Sent event FMLServerStoppedEvent to mod redstoneflux
[21:39:10] [Server thread/DEBUG] [FML]: Bar Step: ServerStopped - Redstone Flux took 0.000s
[21:39:10] [Server thread/ERROR] [cofhcore]: Skipping event FMLServerStoppedEvent and marking errored mod cofhcore since required dependency redstoneflux has errored
[21:39:10] [Server thread/DEBUG] [FML]: Bar Step: ServerStopped - CoFH Core took 0.000s
[21:39:10] [Server thread/TRACE] [cofhworld]: Sending event FMLServerStoppedEvent to mod cofhworld
[21:39:10] [Server thread/TRACE] [cofhworld]: Sent event FMLServerStoppedEvent to mod cofhworld
[21:39:10] [Server thread/DEBUG] [FML]: Bar Step: ServerStopped - CoFH World took 0.000s
[21:39:10] [Server thread/TRACE] [cyclopscore]: Sending event FMLServerStoppedEvent to mod cyclopscore
[21:39:10] [Server thread/TRACE] [cyclopscore]: Sent event FMLServerStoppedEvent to mod cyclopscore
[21:39:10] [Server thread/DEBUG] [FML]: Bar Step: ServerStopped - Cyclops Core took 0.000s
[21:39:10] [Server thread/TRACE] [ic2]: Sending event FMLServerStoppedEvent to mod ic2
[21:39:10] [Server thread/TRACE] [ic2]: Sent event FMLServerStoppedEvent to mod ic2
[21:39:10] [Server thread/DEBUG] [FML]: Bar Step: ServerStopped - IndustrialCraft 2 took 0.000s
[21:39:10] [Server thread/ERROR] [commoncapabilities]: Skipping event FMLServerStoppedEvent and marking errored mod commoncapabilities since required dependency cyclopscore has errored
[21:39:10] [Server thread/DEBUG] [FML]: Bar Step: ServerStopped - CommonCapabilities took 0.000s
[21:39:10] [Server thread/TRACE] [energyconverters]: Sending event FMLServerStoppedEvent to mod energyconverters
[21:39:10] [Server thread/TRACE] [energyconverters]: Sent event FMLServerStoppedEvent to mod energyconverters
[21:39:10] [Server thread/DEBUG] [FML]: Bar Step: ServerStopped - Energy Converters took 0.000s
[21:39:10] [Server thread/TRACE] [gravestone]: Sending event FMLServerStoppedEvent to mod gravestone
[21:39:10] [Server thread/TRACE] [gravestone]: Sent event FMLServerStoppedEvent to mod gravestone
[21:39:10] [Server thread/DEBUG] [FML]: Bar Step: ServerStopped - Gravestone Mod took 0.000s
[21:39:10] [Server thread/TRACE] [jei]: Sending event FMLServerStoppedEvent to mod jei
[21:39:10] [Server thread/TRACE] [jei]: Sent event FMLServerStoppedEvent to mod jei
[21:39:10] [Server thread/DEBUG] [FML]: Bar Step: ServerStopped - Just Enough Items took 0.000s
[21:39:10] [Server thread/TRACE] [mantle]: Sending event FMLServerStoppedEvent to mod mantle
[21:39:10] [Server thread/TRACE] [mantle]: Sent event FMLServerStoppedEvent to mod mantle
[21:39:10] [Server thread/DEBUG] [FML]: Bar Step: ServerStopped - Mantle took 0.000s
[21:39:10] [Server thread/ERROR] [tconstruct]: Skipping event FMLServerStoppedEvent and marking errored mod tconstruct since required dependency mantle has errored
[21:39:10] [Server thread/DEBUG] [FML]: Bar Step: ServerStopped - Tinkers' Construct took 0.000s
[21:39:10] [Server thread/TRACE] [immersiveengineering]: Sending event FMLServerStoppedEvent to mod immersiveengineering
[21:39:10] [Server thread/TRACE] [immersiveengineering]: Sent event FMLServerStoppedEvent to mod immersiveengineering
[21:39:10] [Server thread/DEBUG] [FML]: Bar Step: ServerStopped - Immersive Engineering took 0.000s
[21:39:10] [Server thread/ERROR] [integrateddynamics]: Skipping event FMLServerStoppedEvent and marking errored mod integrateddynamics since required dependency cyclopscore has errored
[21:39:10] [Server thread/DEBUG] [FML]: Bar Step: ServerStopped - Integrated Dynamics took 0.000s
[21:39:10] [Server thread/ERROR] [integrateddynamicscompat]: Skipping event FMLServerStoppedEvent and marking errored mod integrateddynamicscompat since required dependency cyclopscore has errored
[21:39:10] [Server thread/DEBUG] [FML]: Bar Step: ServerStopped - IntegratedDynamics-Compat took 0.000s
[21:39:10] [Server thread/ERROR] [integratedtunnels]: Skipping event FMLServerStoppedEvent and marking errored mod integratedtunnels since required dependency cyclopscore has errored
[21:39:10] [Server thread/DEBUG] [FML]: Bar Step: ServerStopped - Integrated Tunnels took 0.000s
[21:39:10] [Server thread/TRACE] [mercurius_updater]: Sending event FMLServerStoppedEvent to mod mercurius_updater
[21:39:10] [Server thread/TRACE] [mercurius_updater]: Sent event FMLServerStoppedEvent to mod mercurius_updater
[21:39:10] [Server thread/DEBUG] [FML]: Bar Step: ServerStopped - mercurius_updater took 0.000s
[21:39:10] [Server thread/ERROR] [thermalfoundation]: Skipping event FMLServerStoppedEvent and marking errored mod thermalfoundation since required dependency cofhcore has errored
[21:39:10] [Server thread/DEBUG] [FML]: Bar Step: ServerStopped - Thermal Foundation took 0.000s
[21:39:10] [Server thread/ERROR] [thermaldynamics]: Skipping event FMLServerStoppedEvent and marking errored mod thermaldynamics since required dependency cofhcore has errored
[21:39:10] [Server thread/DEBUG] [FML]: Bar Step: ServerStopped - Thermal Dynamics took 0.000s
[21:39:10] [Server thread/ERROR] [thermalexpansion]: Skipping event FMLServerStoppedEvent and marking errored mod thermalexpansion since required dependency cofhcore has errored
[21:39:10] [Server thread/DEBUG] [FML]: Bar Step: ServerStopped - Thermal Expansion took 0.000s
[21:39:10] [Server thread/TRACE] [waystones]: Sending event FMLServerStoppedEvent to mod waystones
[21:39:10] [Server thread/TRACE] [waystones]: Sent event FMLServerStoppedEvent to mod waystones
[21:39:10] [Server thread/DEBUG] [FML]: Bar Step: ServerStopped - Waystones took 0.000s
[21:39:10] [Server thread/DEBUG] [FML]: Bar Finished: ServerStopped took 0.012s
[21:39:10] [Server thread/INFO] [FML]: The state engine was in incorrect state ERRORED and forced into state SERVER_STOPPED. Errors may have been discarded.
[21:39:10] [Server thread/INFO] [FML]: The state engine was in incorrect state ERRORED and forced into > state AVAILABLE. Errors may have been discarded.

commented

This doesn't make any sense...

What if you remove CC and its dependents?
And what if you add any other mods (without CC)?

commented

I thought it would be something external, I'm glad you've managed to fix it.

commented

@rubensworks I think I figured out the issue, wasn't with CC, was very weird. One of the Ubuntu packages that were installed was causing some weird java issues.... Never seen that before.