Jump to content

Modded Server Problems


Eutix

Recommended Posts

I have been hosting a server on a modpack for a while now and everything was working fine until the modpack updated and added some new things and removed some old things. I need someone to help me identify the problem here, and I have logs but I not really that good with looking for specific things within the logs. 

Whenever I start up the server everything seems to be going fine until I get this error [Server thread/INFO] [FML]: The state engine was in incorrect state SERVER_STOPPING and forced into state SERVER_STOPPED. Errors may have been discarded.

here is the log if anyone wants to take a look at it

 

Spoiler

C:\Users\Desktop\Server_v3>java -Xmx10G -Xms9G -jar forge-1.12.2-14.23.2.2611-universal.jar nogui
[08:49:34] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLServerTweaker
[08:49:34] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLServerTweaker
[08:49:34] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLServerTweaker
[08:49:34] [main/INFO] [FML]: Forge Mod Loader version 14.23.2.2611 for Minecraft 1.12.2 loading
[08:49:34] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_171, running on Windows 10:amd64:10.0, installed at C:\Program Files\Java\jre1.8.0_171
[08:49:35] [main/ERROR] [FML]: Unable to read the jar file OptiFine_1.12.2_HD_U_D3.jar - ignoring
java.util.zip.ZipException: error in opening zip file
        at java.util.zip.ZipFile.open(Native Method) ~[?:1.8.0_171]
        at java.util.zip.ZipFile.<init>(Unknown Source) ~[?:1.8.0_171]
        at java.util.zip.ZipFile.<init>(Unknown Source) ~[?:1.8.0_171]
        at java.util.jar.JarFile.<init>(Unknown Source) ~[?:1.8.0_171]
        at java.util.jar.JarFile.<init>(Unknown Source) ~[?:1.8.0_171]
        at net.minecraftforge.fml.relauncher.CoreModManager.extractPackedJars(CoreModManager.java:441) [forge-1.12.2-14.23.2.2611-universal.jar:?]
        at net.minecraftforge.fml.relauncher.CoreModManager.discoverCoreMods(CoreModManager.java:337) [forge-1.12.2-14.23.2.2611-universal.jar:?]
        at net.minecraftforge.fml.relauncher.CoreModManager.handleLaunch(CoreModManager.java:254) [forge-1.12.2-14.23.2.2611-universal.jar:?]
        at net.minecraftforge.fml.relauncher.FMLLaunchHandler.setupHome(FMLLaunchHandler.java:100) [forge-1.12.2-14.23.2.2611-universal.jar:?]
        at net.minecraftforge.fml.relauncher.FMLLaunchHandler.setupServer(FMLLaunchHandler.java:81) [forge-1.12.2-14.23.2.2611-universal.jar:?]
        at net.minecraftforge.fml.relauncher.FMLLaunchHandler.configureForServerLaunch(FMLLaunchHandler.java:43) [forge-1.12.2-14.23.2.2611-universal.jar:?]
        at net.minecraftforge.fml.common.launcher.FMLServerTweaker.injectIntoClassLoader(FMLServerTweaker.java:62) [forge-1.12.2-14.23.2.2611-universal.jar:?]
        at net.minecraft.launchwrapper.Launch.launch(Launch.java:115) [launchwrapper-1.12.jar:?]
        at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_171]
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_171]
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_171]
        at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_171]
        at net.minecraftforge.fml.relauncher.ServerLaunchWrapper.run(ServerLaunchWrapper.java:62) [forge-1.12.2-14.23.2.2611-universal.jar:?]
        at net.minecraftforge.fml.relauncher.ServerLaunchWrapper.main(ServerLaunchWrapper.java:31) [forge-1.12.2-14.23.2.2611-universal.jar:?]
[08:49:35] [main/INFO] [FML]: Loading tweaker guichaguri.betterfps.tweaker.BetterFpsTweaker from BetterFps-1.4.8.jar
[08:49:35] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in EnderCore-1.12.2-0.5.30.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[08:49:35] [main/WARN] [FML]: The coremod blusunrize.immersiveengineering.common.asm.IELoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[08:49:35] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in InventoryTweaks-1.64-dev.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[08:49:35] [main/WARN] [FML]: The coremod invtweaks.forge.asm.FMLPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[08:49:35] [main/INFO] [FML]: Loading tweaker org.spongepowered.asm.launch.MixinTweaker from malisiscore-1.12.2-6.4.0.jar
[08:49:35] [main/WARN] [FML]: The coremod micdoodle8.mods.miccore.MicdoodlePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[08:49:35] [main/WARN] [FML]: The coremod MicdoodlePlugin (micdoodle8.mods.miccore.MicdoodlePlugin) is not signed!
[08:49:35] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in OpenModsLib-1.12.2-0.11.5.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[08:49:35] [main/WARN] [FML]: The coremod openmods.core.OpenModsCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[08:49:35] [main/ERROR] [FML]: Unable to read the jar file OptiFine_1.12.2_HD_U_D3.jar - ignoring
java.util.zip.ZipException: error in opening zip file
        at java.util.zip.ZipFile.open(Native Method) ~[?:1.8.0_171]
        at java.util.zip.ZipFile.<init>(Unknown Source) ~[?:1.8.0_171]
        at java.util.zip.ZipFile.<init>(Unknown Source) ~[?:1.8.0_171]
        at java.util.jar.JarFile.<init>(Unknown Source) ~[?:1.8.0_171]
        at java.util.jar.JarFile.<init>(Unknown Source) ~[?:1.8.0_171]
        at net.minecraftforge.fml.relauncher.CoreModManager.discoverCoreMods(CoreModManager.java:356) [forge-1.12.2-14.23.2.2611-universal.jar:?]
        at net.minecraftforge.fml.relauncher.CoreModManager.handleLaunch(CoreModManager.java:254) [forge-1.12.2-14.23.2.2611-universal.jar:?]
        at net.minecraftforge.fml.relauncher.FMLLaunchHandler.setupHome(FMLLaunchHandler.java:100) [forge-1.12.2-14.23.2.2611-universal.jar:?]
        at net.minecraftforge.fml.relauncher.FMLLaunchHandler.setupServer(FMLLaunchHandler.java:81) [forge-1.12.2-14.23.2.2611-universal.jar:?]
        at net.minecraftforge.fml.relauncher.FMLLaunchHandler.configureForServerLaunch(FMLLaunchHandler.java:43) [forge-1.12.2-14.23.2.2611-universal.jar:?]
        at net.minecraftforge.fml.common.launcher.FMLServerTweaker.injectIntoClassLoader(FMLServerTweaker.java:62) [forge-1.12.2-14.23.2.2611-universal.jar:?]
        at net.minecraft.launchwrapper.Launch.launch(Launch.java:115) [launchwrapper-1.12.jar:?]
        at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_171]
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_171]
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_171]
        at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_171]
        at net.minecraftforge.fml.relauncher.ServerLaunchWrapper.run(ServerLaunchWrapper.java:62) [forge-1.12.2-14.23.2.2611-universal.jar:?]
        at net.minecraftforge.fml.relauncher.ServerLaunchWrapper.main(ServerLaunchWrapper.java:31) [forge-1.12.2-14.23.2.2611-universal.jar:?]
[08:49:35] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in Quark-r1.4-123.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[08:49:35] [main/WARN] [FML]: The coremod vazkii.quark.base.asm.LoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[08:49:35] [main/WARN] [FML]: The coremod LoadingPlugin (vazkii.quark.base.asm.LoadingPlugin) is not signed!
[08:49:35] [main/WARN] [FML]: The coremod com.therandomlabs.randompatches.RPCore does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[08:49:35] [main/WARN] [FML]: The coremod RandomPatches (com.therandomlabs.randompatches.RPCore) is not signed!
[08:49:35] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in RandomThings-MC1.12.2-4.1.5.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[08:49:35] [main/WARN] [FML]: The coremod lumien.randomthings.asm.LoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[08:49:35] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in ResourceLoader-MC1.12.1-1.5.3.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[08:49:35] [main/WARN] [FML]: The coremod lumien.resourceloader.asm.LoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[08:49:35] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[08:49:35] [main/INFO] [LaunchWrapper]: Loading tweak class name guichaguri.betterfps.tweaker.BetterFpsTweaker
[08:49:35] [main/INFO] [LaunchWrapper]: Loading tweak class name org.spongepowered.asm.launch.MixinTweaker
[08:49:35] [main/INFO] [mixin]: SpongePowered MIXIN Subsystem Version=0.7.4 Source=file:/C:/Users/Erik/Desktop/Server_v3/mods/malisiscore-1.12.2-6.4.0.jar Service=LaunchWrapper Env=SERVER
[08:49:35] [main/WARN] [FML]: The coremod net.malisis.core.asm.MalisisCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[08:49:35] [main/WARN] [FML]: The coremod MalisisCorePlugin (net.malisis.core.asm.MalisisCorePlugin) is not signed!
[08:49:35] [main/INFO] [mixin]: Compatibility level set to JAVA_8
[08:49:35] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[08:49:35] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[08:49:35] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[08:49:35] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[08:49:38] [main/INFO] [FML]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557
[08:49:38] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[08:49:38] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[08:49:38] [main/INFO] [STDOUT]: [micdoodle8.mods.miccore.MicdoodlePlugin:getASMTransformerClass:99]: Successfully Registered Transformer
[08:49:38] [main/INFO] [STDOUT]: [micdoodle8.mods.miccore.MicdoodlePlugin:injectData:292]: [Micdoodle8Core]: Patching game...
[08:49:38] [main/INFO] [STDOUT]: [micdoodle8.mods.miccore.MicdoodlePlugin:injectData:292]: [Micdoodle8Core]: Patching game...
[08:49:38] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[08:49:38] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[08:49:38] [main/INFO] [LaunchWrapper]: Calling tweak class org.spongepowered.asm.launch.MixinTweaker
[08:49:39] [main/INFO] [mixin]: Initialised Mixin FML Remapper Adapter with net.minecraftforge.fml.common.asm.transformers.deobf.FMLDeobfuscatingRemapper@370ef50b
[08:49:39] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[08:49:39] [main/INFO] [LaunchWrapper]: Calling tweak class guichaguri.betterfps.tweaker.BetterFpsTweaker
[08:49:39] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[08:49:39] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[08:49:39] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[08:49:39] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[08:49:39] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[08:49:39] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[08:49:40] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker
[08:49:40] [main/INFO] [LaunchWrapper]: Loading tweak class name org.spongepowered.asm.mixin.EnvironmentStateTweaker
[08:49:40] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker
[08:49:40] [main/INFO] [LaunchWrapper]: Calling tweak class org.spongepowered.asm.mixin.EnvironmentStateTweaker
[08:49:40] [main/INFO] [mixin]: A re-entrant transformer '$wrapper.lumien.randomthings.asm.ClassTransformer' was detected and will no longer process meta class data
[08:49:40] [main/INFO] [FML]: [Quark ASM] Transforming WorldServer
[08:49:40] [main/INFO] [FML]: [Quark ASM] Applying Transformation to method (Names [areAllPlayersAsleep, func_73056_e, g] Descriptor ()Z / ()Z)
[08:49:40] [main/INFO] [FML]: [Quark ASM] Located Method, patching...
[08:49:40] [main/INFO] [FML]: [Quark ASM] Located patch target node L0
[08:49:40] [main/INFO] [FML]: [Quark ASM] Patch result: true
[08:49:40] [main/INFO] [mixin]: A re-entrant transformer '$wrapper.vazkii.quark.base.asm.ClassTransformer' was detected and will no longer process meta class data
[08:49:40] [main/INFO] [STDOUT]: [com.therandomlabs.randompatches.RPTransformer:transform:37]: Patching class: net.minecraft.network.NetHandlerPlayServer
[08:49:40] [main/INFO] [STDOUT]: [com.therandomlabs.randompatches.RPTransformer:findUpdateMethod:198]: Patching method: e
[08:49:40] [main/INFO] [BetterFps]: Patching net.minecraft.block.Block... (aow)
[08:49:40] [main/INFO] [mixin]: A re-entrant transformer 'guichaguri.betterfps.transformers.PatcherTransformer' was detected and will no longer process meta class data
[08:49:40] [main/INFO] [FML]: [Quark ASM] Transforming WorldServer
[08:49:40] [main/INFO] [FML]: [Quark ASM] Applying Transformation to method (Names [areAllPlayersAsleep, func_73056_e, g] Descriptor ()Z / ()Z)
[08:49:40] [main/INFO] [FML]: [Quark ASM] Located Method, patching...
[08:49:40] [main/INFO] [FML]: [Quark ASM] Located patch target node L0
[08:49:40] [main/INFO] [FML]: [Quark ASM] Patch result: true
[08:49:41] [main/INFO] [EnderCore ASM]: Transforming net.minecraft.entity.player.EntityPlayer finished, added func_184613_cA() overriding EntityLivingBase
[08:49:41] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.server.MinecraftServer}
[08:49:41] [main/INFO] [BetterFps]: Patching net.minecraft.block.Block... (aow)
[08:49:41] [main/INFO] [BetterFps]: Patching math utils with "RIVENS_HALF" algorithm
[08:49:42] [main/INFO] [FML]: [Quark ASM] Transforming BlockPistonBase
[08:49:42] [main/INFO] [FML]: [Quark ASM] Applying Transformation to method (Names [doMove, func_176319_a, a] Descriptor (Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/EnumFacing;Z)Z / (Lamu;Let;Lfa;Z)Z)
[08:49:42] [main/INFO] [FML]: [Quark ASM] Located Method, patching...
[08:49:42] [main/INFO] [FML]: [Quark ASM] Located patch target node ASTORE 11
[08:49:42] [main/INFO] [FML]: [Quark ASM] Patch result: true
[08:49:42] [main/INFO] [FML]: [Quark ASM] Applying Transformation to method (Names [canPush, func_185646_a, a] Descriptor (Lnet/minecraft/block/state/IBlockState;Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/EnumFacing;ZLnet/minecraft/util/EnumFacing;)Z / (Lawt;Lamu;Let;Lfa;ZLfa;)Z)
[08:49:42] [main/INFO] [FML]: [Quark ASM] Located Method, patching...
[08:49:42] [main/INFO] [FML]: [Quark ASM] Located patch target node INVOKEVIRTUAL aow.hasTileEntity (Lawt;)Z
[08:49:42] [main/INFO] [FML]: [Quark ASM] Patch result: true
[08:49:42] [main/INFO] [FML]: [Quark ASM] Transforming TileEntityPiston
[08:49:42] [main/INFO] [FML]: [Quark ASM] Applying Transformation to method (Names [clearPistonTileEntity, func_145866_f, j] Descriptor ()V / ()V)
[08:49:42] [main/INFO] [FML]: [Quark ASM] Located Method, patching...
[08:49:42] [main/INFO] [FML]: [Quark ASM] Located patch target node INVOKEVIRTUAL amu.a (Let;Lawt;I)Z
[08:49:42] [main/INFO] [FML]: [Quark ASM] Patch result: true
[08:49:42] [main/INFO] [FML]: [Quark ASM] Applying Transformation to method (Names [update, func_73660_a, e] Descriptor ()V / ()V)
[08:49:42] [main/INFO] [FML]: [Quark ASM] Located Method, patching...
[08:49:42] [main/INFO] [FML]: [Quark ASM] Located patch target node INVOKEVIRTUAL amu.a (Let;Lawt;I)Z
[08:49:42] [main/INFO] [FML]: [Quark ASM] Patch result: true
[08:49:42] [main/INFO] [BetterFps]: Patching net.minecraft.tileentity.TileEntityBeacon... (avh)
[08:49:43] [main/INFO] [BetterFps]: Patching net.minecraft.block.BlockHopper... (arl)
[08:49:43] [main/INFO] [BetterFps]: Patching net.minecraft.tileentity.TileEntityHopper... (avw)
[08:49:43] [main/INFO] [EnderCore ASM]: Transforming net.minecraft.entity.player.EntityPlayer finished, added func_184613_cA() overriding EntityLivingBase
[08:49:43] [main/INFO] [FML]: [Quark ASM] Transforming EntityBoat
[08:49:43] [main/INFO] [FML]: [Quark ASM] Applying Transformation to method (Names [attackEntityFrom, func_70097_a, a] Descriptor (Lnet/minecraft/util/DamageSource;F)Z / (Lur;F)Z)
[08:49:43] [main/INFO] [FML]: [Quark ASM] Located Method, patching...
[08:49:43] [main/INFO] [FML]: [Quark ASM] Located patch target node POP
[08:49:43] [main/INFO] [FML]: [Quark ASM] Patch result: true
[08:49:43] [main/INFO] [FML]: [Quark ASM] Applying Transformation to method (Names [onUpdate, func_70071_h_, B_] Descriptor ()V / ()V)
[08:49:43] [main/INFO] [FML]: [Quark ASM] Located Method, patching...
[08:49:43] [main/INFO] [FML]: [Quark ASM] Located patch target node L0
[08:49:43] [main/INFO] [FML]: [Quark ASM] Patch result: true
[08:49:44] [main/INFO] [EnderCore ASM]: Transforming Class [net.minecraft.entity.ai.EntityAICreeperSwell], Method [func_75246_d]
[08:49:44] [main/INFO] [EnderCore ASM]: Transforming net.minecraft.entity.ai.EntityAICreeperSwell Finished.
[08:49:45] [main/INFO] [BetterFps]: Patching net.minecraft.server.dedicated.DedicatedServer... (nz)
[08:49:45] [main/INFO] [EnderCore ASM]: Transforming Class [net.minecraft.inventory.ContainerFurnace], Method [func_82846_b]
[08:49:45] [main/INFO] [EnderCore ASM]: Transforming net.minecraft.inventory.ContainerFurnace Finished.
[08:49:46] [Server thread/INFO]: Starting minecraft server version 1.12.2
[08:49:46] [Server thread/INFO] [FML]: MinecraftForge v14.23.2.2611 Initialized
[08:49:46] [Server thread/INFO] [FML]: Starts to replace vanilla recipe ingredients with ore ingredients.
[08:49:46] [Server thread/INFO] [FML]: Replaced 1036 ore ingredients
[08:49:46] [Server thread/INFO] [FML]: Found 0 mods from the command line. Injecting into mod discoverer
[08:49:46] [Server thread/INFO] [FML]: Searching C:\Users\Erik\Desktop\Server_v3\mods for mods
[08:49:48] [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.6.339
[08:49:48] [Server thread/INFO] [FML]: Disabling mod custommainmenu it is client side only.
[08:49:49] [Server thread/WARN] [enderstorage]: Mod enderstorage is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.4.2.126
[08:49:49] [Server thread/WARN] [excompressum]: Mod excompressum is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 3.0.20
[08:49:50] [Server thread/WARN] [ironchest]: Mod ironchest is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.12.2-7.0.42.827
[08:49:51] [Server thread/INFO] [FML]: Disabling mod mousetweaks it is client side only.
[08:49:51] [Server thread/WARN] [FML]: Zip file OptiFine_1.12.2_HD_U_D3.jar failed to read properly, it will be ignored
java.util.zip.ZipException: error in opening zip file
        at java.util.zip.ZipFile.open(Native Method) ~[?:1.8.0_171]
        at java.util.zip.ZipFile.<init>(Unknown Source) ~[?:1.8.0_171]
        at java.util.zip.ZipFile.<init>(Unknown Source) ~[?:1.8.0_171]
        at java.util.jar.JarFile.<init>(Unknown Source) ~[?:1.8.0_171]
        at java.util.jar.JarFile.<init>(Unknown Source) ~[?:1.8.0_171]
        at net.minecraftforge.fml.common.discovery.JarDiscoverer.discover(JarDiscoverer.java:49) [JarDiscoverer.class:?]
        at net.minecraftforge.fml.common.discovery.ContainerType.findMods(ContainerType.java:47) [ContainerType.class:?]
        at net.minecraftforge.fml.common.discovery.ModCandidate.explore(ModCandidate.java:74) [ModCandidate.class:?]
        at net.minecraftforge.fml.common.discovery.ModDiscoverer.identifyMods(ModDiscoverer.java:138) [ModDiscoverer.class:?]
        at net.minecraftforge.fml.common.Loader.identifyMods(Loader.java:401) [Loader.class:?]
        at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:541) [Loader.class:?]
        at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:97) [FMLServerHandler.class:?]
        at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:332) [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(Unknown Source) [?:1.8.0_171]
[08:49:51] [Server thread/INFO] [FML]: Disabling mod resourceloader it is client side only.
[08:49:52] [Server thread/INFO] [FML]: Forge Mod Loader has identified 89 mods to load
[08:49:52] [Server thread/WARN] [FML]: Missing English translation for FML: assets/fml/lang/en_us.lang
[08:49:52] [Server thread/WARN] [FML]: Missing English translation for ambience: assets/ambience/lang/en_us.lang
[08:49:52] [Server thread/WARN] [FML]: Missing English translation for buildcraftbuilders: assets/buildcraftbuilders/lang/en_us.lang
[08:49:52] [Server thread/WARN] [FML]: Missing English translation for buildcraftcore: assets/buildcraftcore/lang/en_us.lang
[08:49:52] [Server thread/WARN] [FML]: Missing English translation for buildcraftenergy: assets/buildcraftenergy/lang/en_us.lang
[08:49:52] [Server thread/WARN] [FML]: Missing English translation for buildcraftfactory: assets/buildcraftfactory/lang/en_us.lang
[08:49:52] [Server thread/WARN] [FML]: Missing English translation for buildcraftlib: assets/buildcraftlib/lang/en_us.lang
[08:49:52] [Server thread/WARN] [FML]: Missing English translation for buildcraftrobotics: assets/buildcraftrobotics/lang/en_us.lang
[08:49:52] [Server thread/WARN] [FML]: Missing English translation for buildcraftsilicon: assets/buildcraftsilicon/lang/en_us.lang
[08:49:52] [Server thread/WARN] [FML]: Missing English translation for buildcrafttransport: assets/buildcrafttransport/lang/en_us.lang
[08:49:52] [Server thread/WARN] [FML]: Missing English translation for codechickenlib: assets/codechickenlib/lang/en_us.lang
[08:49:52] [Server thread/WARN] [FML]: Missing English translation for cofhcore: assets/cofhcore/lang/en_us.lang
[08:49:52] [Server thread/WARN] [FML]: Missing English translation for enderiobase: assets/enderiobase/lang/en_us.lang
[08:49:52] [Server thread/WARN] [FML]: Missing English translation for enderioconduits: assets/enderioconduits/lang/en_us.lang
[08:49:52] [Server thread/WARN] [FML]: Missing English translation for enderioconduitsappliedenergistics: assets/enderioconduitsappliedenergistics/lang/en_us.lang
[08:49:52] [Server thread/WARN] [FML]: Missing English translation for enderioconduitsopencomputers: assets/enderioconduitsopencomputers/lang/en_us.lang
[08:49:52] [Server thread/WARN] [FML]: Missing English translation for enderioconduitsrefinedstorage: assets/enderioconduitsrefinedstorage/lang/en_us.lang
[08:49:52] [Server thread/WARN] [FML]: Missing English translation for enderiointegrationforestry: assets/enderiointegrationforestry/lang/en_us.lang
[08:49:52] [Server thread/WARN] [FML]: Missing English translation for enderiointegrationtic: assets/enderiointegrationtic/lang/en_us.lang
[08:49:52] [Server thread/WARN] [FML]: Missing English translation for enderiointegrationticlate: assets/enderiointegrationticlate/lang/en_us.lang
[08:49:52] [Server thread/WARN] [FML]: Missing English translation for enderiomachines: assets/enderiomachines/lang/en_us.lang
[08:49:52] [Server thread/WARN] [FML]: Missing English translation for enderiopowertools: assets/enderiopowertools/lang/en_us.lang
[08:49:52] [Server thread/WARN] [FML]: Missing English translation for ic2: assets/ic2/lang/en_us.lang
[08:49:52] [Server thread/WARN] [FML]: Missing English translation for mantle: assets/mantle/lang/en_us.lang
[08:49:52] [Server thread/WARN] [FML]: Missing English translation for mekanismgenerators: assets/mekanismgenerators/lang/en_us.lang
[08:49:52] [Server thread/WARN] [FML]: Missing English translation for mekanismtools: assets/mekanismtools/lang/en_us.lang
[08:49:52] [Server thread/WARN] [FML]: Missing English translation for mjrlegendslib: assets/mjrlegendslib/lang/en_us.lang
[08:49:52] [Server thread/WARN] [FML]: Missing English translation for p455w0rdslib: assets/p455w0rdslib/lang/en_us.lang
[08:49:52] [Server thread/WARN] [FML]: Missing English translation for redstoneflux: assets/redstoneflux/lang/en_us.lang
[08:49:52] [Server thread/INFO] [FML]: FML has found a non-mod file CustomMainMenu-MC1.12.2-2.0.8.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
[08:49:52] [Server thread/INFO] [FML]: FML has found a non-mod file MouseTweaks-2.8-mc1.12.1.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
[08:49:52] [Server thread/INFO] [FML]: FML has found a non-mod file OptiFine_1.12.2_HD_U_D3.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
[08:49:52] [Server thread/INFO] [FML]: FML has found a non-mod file ResourceLoader-MC1.12.1-1.5.3.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
[08:49:55] [Server thread/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, micdoodlecore, randompatches, openmodscore, actuallyadditions, advanced_solar_panels, ae2stuff, ambience, appliedenergistics2, autoreglib, baubles, bdlib, brandonscore, buildcraftbuilders, buildcraftcore, buildcraftenergy, buildcraftfactory, buildcraftlib, buildcraftrobotics, buildcraftsilicon, buildcrafttransport, buildcraftcompat, codechickenlib, cofhcore, cofhworld, computercraft, customnpcs, draconicevolution, endercore, enderio, enderiobase, enderioconduits, enderioconduitsappliedenergistics, enderioconduitsopencomputers, enderioconduitsrefinedstorage, enderiointegrationforestry, enderiointegrationtic, enderiointegrationticlate, enderiomachines, enderiopowertools, enderstorage, excompressum, exnihilocreatio, extracells, extraplanets, bigreactors, galacticraftplanets, galacticraftcore, icbmclassic, immersiveengineering, ic2, inventorytweaks, ironchest, jei, journeymap, malisisadvert, malisiscore, mantle, mekanism, mekanismgenerators, mekanismtools, mjrlegendslib, recipehandler, nuclearcraft, omlib, openblocks, openmods, openmodularturrets, p455w0rdslib, plustic, quark, randomthings, reborncore, redstonearsenal, redstoneflux, sgcraft, simplyjetpacks, stevescarts, tconstruct, tesla, thermaldynamics, thermalexpansion, thermalfoundation, wawla, wct, zerocore] at CLIENT
[08:49:55] [Server thread/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, micdoodlecore, randompatches, openmodscore, actuallyadditions, advanced_solar_panels, ae2stuff, ambience, appliedenergistics2, autoreglib, baubles, bdlib, brandonscore, buildcraftbuilders, buildcraftcore, buildcraftenergy, buildcraftfactory, buildcraftlib, buildcraftrobotics, buildcraftsilicon, buildcrafttransport, buildcraftcompat, codechickenlib, cofhcore, cofhworld, computercraft, customnpcs, draconicevolution, endercore, enderio, enderiobase, enderioconduits, enderioconduitsappliedenergistics, enderioconduitsopencomputers, enderioconduitsrefinedstorage, enderiointegrationforestry, enderiointegrationtic, enderiointegrationticlate, enderiomachines, enderiopowertools, enderstorage, excompressum, exnihilocreatio, extracells, extraplanets, bigreactors, galacticraftplanets, galacticraftcore, icbmclassic, immersiveengineering, ic2, inventorytweaks, ironchest, jei, journeymap, malisisadvert, malisiscore, mantle, mekanism, mekanismgenerators, mekanismtools, mjrlegendslib, recipehandler, nuclearcraft, omlib, openblocks, openmods, openmodularturrets, p455w0rdslib, plustic, quark, randomthings, reborncore, redstonearsenal, redstoneflux, sgcraft, simplyjetpacks, stevescarts, tconstruct, tesla, thermaldynamics, thermalexpansion, thermalfoundation, wawla, wct, zerocore] at SERVER
[08:49:55] [Server thread/INFO] [STDOUT]: [com.therandomlabs.randompatches.RPTransformer:transform:37]: Patching class: net.minecraftforge.fml.common.network.internal.FMLNetworkHandler
[08:49:56] [Server thread/INFO] [brandonscore]: Brandon's Core online! Waiting for Draconic Evolution to join the party....
[08:49:56] [Server thread/INFO] [draconicevolution]: Draconic Evolution online!
[08:49:56] [Server thread/INFO] [brandonscore]: Hay! There you are! Now lets destroy some worlds!!
[08:49:56] [Server thread/INFO] [draconicevolution]: Sounds like fun! Lets get to it!
[08:49:57] [Server thread/INFO] [draconicevolution]: Hello Minecraft!!!
[08:49:59] [Server thread/INFO] [Pulsar-tconstruct]: Skipping Pulse chiselIntegration; missing dependency: chisel
[08:49:59] [Server thread/INFO] [Pulsar-tconstruct]: Skipping Pulse chiselsandbitsIntegration; missing dependency: chiselsandbits
[08:49:59] [Server thread/INFO] [Pulsar-tconstruct]: Skipping Pulse craftingtweaksIntegration; missing dependency: craftingtweaks
[08:49:59] [Server thread/INFO] [Pulsar-tconstruct]: Skipping Pulse wailaIntegration; missing dependency: waila
[08:49:59] [Server thread/INFO] [Pulsar-tconstruct]: Skipping Pulse theoneprobeIntegration; missing dependency: theoneprobe
[08:49:59] [Server thread/INFO] [tconstruct]: Preparing to take over the world
[08:50:01] [Server thread/INFO] [FML]: [Quark ASM] Transforming ContainerWorkbench
[08:50:01] [Server thread/INFO] [FML]: [Quark ASM] Applying Transformation to method (Names [transferStackInSlot, func_82846_b, b] Descriptor (Lnet/minecraft/entity/player/EntityPlayer;I)Lnet/minecraft/item/ItemStack; / (Laed;I)Laip;)
[08:50:01] [Server thread/INFO] [FML]: [Quark ASM] Located Method, patching...
[08:50:01] [Server thread/INFO] [FML]: [Quark ASM] Located patch target node BIPUSH 10
[08:50:01] [Server thread/INFO] [FML]: [Quark ASM] Located patch target node BIPUSH 46
[08:50:01] [Server thread/INFO] [FML]: [Quark ASM] Located patch target node BIPUSH 10
[08:50:01] [Server thread/INFO] [FML]: [Quark ASM] Located patch target node BIPUSH 37
[08:50:01] [Server thread/INFO] [FML]: [Quark ASM] Located patch target node BIPUSH 37
[08:50:01] [Server thread/INFO] [FML]: [Quark ASM] Adding invokestatic to 37/5
[08:50:01] [Server thread/INFO] [FML]: [Quark ASM] Located patch target node BIPUSH 46
[08:50:01] [Server thread/INFO] [FML]: [Quark ASM] Adding invokestatic to 46/6
[08:50:01] [Server thread/INFO] [FML]: [Quark ASM] Patch result: true
[08:50:02] [Server thread/INFO] [FML]: Processing ObjectHolder annotations
[08:50:02] [Server thread/INFO] [FML]: Found 1438 ObjectHolder annotations
[08:50:02] [Server thread/INFO] [FML]: Identifying ItemStackHolder annotations
[08:50:02] [Server thread/INFO] [FML]: Found 8 ItemStackHolder annotations
[08:50:03] [Server thread/INFO] [enderio]: Forge Energy integration loaded
[08:50:03] [Server thread/INFO] [FML]: Configured a dormant chunk cache size of 0
[08:50:03] [Forge Version Check/INFO] [ForgeVersionCheck]: [openmods] Starting version check at http://openmods.info/versions/openmodslib.json
[08:50:03] [Server thread/INFO] [Actually Additions]: Starting PreInitialization Phase...
[08:50:03] [Server thread/INFO] [Actually Additions]: Grabbing Configurations...
[08:50:03] [Server thread/INFO] [Actually Additions]: Initializing Tool Materials...
[08:50:03] [Server thread/INFO] [Actually Additions]: Initializing Armor Materials...
[08:50:03] [Server thread/INFO] [enderio]: Fuel Integration: Integration for fluid 'canolaoil' loaded
[08:50:03] [Server thread/INFO] [enderio]: Fuel Integration: Integration for fluid 'refinedcanolaoil' loaded
[08:50:03] [Server thread/INFO] [enderio]: Fuel Integration: Integration for fluid 'crystaloil' loaded
[08:50:03] [Server thread/INFO] [enderio]: Fuel Integration: Integration for fluid 'empoweredoil' loaded
[08:50:03] [Server thread/INFO] [Actually Additions]: Initializing Update Checker...
[08:50:03] [Server thread/INFO] [Actually Additions]: PreInitializing ServerProxy...
[08:50:03] [Server thread/INFO] [Actually Additions]: PreInitialization Finished.
> [08:50:03] [Actually Additions Update Checker/INFO] [Actually Additions]: Starting Update Check...
[08:50:03] [Forge Version Check/INFO] [ForgeVersionCheck]: [openmods] Found status: UP_TO_DATE Target: null
[08:50:03] [Forge Version Check/INFO] [ForgeVersionCheck]: [simplyjetpacks] Starting version check at https://raw.githubusercontent.com/CyberdyneCC/SimplyJetpacks-2/TomsonDev/update/update.json
[08:50:03] [Actually Additions Update Checker/INFO] [Actually Additions]: Update Check done!
[08:50:03] [Actually Additions Update Checker/INFO] [Actually Additions]: There is an Update for Actually Additions available!
[08:50:03] [Actually Additions Update Checker/INFO] [Actually Additions]: Current Version: 1.12.2-r133, newest Version: 1.12.2-r135!
[08:50:03] [Actually Additions Update Checker/INFO] [Actually Additions]: View the Changelog at http://ellpeck.de/actaddchangelog
[08:50:03] [Actually Additions Update Checker/INFO] [Actually Additions]: Download at http://ellpeck.de/actadddownload
[08:50:04] [Forge Version Check/INFO] [ForgeVersionCheck]: [simplyjetpacks] Found status: BETA Target: null
[08:50:04] [Forge Version Check/INFO] [ForgeVersionCheck]: [codechickenlib] Starting version check at http://chickenbones.net/Files/notification/version.php?query=forge&version=1.12&file=CodeChickenLib
[08:50:04] [Forge Version Check/INFO] [ForgeVersionCheck]: [codechickenlib] Found status: BETA Target: null
[08:50:04] [Forge Version Check/INFO] [ForgeVersionCheck]: [buildcraftcompat] Starting version check at https://mod-buildcraft.com/version/versions-compat.json
[08:50:05] [Forge Version Check/INFO] [ForgeVersionCheck]: [buildcraftcompat] Found status: AHEAD Target: null
[08:50:05] [Forge Version Check/INFO] [ForgeVersionCheck]: [forge] Starting version check at http://files.minecraftforge.net/maven/net/minecraftforge/forge/promotions_slim.json
[08:50:05] [Forge Version Check/INFO] [ForgeVersionCheck]: [forge] Found status: OUTDATED Target: 14.23.4.2705
[08:50:05] [Forge Version Check/INFO] [ForgeVersionCheck]: [openblocks] Starting version check at http://openmods.info/versions/openblocks.json
[08:50:05] [Forge Version Check/INFO] [ForgeVersionCheck]: [openblocks] Found status: UP_TO_DATE Target: null
[08:50:05] [Forge Version Check/INFO] [ForgeVersionCheck]: [thermalfoundation] Starting version check at https://raw.github.com/cofh/version/master/thermalfoundation_update.json
[08:50:06] [Forge Version Check/INFO] [ForgeVersionCheck]: [thermalfoundation] Found status: OUTDATED Target: 2.5.0
[08:50:06] [Forge Version Check/INFO] [ForgeVersionCheck]: [buildcraftlib] Starting version check at https://mod-buildcraft.com/version/versions.json
[08:50:06] [Forge Version Check/INFO] [ForgeVersionCheck]: [buildcraftlib] Found status: AHEAD Target: null
[08:50:06] [Forge Version Check/INFO] [ForgeVersionCheck]: [cofhworld] Starting version check at https://raw.github.com/cofh/version/master/cofhworld_update.json
[08:50:06] [Forge Version Check/INFO] [ForgeVersionCheck]: [cofhworld] Found status: OUTDATED Target: 1.2.0
[08:50:06] [Forge Version Check/INFO] [ForgeVersionCheck]: [enderstorage] Starting version check at http://chickenbones.net/Files/notification/version.php?query=forge&version=1.12&file=EnderStorage
[08:50:06] [Forge Version Check/INFO] [ForgeVersionCheck]: [enderstorage] Found status: BETA Target: null
[08:50:06] [Forge Version Check/INFO] [ForgeVersionCheck]: [thermalexpansion] Starting version check at https://raw.github.com/cofh/version/master/thermalexpansion_update.json
[08:50:07] [Forge Version Check/INFO] [ForgeVersionCheck]: [thermalexpansion] Found status: OUTDATED Target: 5.5.0
[08:50:07] [Forge Version Check/INFO] [ForgeVersionCheck]: [buildcraftcore] Starting version check at https://mod-buildcraft.com/version/versions.json
[08:50:07] [Forge Version Check/INFO] [ForgeVersionCheck]: [buildcraftcore] Found status: AHEAD Target: null
[08:50:07] [Forge Version Check/INFO] [ForgeVersionCheck]: [redstonearsenal] Starting version check at https://raw.github.com/cofh/version/master/redstonearsenal_update.json
[08:50:07] [Forge Version Check/INFO] [ForgeVersionCheck]: [redstonearsenal] Found status: OUTDATED Target: 2.5.1
[08:50:07] [Forge Version Check/INFO] [ForgeVersionCheck]: [cofhcore] Starting version check at https://raw.github.com/cofh/version/master/cofhcore_update.json
[08:50:07] [Server thread/INFO] [enderio]: Fuel Integration: Integration for fluid 'ic2biogas' loaded
[08:50:07] [Forge Version Check/INFO] [ForgeVersionCheck]: [cofhcore] Found status: OUTDATED Target: 4.5.2
[08:50:07] [Forge Version Check/INFO] [ForgeVersionCheck]: [thermaldynamics] Starting version check at https://raw.github.com/cofh/version/master/thermaldynamics_update.json
[08:50:07] [Forge Version Check/INFO] [ForgeVersionCheck]: [thermaldynamics] Found status: OUTDATED Target: 2.5.1
[08:50:08] [Server thread/INFO] [advanced_solar_panels]: Loading ASP Config from C:\Users\Erik\Desktop\Server_v3\config\advanced_solar_panels.cfg
[08:50:08] [Server thread/INFO] [advanced_solar_panels]: Loading MT Recipes from C:\Users\Erik\Desktop\Server_v3\config\advanced_solar_panels_MTRecipes.cfg
[08:50:08] [Server thread/INFO] [AE2:S]: Pre Initialization ( started )
[08:50:10] [Server thread/INFO] [AE2:S]: Starting AE2 VersionChecker
[08:50:11] [Server thread/INFO] [AE2:S]: Pre Initialization ( ended after 2281ms )
[08:50:11] [AE2 VersionChecker/INFO] [AE2:S]: Last check was just recently.
[08:50:11] [AE2 VersionChecker/INFO] [AE2:S]: Stopping AE2 VersionChecker
[08:50:11] [Server thread/INFO] [bdlib]: bdlib 1.14.3.9 loaded
[08:50:11] [Server thread/INFO] [bdlib]: Initialized network channel 'bdew.multiblock' for mod 'bdlib'
[08:50:11] [Server thread/INFO] [bdlib]: Loading internal config files for mod AE2 Stuff
[08:50:11] [Server thread/INFO] [bdlib]: Loading config: jar:file:/C:/Users/Erik/Desktop/Server_v3/mods/ae2stuff-0.7.0.4-mc1.12.2.jar!/assets/ae2stuff/config/tuning.cfg
[08:50:11] [Server thread/INFO] [bdlib]: Loading config: jar:file:/C:/Users/Erik/Desktop/Server_v3/mods/ae2stuff-0.7.0.4-mc1.12.2.jar!/assets/ae2stuff/config/recipes.cfg
[08:50:12] [Server thread/INFO] [bdlib]: Loading user config files for mod AE2 Stuff
[08:50:12] [Server thread/INFO] [bdlib]: Config loading for mod AE2 Stuff finished
[08:50:12] [Server thread/INFO] [bdlib]: Loaded creative tabs for ae2stuff
[08:50:12] [Server thread/INFO] [FML]: [Quark] 'Automatic tool restock' is forcefully disabled as it's incompatible with the following loaded mods: [inventorytweaks]
[08:50:12] [Server thread/INFO] [FML]: [Quark] 'Inventory sorting' is forcefully disabled as it's incompatible with the following loaded mods: [inventorytweaks]
[08:50:12] [Server thread/INFO] [FML]: [Quark] 'Charcoal block' is forcefully disabled as it's incompatible with the following loaded mods: [actuallyadditions, mekanism]
[08:50:12] [Server thread/INFO] [FML]: [Quark] Module vanity is enabled
[08:50:12] [Server thread/INFO] [FML]: [Quark] Module tweaks is enabled
[08:50:12] [Server thread/INFO] [FML]: [Quark] Module building is enabled
[08:50:12] [Server thread/INFO] [FML]: [Quark] Module management is enabled
[08:50:12] [Server thread/INFO] [FML]: [Quark] Module world is enabled
[08:50:12] [Server thread/INFO] [FML]: [Quark] Module decoration is enabled
[08:50:12] [Server thread/INFO] [FML]: [Quark] Module automation is enabled
[08:50:12] [Server thread/INFO] [FML]: [Quark] Module client is enabled
[08:50:12] [Server thread/INFO] [FML]: [Quark] Module experimental is enabled
[08:50:12] [Server thread/INFO] [FML]: [Quark] Module misc is enabled
[08:50:14] [Server thread/INFO] [brandonscore]: Found mod feature container for mod: draconicevolution
[08:50:14] [Server thread/INFO] [brandonscore]: Found mod config container for mod: brandonscore
[08:50:14] [Server thread/INFO] [brandonscore]: Found mod config container for mod: draconicevolution
[08:50:14] [Server thread/INFO] [brandonscore]: Found mod config container for mod: draconicevolution
[08:50:14] [Server thread/INFO] [brandonscore]: Loading mod config for: draconicevolution
[08:50:14] [Server thread/INFO] [brandonscore]: Loading mod config for: brandonscore
[08:50:14] [Server thread/WARN] [brandonscore]: No features were detected for mod: brandonscore. This maybe an issue or maybe this mod just does not have any items or blocks.
[08:50:14] [Server thread/INFO] [BuildCraft]:
[08:50:14] [Server thread/INFO] [BuildCraft]: Starting BuildCraft 7.99.16
[08:50:14] [Server thread/INFO] [BuildCraft]: Copyright (c) the BuildCraft team, 2011-2018
[08:50:14] [Server thread/INFO] [BuildCraft]: https://www.mod-buildcraft.com
[08:50:14] [Server thread/INFO] [BuildCraft]: Detailed Build Information:
[08:50:14] [Server thread/INFO] [BuildCraft]:   Branch 1.12
[08:50:14] [Server thread/INFO] [BuildCraft]:   Commit 00282663b80987050185376a9f354585854861e5
[08:50:14] [Server thread/INFO] [BuildCraft]:     Bump version down for release.
[08:50:14] [Server thread/INFO] [BuildCraft]:     committed by AlexIIL
[08:50:14] [Server thread/INFO] [BuildCraft]:
[08:50:14] [Server thread/INFO] [BuildCraft]: Loaded Modules:
[08:50:14] [Server thread/INFO] [BuildCraft]:   - lib
[08:50:14] [Server thread/INFO] [BuildCraft]:   - core
[08:50:14] [Server thread/INFO] [BuildCraft]:   - builders
[08:50:14] [Server thread/INFO] [BuildCraft]:   - energy
[08:50:14] [Server thread/INFO] [BuildCraft]:   - factory
[08:50:14] [Server thread/INFO] [BuildCraft]:   - robotics
[08:50:14] [Server thread/INFO] [BuildCraft]:   - silicon
[08:50:14] [Server thread/INFO] [BuildCraft]:   - transport
[08:50:14] [Server thread/INFO] [BuildCraft]:   - compat
[08:50:14] [Server thread/INFO] [BuildCraft]: Missing Modules:
[08:50:14] [Server thread/INFO] [BuildCraft]:
[08:50:15] [Server thread/INFO] [BuildCraft]: [debugger] Not a dev environment!
[08:50:15] [Server thread/INFO] [FML]: Configured a dormant chunk cache size of 0
[08:50:15] [Server thread/INFO] [enderio]: Fuel Integration: Integration for fluid 'oil' loaded
[08:50:16] [Server thread/INFO] [BuildCraft]:
[08:50:16] [Server thread/INFO] [BuildCraft]: Starting BuildCraftCompat 7.99.14
[08:50:16] [Server thread/INFO] [BuildCraft]: Copyright (c) the BuildCraft team, 2011-2017
[08:50:16] [Server thread/INFO] [BuildCraft]: https://www.mod-buildcraft.com
[08:50:16] [Server thread/INFO] [BuildCraft]: Detailed Build Information:
[08:50:16] [Server thread/INFO] [BuildCraft]:   Branch 8.0.x
[08:50:16] [Server thread/INFO] [BuildCraft]:   Commit 84f2673f4a4e98fee8371100b61ff990052e42d3
[08:50:16] [Server thread/INFO] [BuildCraft]:     Update buildcraft to 7.99.15, change version to 7.99.14.
[08:50:16] [Server thread/INFO] [BuildCraft]:     committed by AlexIIL
[08:50:16] [Server thread/INFO] [BuildCraft]:
[08:50:16] [Server thread/INFO] [BuildCraft]: [compat] Module list:
[08:50:16] [Server thread/INFO] [BuildCraft]: [compat]   x forestry (It cannot load)
[08:50:16] [Server thread/INFO] [BuildCraft]: [compat]   x theoneprobe (It cannot load)
[08:50:16] [Server thread/INFO] [cofhworld]: Registering default Feature Templates...
[08:50:16] [Server thread/INFO] [cofhworld]: Registering default World Generators...
[08:50:16] [Server thread/INFO] [cofhworld]: Verifying or creating base world generation directory...
[08:50:16] [Server thread/INFO] [cofhworld]: Complete.
> [08:50:16][FINE/CustomNPCs][noppes.npcs.LogWriter:71] Tue Jun 05 08:50:16 CDT 2018
[08:50:16][FINE/CustomNPCs][noppes.npcs.controllers.ScriptController:52] Script Engines Available:
[08:50:16] [Server thread/INFO] [enderio]: Fuel Integration: Integration for fluid 'creosote' loaded
[08:50:16] [Server thread/INFO] [enderio]: Fuel Integration: Integration for fluid 'coal' loaded
[08:50:16] [Server thread/INFO] [enderio]: Fuel Integration: Integration for fluid 'crude_oil' loaded
[08:50:16] [Server thread/INFO] [enderio]: Fuel Integration: Integration for fluid 'refined_oil' loaded
[08:50:16] [Server thread/INFO] [enderio]: Fuel Integration: Integration for fluid 'refined_fuel' loaded
[08:50:16] [Server thread/INFO] [enderio]: Fuel Integration: Integration for fluid 'tree_oil' loaded
[08:50:16] [Server thread/INFO] [enderio]: Fuel Integration: Integration for fluid 'cryotheum' loaded
[08:50:17] [Server thread/INFO] [brandonscore]: Registering features for mod: draconicevolution
[08:50:17] [Server thread/INFO] [draconicevolution]: Finished PreInitialization
[08:50:17] [Server thread/INFO] [EnderCore Mixins]: Found annotation mixin: crazypants.enderio.conduits.oc.conduit.OCMixin
[08:50:17] [Server thread/INFO] [EnderCore Mixins]: Skipping mixin due to missing dependencies: [opencomputersapi|network]
[08:50:17] [Server thread/INFO] [EnderCore Mixins]: Found annotation mixin: crazypants.enderio.conduits.me.conduit.MEMixin
[08:50:17] [Server thread/INFO] [EnderCore Mixins]: Registered mixin.
[08:50:17] [Server thread/INFO] [EnderCore Mixins]: Found mixin source class data for crazypants.enderio.conduits.me.conduit.MEMixin.
[08:50:17] [DE Contributors DL Thread/ERROR] [draconicevolution]: Failed to download contributors list
[08:50:17] [DE Contributors DL Thread/INFO] [STDERR]: [com.brandon3055.draconicevolution.handlers.ContributorHandler$DLThread:run:177]: java.io.IOException: Server returned HTTP response code: 403 for URL: http://www.brandon3055.com/json/DEContributors.json
[08:50:17] [DE Contributors DL Thread/INFO] [STDERR]: [com.brandon3055.draconicevolution.handlers.ContributorHandler$DLThread:run:177]:         at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
[08:50:17] [DE Contributors DL Thread/INFO] [STDERR]: [com.brandon3055.draconicevolution.handlers.ContributorHandler$DLThread:run:177]:         at sun.net.www.protocol.http.HttpURLConnection.access$200(Unknown Source)
[08:50:17] [DE Contributors DL Thread/INFO] [STDERR]: [com.brandon3055.draconicevolution.handlers.ContributorHandler$DLThread:run:177]:         at sun.net.www.protocol.http.HttpURLConnection$9.run(Unknown Source)
[08:50:17] [DE Contributors DL Thread/INFO] [STDERR]: [com.brandon3055.draconicevolution.handlers.ContributorHandler$DLThread:run:177]:         at sun.net.www.protocol.http.HttpURLConnection$9.run(Unknown Source)
[08:50:17] [DE Contributors DL Thread/INFO] [STDERR]: [com.brandon3055.draconicevolution.handlers.ContributorHandler$DLThread:run:177]:         at java.security.AccessController.doPrivileged(Native Method)
[08:50:17] [DE Contributors DL Thread/INFO] [STDERR]: [com.brandon3055.draconicevolution.handlers.ContributorHandler$DLThread:run:177]:         at java.security.AccessController.doPrivilegedWithCombiner(Unknown Source)
[08:50:17] [DE Contributors DL Thread/INFO] [STDERR]: [com.brandon3055.draconicevolution.handlers.ContributorHandler$DLThread:run:177]:         at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
[08:50:17] [DE Contributors DL Thread/INFO] [STDERR]: [com.brandon3055.draconicevolution.handlers.ContributorHandler$DLThread:run:177]:         at java.net.URL.openStream(Unknown Source)
[08:50:17] [DE Contributors DL Thread/INFO] [STDERR]: [com.brandon3055.draconicevolution.handlers.ContributorHandler$DLThread:run:177]:         at com.brandon3055.draconicevolution.handlers.ContributorHandler$DLThread.run(ContributorHandler.java:165)
[08:50:17] [Server thread/WARN] [enderio]: TConstruct, you fail again, muhaha! The world is mine, mine!
[08:50:17] [Server thread/WARN] [enderio]: Applied Energistics conduits loaded. Let your networks connect!
[08:50:17] [Server thread/WARN] [enderio]: OpenComputers conduits NOT loaded. OpenComputers is not installed
[08:50:17] [Server thread/WARN] [enderio]: Refined Storage conduits NOT loaded. Refined Storage is not installed
[08:50:17] [Server thread/WARN] [enderio]: Forestry integration NOT loaded. Forestry is not installed
[08:50:18] [Server thread/INFO] [extracells]: Enable integration for 'BuildCraftFuel (BuildCraftAPI|fuels)'
[08:50:18] [Server thread/INFO] [extracells]: Enable integration for 'MekanismGas (MekanismAPI|gas)'
[08:50:18] [Server thread/INFO] [extracells]: Enable integration for 'mekanism (mekanism)'
[08:50:18] [Server thread/INFO] [extracells]: Enable integration for 'AE2 Wireless Crafting Terminal (wct)'
[08:50:18] [Server thread/INFO] [extracells]: Enable integration for 'BuildCraft Wrench (BuildCraftAPI|tools)'
[08:50:18] [Server thread/INFO] [extracells]: Enable integration for 'COFH Hammer (cofhapi|item)'
[08:50:18] [Server thread/INFO] [Galacticraft]: Galacticraft oil is not default, issues may occur.
[08:50:22] [Server thread/INFO] [BigReactors]: Loaded support for thermalexpansion
[08:50:22] [Server thread/INFO] [BigReactors]: Loaded support for mekanism
[08:50:22] [Server thread/INFO] [BigReactors]: Loaded support for computercraft
[08:50:23] [Server thread/INFO] [enderio]: Fuel Integration: Integration for fluid 'biodiesel' loaded
[08:50:24] [Server thread/ERROR] [immersiveengineering]: Compat module for tconstruct could not be preInitialized. Report this!
[08:50:24] [Immersive Engineering Contributors Thread/INFO] [immersiveengineering]: Attempting to download special revolvers from GitHub
[08:50:24] [Server thread/INFO] [malisiscore]: Registering AdvertDeleteMessage for DeletePacket with discriminator 1 in channel malisisadvert
[08:50:24] [Server thread/INFO] [malisiscore]: Registering AdvertDeleteMessage for DeletePacket with discriminator 2 in channel malisisadvert
[08:50:24] [Server thread/INFO] [malisiscore]: Registering AdvertDownloadMessage for Query with discriminator 3 in channel malisisadvert
[08:50:24] [Server thread/INFO] [malisiscore]: Registering AdvertDownloadMessage for Response with discriminator 4 in channel malisisadvert
[08:50:24] [Server thread/INFO] [malisiscore]: Registering AdvertGuiMessage for Packet with discriminator 5 in channel malisisadvert
[08:50:24] [Server thread/INFO] [malisiscore]: Registering AdvertListMessage for Query with discriminator 6 in channel malisisadvert
[08:50:24] [Server thread/INFO] [malisiscore]: Registering AdvertListMessage for Response with discriminator 7 in channel malisisadvert
[08:50:24] [Server thread/INFO] [malisiscore]: Registering AdvertSaveMessage for SavePacket with discriminator 8 in channel malisisadvert
[08:50:24] [Server thread/INFO] [malisiscore]: Registering AdvertSelectionMessage for Packet with discriminator 9 in channel malisisadvert
[08:50:24] [Server thread/INFO] [malisiscore]: Registering CloseInventoryMessage for Packet with discriminator 1 in channel malisiscore
[08:50:24] [Server thread/INFO] [malisiscore]: Registering InventoryActionMessage for Packet with discriminator 2 in channel malisiscore
[08:50:24] [Server thread/INFO] [malisiscore]: Registering OpenInventoryMessage for Packet with discriminator 3 in channel malisiscore
[08:50:24] [Server thread/INFO] [malisiscore]: Registering UpdateInventorySlotsMessage for Packet with discriminator 4 in channel malisiscore
[08:50:24] [Server thread/INFO] [malisiscore]: Registering DirectMessage for Packet with discriminator 5 in channel malisiscore
[08:50:24] [Server thread/INFO] [malisiscore]: Registering BlockDataMessage for Packet with discriminator 6 in channel malisiscore
[08:50:24] [Server thread/INFO] [malisiscore]: Registering ChunkBlockMessage for Packet with discriminator 7 in channel malisiscore
[08:50:24] [Server thread/INFO] [malisiscore]: Registering NeighborChangedMessage for Packet with discriminator 8 in channel malisiscore
[08:50:24] [Server thread/INFO] [malisiscore]: Registering SyncerMessage for Packet with discriminator 9 in channel malisiscore
[08:50:25] [Server thread/INFO] [Mekanism]: Didn't detect MCMP, ignoring compatibility package
[08:50:25] [Server thread/INFO] [nuclearcraft]: Pre Initializing...
[08:50:26] [Server thread/INFO] [omlib]: Found the following mods: IC2 Tesla
[08:50:28] [Server thread/INFO] [openmodularturrets]: Hi there, dV=V0B(t1-t0)! (Found ThermalExpansion)
[08:50:28] [Server thread/INFO] [openmodularturrets]: Not sure if iron ingot, or electrical steel ingot... (Found EnderIO)
[08:50:28] [Server thread/INFO] [openmodularturrets]: Mur omsimu, plz. (Found Mekanism)
[08:50:28] [Server thread/INFO] [openmodularturrets]: Enabling LUA integration. (Found OpenComputers/ComputerCraft)
[08:50:28] [Server thread/INFO] [FML]: Potentially Dangerous alternative prefix `tconstruct` for name `enderference`, expected `plustic`. This could be a intended override, but in most cases indicates a broken mod.
[08:50:28] [Server thread/INFO] [FML]: Potentially Dangerous alternative prefix `tconstruct` for name `insatiable`, expected `plustic`. This could be a intended override, but in most cases indicates a broken mod.
[08:50:28] [Server thread/INFO] [FML]: Potentially Dangerous alternative prefix `tconstruct` for name `magnetic`, expected `plustic`. This could be a intended override, but in most cases indicates a broken mod.
[08:50:28] [Server thread/INFO] [FML]: Potentially Dangerous alternative prefix `tconstruct` for name `momentum`, expected `plustic`. This could be a intended override, but in most cases indicates a broken mod.
[08:50:28] [Server thread/INFO] [FML]: Potentially Dangerous alternative prefix `tconstruct` for name `dot`, expected `plustic`. This could be a intended override, but in most cases indicates a broken mod.
[08:50:28] [Server thread/INFO] [FML]: Potentially Dangerous alternative prefix `tconstruct` for name `splinter`, expected `plustic`. This could be a intended override, but in most cases indicates a broken mod.
[08:50:31] [Server thread/INFO] [net.minecraftforge.fml.common.FMLModContainer]: Pre loaded registries in18ms
[08:50:32] [Server thread/INFO] [net.minecraftforge.fml.common.FMLModContainer]: Loaded registrys for reborncore.common.registration.RegistryConstructionEvent in 1ms
[08:50:32] [Server thread/INFO] [net.minecraftforge.fml.common.FMLModContainer]: Loaded registrys for net.minecraftforge.fml.common.event.FMLPreInitializationEvent in 0ms
> SGCraft: Registering NaquadahOreWorldGen
SGCraft: BaseMod.addEntity: IrisEntity, "Stargate Iris", 0
CCIntegration.registerBlocks
[08:50:32] [Server thread/INFO] [SimplyJetpacks]: Starting Simply Jetpacks 2
[08:50:32] [Server thread/INFO] [SimplyJetpacks]: Loading configuration files
[08:50:32] [Server thread/INFO] [SimplyJetpacks]: Stealing Thermal Expansion's items
[08:50:32] [Server thread/INFO] [simplyjetpacks]: Registering items...
[08:50:33] [Server thread/INFO] [stevescarts]: Loading plugins
[08:50:33] [Server thread/INFO] [stevescarts]: Found plugin candidate:vswe.stevescarts.compat.ic2.CompatIC2
[08:50:33] [Server thread/INFO] [stevescarts]: Plugin vswe.stevescarts.compat.ic2.CompatIC2 was found and has been initialized successfully!
[08:50:33] [Server thread/INFO] [stevescarts]: Found plugin candidate:vswe.stevescarts.compat.forestry.CompatForestry
[08:50:33] [Server thread/INFO] [stevescarts]: Plugin was NOT loaded due to mod 'forestry' missing, this isn't an error
[08:50:33] [Server thread/INFO] [stevescarts]: Loaded 1 plugins
[08:50:33] [Server thread/WARN] [WAWLA]: No info engine detected! No info will be displayed!
[08:50:33] [Server thread/INFO] [EnderCore Mixins]: Patching 1 mixins onto class crazypants.enderio.conduits.conduit.TileConduitBundle
[08:50:33] [Server thread/INFO] [EnderCore Mixins]: Added methods and interfaces from class crazypants.enderio.conduits.me.conduit.MEMixin
[08:50:33] [Server thread/INFO] [EnderCore Mixins]: Successfully patched.
[08:50:44] [Server thread/INFO] [Actually Additions]: Initializing Blocks...
[08:50:46] [Server thread/INFO] [FML]: Applying holder lookups
[08:50:46] [Server thread/INFO] [FML]: Holder lookups applied
[08:50:47] [Server thread/INFO] [Galacticraft]: Galacticraft: activating Tinker's Construct compatibility.
[08:50:47] [Server thread/INFO] [Actually Additions]: Initializing Items...
[08:50:48] [Server thread/INFO] [Actually Additions]: Initializing OreDictionary Entries...
[08:50:48] [Server thread/INFO] [FML]: Applying holder lookups
[08:50:48] [Server thread/INFO] [FML]: Holder lookups applied
[08:50:48] [Server thread/INFO] [FML]: Potentially Dangerous alternative prefix `ic2` for name `trees`, expected `enderio`. This could be a intended override, but in most cases indicates a broken mod.
[08:50:48] [Server thread/INFO] [enderio]: Farming Station: IC2 integration fully loaded
[08:50:48] [Server thread/INFO] [enderio]: Farming Station: TechReborn integration not loaded
[08:50:48] [Server thread/INFO] [enderio]: Farming Station: Natura integration not loaded
[08:50:48] [Server thread/INFO] [enderio]: Farming Station: Extra Utilities 2 integration not loaded
[08:50:48] [Server thread/INFO] [FML]: Potentially Dangerous alternative prefix `immersiveengineering` for name `hemp`, expected `enderio`. This could be a intended override, but in most cases indicates a broken mod.
[08:50:48] [Server thread/INFO] [enderio]: Farming Station: Immersive Engineering integration fully loaded
[08:50:48] [Server thread/INFO] [enderio]: Farming Station: MFR integration not loaded
[08:50:48] [Server thread/INFO] [FML]: Potentially Dangerous alternative prefix `botania` for name `petals`, expected `enderio`. This could be a intended override, but in most cases indicates a broken mod.
[08:50:48] [Server thread/INFO] [enderio]: Farming Station: Botania integration for farming fully loaded
[08:50:48] [Server thread/INFO] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `dye`, expected `enderio`. This could be a intended override, but in most cases indicates a broken mod.
[08:50:48] [Server thread/INFO] [enderio]: Farming Station: Magicalcrops integration not loaded
[08:50:48] [Server thread/INFO] [enderio]: Farming Station: Metallurgy integration not loaded
[08:50:48] [Server thread/INFO] [FML]: Potentially Dangerous alternative prefix `actuallyadditions` for name `item_fertilizer`, expected `enderio`. This could be a intended override, but in most cases indicates a broken mod.
[08:50:48] [Server thread/INFO] [enderio]: Farming Station: Actually Additions integration loaded
[08:50:48] [Server thread/INFO] [enderio]: Farming Station: Botania integration for fertilizing not loaded
[08:50:48] [Server thread/INFO] [enderio]: Farming Station: Gardencore integration not loaded
[08:50:48] [Server thread/INFO] [Actually Additions]: Initializing Village Addons...
[08:50:48] [Server thread/INFO] [FML]: Applying holder lookups
[08:50:48] [Server thread/INFO] [FML]: Holder lookups applied
[08:50:48] [Server thread/INFO] [FML]: Applying holder lookups
[08:50:48] [Server thread/INFO] [FML]: Holder lookups applied
[08:50:48] [Server thread/INFO] [FML]: Injecting itemstacks
[08:50:48] [Server thread/INFO] [FML]: Itemstack injection complete
[08:50:48] [Server thread/INFO]: Loading properties
[08:50:48] [Server thread/INFO]: Default game type: SURVIVAL
[08:50:48] [Server thread/INFO]: Generating keypair
[08:50:48] [Server thread/INFO]: Starting Minecraft server on 25.60.140.63:25565
[08:50:48] [Server thread/INFO]: Using default channel type
[08:50:51] [Server thread/WARN] [AE2:S]: Recipe Error 'Invalid crafting type: grindfz' near line:1 in processing/factorization.recipe with: [ae2:material.fluix_crystal, ->, ae2:material.fluix_dust]
[08:50:51] [Server thread/WARN] [AE2:S]: Recipe Error 'Invalid crafting type: grindfz' near line:2 in processing/factorization.recipe with: [ae2:sky_stone_block:0, ->, ae2:material.sky_dust]
[08:50:51] [Server thread/WARN] [AE2:S]: Recipe Error 'Invalid crafting type: grindfz' near line:4 in processing/factorization.recipe with: [mc:ender_pearl, ->, ae2:material.ender_dust]
[08:50:51] [Server thread/WARN] [AE2:S]: Recipe Error 'Invalid crafting type: grindfz' near line:5 in processing/factorization.recipe with: [ae2:material.certus_quartz_crystal_charged, ->, ae2:material.certus_quartz_dust]
[08:50:51] [Server thread/WARN] [AE2:S]: Recipe Error 'Invalid crafting type: grindfz' near line:7 in processing/factorization.recipe with: [ae2:material.certus_quartz_crystal, ->, ae2:material.certus_quartz_dust]
[08:50:51] [Server thread/WARN] [AE2:S]: Recipe Error 'Invalid crafting type: grindfz' near line:8 in processing/factorization.recipe with: [ae2:quartz_ore, ->, 2, ae2:material.certus_quartz_dust]
[08:50:51] [Server thread/WARN] [AE2:S]: Recipe Error 'Invalid crafting type: grindfz' near line:9 in processing/factorization.recipe with: [ae2:charged_quartz_ore, ->, 2, ae2:material.certus_quartz_dust]
[08:50:51] [Server thread/WARN] [AE2:S]: Unable to register a recipe:Unable to find item: appliedenergistics2:material.nether_quartz_dust:0
[08:50:51] [Server thread/WARN] [AE2:S]: Unable to register a recipe:Unable to find item: appliedenergistics2:material.flour:0
[08:50:51] [Server thread/WARN] [AE2:S]: Unable to register a recipe:Unable to find item: appliedenergistics2:material.nether_quartz_dust:0
[08:50:51] [Server thread/WARN] [AE2:S]: Unable to register a recipe:Unable to find item: appliedenergistics2:material.nether_quartz_dust:0
[08:50:51] [Server thread/WARN] [AE2:S]: Unable to register a recipe:Unable to find item: appliedenergistics2:material.nether_quartz_dust:0
[08:50:51] [Server thread/WARN] [AE2:S]: Unable to register a recipe:Unable to find item: appliedenergistics2:material.flour:0
[08:50:51] [Server thread/WARN] [AE2:S]: Unable to register a recipe:Unable to find item: appliedenergistics2:material.flour:0
[08:50:51] [Server thread/WARN] [AE2:S]: Unable to register a recipe:Unable to find item: appliedenergistics2:material.nether_quartz_dust:0
[08:50:51] [Server thread/WARN] [AE2:S]: Unable to register a recipe:Unable to find item: appliedenergistics2:material.gold_dust:0
[08:50:51] [Server thread/WARN] [AE2:S]: Unable to register a recipe:Unable to find item: appliedenergistics2:material.iron_dust:0
[08:50:51] [Server thread/WARN] [AE2:S]: Unable to register a recipe:Unable to find item: appliedenergistics2:material.flour:0
[08:50:51] [Server thread/WARN] [AE2:S]: Unable to register a recipe:Unable to find item: appliedenergistics2:material.nether_quartz_dust:0
[08:50:51] [Server thread/WARN] [AE2:S]: Unable to register a recipe:Unable to find item: appliedenergistics2:material.silicon:0
[08:50:51] [Server thread/INFO] [AE2:S]: Recipes Loading: MekCrusher: 2 loaded.
[08:50:51] [Server thread/INFO] [AE2:S]: Recipes Loading: MekEnrichment: 2 loaded.
[08:50:51] [Server thread/INFO] [AE2:S]: Recipes Loading: Crusher: 8 loaded.
[08:50:51] [Server thread/INFO] [AE2:S]: Recipes Loading: Pulverizer: 7 loaded.
[08:50:51] [Server thread/INFO] [AE2:S]: Recipes Loading: OreRegistration: 15 loaded.
[08:50:51] [Server thread/INFO] [AE2:S]: Recipes Loading: Press: 3 loaded.
[08:50:51] [Server thread/INFO] [AE2:S]: Recipes Loading: HCCrusher: 7 loaded.
[08:50:51] [Server thread/INFO] [AE2:S]: Recipes Loading: Inscribe: 8 loaded.
[08:50:51] [Server thread/INFO] [AE2:S]: Recipes Loading: Smelt: 1 loaded.
[08:50:51] [Server thread/INFO] [AE2:S]: Recipes Loading: Grind: 4 loaded.
[08:50:51] [Server thread/INFO] [AE2:S]: Recipes Loading: Macerator: 7 loaded.
[08:50:52] [Server thread/INFO] [FML]: Potentially Dangerous alternative prefix `enderio` for name `capbank_basic2normal`, expected `enderiopowertools`. This could be a intended override, but in most cases indicates a broken mod.
[08:50:52] [Server thread/INFO] [FML]: Potentially Dangerous alternative prefix `enderio` for name `capbank_normal2vibrant`, expected `enderiopowertools`. This could be a intended override, but in most cases indicates a broken mod.
[08:50:52] [Server thread/INFO] [Actually Additions]: Initializing Crafting Recipes...
[08:50:53] [Server thread/INFO] [draconicevolution]: Loading Default Recipes...
[08:50:53] [Server thread/INFO] [FML]: Applying holder lookups
[08:50:53] [Server thread/INFO] [FML]: Holder lookups applied
[08:50:53] [Server thread/INFO] [Actually Additions]: Starting Initialization Phase...
[08:50:53] [Server thread/INFO] [Actually Additions]: Initializing GuiHandler...
[08:50:53] [Server thread/INFO] [Actually Additions]: Registering World Generator...
[08:50:53] [Server thread/INFO] [Actually Additions]: Registering TileEntities...
[08:50:53] [Server thread/INFO] [Actually Additions]: Initializing Entities...
[08:50:53] [Server thread/INFO] [Actually Additions]: Initializing ServerProxy...
[08:50:53] [Server thread/INFO] [Actually Additions]: Initialization Finished.
[08:50:53] [Server thread/INFO] [ic2.Recipe]: Successfully loaded 328 out of 328 recipes for shaped recipes
[08:50:53] [Server thread/INFO] [ic2.Recipe]: Successfully loaded 73 out of 73 recipes for shapeless recipes
[08:50:53] [Server thread/INFO] [ic2.Recipe]: Successfully loaded 34 out of 34 recipes for solid uu recipes
[08:50:53] [Server thread/INFO] [ic2.Recipe]: Successfully loaded 5 out of 5 recipes for blast furnace recipes
[08:50:53] [Server thread/INFO] [ic2.Recipe]: Successfully loaded 17 out of 17 recipes for block cutter recipes
[08:50:53] [Server thread/INFO] [ic2.Recipe]: Successfully loaded 50 out of 50 recipes for compressor recipes
[08:50:53] [Server thread/INFO] [ic2.Recipe]: Successfully loaded 12 out of 12 recipes for extractor recipes
[08:50:53] [Server thread/INFO] [ic2.Recipe]: Successfully loaded 74 out of 74 recipes for macerator recipes
[08:50:53] [Server thread/INFO] [ic2.Recipe]: Successfully loaded 5 out of 5 recipes for metal former cutting recipes
[08:50:53] [Server thread/INFO] [ic2.Recipe]: Successfully loaded 9 out of 9 recipes for metal former extruding recipes
[08:50:53] [Server thread/INFO] [ic2.Recipe]: Successfully loaded 14 out of 14 recipes for metal former rolling recipes
[08:50:53] [Server thread/INFO] [ic2.Recipe]: Successfully loaded 8 out of 8 recipes for ore washing recipes
[08:50:53] [Server thread/INFO] [ic2.Recipe]: Successfully loaded 25 out of 25 recipes for thermal centrifuge recipes
[08:50:54] [Server thread/INFO] [advanced_solar_panels]: Loading Molecular Transformer recipes from file
[08:50:54] [Server thread/WARN] [advanced_solar_panels]: Skipping line 23 as the output (OreDict:gemSapphire) cannot be resolved
[08:50:54] [Server thread/WARN] [advanced_solar_panels]: Skipping line 24 as the output (OreDict:gemRuby) cannot be resolved
[08:50:54] [Server thread/WARN] [advanced_solar_panels]: Skipping line 27 as the output (OreDict:dustChrome) cannot be resolved
[08:50:54] [Server thread/WARN] [advanced_solar_panels]: Skipping line 28 as the output (OreDict:ingotChrome) cannot be resolved
[08:50:54] [Server thread/WARN] [advanced_solar_panels]: Skipping line 29 as the output (OreDict:gemCertusQuartz) cannot be resolved
[08:50:54] [Server thread/INFO] [advanced_solar_panels]: Load complete, successfully loaded 17 out of 22.
[08:50:54] [Server thread/INFO] [AE2:S]: Initialization ( started )
[08:50:54] [Server thread/INFO] [AE2:S]: Disabling item.csv export for custom recipes, since creative tab information is only available on the client.
[08:50:54] [Server thread/INFO] [AE2:S]: Initialization ( ended after 106ms )
[08:50:54] [Server thread/INFO] [bdlib]: Initialized network channel 'bdew.ae2stuff' for mod 'ae2stuff'
[08:50:54] [Server thread/ERROR] [BuildCraft]: [silicon.facade] Invalid property!
java.lang.RuntimeException: Invalid IProperty object detected!
  Class = class crazypants.enderio.base.render.property.PropertyIO
  Method not overriden: IProperty.parseValue(String)
        at buildcraft.silicon.plug.FacadeStateManager.doesPropertyConform(FacadeStateManager.java:348) [FacadeStateManager.class:?]
        at buildcraft.silicon.plug.FacadeStateManager.init(FacadeStateManager.java:221) [FacadeStateManager.class:?]
        at buildcraft.silicon.BCSilicon.init(BCSilicon.java:70) [BCSilicon.class:?]
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_171]
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_171]
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_171]
        at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_171]
        at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:606) [FMLModContainer.class:?]
        at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source) ~[?:?]
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_171]
        at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_171]
        at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) [minecraft_server.1.12.2.jar:?]
        at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) [minecraft_server.1.12.2.jar:?]
        at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) [minecraft_server.1.12.2.jar:?]
        at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) [minecraft_server.1.12.2.jar:?]
        at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) [minecraft_server.1.12.2.jar:?]
        at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) [minecraft_server.1.12.2.jar:?]
        at com.google.common.eventbus.EventBus.post(EventBus.java:217) [minecraft_server.1.12.2.jar:?]
        at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:278) [LoadController.class:?]
        at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:256) [LoadController.class:?]
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_171]
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_171]
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_171]
        at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_171]
        at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) [minecraft_server.1.12.2.jar:?]
        at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) [minecraft_server.1.12.2.jar:?]
        at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) [minecraft_server.1.12.2.jar:?]
        at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) [minecraft_server.1.12.2.jar:?]
        at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) [minecraft_server.1.12.2.jar:?]
        at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) [minecraft_server.1.12.2.jar:?]
        at com.google.common.eventbus.EventBus.post(EventBus.java:217) [minecraft_server.1.12.2.jar:?]
        at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:148) [LoadController.class:?]
        at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:720) [Loader.class:?]
        at net.minecraftforge.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:107) [FMLServerHandler.class:?]
        at net.minecraftforge.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:337) [FMLCommonHandler.class:?]
        at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:219) [nz.class:?]
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:484) [MinecraftServer.class:?]
        at java.lang.Thread.run(Unknown Source) [?:1.8.0_171]
Caused by: java.lang.AbstractMethodError
        at buildcraft.silicon.plug.FacadeStateManager.doesPropertyConform(FacadeStateManager.java:343) ~[FacadeStateManager.class:?]
        ... 37 more
[08:50:55] [Server thread/INFO] [draconicevolution]: Finished Initialization
[08:50:55] [Server thread/INFO] [EnderCore]: [Handlers] Skipping class com.enderio.core.client.handlers.OreDictTooltipHandler, it is not loaded on this side.
[08:50:55] [Server thread/INFO] [EnderCore]: [Handlers] Registering handler RightClickCropHandler to busses: [FORGE]
[08:50:55] [Server thread/INFO] [EnderCore]: [Handlers] Registering handler FluidSpawnHandler to busses: [FORGE]
[08:50:55] [Server thread/INFO] [EnderCore]: [Handlers] Registering handler JoinMessageHandler to busses: [FORGE]
[08:50:55] [Server thread/INFO] [EnderCore]: [Handlers] Registering handler XPBoostHandler to busses: [FORGE]
[08:50:55] [Server thread/INFO] [EnderCore]: [Handlers] Skipping class com.enderio.core.client.handlers.FluidVisualsHandler, it is not loaded on this side.
[08:50:55] [Server thread/INFO] [EnderCore]: [Handlers] Skipping class com.enderio.core.client.handlers.EnchantTooltipHandler, it is not loaded on this side.
[08:50:55] [Server thread/INFO] [EnderCore]: [Handlers] Registering handler FireworkHandler to busses: [FORGE]
[08:50:55] [Server thread/INFO] [EnderCore]: [Handlers] Skipping class com.enderio.core.client.handlers.ClientHandler, it is not loaded on this side.
[08:50:55] [Server thread/INFO] [EnderCore]: [Handlers] Skipping class com.enderio.core.client.handlers.SpecialTooltipHandler, it is not loaded on this side.
[08:50:55] [Server thread/INFO] [EnderCore]: [Handlers] Registering handler AutoSmeltHandler to busses: [FORGE]
[08:50:55] [Server thread/INFO] [EnderCore]: [Handlers] Registering handler Scheduler to busses: [FORGE]
[08:50:55] [Server thread/INFO] [EnderCore]: Sending dummy event to all mods
[08:50:55] [Server thread/INFO] [EnderCore]: Reloading ingame configs for modid: endercore
[08:50:55] [Server thread/INFO] [enderio]: Updating config...
[08:50:55] [Server thread/INFO] [enderio]: Updating config...
[08:50:55] [Server thread/INFO] [enderio]: Updating config...
[08:50:55] [Server thread/INFO] [enderio]: Updating config...
[08:50:55] [Server thread/INFO] [enderio]: Updating config...
[08:50:55] [Server thread/INFO] [simplyjetpacks]: Updating config...
[08:50:55] [Server thread/INFO] [SimplyJetpacks]: Loading configuration files
[08:50:55] [Server thread/INFO] [enderio]: Sending whitelist message to Chisel and Bits for block blockDecoration1
[08:50:55] [Server thread/INFO] [enderio]: Sending whitelist message to Chisel and Bits for block blockDecoration2
[08:50:55] [Server thread/INFO] [enderio]: Sending whitelist message to Chisel and Bits for block blockDecoration3
[08:50:56] [Server thread/INFO] [enderio]: Registered permission enderio.gui.block_dark_steel_anvil
[08:50:56] [Server thread/INFO] [enderio]: Registered permission enderio.gui.item_basic_item_filter
[08:50:56] [Server thread/INFO] [enderio]: Registered permission enderio.gui.item_advanced_item_filter
[08:50:56] [Server thread/INFO] [enderio]: Registered permission enderio.gui.item_limited_item_filter
[08:50:56] [Server thread/INFO] [enderio]: Registered permission enderio.gui.item_big_item_filter
[08:50:56] [Server thread/INFO] [enderio]: Registered permission enderio.gui.item_big_advanced_item_filter
[08:50:56] [Server thread/INFO] [enderio]: Registered permission enderio.gui.item_existing_item_filter
[08:50:56] [Server thread/INFO] [enderio]: Registered permission enderio.gui.item_mod_item_filter
[08:50:56] [Server thread/INFO] [enderio]: Registered permission enderio.gui.item_power_item_filter
[08:50:56] [Server thread/INFO] [enderio]: Registered permission enderio.gui.item_fluid_filter
[08:50:56] [Server thread/INFO] [enderio]: Registered permission enderio.gui.item_redstone_not_filter
[08:50:56] [Server thread/INFO] [enderio]: Registered permission enderio.gui.item_redstone_or_filter
[08:50:56] [Server thread/INFO] [enderio]: Registered permission enderio.gui.item_redstone_and_filter
[08:50:56] [Server thread/INFO] [enderio]: Registered permission enderio.gui.item_redstone_nor_filter
[08:50:56] [Server thread/INFO] [enderio]: Registered permission enderio.gui.item_redstone_nand_filter
[08:50:56] [Server thread/INFO] [enderio]: Registered permission enderio.gui.item_redstone_xor_filter
[08:50:56] [Server thread/INFO] [enderio]: Registered permission enderio.gui.item_redstone_xnor_filter
[08:50:56] [Server thread/INFO] [enderio]: Registered permission enderio.gui.item_redstone_toggle_filter
[08:50:56] [Server thread/INFO] [enderio]: Registered permission enderio.gui.item_redstone_counting_filter
[08:50:56] [Server thread/INFO] [enderio]: Registered permission enderio.gui.item_redstone_sensor_filter
[08:50:56] [Server thread/INFO] [enderio]: Registered permission enderio.gui.item_redstone_timer_filter
[08:50:56] [Server thread/INFO] [enderio]: Registered permission enderio.gui.block_conduit_bundle
[08:50:56] [Server thread/INFO] [enderio]: Registered permission enderio.gui.block_simple_alloy_smelter
[08:50:56] [Server thread/INFO] [enderio]: Registered permission enderio.gui.block_alloy_smelter
[08:50:56] [Server thread/INFO] [enderio]: Registered permission enderio.gui.block_buffer
[08:50:56] [Server thread/INFO] [enderio]: Registered permission enderio.gui.block_enchanter
[08:50:56] [Server thread/INFO] [enderio]: Registered permission enderio.gui.block_farm_station
[08:50:56] [Server thread/INFO] [enderio]: Registered permission enderio.gui.block_combustion_generator
[08:50:56] [Server thread/INFO] [enderio]: Registered permission enderio.gui.block_enhanced_combustion_generator
[08:50:56] [Server thread/INFO] [enderio]: Registered permission enderio.gui.block_simple_stirling_generator
[08:50:56] [Server thread/INFO] [enderio]: Registered permission enderio.gui.block_stirling_generator
[08:50:56] [Server thread/INFO] [enderio]: Registered permission enderio.gui.block_zombie_generator
[08:50:56] [Server thread/INFO] [enderio]: Registered permission enderio.gui.block_killer_joe
[08:50:56] [Server thread/INFO] [enderio]: Registered permission enderio.gui.block_attractor_obelisk
[08:50:56] [Server thread/INFO] [enderio]: Registered permission enderio.gui.block_aversion_obelisk
[08:50:56] [Server thread/INFO] [enderio]: Registered permission enderio.gui.block_inhibitor_obelisk
[08:50:56] [Server thread/INFO] [enderio]: Registered permission enderio.gui.block_relocator_obelisk
[08:50:56] [Server thread/INFO] [enderio]: Registered permission enderio.gui.block_weather_obelisk
[08:50:56] [Server thread/INFO] [enderio]: Registered permission enderio.gui.block_experience_obelisk
[08:50:56] [Server thread/INFO] [enderio]: Registered permission enderio.gui.block_painter
[08:50:56] [Server thread/INFO] [enderio]: Registered permission enderio.gui.block_simple_sag_mill
[08:50:56] [Server thread/INFO] [enderio]: Registered permission enderio.gui.block_sag_mill
[08:50:56] [Server thread/INFO] [enderio]: Registered permission enderio.gui.block_slice_and_splice
[08:50:56] [Server thread/INFO] [enderio]: Registered permission enderio.gui.block_soul_binder
[08:50:56] [Server thread/INFO] [enderio]: Registered permission enderio.gui.block_powered_spawner
[08:50:56] [Server thread/INFO] [enderio]: Registered permission enderio.gui.block_vat
[08:50:56] [Server thread/INFO] [enderio]: Registered permission enderio.gui.block_wired_charger
[08:50:56] [Server thread/INFO] [enderio]: Registered permission enderio.gui.block_tank
[08:50:56] [Server thread/INFO] [enderio]: Registered permission enderio.gui.block_transceiver
[08:50:56] [Server thread/INFO] [enderio]: Registered permission enderio.gui.block_vacuum_chest
[08:50:56] [Server thread/INFO] [enderio]: Registered permission enderio.gui.block_xp_vacuum
[08:50:56] [Server thread/INFO] [enderio]: Registered permission enderio.gui.block_travel_anchor
[08:50:56] [Server thread/INFO] [enderio]: Registered permission enderio.gui.block_tele_pad
[08:50:56] [Server thread/INFO] [enderio]: Registered permission enderio.gui.block_dialing_device
[08:50:56] [Server thread/INFO] [enderio]: Registered permission enderio.gui.block_impulse_hopper
[08:50:56] [Server thread/INFO] [enderio]: Registered permission enderio.gui.block_crafter
[08:50:56] [Server thread/INFO] [enderio]: Registered permission enderio.gui.block_simple_crafter
[08:50:56] [Server thread/INFO] [enderio]: Registered permission enderio.gui.block_cap_bank
[08:50:56] [Server thread/INFO] [enderio]: Registered permission enderio.gui.block_power_monitor
[08:50:56] [Server thread/INFO] [enderio]: Registered permission enderio.gui.block_advanced_power_monitor
[08:50:56] [Server thread/INFO] [STDOUT]: [crazypants.enderio.conduits.me.EnderIOConduitsAppliedEnergistics:init:51]: Mixin successful? true
[08:50:56] [Server thread/ERROR] [excompressum]: Entry excompressum:compressed_block could not be generated in HeavySieve because exnihilocreatio:block_endstone_crushed is not an Ex Nihilo siftable
[08:50:57] [Server thread/WARN] [FML]: Overriding existing radiation moderator data for <redstone>
[08:50:57] [Server thread/WARN] [FML]: Overriding existing radiation moderator data for <glowstone>
[08:50:57] [Server thread/WARN] [FML]: Overriding existing radiation moderator data for <ender>
[08:50:57] [Server thread/INFO] [Mekanism]: Version 9.4.3 initializing...
[08:50:58] [Server thread/INFO] [Mekanism]: Loading complete.
[08:50:58] [Server thread/INFO] [Mekanism]: Mod loaded.
[08:50:58] [Server thread/INFO] [Mekanism]: Loaded MekanismGenerators module.
[08:50:58] [Server thread/INFO] [Mekanism]: Loaded MekanismTools module.
[08:50:58] [Server thread/INFO] [nuclearcraft]: Initializing...
[08:50:58] [Server thread/INFO] [nuclearcraft]: nuclearcraft_alloy_furnace - a recipe was removed because the input [null, null] is invalid!
[08:50:58] [Server thread/INFO] [nuclearcraft]: nuclearcraft_alloy_furnace - a recipe was removed because the input [null] is invalid!
[08:50:58] [Server thread/INFO] [nuclearcraft]: nuclearcraft_alloy_furnace - a recipe was removed because the input [null, null] is invalid!
[08:50:58] [Server thread/INFO] [nuclearcraft]: nuclearcraft_alloy_furnace - a recipe was removed because the input [null, null] is invalid!
[08:50:58] [Server thread/INFO] [nuclearcraft]: nuclearcraft_alloy_furnace - a recipe was removed because the input [null] is invalid!
[08:50:58] [Server thread/INFO] [nuclearcraft]: nuclearcraft_alloy_furnace - a recipe was removed because the input [null, null] is invalid!
[08:50:58] [Server thread/INFO] [nuclearcraft]: nuclearcraft_alloy_furnace - a recipe was removed because the input [null, null] is invalid!
[08:50:58] [Server thread/INFO] [nuclearcraft]: nuclearcraft_alloy_furnace - a recipe was removed because the input [null, null] is invalid!
[08:50:58] [Server thread/INFO] [nuclearcraft]: nuclearcraft_alloy_furnace - a recipe was removed because the input [null] is invalid!
[08:50:58] [Server thread/INFO] [nuclearcraft]: nuclearcraft_alloy_furnace - a recipe was removed because the input [null, null] is invalid!
[08:50:58] [Server thread/INFO] [nuclearcraft]: nuclearcraft_alloy_furnace - a recipe was removed because the input [null, null] is invalid!
[08:50:58] [Server thread/INFO] [nuclearcraft]: nuclearcraft_alloy_furnace - a recipe was removed because the input [null] is invalid!
[08:50:58] [Server thread/INFO] [nuclearcraft]: nuclearcraft_alloy_furnace - a recipe was removed because the input [null] is invalid!
[08:50:58] [Server thread/INFO] [nuclearcraft]: nuclearcraft_alloy_furnace - a recipe was removed because the input [null] is invalid!
[08:51:00] [Server thread/INFO] [net.minecraftforge.fml.common.FMLModContainer]: Found 803 ores
[08:51:00] [Server thread/INFO] [net.minecraftforge.fml.common.FMLModContainer]: Created new network wrapper rc&reborncore.&64769
[08:51:00] [Server thread/INFO] [net.minecraftforge.fml.common.FMLModContainer]: Registed packet to rc&reborncore.&64769 side: SERVER id:0
[08:51:00] [Server thread/INFO] [net.minecraftforge.fml.common.FMLModContainer]: Created new network wrapper rc&reborncore.&39932
[08:51:00] [Server thread/INFO] [net.minecraftforge.fml.common.FMLModContainer]: Registed packet to rc&reborncore.&39932 side: CLIENT id:0
[08:51:00] [Server thread/INFO] [net.minecraftforge.fml.common.FMLModContainer]: Registed packet to rc&reborncore.&39932 side: SERVER id:1
[08:51:00] [Server thread/INFO] [net.minecraftforge.fml.common.FMLModContainer]: Registed packet to rc&reborncore.&39932 side: SERVER id:2
[08:51:00] [Server thread/INFO] [net.minecraftforge.fml.common.FMLModContainer]: Registed packet to rc&reborncore.&39932 side: CLIENT id:3
[08:51:00] [Server thread/INFO] [net.minecraftforge.fml.common.FMLModContainer]: Registed packet to rc&reborncore.&39932 side: SERVER id:4
[08:51:00] [Server thread/INFO] [net.minecraftforge.fml.common.FMLModContainer]: Created new network wrapper rc&vswe.steves&10928
[08:51:00] [Server thread/INFO] [net.minecraftforge.fml.common.FMLModContainer]: Registed packet to rc&vswe.steves&10928 side: CLIENT id:0
[08:51:00] [Server thread/INFO] [net.minecraftforge.fml.common.FMLModContainer]: Registed packet to rc&vswe.steves&10928 side: SERVER id:2
[08:51:00] [Server thread/INFO] [net.minecraftforge.fml.common.FMLModContainer]: Registed packet to rc&vswe.steves&10928 side: CLIENT id:3
[08:51:00] [Server thread/INFO] [net.minecraftforge.fml.common.FMLModContainer]: Loaded registrys for net.minecraftforge.fml.common.event.FMLInitializationEvent in 0ms
> SGCraft.init
[08:51:00] [Server thread/INFO] [SimplyJetpacks]: Registering handlers
[08:51:00] [Server thread/INFO] [STDOUT]: [com.therandomlabs.randompatches.RPTransformer:transform:37]: Patching class: net.minecraft.network.NetHandlerPlayServer
[08:51:00] [Server thread/INFO] [STDOUT]: [com.therandomlabs.randompatches.RPTransformer:findUpdateMethod:198]: Patching method: e
[08:51:00] [Server thread/INFO] [SimplyJetpacks]: Registering network messages
[08:51:00] [Server thread/INFO] [SimplyJetpacks]: Doing intermod communication
[08:51:00] [Server thread/INFO] [SimplyJetpacks]: Registering TE Induction Smelter recipe
[08:51:00] [Server thread/INFO] [SimplyJetpacks]: Registering TE Induction Smelter recipe
[08:51:00] [Server thread/INFO] [SimplyJetpacks]: Registering TE Induction Smelter recipe
[08:51:00] [Server thread/INFO] [SimplyJetpacks]: Registering TE Fluid Transposer fill recipe
[08:51:00] [Server thread/INFO] [SimplyJetpacks]: Registering TE Fluid Transposer fill recipe
[08:51:00] [Server thread/INFO] [SimplyJetpacks]: Registering Sounds...
[08:51:00] [Server thread/WARN] [AE2:S]: Problem detected when processing IMC add-p2p-attunement-forge-power from mekanism
[08:51:00] [Server thread/INFO] [enderio]: Processing IMC message recipe:enchanter from randomthings
[08:51:00] [Server thread/INFO] [enderio]: Processing IMC message recipe:xml from endercore
[08:51:00] [Server thread/INFO] [enderio]: Processing IMC message recipe:xml from endercore
[08:51:01] [Server thread/INFO] [enderio]: Could not find an entity for 'enderzoo:concussioncreeper'
[08:51:01] [Server thread/INFO] [enderio]: Could not find an entity for 'enderzoo:direslime'
[08:51:01] [Server thread/INFO] [enderio]: Could not find an entity for 'enderzoo:direwolf'
[08:51:01] [Server thread/INFO] [enderio]: Could not find an entity for 'enderzoo:enderminy'
[08:51:01] [Server thread/INFO] [enderio]: Could not find an entity for 'enderzoo:fallenknight'
[08:51:01] [Server thread/INFO] [enderio]: Could not find an entity for 'enderzoo:fallenmount'
[08:51:01] [Server thread/INFO] [enderio]: Could not find an entity for 'enderzoo:owl'
[08:51:01] [Server thread/INFO] [enderio]: Could not find an entity for 'enderzoo:withercat'
[08:51:01] [Server thread/INFO] [enderio]: Could not find an entity for 'enderzoo:witherwitch'
[08:51:01] [Server thread/INFO] [enderio]: Could not find an entity for 'chickens:chickenschicken'
[08:51:01] [Server thread/INFO] [enderio]: Could not find an entity for 'industrialforegoing:pink_slime'
[08:51:01] [Server thread/INFO] [enderio]: Could not find an entity for 'iceandfire:firedragon'
[08:51:01] [Server thread/INFO] [enderio]: Could not find an entity for 'iceandfire:icedragon'
[08:51:01] [Server thread/INFO] [enderio]: Could not find an entity for 'iceandfire:icevillager'
[08:51:01] [Server thread/INFO] [enderio]: Could not find an entity for 'iceandfire:hippogryph'
[08:51:01] [Server thread/INFO] [enderio]: Could not find an entity for 'iceandfire:gorgon'
[08:51:01] [Server thread/INFO] [enderio]: Could not find an entity for 'iceandfire:if_pixie'
[08:51:01] [Server thread/INFO] [enderio]: Could not find an entity for 'iceandfire:cyclops'
[08:51:01] [Server thread/INFO] [enderio]: Could not find an entity for 'iceandfire:hippogryph'
[08:51:01] [Server thread/INFO] [enderio]: Could not find an entity for 'matteroverdrive:rogue_android'
[08:51:01] [Server thread/INFO] [enderio]: Could not find an entity for 'matteroverdrive:mad_scientist'
[08:51:01] [Server thread/INFO] [enderio]: Could not find an entity for 'matteroverdrive:mutant_scientist'
[08:51:01] [Server thread/INFO] [enderio]: Could not find an entity for 'meecreeps:meecreeps'
[08:51:01] [Server thread/INFO] [enderio]: Could not find an entity for 'primitivemobs:chameleon'
[08:51:01] [Server thread/INFO] [enderio]: Could not find an entity for 'primitivemobs:treasure_slime'
[08:51:01] [Server thread/INFO] [enderio]: Could not find an entity for 'primitivemobs:haunted_tool'
[08:51:01] [Server thread/INFO] [enderio]: Could not find an entity for 'primitivemobs:grovesprite'
[08:51:01] [Server thread/INFO] [enderio]: Could not find an entity for 'primitivemobs:bewitched_tome'
[08:51:01] [Server thread/INFO] [enderio]: Could not find an entity for 'primitivemobs:filch_lizard'
[08:51:01] [Server thread/INFO] [enderio]: Could not find an entity for 'primitivemobs:brain_slime'
[08:51:01] [Server thread/INFO] [enderio]: Could not find an entity for 'primitivemobs:rocket_creeper'
[08:51:01] [Server thread/INFO] [enderio]: Could not find an entity for 'primitivemobs:festive_creeper'
[08:51:01] [Server thread/INFO] [enderio]: Could not find an entity for 'primitivemobs:support_creeper'
[08:51:01] [Server thread/INFO] [enderio]: Could not find an entity for 'primitivemobs:skeleton_warrior'
[08:51:01] [Server thread/INFO] [enderio]: Could not find an entity for 'primitivemobs:blazing_juggernaut'
[08:51:01] [Server thread/INFO] [enderio]: Could not find an entity for 'primitivemobs:lily_lurker'
[08:51:01] [Server thread/INFO] [enderio]: Could not find an entity for 'primitivemobs:mother_spider'
[08:51:01] [Server thread/INFO] [enderio]: Could not find an entity for 'primitivemobs:baby_spider'
[08:51:01] [Server thread/INFO] [enderio]: Could not find an entity for 'primitivemobs:trollager'
[08:51:01] [Server thread/INFO] [enderio]: Could not find an entity for 'primitivemobs:lost_miner'
[08:51:01] [Server thread/INFO] [enderio]: Could not find an entity for 'primitivemobs:traveling_merchant'
[08:51:01] [Server thread/INFO] [enderio]: Could not find an entity for 'primitivemobs:dodo'
[08:51:01] [Server thread/INFO] [enderio]: Could not find an entity for 'primitivemobs:mimic'
[08:51:01] [Server thread/INFO] [enderio]: Could not find an entity for 'totemic:buffalo'
[08:51:01] [Server thread/INFO] [enderio]: Could not find an entity for 'totemic:baykok'
[08:51:01] [Server thread/INFO] [enderio]: Could not find an entity for 'totemic:bald_eagle'
[08:51:01] [Server thread/INFO] [enderio]: Reading user recipe file user_recipes.xml
[08:51:01] [Server thread/INFO] [FML]: Ignored smelting recipe with conflicting input: 1xic2.dust@0 = 1xic2.ingot@1
[08:51:01] [Server thread/INFO] [FML]: Ignored smelting recipe with conflicting input: 1xitem.thermalfoundation.material@97 = 1xitem.thermalfoundation.material@161
[08:51:01] [Server thread/INFO] [FML]: Ignored smelting recipe with conflicting input: 1xitem.bigreactors:dustmetals@1 = 1xitem.bigreactors:ingotmetals@1
[08:51:01] [Server thread/INFO] [FML]: Ignored smelting recipe with conflicting input: 1xitem.bigreactors:dustmetals@3 = 1xitem.bigreactors:ingotmetals@3
[08:51:01] [Server thread/INFO] [FML]: Ignored smelting recipe with conflicting input: 1xitem.nuclearcraft.dust@8 = 1xitem.nuclearcraft.ingot@8
[08:51:01] [Server thread/INFO] [FML]: Ignored smelting recipe with conflicting input: 1xitem.bigreactors:dustmetals@4 = 1xitem.bigreactors:ingotmetals@4
[08:51:01] [Server thread/INFO] [FML]: Ignored smelting recipe with conflicting input: 1xic2.dust@8 = 1xitem.ingotIron@0
[08:51:01] [Server thread/INFO] [FML]: Ignored smelting recipe with conflicting input: 1xic2.dust@7 = 1xitem.ingotGold@0
[08:51:01] [Server thread/INFO] [FML]: Ignored smelting recipe with conflicting input: 1xic2.dust@4 = 1xic2.ingot@2
[08:51:01] [Server thread/INFO] [FML]: Ignored smelting recipe with conflicting input: 1xic2.dust@17 = 1xic2.ingot@6
[08:51:01] [Server thread/INFO] [FML]: Ignored smelting recipe with conflicting input: 1xic2.dust@10 = 1xic2.ingot@3
[08:51:01] [Server thread/INFO] [FML]: Ignored smelting recipe with conflicting input: 1xic2.dust@14 = 1xic2.ingot@4
[08:51:01] [Server thread/INFO] [FML]: Ignored smelting recipe with conflicting input: 1xitem.thermalfoundation.material@69 = 1xitem.thermalfoundation.material@133
[08:51:01] [Server thread/INFO] [FML]: Ignored smelting recipe with conflicting input: 1xitem.ic2compat@0 = 1xitem.exnihilocreatio.ore.aluminium@3
[08:51:01] [Server thread/INFO] [FML]: Ignored smelting recipe with conflicting input: 1xitem.thermalfoundation.material@68 = 1xitem.thermalfoundation.material@132
[08:51:01] [Server thread/WARN] [enderio]: Not adding supplied recipe as a recipe already exists for the input: 1xtile.basic_block_core.0@7
[08:51:01] [Server thread/INFO] [FML]: Ignored smelting recipe with conflicting input: 1xitem.thermalfoundation.material@70 = 1xitem.thermalfoundation.material@134
[08:51:01] [Server thread/INFO] [FML]: Ignored smelting recipe with conflicting input: 1xitem.thermalfoundation.material@72 = 1xitem.thermalfoundation.material@136
[08:51:01] [Server thread/INFO] [FML]: Ignored smelting recipe with conflicting input: 1xitem.exnihilocreatio.ore.osmium@2 = 1xitem.exnihilocreatio.ore.osmium@3
[08:51:01] [Server thread/INFO] [FML]: Ignored smelting recipe with conflicting input: 1xitem.bigreactors:dustmetals@0 = 1xitem.bigreactors:ingotmetals@0
[08:51:01] [Server thread/INFO] [FML]: Ignored smelting recipe with conflicting input: 1xitem.exnihilocreatio.ore.ardite@2 = 1xitem.tconstruct.ingots@1
[08:51:01] [Server thread/INFO] [FML]: Ignored smelting recipe with conflicting input: 1xitem.exnihilocreatio.ore.cobalt@2 = 1xitem.tconstruct.ingots@0
[08:51:01] [Server thread/INFO] [FML]: Ignored smelting recipe with conflicting input: 1xitem.nuclearcraft.dust@4 = 1xic2.ingot@8
[08:51:01] [Server thread/INFO] [FML]: Ignored smelting recipe with conflicting input: 1xitem.item_basic_asteroids@9 = 1xitem.item_basic_asteroids@0
[08:51:01] [Server thread/INFO] [FML]: Ignored smelting recipe with conflicting input: 1xitem.nuclearcraft.dust@7 = 1xitem.nuclearcraft.ingot@7
[08:51:01] [Server thread/INFO] [FML]: Ignored smelting recipe with conflicting input: 1xitem.draconicevolution:draconium_dust@0 = 1xitem.draconicevolution:draconium_ingot@0
[08:51:01] [Server thread/WARN] [enderio]: Not adding supplied recipe as a recipe already exists for the input: 1xtile.bigreactors:brore@0
[08:51:01] [Server thread/INFO] [enderio]: Created 6 synthetic recipes for 3xitem.item_material@38 => 1xitem.item_material@3
[08:51:01] [Server thread/INFO] [enderio]: Created 6 synthetic recipes for 4xitem.netherquartz@0 => 1xtile.block_fused_quartz@0
[08:51:01] [Server thread/INFO] [enderio]: Created 6 synthetic recipes for 1xtile.quartzBlock@0 => 1xtile.block_fused_quartz@0
[08:51:01] [Server thread/INFO] [enderio]: Created 6 synthetic recipes for 1xtile.glass@0 => 1xtile.block_fused_glass@0
[08:51:01] [Server thread/INFO] [enderio]: Created 6 synthetic recipes for 1xtile.sapling@0 => 1xtile.deadbush@0
[08:51:01] [Server thread/INFO] [FML]: Ignored smelting recipe with conflicting input: 1xic2.dust@4 = 1xic2.ingot@2
[08:51:01] [Server thread/INFO] [FML]: Ignored smelting recipe with conflicting input: 1xic2.dust@17 = 1xic2.ingot@6
[08:51:01] [Server thread/INFO] [FML]: Ignored smelting recipe with conflicting input: 1xitem.exnihilocreatio.ore.ardite@2 = 1xitem.tconstruct.ingots@1
[08:51:01] [Server thread/INFO] [FML]: Ignored smelting recipe with conflicting input: 1xitem.exnihilocreatio.ore.cobalt@2 = 1xitem.tconstruct.ingots@0
[08:51:01] [Server thread/INFO] [Mekanism]: [Mekanism] bigreactors added recipe of type EnrichmentChamber to the recipe list.
[08:51:01] [Server thread/INFO] [Mekanism]: [Mekanism] bigreactors added recipe of type Crusher to the recipe list.
[08:51:01] [Server thread/INFO] [Mekanism]: [Mekanism] bigreactors added recipe of type Crusher to the recipe list.
[08:51:01] [Server thread/INFO] [Mekanism]: [Mekanism] bigreactors added recipe of type Crusher to the recipe list.
[08:51:01] [Server thread/INFO] [Mekanism]: [Mekanism] bigreactors added recipe of type Crusher to the recipe list.
[08:51:02] [Server thread/INFO] [FML]: Injecting itemstacks
[08:51:02] [Server thread/INFO] [FML]: Itemstack injection complete
[08:51:02] [Server thread/WARN] [FML]: No types have been added to Biome appliedenergistics2:storage_biome, types have been assigned on a best-effort guess: [COLD, PLAINS]
[08:51:02] [Server thread/INFO] [Actually Additions]: Starting PostInitialization Phase...
[08:51:02] [Server thread/INFO] [Actually Additions]: Initializing Crusher Recipes...
[08:51:02] [Server thread/INFO] [Actually Additions]: Registered a total of 105 booklet chapters, where 308 out of 426 booklet pages contain information about items or fluids!
[08:51:02] [Server thread/INFO] [Actually Additions]: PostInitializing ServerProxy...
[08:51:02] [Server thread/INFO] [Actually Additions]: PostInitialization Finished.
[08:51:02] [Server thread/INFO] [ic2.Uu]: Loading predefined UU world scan values, run /ic2 uu-world-scan <small|medium|large> to calibrate them for your world.
[08:51:02] [Server thread/INFO] [ic2.General]: ic2 version 2.8.75-ex112 loaded.
[08:51:02] [Server thread/INFO] [AE2:S]: Post Initialization ( started )
[08:51:02] [Server thread/INFO] [AE2:S]: Industrial Craft 2 - Integration Enable
[08:51:02] [Server thread/INFO] [AE2:S]: Railcraft - Integration Disabled
[08:51:02] [Server thread/INFO] [AE2:S]: Mine Factory Reloaded - Integration Disabled
[08:51:02] [Server thread/INFO] [AE2:S]: Waila - Integration Disabled
[08:51:02] [Server thread/INFO] [AE2:S]: Mekanism - Integration Enable
[08:51:02] [Server thread/INFO] [AE2:S]: OpenComputers - Integration Disabled
[08:51:02] [Server thread/INFO] [AE2:S]: TheOneProbe - Integration Disabled
[08:51:02] [Server thread/INFO] [AE2:S]: Tesla - Integration Enable
[08:51:02] [Server thread/INFO] [AE2:S]: CraftTweaker - Integration Disabled
[08:51:03] [Server thread/INFO] [AE2:S]: Post Initialization ( ended after 444ms )
[08:51:03] [Server thread/INFO] [thermalfoundation]: Thermal Foundation: Tinkers' Construct Plugin Enabled.
[08:51:03] [Server thread/INFO] [draconicevolution]: Finished PostInitialization
[08:51:10] [Server thread/INFO] [Galacticraft]: Galacticraft: activating Mekanism compatibility.
[08:51:10] [Server thread/INFO] [Galacticraft]: Galacticraft: activating ThermalExpansion compatibility features.
[08:51:10] [Server thread/INFO] [Galacticraft]: Galacticraft: activating Tinker's Construct compatibility features.
[08:51:10] [Server thread/INFO] [Galacticraft]: Galacticraft: activating IndustrialCraft2 compatibility features.
[08:51:10] [Server thread/INFO] [Galacticraft]: Galacticraft: activating BuildCraft Transport (Pipes) compatibility features.
[08:51:10] [Server thread/INFO] [Galacticraft]: Galacticraft: activating AppliedEnergistics2 compatibility features.
[08:51:10] [Server thread/INFO] [Mekanism]: Fake player readout: UUID = 46e82cd0-d480-3d48-800a-77431ede078e, name = [Mekanism]
[08:51:10] [Server thread/INFO] [Mekanism]: Hooked into IC2 successfully.
[08:51:10] [Server thread/INFO] [Mekanism]: Hooking complete.
[08:51:10] [Server thread/INFO] [nuclearcraft]: Post Initializing...
[08:51:10] [Server thread/INFO] [thermalexpansion]: Thermal Expansion: Actually Additions Plugin Enabled.
[08:51:10] [Server thread/INFO] [thermalexpansion]: Thermal Expansion: Applied Energistics 2 Plugin Enabled.
[08:51:10] [Server thread/INFO] [thermalexpansion]: Thermal Expansion: IndustrialCraft 2 Plugin Enabled.
[08:51:10] [Server thread/INFO] [thermalexpansion]: Thermal Expansion: Quark Plugin Enabled.
[08:51:10] [Server thread/INFO] [thermalexpansion]: Thermal Expansion: Tinkers' Construct Plugin Enabled.
[08:51:10] [Server thread/INFO] [net.minecraftforge.fml.common.FMLModContainer]: Loaded registrys for net.minecraftforge.fml.common.event.FMLPostInitializationEvent in 0ms
[08:51:11] [Server thread/INFO] [cofhcore]: CoFH Core: Load Complete.
[08:51:11] [Server thread/INFO] [cofhworld]: Found 4 World Generation files and 0 folders present in C:\Users\Erik\Desktop\Server_v3\config\cofh\world.
[08:51:11] [Server thread/INFO] [cofhworld]: Reading world generation info from: cofh\world\01_thermalfoundation_ores.json:
[08:51:11] [Server thread/INFO] [cofhworld]: Finished reading cofh\world\01_thermalfoundation_ores.json
[08:51:11] [Server thread/INFO] [cofhworld]: Reading world generation info from: cofh\world\02_thermalfoundation_oil.json:
[08:51:11] [Server thread/INFO] [cofhworld]: Finished reading cofh\world\02_thermalfoundation_oil.json
[08:51:11] [Server thread/INFO] [cofhworld]: Reading world generation info from: cofh\world\03_thermalfoundation_clathrates.json:
[08:51:11] [Server thread/INFO] [cofhworld]: Finished reading cofh\world\03_thermalfoundation_clathrates.json
[08:51:11] [Server thread/INFO] [cofhworld]: CoFH World: Load Complete.
[08:51:11] [Server thread/INFO] [thermalfoundation]: [Whitelist] Reading established Whitelist from file.
[08:51:11] [Server thread/INFO] [thermalfoundation]: Thermal Foundation: Load Complete.
[08:51:11] [Server thread/INFO] [thermalexpansion]: Thermal Expansion: Load Complete.
[08:51:11] [Server thread/INFO] [redstonearsenal]: Redstone Arsenal: Load Complete.
[08:51:11] [Server thread/INFO] [thermaldynamics]: Thermal Dynamics: Load Complete.
[08:51:12] [Server thread/INFO] [FML]: Forge Mod Loader has successfully loaded 89 mods
> [08:51:12][FINE/CustomNPCs][noppes.npcs.controllers.LinkedNpcController:42] Loading Linked Npcs
[08:51:12][FINE/CustomNPCs][noppes.npcs.controllers.LinkedNpcController:62] Done loading Linked Npcs
[08:51:12] [Server thread/INFO]: Preparing level "world"
[08:51:12] [Server thread/INFO] [FML]: Injecting existing registry data into this server instance
[08:51:13] [Server thread/INFO] [FML]: Applying holder lookups
[08:51:13] [Server thread/INFO] [FML]: Holder lookups applied
[08:51:14] [Server thread/INFO] [FML]: Loading dimension 0 (world) (net.minecraft.server.dedicated.DedicatedServer@5272fca8)
[08:51:14] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement buildcraftcore:goggles
com.google.gson.JsonSyntaxException: Expected item to be an item, was unknown string 'buildcraftcore:goggles'
        at net.minecraft.util.JsonUtils.func_188172_b(SourceFile:124) ~[rc.class:?]
        at net.minecraft.util.JsonUtils.func_188180_i(SourceFile:135) ~[rc.class:?]
        at net.minecraft.advancements.DisplayInfo.func_193221_a(DisplayInfo.java:133) ~[r.class:?]
        at net.minecraft.advancements.DisplayInfo.func_192294_a(DisplayInfo.java:111) ~[r.class:?]
        at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:202) ~[i$a.class:?]
        at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?]
        at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?]
        at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?]
        at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?]
        at net.minecraft.util.JsonUtils.func_193839_a(SourceFile:532) ~[rc.class:?]
        at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1342) ~[ForgeHooks.class:?]
        at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:821) [CraftingHelper.class:?]
        at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1324) [ForgeHooks.class:?]
        at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1298) [ForgeHooks.class:?]
        at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?]
        at net.minecraft.advancements.AdvancementManager.<init>(AdvancementManager.java:60) [ns.class:?]
        at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?]
        at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?]
        at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?]
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:484) [MinecraftServer.class:?]
        at java.lang.Thread.run(Unknown Source) [?:1.8.0_171]
[08:51:14] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement buildcrafttransport:pipe_logic
com.google.gson.JsonSyntaxException: Expected item to be an item, was unknown string 'buildcrafttransport:plug_gate'
        at net.minecraft.util.JsonUtils.func_188172_b(SourceFile:124) ~[rc.class:?]
        at net.minecraft.util.JsonUtils.func_188180_i(SourceFile:135) ~[rc.class:?]
        at net.minecraft.advancements.DisplayInfo.func_193221_a(DisplayInfo.java:133) ~[r.class:?]
        at net.minecraft.advancements.DisplayInfo.func_192294_a(DisplayInfo.java:111) ~[r.class:?]
        at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:202) ~[i$a.class:?]
        at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?]
        at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?]
        at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?]
        at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?]
        at net.minecraft.util.JsonUtils.func_193839_a(SourceFile:532) ~[rc.class:?]
        at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1342) ~[ForgeHooks.class:?]
        at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:821) [CraftingHelper.class:?]
        at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1324) [ForgeHooks.class:?]
        at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1298) [ForgeHooks.class:?]
        at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?]
        at net.minecraft.advancements.AdvancementManager.<init>(AdvancementManager.java:60) [ns.class:?]
        at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?]
        at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?]
        at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?]
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:484) [MinecraftServer.class:?]
        at java.lang.Thread.run(Unknown Source) [?:1.8.0_171]
[08:51:14] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement buildcrafttransport:extended_logic
com.google.gson.JsonSyntaxException: Expected item to be an item, was unknown string 'buildcrafttransport:plug_gate'
        at net.minecraft.util.JsonUtils.func_188172_b(SourceFile:124) ~[rc.class:?]
        at net.minecraft.util.JsonUtils.func_188180_i(SourceFile:135) ~[rc.class:?]
        at net.minecraft.advancements.DisplayInfo.func_193221_a(DisplayInfo.java:133) ~[r.class:?]
        at net.minecraft.advancements.DisplayInfo.func_192294_a(DisplayInfo.java:111) ~[r.class:?]
        at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:202) ~[i$a.class:?]
        at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?]
        at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?]
        at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?]
        at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?]
        at net.minecraft.util.JsonUtils.func_193839_a(SourceFile:532) ~[rc.class:?]
        at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1342) ~[ForgeHooks.class:?]
        at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:821) [CraftingHelper.class:?]
        at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1324) [ForgeHooks.class:?]
        at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1298) [ForgeHooks.class:?]
        at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?]
        at net.minecraft.advancements.AdvancementManager.<init>(AdvancementManager.java:60) [ns.class:?]
        at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?]
        at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?]
        at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?]
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:484) [MinecraftServer.class:?]
        at java.lang.Thread.run(Unknown Source) [?:1.8.0_171]
[08:51:14] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement buildcrafttransport:all_plugged_up
com.google.gson.JsonSyntaxException: Expected item to be an item, was unknown string 'buildcrafttransport:plug_light_sensor'
        at net.minecraft.util.JsonUtils.func_188172_b(SourceFile:124) ~[rc.class:?]
        at net.minecraft.util.JsonUtils.func_188180_i(SourceFile:135) ~[rc.class:?]
        at net.minecraft.advancements.DisplayInfo.func_193221_a(DisplayInfo.java:133) ~[r.class:?]
        at net.minecraft.advancements.DisplayInfo.func_192294_a(DisplayInfo.java:111) ~[r.class:?]
        at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:202) ~[i$a.class:?]
        at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?]
        at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?]
        at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?]
        at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?]
        at net.minecraft.util.JsonUtils.func_193839_a(SourceFile:532) ~[rc.class:?]
        at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1342) ~[ForgeHooks.class:?]
        at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:821) [CraftingHelper.class:?]
        at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1324) [ForgeHooks.class:?]
        at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1298) [ForgeHooks.class:?]
        at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?]
        at net.minecraft.advancements.AdvancementManager.<init>(AdvancementManager.java:60) [ns.class:?]
        at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?]
        at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?]
        at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?]
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:484) [MinecraftServer.class:?]
        at java.lang.Thread.run(Unknown Source) [?:1.8.0_171]
[08:51:14] [Server thread/ERROR]: Couldn't load advancement enderioconduits:item/4_big_advanced_filter: Task Advancement{parentId=enderioconduits:item/3_advanced_item_filter, display=net.minecraft.advancements.DisplayInfo@4f58e1e7, rewards=AdvancementRewards{experience=30, loot=[], recipes=[], function=null}, criteria={inv_changed-enderio:item_big_advanced_item_filter=net.minecraft.advancements.Criterion@5cbd4dbd}, requirements=[[inv_changed-enderio:item_big_advanced_item_filter]]}
[08:51:14] [Server thread/INFO]: Loaded 681 advancements
[08:51:15] [Server thread/INFO] [FML]: Loading dimension -343800852 (world) (net.minecraft.server.dedicated.DedicatedServer@5272fca8)
[08:51:15] [Server thread/INFO] [FML]: Loading dimension 2 (world) (net.minecraft.server.dedicated.DedicatedServer@5272fca8)
[08:51:15] [Server thread/INFO] [FML]: Loading dimension 1 (world) (net.minecraft.server.dedicated.DedicatedServer@5272fca8)
[08:51:15] [Server thread/INFO] [EnderCore ASM]: Transforming Class [net.minecraft.world.chunk.storage.ExtendedBlockStorage], Method [func_76663_a]
[08:51:15] [Server thread/INFO] [EnderCore ASM]: Transforming net.minecraft.world.chunk.storage.ExtendedBlockStorage Finished.
[08:51:15] [Server thread/INFO] [BuildCraft]: Added quarry to checking list
[08:51:15] [Server thread/INFO] [FML]: Loading dimension -1 (world) (net.minecraft.server.dedicated.DedicatedServer@5272fca8)
[08:51:15] [Server thread/INFO] [FML]: Loading dimension 4598 (world) (net.minecraft.server.dedicated.DedicatedServer@5272fca8)
[08:51:16] [Server thread/INFO] [BuildCraft]: Added quarry to checking list
[08:51:16] [Server thread/INFO] [BuildCraft]: Added quarry to checking list
[08:51:17] [Server thread/INFO] [BuildCraft]: Added quarry to checking list
[08:51:17] [Server thread/INFO] [BuildCraft]: Added quarry to checking list
[08:51:17] [Server thread/INFO] [BuildCraft]: Added quarry to checking list
[08:51:17] [Server thread/INFO] [BuildCraft]: Added quarry to checking list
[08:51:17] [Server thread/INFO]: Preparing start region for level 0
[08:51:18] [Server thread/INFO]: Preparing spawn area: 46%
[08:51:19] [Server thread/INFO]: Preparing spawn area: 99%
[08:51:19] [Server thread/INFO]: Done (7.807s)! For help, type "help" or "?"
[08:51:19] [Server Watchdog/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]: java.lang.IllegalArgumentException: timeout value is negative
[08:51:19] [Server Watchdog/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]:       at java.lang.Thread.sleep(Native Method)
[08:51:19] [Server Watchdog/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]:       at net.minecraft.server.dedicated.ServerHangWatchdog.run(ServerHangWatchdog.java:83)
[08:51:19] [Server Watchdog/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]:       at java.lang.Thread.run(Unknown Source)
[08:51:20] [Server thread/INFO] [Galacticraft]: Registered Dimension: -30
[08:51:20] [Server thread/INFO] [Galacticraft]: Registered Dimension: -20
[08:51:20] [Server thread/INFO] [Galacticraft]: Registered Dimension: -21
[08:51:20] [Server thread/INFO] [Galacticraft]: Registered Dimension: -15
[08:51:20] [Server thread/INFO] [Galacticraft]: Registered Dimension: -22
[08:51:20] [Server thread/INFO] [Galacticraft]: Registered Dimension: -29
[08:51:20] [Server thread/INFO] [Galacticraft]: Registered Dimension: -13
[08:51:20] [Server thread/INFO] [Galacticraft]: Registered Dimension: -18
[08:51:20] [Server thread/INFO] [Galacticraft]: Registered Dimension: -19
[08:51:20] [Server thread/INFO] [Galacticraft]: Registered Dimension: -16
[08:51:20] [Server thread/INFO] [Galacticraft]: Registered Dimension: -17
[08:51:20] [Server thread/INFO] [Galacticraft]: Registered Dimension: -31
[08:51:20] [Server thread/INFO] [Galacticraft]: Registered Dimension: -1505
[08:51:20] [Server thread/INFO] [Galacticraft]: Registered Dimension: -1503
[08:51:20] [Server thread/INFO] [Galacticraft]: Registered Dimension: -1501
[08:51:20] [Server thread/INFO] [Galacticraft]: Registered Dimension: -1506
[08:51:20] [Server thread/INFO] [Galacticraft]: Registered Dimension: -1511
[08:51:20] [Server thread/INFO] [Galacticraft]: Registered Dimension: -1500
[08:51:20] [Server thread/INFO] [Galacticraft]: Registered Dimension: -28
[08:51:20] [Server thread/INFO] [Galacticraft]: Registered Dimension: -1509
[08:51:20] [Server thread/INFO] [Galacticraft]: Registered Dimension: -1502
[08:51:20] [Server thread/INFO] [Galacticraft]: Registered Dimension: -1507
[08:51:20] [Server thread/INFO] [Galacticraft]: Registered Dimension: -1508
[08:51:20] [Server thread/INFO] [Galacticraft]: Registered Dimension: -1510
[08:51:20] [Server thread/INFO] [Galacticraft]: Registered Dimension: -1504
[08:51:20] [Server thread/INFO] [immersiveengineering]: Arc Recycling: Removed 0 old recipes
[08:51:20] [Thread-12/INFO] [immersiveengineering]: Starting recipe profiler for Arc Recycling, using 12 Threads
[08:51:20] [Thread-12/INFO] [immersiveengineering]: Finished recipe profiler for Arc Recycling, took 21 milliseconds
[08:51:20] [Server thread/INFO] [Mekanism]: VoiceServer: Starting up server...
[08:51:20] [Server thread/INFO] [Actually Additions]: Successfully loaded WorldData!
> Exception in thread "Server Watchdog" [08:51:20][FINE/CustomNPCs][noppes.npcs.controllers.DialogController:44] Loading Dialogs
[08:51:20][FINE/CustomNPCs][noppes.npcs.controllers.DialogController:46] Done loading Dialogs
[08:51:20] [Server thread/INFO] [immersiveengineering]: WorldData loading
[08:51:20] [Server thread/INFO] [immersiveengineering]: WorldData retrieved
[08:51:20] [BetterFps Update Checker/WARN] [BetterFps]: Could not check for updates: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 2 column 2 path $
[08:51:20] [Thread-26/INFO] [Galacticraft]: Galacticraft remote version found: 4.0.1
[08:51:22] [Server thread/ERROR] [FML]: Exception caught during firing event net.minecraftforge.fml.common.gameevent.TickEvent$WorldTickEvent@11661451:
net.minecraft.util.ReportedException: Exception while updating neighbours
        at net.minecraft.world.World.func_190524_a(World.java:571) ~[amu.class:?]
        at net.minecraft.world.World.func_175685_c(World.java:491) ~[amu.class:?]
        at cofh.core.block.TileCore.callNeighborStateChange(TileCore.java:56) ~[TileCore.class:?]
        at cofh.thermaldynamics.duct.tiles.TileGrid.onNeighborBlockChange(TileGrid.java:202) ~[TileGrid.class:?]
        at cofh.thermaldynamics.duct.tiles.DuctUnit.onNeighborBlockChange(DuctUnit.java:283) ~[DuctUnit.class:?]
        at cofh.thermaldynamics.multiblock.MultiBlockFormer.checkMultiBlock(MultiBlockFormer.java:43) ~[MultiBlockFormer.class:?]
        at cofh.thermaldynamics.multiblock.MultiBlockFormer.formGrid(MultiBlockFormer.java:23) ~[MultiBlockFormer.class:?]
        at cofh.thermaldynamics.duct.tiles.DuctUnit.formGrid(DuctUnit.java:252) ~[DuctUnit.class:?]
        at cofh.thermaldynamics.duct.tiles.DuctUnit.singleTick(DuctUnit.java:349) ~[DuctUnit.class:?]
        at cofh.thermaldynamics.util.WorldGridList.tickEnd(WorldGridList.java:84) ~[WorldGridList.class:?]
        at cofh.thermaldynamics.util.TickHandler.tick(TickHandler.java:93) ~[TickHandler.class:?]
        at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_753_TickHandler_tick_WorldTickEvent.invoke(.dynamic) ~[?:?]
        at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) ~[ASMEventHandler.class:?]
        at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:179) [EventBus.class:?]
        at net.minecraftforge.fml.common.FMLCommonHandler.onPostWorldTick(FMLCommonHandler.java:273) [FMLCommonHandler.class:?]
        at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:774) [MinecraftServer.class:?]
        at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:396) [nz.class:?]
        at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:666) [MinecraftServer.class:?]
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:524) [MinecraftServer.class:?]
        at java.lang.Thread.run(Unknown Source) [?:1.8.0_171]
Caused by: java.lang.ClassCastException: micdoodle8.mods.galacticraft.core.tile.TileEntityOxygenCompressor cannot be cast to micdoodle8.mods.galacticraft.core.tile.TileEntityParaChest
        at micdoodle8.mods.galacticraft.core.blocks.BlockParaChest.func_189540_a(BlockParaChest.java:132) ~[BlockParaChest.class:?]
        at net.minecraft.block.state.BlockStateContainer$StateImplementation.func_189546_a(BlockStateContainer.java:481) ~[awu$a.class:?]
        at net.minecraft.world.World.func_190524_a(World.java:550) ~[amu.class:?]
        at net.minecraft.world.World.func_175685_c(World.java:493) ~[amu.class:?]
        at cofh.core.block.TileCore.callNeighborStateChange(TileCore.java:56) ~[TileCore.class:?]
        at cofh.thermaldynamics.duct.tiles.TileGrid.onNeighborBlockChange(TileGrid.java:202) ~[TileGrid.class:?]
        at cofh.core.block.BlockCoreTile.func_189540_a(BlockCoreTile.java:146) ~[BlockCoreTile.class:?]
        at net.minecraft.block.state.BlockStateContainer$StateImplementation.func_189546_a(BlockStateContainer.java:481) ~[awu$a.class:?]
        at net.minecraft.world.World.func_190524_a(World.java:550) ~[amu.class:?]
        ... 19 more
[08:51:22] [Server thread/ERROR] [FML]: Index: 15 Listeners:
[08:51:22] [Server thread/ERROR] [FML]: 0: NORMAL
[08:51:22] [Server thread/ERROR] [FML]: 1: ASM: class crazypants.enderio.base.material.material.MaterialCraftingHandler onWorldTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$WorldTickEvent;)V
[08:51:22] [Server thread/ERROR] [FML]: 2: ASM: it.zerono.mods.zerocore.internal.common.MultiblockEventHandler@9036d65 onWorldTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$WorldTickEvent;)V
[08:51:22] [Server thread/ERROR] [FML]: 3: ASM: ic2.core.TickHandler@4f69c736 onWorldTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$WorldTickEvent;)V
[08:51:22] [Server thread/ERROR] [FML]: 4: ASM: ic2.core.energy.grid.EventHandler@3e006591 onWorldTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$WorldTickEvent;)V
[08:51:22] [Server thread/ERROR] [FML]: 5: ASM: vazkii.quark.automation.feature.PistonsMoveTEs@4c0d31d7 onWorldTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$WorldTickEvent;)V
[08:51:22] [Server thread/ERROR] [FML]: 6: ASM: INSTANCE onWorldTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$WorldTickEvent;)V
[08:51:22] [Server thread/ERROR] [FML]: 7: ASM: INSTANCE tick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$WorldTickEvent;)V
[08:51:22] [Server thread/ERROR] [FML]: 8: ASM: INSTANCE onWorldTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$WorldTickEvent;)V
[08:51:22] [Server thread/ERROR] [FML]: 9: ASM: noppes.npcs.ServerTickHandler@42745210 onServerTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$WorldTickEvent;)V
[08:51:22] [Server thread/ERROR] [FML]: 10: ASM: micdoodle8.mods.galacticraft.planets.venus.event.EventHandlerVenus@1ddcc594 onWorldTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$WorldTickEvent;)V
[08:51:22] [Server thread/ERROR] [FML]: 11: ASM: com.mjr.extraplanets.handlers.MainHandlerServer@724c85ab onWorldTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$WorldTickEvent;)V
[08:51:22] [Server thread/ERROR] [FML]: 12: ASM: icbm.classic.lib.radar.RadarRegistry@159d62d4 worldUpdateTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$WorldTickEvent;)V
[08:51:22] [Server thread/ERROR] [FML]: 13: ASM: openmods.world.DelayedActionTickHandler@51d2ba34 onWorldTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$WorldTickEvent;)V
[08:51:22] [Server thread/ERROR] [FML]: 14: ASM: omtteam.openmodularturrets.handler.OMTEventHandler@42321832 tickEvent(Lnet/minecraftforge/fml/common/gameevent/TickEvent$WorldTickEvent;)V
[08:51:22] [Server thread/ERROR] [FML]: 15: ASM: cofh.thermaldynamics.util.TickHandler@c13fc2a tick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$WorldTickEvent;)V
[08:51:22] [Server thread/ERROR] [FML]: 16: ASM: com.brandon3055.draconicevolution.world.WorldTickHandler@45864e5e tickEnd(Lnet/minecraftforge/fml/common/gameevent/TickEvent$WorldTickEvent;)V
[08:51:22] [Server thread/ERROR] [FML]: 17: ASM: micdoodle8.mods.galacticraft.planets.asteroids.tick.AsteroidsTickHandlerServer@1da823d9 onWorldTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$WorldTickEvent;)V
[08:51:22] [Server thread/ERROR] [FML]: 18: ASM: erogenousbeef.bigreactors.common.BigReactorsTickHandler@4998a155 onWorldTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$WorldTickEvent;)V
[08:51:22] [Server thread/ERROR] [FML]: 19: ASM: blusunrize.immersiveengineering.common.world.IEWorldGen@48785c89 serverWorldTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$WorldTickEvent;)V
[08:51:22] [Server thread/ERROR] [FML]: 20: ASM: blusunrize.immersiveengineering.common.EventHandler@796540d7 onWorldTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$WorldTickEvent;)V
[08:51:22] [Server thread/ERROR] [FML]: 21: ASM: mekanism.common.CommonWorldTickHandler@21755b81 onTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$WorldTickEvent;)V
[08:51:22] [Server thread/ERROR] [FML]: 22: ASM: reborncore.common.multiblock.MultiblockServerTickHandler@79b84e37 onWorldTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$WorldTickEvent;)V
[08:51:22] [Server thread/ERROR] [FML]: 23: ASM: micdoodle8.mods.galacticraft.core.tick.TickHandlerServer@82da34f onWorldTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$WorldTickEvent;)V
[08:51:22] [Server thread/ERROR] [FML]: 24: ASM: lumien.randomthings.handler.RTEventHandler@503079b2 tick(Lnet/minecraftforge/fml/common/gameevent/TickEvent;)V
[08:51:22] [Server thread/ERROR] [FML]: 25: ASM: appeng.hooks.TickHandler@4a00dfec onTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent;)V
[08:51:22] [Server thread/ERROR]: Encountered an unexpected exception
net.minecraft.util.ReportedException: Exception while updating neighbours
        at net.minecraft.world.World.func_190524_a(World.java:571) ~[amu.class:?]
        at net.minecraft.world.World.func_175685_c(World.java:491) ~[amu.class:?]
        at cofh.core.block.TileCore.callNeighborStateChange(TileCore.java:56) ~[TileCore.class:?]
        at cofh.thermaldynamics.duct.tiles.TileGrid.onNeighborBlockChange(TileGrid.java:202) ~[TileGrid.class:?]
        at cofh.thermaldynamics.duct.tiles.DuctUnit.onNeighborBlockChange(DuctUnit.java:283) ~[DuctUnit.class:?]
        at cofh.thermaldynamics.multiblock.MultiBlockFormer.checkMultiBlock(MultiBlockFormer.java:43) ~[MultiBlockFormer.class:?]
        at cofh.thermaldynamics.multiblock.MultiBlockFormer.formGrid(MultiBlockFormer.java:23) ~[MultiBlockFormer.class:?]
        at cofh.thermaldynamics.duct.tiles.DuctUnit.formGrid(DuctUnit.java:252) ~[DuctUnit.class:?]
        at cofh.thermaldynamics.duct.tiles.DuctUnit.singleTick(DuctUnit.java:349) ~[DuctUnit.class:?]
        at cofh.thermaldynamics.util.WorldGridList.tickEnd(WorldGridList.java:84) ~[WorldGridList.class:?]
        at cofh.thermaldynamics.util.TickHandler.tick(TickHandler.java:93) ~[TickHandler.class:?]
        at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_753_TickHandler_tick_WorldTickEvent.invoke(.dynamic) ~[?:?]
        at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) ~[ASMEventHandler.class:?]
        at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:179) ~[EventBus.class:?]
        at net.minecraftforge.fml.common.FMLCommonHandler.onPostWorldTick(FMLCommonHandler.java:273) ~[FMLCommonHandler.class:?]
        at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:774) ~[MinecraftServer.class:?]
        at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:396) ~[nz.class:?]
        at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:666) ~[MinecraftServer.class:?]
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:524) [MinecraftServer.class:?]
        at java.lang.Thread.run(Unknown Source) [?:1.8.0_171]
Caused by: java.lang.ClassCastException: micdoodle8.mods.galacticraft.core.tile.TileEntityOxygenCompressor cannot be cast to micdoodle8.mods.galacticraft.core.tile.TileEntityParaChest
        at micdoodle8.mods.galacticraft.core.blocks.BlockParaChest.func_189540_a(BlockParaChest.java:132) ~[BlockParaChest.class:?]
        at net.minecraft.block.state.BlockStateContainer$StateImplementation.func_189546_a(BlockStateContainer.java:481) ~[awu$a.class:?]
        at net.minecraft.world.World.func_190524_a(World.java:550) ~[amu.class:?]
        at net.minecraft.world.World.func_175685_c(World.java:493) ~[amu.class:?]
        at cofh.core.block.TileCore.callNeighborStateChange(TileCore.java:56) ~[TileCore.class:?]
        at cofh.thermaldynamics.duct.tiles.TileGrid.onNeighborBlockChange(TileGrid.java:202) ~[TileGrid.class:?]
        at cofh.core.block.BlockCoreTile.func_189540_a(BlockCoreTile.java:146) ~[BlockCoreTile.class:?]
        at net.minecraft.block.state.BlockStateContainer$StateImplementation.func_189546_a(BlockStateContainer.java:481) ~[awu$a.class:?]
        at net.minecraft.world.World.func_190524_a(World.java:550) ~[amu.class:?]
        ... 19 more
[08:51:22] [Server thread/ERROR]: This crash report has been saved to: C:\Users\Erik\Desktop\Server_v3\.\crash-reports\crash-2018-06-05_08.51.22-server.txt
[08:51:22] [Server thread/INFO]: Stopping server
[08:51:22] [Server thread/INFO]: Saving players
[08:51:22] [Server thread/INFO]: Saving worlds
[08:51:22] [Server thread/INFO]: Saving chunks for level 'world'/overworld
[08:51:22] [Server thread/INFO]: Saving chunks for level 'world'/the_nether
[08:51:22] [Server thread/INFO]: Saving chunks for level 'world'/the_end
[08:51:22] [Server thread/INFO]: Saving chunks for level 'world'/Spectre
[08:51:22] [Server thread/INFO]: Saving chunks for level 'world'/Storage Cell
[08:51:22] [Server thread/INFO]: Saving chunks for level 'world'/nc_wasteland
[08:51:23] [Server thread/INFO] [FML]: Unloading dimension 0
[08:51:23] [Server thread/INFO] [FML]: Unloading dimension -1
[08:51:23] [Server thread/INFO] [FML]: Unloading dimension 1
[08:51:23] [Server thread/INFO] [FML]: Unloading dimension -343800852
[08:51:23] [Server thread/INFO] [FML]: Unloading dimension 2
[08:51:23] [Server thread/INFO] [FML]: Unloading dimension 4598
[08:51:23] [Server thread/INFO] [FML]: Applying holder lookups
[08:51:23] [Server thread/INFO] [FML]: Holder lookups applied
[08:51:23] [Server thread/INFO] [Actually Additions]: Unloaded WorldData!
[08:51:23] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -30
[08:51:23] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -20
[08:51:23] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -21
[08:51:23] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -15
[08:51:23] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -22
[08:51:23] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -29
[08:51:23] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -13
[08:51:23] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -18
[08:51:23] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -19
[08:51:23] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -16
[08:51:23] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -17
[08:51:23] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -31
[08:51:23] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -1505
[08:51:23] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -1503
[08:51:23] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -1501
[08:51:23] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -1506
[08:51:23] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -1511
[08:51:23] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -1500
[08:51:23] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -28
[08:51:23] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -1509
[08:51:23] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -1502
[08:51:23] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -1507
[08:51:23] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -1508
[08:51:23] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -1510
[08:51:23] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -1504
[08:51:23] [Server thread/INFO] [FML]: The state engine was in incorrect state SERVER_STOPPING and forced into state SERVER_STOPPED. Errors may have been discarded.
[08:51:23] [Server Shutdown Thread/INFO]: Stopping server
[08:51:23] [Server Shutdown Thread/INFO]: Saving players
[08:51:23] [Server Shutdown Thread/INFO]: Saving worlds
>
C:\Users\Desktop\Server_v3>pause
Press any key to continue . . .

 

Edited by Eutix
spoiler
Link to comment
Share on other sites

2 hours ago, Eutix said:

Caused by: java.lang.ClassCastException: micdoodle8.mods.galacticraft.core.tile.TileEntityOxygenCompressor cannot be cast to micdoodle8.mods.galacticraft.core.tile.TileEntityParaChest

It's an error with Galacticraft, make sure you use the latest version and report it to the author.

Don't PM me with questions. They will be ignored! Make a thread on the appropriate board for support.

 

1.12 -> 1.13 primer by williewillus.

 

1.7.10 and older versions of Minecraft are no longer supported due to it's age! Update to the latest version for support.

 

http://www.howoldisminecraft1710.today/

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.