DiseaseCraft

DiseaseCraft

61.1k Downloads

Not working with newest Cauldron (forge 1381)

hanakocz opened this issue ยท 3 comments

commented

[23:47:05] [main/INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker
[23:47:05] [main/INFO]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker
[23:47:05] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLServerTweaker
[23:47:05] [main/INFO]: Forge Mod Loader version 7.10.113.1381 for Minecraft 1.7.10 loading
[23:47:05] [main/INFO]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_45, running on Linux:amd64:3.19.0, installed at /usr/lib/jvm/jdk1.8.0_45/jre
[23:47:07] [main/WARN]: The following coremods do not have a @MCVersion annotation. They may cause problems if this is not the correct version of Minecraft for them.
[23:47:07] [main/WARN]: Missing @MCVersion: com.spacechase0.minecraft.spacecore.asm.SpaceCorePlugin codechicken.core.launch.CodeChickenCorePlugin mc.Mitchellbrine.diseaseCraft.coremod.DCCoreMod codechicken.nei.asm.NEICorePlugin
[23:47:07] [main/INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[23:47:07] [main/INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
[23:47:07] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[23:47:07] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[23:47:07] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[23:47:07] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[23:47:09] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[23:47:09] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[23:47:09] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[23:47:09] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[23:47:09] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[23:47:09] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[23:47:09] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
[23:47:09] [main/ERROR]: A critical problem occurred registering the ASM transformer class
java.lang.ClassNotFoundException:
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) ~[launchwrapper-1.11.jar:?]
at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_45]
at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_45]
at net.minecraft.launchwrapper.LaunchClassLoader.registerTransformer(LaunchClassLoader.java:88) [launchwrapper-1.11.jar:?]
at cpw.mods.fml.common.launcher.FMLDeobfTweaker.injectIntoClassLoader(FMLDeobfTweaker.java:32) [minecraft_server.jar:git-Cauldron-MCPC-Plus-1.7.10-1.1381.06.221]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:115) [launchwrapper-1.11.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_45]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_45]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_45]
at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_45]
at cpw.mods.fml.relauncher.ServerLaunchWrapper.run(ServerLaunchWrapper.java:43) [minecraft_server.jar:git-Cauldron-MCPC-Plus-1.7.10-1.1381.06.221]
at cpw.mods.fml.relauncher.ServerLaunchWrapper.main(ServerLaunchWrapper.java:12) [minecraft_server.jar:git-Cauldron-MCPC-Plus-1.7.10-1.1381.06.221]
Caused by: java.lang.NullPointerException
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182) ~[launchwrapper-1.11.jar:?]
... 12 more
[23:47:09] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[23:47:09] [main/INFO]: Loading tweak class name cpw.mods.fml.common.launcher.TerminalTweaker
[23:47:09] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.TerminalTweaker
[23:47:09] [main/INFO]: DRAGONAPI: Patching class net.minecraft.world.World
[23:47:09] [main/INFO]: DRAGONAPI: Successfully applied ICECANCEL ASM handler!
[23:47:09] [main/INFO]: DRAGONAPI: Patching class net.minecraft.entity.player.EntityPlayer
[23:47:09] [main/INFO]: DRAGONAPI: Successfully applied GUIEVENT ASM handler 1!
[23:47:09] [main/INFO]: DRAGONAPI: Successfully applied GUIEVENT ASM handler 2!
[23:47:10] [main/INFO]: Launching wrapped minecraft {net.minecraft.server.MinecraftServer}
[23:47:10] [main/INFO]: DRAGONAPI: Patching class net.minecraft.entity.item.EntityItem
[23:47:10] [main/INFO]: DRAGONAPI: Successfully applied ITEMUPDATE ASM handler!
[23:47:10] [main/INFO]: DRAGONAPI: Patching class net.minecraft.item.ItemBlock
[23:47:10] [main/INFO]: DRAGONAPI: Successfully applied BLOCKPLACE ASM handler!
[23:47:11] [main/INFO]: DRAGONAPI: Patching class net.minecraft.entity.monster.EntityCreeper
[23:47:11] [main/INFO]: DRAGONAPI: Successfully applied CREEPERBOMBEVENT ASM handler!
[23:47:12] [Server thread/INFO]: Starting minecraft server version 1.7.10
[23:47:12] [Server thread/INFO]: Attempting early MinecraftForge initialization
[23:47:12] [Server thread/INFO]: MinecraftForge v10.13.3.1381 Initialized
[23:47:12] [Server thread/INFO]: Replaced 183 ore recipies
[23:47:12] [Server thread/INFO]: Preloading CrashReport classes
[23:47:12] [Server thread/INFO]: net.minecraft.world.World$1
[23:47:12] [Server thread/INFO]: net.minecraft.world.World$2
[23:47:12] [Server thread/INFO]: net.minecraft.world.World$3
[23:47:12] [Server thread/INFO]: net.minecraft.world.World$4
[23:47:12] [Server thread/INFO]: net.minecraft.world.chunk.Chunk$1
[23:47:12] [Server thread/INFO]: net.minecraft.crash.CrashReportCategory$1
[23:47:12] [Server thread/INFO]: net.minecraft.crash.CrashReportCategory$2
[23:47:12] [Server thread/INFO]: net.minecraft.crash.CrashReportCategory$3
[23:47:12] [Server thread/INFO]: net.minecraft.entity.Entity$1
[23:47:12] [Server thread/INFO]: net.minecraft.entity.Entity$2
[23:47:12] [Server thread/INFO]: net.minecraft.entity.EntityTracker$1
[23:47:12] [Server thread/INFO]: net.minecraft.world.gen.layer.GenLayer$1
[23:47:12] [Server thread/INFO]: net.minecraft.world.gen.layer.GenLayer$2
[23:47:12] [Server thread/INFO]: net.minecraft.entity.player.InventoryPlayer$1
[23:47:12] [Server thread/INFO]: net.minecraft.world.gen.structure.MapGenStructure$1
[23:47:12] [Server thread/INFO]: net.minecraft.world.gen.structure.MapGenStructure$2
[23:47:12] [Server thread/INFO]: net.minecraft.world.gen.structure.MapGenStructure$3
[23:47:12] [Server thread/INFO]: net.minecraft.server.MinecraftServer$3
[23:47:12] [Server thread/INFO]: net.minecraft.server.MinecraftServer$4
[23:47:12] [Server thread/INFO]: net.minecraft.server.MinecraftServer$5
[23:47:12] [Server thread/INFO]: net.minecraft.nbt.NBTTagCompound$1
[23:47:12] [Server thread/INFO]: net.minecraft.nbt.NBTTagCompound$2
[23:47:12] [Server thread/INFO]: net.minecraft.network.NetHandlerPlayServer$2
[23:47:12] [Server thread/INFO]: net.minecraft.network.NetworkSystem$3
[23:47:12] [Server thread/INFO]: net.minecraft.tileentity.TileEntity$1
[23:47:12] [Server thread/INFO]: net.minecraft.tileentity.TileEntity$2
[23:47:12] [Server thread/INFO]: net.minecraft.tileentity.TileEntity$3
[23:47:12] [Server thread/INFO]: net.minecraft.world.storage.WorldInfo$1
[23:47:12] [Server thread/INFO]: net.minecraft.world.storage.WorldInfo$2
[23:47:12] [Server thread/INFO]: net.minecraft.world.storage.WorldInfo$3
[23:47:12] [Server thread/INFO]: net.minecraft.world.storage.WorldInfo$4
[23:47:12] [Server thread/INFO]: net.minecraft.world.storage.WorldInfo$5
[23:47:12] [Server thread/INFO]: net.minecraft.world.storage.WorldInfo$6
[23:47:12] [Server thread/INFO]: net.minecraft.world.storage.WorldInfo$7
[23:47:12] [Server thread/INFO]: net.minecraft.world.storage.WorldInfo$8
[23:47:12] [Server thread/INFO]: net.minecraft.world.storage.WorldInfo$9
[23:47:12] [Server thread/INFO]: net.minecraft.server.dedicated.DedicatedServer$3
[23:47:12] [Server thread/INFO]: net.minecraft.server.dedicated.DedicatedServer$4
[23:47:12] [Server thread/INFO]: Completed early MinecraftForge initialization
[23:47:12] [Server thread/INFO]: Searching /hlserver/27900/mods for mods
[23:47:12] [Server thread/INFO]: Also searching /hlserver/27900/mods/1.7.10 for mods
[23:47:12] [Server thread/WARN]: Mod SC0_SpaceCore is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 0.7.9
[23:47:12] [Server thread/WARN]: Mod SC0_ToxicRain is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.0.3
[23:47:12] [Server thread/INFO]: Mod AppleCore is missing the required element 'name'. Substituting AppleCore
[23:47:12] [Server thread/WARN]: Mod CustomOreGen is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.2.13
[23:47:12] [Server thread/INFO]: Mod DragonAPI is missing the required element 'name'. Substituting DragonAPI
[23:47:12] [Server thread/WARN]: Mod DragonAPI is missing the required element 'version' and no fallback can be found. Substituting '1.0'.
[23:47:13] [Server thread/WARN]: Mod neiintegration is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.0.0
[23:47:13] [Server thread/INFO]: Forge Mod Loader has identified 42 mods to load
[23:47:13] [Server thread/INFO]: Found mod(s) [neiintegration] containing declared API package cofh.api.energy (owned by CoFHAPI) without associated API reference
[23:47:13] [Server thread/INFO]: FML has found a non-mod file jnbt-1.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.
[23:47:13] [Server thread/INFO]: FML has found a non-mod file Ruins-1.7.10.zip in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
[23:47:13] [Server thread/INFO]: FML has found a non-mod file CodeChickenLib-1.7.10-1.1.1.99-universal.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
[23:47:13] [Server thread/INFO]: Attempting connection with missing mods [mcp, FML, Forge, CodeChickenCore, DCModLoader, NotEnoughItems, , SC0_SpaceCore, SC0_ToxicRain, AnimationAPI, AppleCore, cannibalism, kegare.caveworld, CustomOreGen, lootablebodies, DeadlyWorld, dimensionalPockets, DiseaseCraft, dooglamoojuniorarchaeology, DragonAPI, enviromine, flansmod, Steamcraft, HungerOverhaul, IronChest, LavaMonsters, LostBooks, MeteorCraft, MineMenu, MineTweaker3, MutantCreatures, NBTEdit, neiintegration, OmnisCore, realisticpain, corerm, secretroomsmod, SpecialMobs, universalcoins, Waila, WLM, bspkrsCore] at CLIENT
[23:47:13] [Server thread/INFO]: Attempting connection with missing mods [mcp, FML, Forge, CodeChickenCore, DCModLoader, NotEnoughItems, , SC0_SpaceCore, SC0_ToxicRain, AnimationAPI, AppleCore, cannibalism, kegare.caveworld, CustomOreGen, lootablebodies, DeadlyWorld, dimensionalPockets, DiseaseCraft, dooglamoojuniorarchaeology, DragonAPI, enviromine, flansmod, Steamcraft, HungerOverhaul, IronChest, LavaMonsters, LostBooks, MeteorCraft, MineMenu, MineTweaker3, MutantCreatures, NBTEdit, neiintegration, OmnisCore, realisticpain, corerm, secretroomsmod, SpecialMobs, universalcoins, Waila, WLM, bspkrsCore] at SERVER
[23:47:13] [Server thread/INFO]: Loaded module bioWarfare from DiseaseCraft for DC version 2.0
[23:47:13] [Server thread/INFO]: Loaded module medication from DiseaseCraft for DC version 2.0
[23:47:13] [Server thread/INFO]: Loaded module jokeDisease from DiseaseCraft for DC version 2.0
[23:47:14] [Server thread/INFO]: Adding artificial preInit to com/spacechase0/minecraft/spacecore/SpaceCore
[23:47:14] [Server thread/INFO]: Adding artificial postInit to com/spacechase0/minecraft/spacecore/SpaceCore
[23:47:15] [Server thread/ERROR]: An error occured trying to load a proxy into {serverSide=mc.Mitchellbrine.diseaseCraft.proxy.CommonProxy, clientSide=mc.Mitchellbrine.diseaseCraft.proxy.ClientProxy}.mc.Mitchellbrine.diseaseCraft.DiseaseCraft
java.lang.InstantiationException
at sun.reflect.InstantiationExceptionConstructorAccessorImpl.newInstance(InstantiationExceptionConstructorAccessorImpl.java:48) ~[?:1.8.0_45]
at java.lang.reflect.Constructor.newInstance(Constructor.java:422) ~[?:1.8.0_45]
at java.lang.Class.newInstance(Class.java:442) ~[?:1.8.0_45]
at cpw.mods.fml.common.ProxyInjector.inject(ProxyInjector.java:59) [ProxyInjector.class:git-Cauldron-MCPC-Plus-1.7.10-1.1381.06.221]
at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:510) [FMLModContainer.class:git-Cauldron-MCPC-Plus-1.7.10-1.1381.06.221]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_45]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_45]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_45]
at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_45]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [minecraft_server.1.7.10.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [minecraft_server.1.7.10.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [minecraft_server.1.7.10.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [minecraft_server.1.7.10.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) [minecraft_server.1.7.10.jar:?]
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208) [LoadController.class:git-Cauldron-MCPC-Plus-1.7.10-1.1381.06.221]
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187) [LoadController.class:git-Cauldron-MCPC-Plus-1.7.10-1.1381.06.221]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_45]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_45]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_45]
at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_45]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [minecraft_server.1.7.10.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [minecraft_server.1.7.10.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [minecraft_server.1.7.10.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [minecraft_server.1.7.10.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) [minecraft_server.1.7.10.jar:?]
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118) [LoadController.class:git-Cauldron-MCPC-Plus-1.7.10-1.1381.06.221]
at cpw.mods.fml.common.Loader.loadMods(Loader.java:492) [Loader.class:git-Cauldron-MCPC-Plus-1.7.10-1.1381.06.221]
at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:87) [FMLServerHandler.class:git-Cauldron-MCPC-Plus-1.7.10-1.1381.06.221]
at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:319) [FMLCommonHandler.class:git-Cauldron-MCPC-Plus-1.7.10-1.1381.06.221]
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:170) [lt.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:620) [MinecraftServer.class:?]
at java.lang.Thread.run(Thread.java:745) [?:1.8.0_45]
[23:47:15] [Server thread/INFO]: DRAGONAPI: Patching class net.minecraft.potion.PotionEffect
[23:47:15] [Server thread/INFO]: DRAGONAPI: Successfully applied POTIONEFFECTID ASM handler 1!
[23:47:15] [Server thread/INFO]: DRAGONAPI: Successfully applied POTIONEFFECTID ASM handler 2!
[23:47:15] [Server thread/INFO]: DRAGONAPI: Registering reflexive method access to class net.minecraft.entity.EntityLivingBase.dropFewItems (obfuscated as func_70628_a)
[23:47:15] [Server thread/INFO]: DRAGONAPI: Registering reflexive method access to class net.minecraft.entity.EntityLivingBase.dropEquipment (obfuscated as func_82160_b)
[23:47:15] [Server thread/INFO]: DRAGONAPI: Registering reflexive method access to class net.minecraft.entity.EntityLivingBase.dropRareDrop (obfuscated as func_70600_l)
[23:47:15] [Server thread/INFO]: DRAGONAPI: Registering reflexive field access to class net.minecraft.potion.Potion.potionTypes (obfuscated as field_76425_a)
[23:47:15] [Server thread/INFO]: DragonAPI is not running in a deobfuscated environment.
[23:47:15] [Server thread/INFO]: Registered DRAGONAPI as version v5c
[23:47:15] [Server thread/INFO]: DRAGONAPI: Active Classloader is: net.minecraft.launchwrapper.LaunchClassLoader@7ca48474
[23:47:15] [Server thread/INFO]: DRAGONAPI: Completed loading phase CONSTRUCT in 48 ms (0h:0m:0s:48ms).
[23:47:15] [Server thread/ERROR]: The mod DragonAPI is expecting signature 32:F5:F4:E8:44:C0:EA:C8:6F:46:8A:8E:F3:05:05:7B:6F:90:0F:78 for source DragonAPI 1.7.10 V5c.jar, however there is no signature matching that description
[23:47:15] [Server thread/INFO]: DragonAPI is not running in a deobfuscated environment.
[23:47:15] [Server thread/INFO]: Registered DRAGONAPI as version v5c
[23:47:15] [Server thread/INFO]: DRAGONAPI: Active Classloader is: net.minecraft.launchwrapper.LaunchClassLoader@7ca48474
[23:47:15] [Server thread/INFO]: DRAGONAPI: Completed loading phase CONSTRUCT in 0 ms (0h:0m:0s:0ms).
[23:47:15] [Server thread/INFO]: DRAGONAPI: Patching class net.minecraft.world.chunk.Chunk
[23:47:15] [Server thread/INFO]: DRAGONAPI: Successfully applied SETBLOCK ASM handler 1!
[23:47:15] [Server thread/INFO]: DRAGONAPI: Successfully applied SETBLOCK ASM handler 2!
[23:47:15] [Server thread/INFO]: MeteorCraft is not running in a deobfuscated environment.
[23:47:15] [Server thread/INFO]: Registered METEORCRAFT as version v5a
[23:47:15] [Server thread/INFO]: METEORCRAFT: Active Classloader is: net.minecraft.launchwrapper.LaunchClassLoader@7ca48474
[23:47:15] [Server thread/INFO]: METEORCRAFT: Completed loading phase CONSTRUCT in 0 ms (0h:0m:0s:0ms).
[23:47:15] [Server thread/INFO]: DRAGONAPI: RotaryCraft not detected in the MC installation. No special action taken.
[23:47:15] [Server thread/INFO]: DRAGONAPI: ReactorCraft not detected in the MC installation. No special action taken.
[23:47:15] [Server thread/INFO]: DRAGONAPI: ExpandedRedstone not detected in the MC installation. No special action taken.
[23:47:15] [Server thread/INFO]: DRAGONAPI: GeoStrata not detected in the MC installation. No special action taken.
[23:47:15] [Server thread/INFO]: DRAGONAPI: FurryKingdoms not detected in the MC installation. No special action taken.
[23:47:15] [Server thread/INFO]: DRAGONAPI: CritterPet not detected in the MC installation. No special action taken.
[23:47:15] [Server thread/INFO]: DRAGONAPI: VoidMonster not detected in the MC installation. No special action taken.
[23:47:15] [Server thread/INFO]: DRAGONAPI: UsefulTNT not detected in the MC installation. No special action taken.
[23:47:15] [Server thread/INFO]: DRAGONAPI: MeteorCraft detected in the MC installation. Adjusting behavior accordingly.
[23:47:15] [Server thread/INFO]: DRAGONAPI: Attempting to load data from MeteorCraft
[23:47:15] [Server thread/INFO]: DRAGONAPI: Could not block class for MeteorCraft: Specified class was null. This may not be an error.
[23:47:15] [Server thread/INFO]: DRAGONAPI: Could not item class for MeteorCraft: Specified class was null. This may not be an error.
[23:47:15] [Server thread/INFO]: DRAGONAPI: JetPlane not detected in the MC installation. No special action taken.
[23:47:15] [Server thread/INFO]: DRAGONAPI: CaveControl not detected in the MC installation. No special action taken.
[23:47:15] [Server thread/INFO]: DRAGONAPI: LegacyCraft not detected in the MC installation. No special action taken.
[23:47:15] [Server thread/INFO]: DRAGONAPI: ElectriCraft not detected in the MC installation. No special action taken.
[23:47:15] [Server thread/INFO]: DRAGONAPI: ChromatiCraft not detected in the MC installation. No special action taken.
[23:47:15] [Server thread/INFO]: DRAGONAPI: BuildCraft|Energy not detected in the MC installation. No special action taken.
[23:47:15] [Server thread/INFO]: DRAGONAPI: BuildCraft|Factory not detected in the MC installation. No special action taken.
[23:47:15] [Server thread/INFO]: DRAGONAPI: BuildCraft|Transport not detected in the MC installation. No special action taken.
[23:47:15] [Server thread/INFO]: DRAGONAPI: BuildCraft|Silicon not detected in the MC installation. No special action taken.
[23:47:15] [Server thread/INFO]: DRAGONAPI: Thaumcraft not detected in the MC installation. No special action taken.
[23:47:15] [Server thread/INFO]: DRAGONAPI: IC2 not detected in the MC installation. No special action taken.
[23:47:15] [Server thread/INFO]: DRAGONAPI: gregtech not detected in the MC installation. No special action taken.
[23:47:15] [Server thread/INFO]: DRAGONAPI: Forestry not detected in the MC installation. No special action taken.
[23:47:15] [Server thread/INFO]: DRAGONAPI: appliedenergistics2 not detected in the MC installation. No special action taken.
[23:47:15] [Server thread/INFO]: DRAGONAPI: MFFS not detected in the MC installation. No special action taken.
[23:47:15] [Server thread/INFO]: DRAGONAPI: RedPower not detected in the MC installation. No special action taken.
[23:47:15] [Server thread/INFO]: DRAGONAPI: TwilightForest not detected in the MC installation. No special action taken.
[23:47:15] [Server thread/INFO]: DRAGONAPI: Natura not detected in the MC installation. No special action taken.
[23:47:15] [Server thread/INFO]: DRAGONAPI: BiomesOPlenty not detected in the MC installation. No special action taken.
[23:47:15] [Server thread/INFO]: DRAGONAPI: ExtraBiomesXL not detected in the MC installation. No special action taken.
[23:47:15] [Server thread/INFO]: DRAGONAPI: MineFactoryReloaded not detected in the MC installation. No special action taken.
[23:47:15] [Server thread/INFO]: DRAGONAPI: DartCraft not detected in the MC installation. No special action taken.
[23:47:15] [Server thread/INFO]: DRAGONAPI: TConstruct not detected in the MC installation. No special action taken.
[23:47:15] [Server thread/INFO]: DRAGONAPI: ThermalExpansion not detected in the MC installation. No special action taken.
[23:47:15] [Server thread/INFO]: DRAGONAPI: ThermalFoundation not detected in the MC installation. No special action taken.
[23:47:15] [Server thread/INFO]: DRAGONAPI: Mekanism not detected in the MC installation. No special action taken.
[23:47:15] [Server thread/INFO]: DRAGONAPI: MekanismTools not detected in the MC installation. No special action taken.
[23:47:15] [Server thread/INFO]: DRAGONAPI: Railcraft not detected in the MC installation. No special action taken.
[23:47:15] [Server thread/INFO]: DRAGONAPI: ICBM|Explosion not detected in the MC installation. No special action taken.
[23:47:15] [Server thread/INFO]: DRAGONAPI: arsmagica2 not detected in the MC installation. No special action taken.
[23:47:15] [Server thread/INFO]: DRAGONAPI: TransitionalAssistance not detected in the MC installation. No special action taken.
[23:47:15] [Server thread/INFO]: DRAGONAPI: EnderStorage not detected in the MC installation. No special action taken.
[23:47:15] [Server thread/INFO]: DRAGONAPI: TreeCapitator not detected in the MC installation. No special action taken.
[23:47:15] [Server thread/INFO]: DRAGONAPI: harvestcraft not detected in the MC installation. No special action taken.
[23:47:15] [Server thread/INFO]: DRAGONAPI: Mystcraft not detected in the MC installation. No special action taken.
[23:47:15] [Server thread/INFO]: DRAGONAPI: magicalcrops not detected in the MC installation. No special action taken.
[23:47:15] [Server thread/INFO]: DRAGONAPI: Mimicry not detected in the MC installation. No special action taken.
[23:47:15] [Server thread/INFO]: DRAGONAPI: QuantumCraft not detected in the MC installation. No special action taken.
[23:47:15] [Server thread/INFO]: DRAGONAPI: OpenBlocks not detected in the MC installation. No special action taken.
[23:47:15] [Server thread/INFO]: DRAGONAPI: factorization not detected in the MC installation. No special action taken.
[23:47:15] [Server thread/INFO]: DRAGONAPI: UniversalElectricity not detected in the MC installation. No special action taken.
[23:47:15] [Server thread/INFO]: DRAGONAPI: ExtraUtilities not detected in the MC installation. No special action taken.
[23:47:15] [Server thread/INFO]: DRAGONAPI: powersuits not detected in the MC installation. No special action taken.
[23:47:15] [Server thread/INFO]: DRAGONAPI: Redstone Arsenal not detected in the MC installation. No special action taken.
[23:47:15] [Server thread/INFO]: DRAGONAPI: emashercore not detected in the MC installation. No special action taken.
[23:47:15] [Server thread/INFO]: DRAGONAPI: Highlands not detected in the MC installation. No special action taken.
[23:47:15] [Server thread/INFO]: DRAGONAPI: ProjRed|Core not detected in the MC installation. No special action taken.
[23:47:15] [Server thread/INFO]: DRAGONAPI: witchery not detected in the MC installation. No special action taken.
[23:47:15] [Server thread/INFO]: DRAGONAPI: GalacticraftCore not detected in the MC installation. No special action taken.
[23:47:15] [Server thread/INFO]: DRAGONAPI: McMultipart not detected in the MC installation. No special action taken.
[23:47:15] [Server thread/INFO]: DRAGONAPI: OpenComputers not detected in the MC installation. No special action taken.
[23:47:15] [Server thread/INFO]: DRAGONAPI: NotEnoughItems detected in the MC installation. Adjusting behavior accordingly.
[23:47:15] [Server thread/INFO]: DRAGONAPI: Attempting to load data from NotEnoughItems
[23:47:15] [Server thread/INFO]: DRAGONAPI: Could not block class for NotEnoughItems: Specified class was null. This may not be an error.
[23:47:15] [Server thread/INFO]: DRAGONAPI: Could not item class for NotEnoughItems: Specified class was null. This may not be an error.
[23:47:15] [Server thread/INFO]: DRAGONAPI: ATG not detected in the MC installation. No special action taken.
[23:47:15] [Server thread/INFO]: DRAGONAPI: Waila detected in the MC installation. Adjusting behavior accordingly.
[23:47:15] [Server thread/INFO]: DRAGONAPI: Attempting to load data from Waila
[23:47:15] [Server thread/INFO]: DRAGONAPI: Could not block class for Waila: Specified class was null. This may not be an error.
[23:47:15] [Server thread/INFO]: DRAGONAPI: Could not item class for Waila: Specified class was null. This may not be an error.
[23:47:15] [Server thread/INFO]: DRAGONAPI: bluepower not detected in the MC installation. No special action taken.
[23:47:15] [Server thread/INFO]: DRAGONAPI: easycoloredlights not detected in the MC installation. No special action taken.
[23:47:15] [Server thread/INFO]: DRAGONAPI: EnderIO not detected in the MC installation. No special action taken.
[23:47:15] [Server thread/INFO]: DRAGONAPI: ComputerCraft not detected in the MC installation. No special action taken.
[23:47:15] [Server thread/INFO]: DRAGONAPI: RouterReborn not detected in the MC installation. No special action taken.
[23:47:15] [Server thread/INFO]: DRAGONAPI: PneumaticCraft not detected in the MC installation. No special action taken.
[23:47:15] [Server thread/INFO]: DRAGONAPI: ProjectE not detected in the MC installation. No special action taken.
[23:47:15] [Server thread/INFO]: DRAGONAPI: AWWayofTime not detected in the MC installation. No special action taken.
[23:47:15] [Server thread/INFO]: DRAGONAPI: lycanitesmobs not detected in the MC installation. No special action taken.
[23:47:15] [Server thread/INFO]: DRAGONAPI: zcraftingmanager not detected in the MC installation. No special action taken.
[23:47:15] [Server thread/INFO]: DRAGONAPI: minechem not detected in the MC installation. No special action taken.
[23:47:15] [Server thread/INFO]: DRAGONAPI: terrafirmacraft not detected in the MC installation. No special action taken.
[23:47:15] [Server thread/INFO]: DRAGONAPI: LiteLoader not detected.
[23:47:15] [Server thread/INFO]: DRAGONAPI: Optifine not detected.
[23:47:15] [Server thread/ERROR]: The mod MeteorCraft is expecting signature 32:F5:F4:E8:44:C0:EA:C8:6F:46:8A:8E:F3:05:05:7B:6F:90:0F:78 for source MeteorCraft 1.7.10 V5a.jar, however there is no signature matching that description
[23:47:15] [Server thread/INFO]: MeteorCraft is not running in a deobfuscated environment.
[23:47:15] [Server thread/INFO]: Registered METEORCRAFT as version v5a
[23:47:15] [Server thread/INFO]: METEORCRAFT: Active Classloader is: net.minecraft.launchwrapper.LaunchClassLoader@7ca48474
[23:47:15] [Server thread/INFO]: METEORCRAFT: Completed loading phase CONSTRUCT in 1 ms (0h:0m:0s:1ms).
[23:47:15] [Server thread/INFO]: DRAGONAPI: Patching class net.minecraft.inventory.Slot
[23:47:15] [Server thread/INFO]: DRAGONAPI: Successfully applied SLOTCLICKEVENT ASM handler!
[23:47:16] [Server thread/ERROR]: Fatal errors were detected during the transition from CONSTRUCTING to PREINITIALIZATION. Loading cannot continue
[23:47:16] [Server thread/ERROR]:
mcp{9.05} Minecraft Coder Pack Unloaded->Constructed
FML{7.10.113.1381} Forge Mod Loader Unloaded->Constructed
Forge{10.13.3.1381} Minecraft Forge Unloaded->Constructed
CodeChickenCore{1.0.4.35} CodeChicken Core Unloaded->Constructed
DCModLoader{1.0} DCModuleLoader Unloaded->Constructed
NotEnoughItems{1.0.4.83} Not Enough Items Unloaded->Constructed
{0} DragonAPI ASM Data Initialization Unloaded->Constructed
SC0_SpaceCore{0.7.9} [SpaceCore]([1.7.10] SpaceCore 0.7.9.jar) Unloaded->Constructed
SC0_ToxicRain{1.0.3} [Toxic Rain]([1.7.2] Toxic Rain 1.0.3.zip) Unloaded->Constructed
AnimationAPI{1.2.4} AnimationAPI Unloaded->Constructed
AppleCore{1.1.0} AppleCore Unloaded->Constructed
cannibalism{1.0.2} Cannibalism Unloaded->Constructed
kegare.caveworld{1.9.7} Caveworld Unloaded->Constructed
CustomOreGen{1.2.13} Custom Ore Generation Unloaded->Constructed
lootablebodies{1.3.5} DrCyano's Lootable Bodies Unloaded->Constructed
DeadlyWorld{1.0.2} Deadly World Unloaded->Constructed
OmnisCore{0.0.5} Omnis Core Unloaded->Constructed
dimensionalPockets{0.10.4} Dimensional Pockets Unloaded->Constructed
DiseaseCraft{2.0} DiseaseCraft Unloaded->Errored
dooglamoojuniorarchaeology{1.7.10-1.0} Dooglamoo Jr. Archaeology Unloaded->Constructed
Waila{1.5.8} Waila Unloaded->Constructed
DragonAPI{1.0} [DragonAPI](DragonAPI 1.7.10 V5c.jar) Unloaded->Constructed
enviromine{1.3.113} EnviroMine Unloaded->Constructed
flansmod{4.9.0} [Flan's Mod](Flans Mod-1.7.10-4.9.0.jar) Unloaded->Constructed
Steamcraft{0.28.5} Flaxbeard's Steam Power Unloaded->Constructed
IronChest{6.0.62.742} Iron Chest Unloaded->Constructed
LavaMonsters{2.2.1} Lava Monsters Unloaded->Constructed
LostBooks{1.2.2} Lost Books Unloaded->Constructed
MeteorCraft{beta} [MeteorCraft](MeteorCraft 1.7.10 V5a.jar) Unloaded->Constructed
MineMenu{1.2.0} MineMenu Unloaded->Constructed
MineTweaker3{3.0.9B} MineTweaker 3 Unloaded->Constructed
MutantCreatures{1.4.8} Mutant Creatures Unloaded->Constructed
NBTEdit{1.7.2.2} In-game NBTEdit Unloaded->Constructed
neiintegration{1.0.0} NEI Integration Unloaded->Constructed
realisticpain{1.5} [Realistic Pain](Realistic Pain-1.5-1.7.10.jar) Unloaded->Constructed
corerm{1.0c} RikMuld's Core Unloaded->Constructed
secretroomsmod{4.7.1} The SecretRoomsMod Unloaded->Constructed
SpecialMobs{3.0.3} Special Mobs Unloaded->Constructed
universalcoins{1.7.10-1.6.5} Universal Coins Unloaded->Constructed
WLM{1.4.3} [The Wasteland Mod](Wasteland mod-1.4.4.jar) Unloaded->Constructed
bspkrsCore{6.15} bspkrsCore Unloaded->Constructed
HungerOverhaul{1.7.10-beta.5.jenkins47} Hunger Overhaul Unloaded->Constructed
[23:47:16] [Server thread/ERROR]: The following problems were captured during this phase
[23:47:16] [Server thread/ERROR]: Caught exception from DiseaseCraft
cpw.mods.fml.common.LoaderException: java.lang.InstantiationException

at cpw.mods.fml.common.ProxyInjector.inject(ProxyInjector.java:76) ~[ProxyInjector.class:git-Cauldron-MCPC-Plus-1.7.10-1.1381.06.221]
at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:510) ~[FMLModContainer.class:git-Cauldron-MCPC-Plus-1.7.10-1.1381.06.221]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_45]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_45]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_45]
at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_45]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[minecraft_server.1.7.10.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[minecraft_server.1.7.10.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[minecraft_server.1.7.10.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[minecraft_server.1.7.10.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[minecraft_server.1.7.10.jar:?]
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208) ~[LoadController.class:git-Cauldron-MCPC-Plus-1.7.10-1.1381.06.221]
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187) ~[LoadController.class:git-Cauldron-MCPC-Plus-1.7.10-1.1381.06.221]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_45]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_45]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_45]
at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_45]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[minecraft_server.1.7.10.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[minecraft_server.1.7.10.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[minecraft_server.1.7.10.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[minecraft_server.1.7.10.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[minecraft_server.1.7.10.jar:?]
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118) [LoadController.class:git-Cauldron-MCPC-Plus-1.7.10-1.1381.06.221]
at cpw.mods.fml.common.Loader.loadMods(Loader.java:492) [Loader.class:git-Cauldron-MCPC-Plus-1.7.10-1.1381.06.221]
at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:87) [FMLServerHandler.class:git-Cauldron-MCPC-Plus-1.7.10-1.1381.06.221]
at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:319) [FMLCommonHandler.class:git-Cauldron-MCPC-Plus-1.7.10-1.1381.06.221]
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:170) [lt.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:620) [MinecraftServer.class:?]
at java.lang.Thread.run(Thread.java:745) [?:1.8.0_45]

Caused by: java.lang.InstantiationException
at sun.reflect.InstantiationExceptionConstructorAccessorImpl.newInstance(InstantiationExceptionConstructorAccessorImpl.java:48) ~[?:1.8.0_45]
at java.lang.reflect.Constructor.newInstance(Constructor.java:422) ~[?:1.8.0_45]
at java.lang.Class.newInstance(Class.java:442) ~[?:1.8.0_45]
at cpw.mods.fml.common.ProxyInjector.inject(ProxyInjector.java:59) ~[ProxyInjector.class:git-Cauldron-MCPC-Plus-1.7.10-1.1381.06.221]
... 28 more
[23:47:16] [Server thread/ERROR]: Encountered an unexpected exception
cpw.mods.fml.common.LoaderException: java.lang.InstantiationException

at cpw.mods.fml.common.ProxyInjector.inject(ProxyInjector.java:76) ~[ProxyInjector.class:git-Cauldron-MCPC-Plus-1.7.10-1.1381.06.221]
at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:510) ~[FMLModContainer.class:git-Cauldron-MCPC-Plus-1.7.10-1.1381.06.221]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_45]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_45]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_45]
at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_45]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[minecraft_server.1.7.10.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[minecraft_server.1.7.10.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[minecraft_server.1.7.10.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[minecraft_server.1.7.10.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[minecraft_server.1.7.10.jar:?]
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208) ~[LoadController.class:git-Cauldron-MCPC-Plus-1.7.10-1.1381.06.221]
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187) ~[LoadController.class:git-Cauldron-MCPC-Plus-1.7.10-1.1381.06.221]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_45]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_45]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_45]
at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_45]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[minecraft_server.1.7.10.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[minecraft_server.1.7.10.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[minecraft_server.1.7.10.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[minecraft_server.1.7.10.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[minecraft_server.1.7.10.jar:?]
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118) ~[LoadController.class:git-Cauldron-MCPC-Plus-1.7.10-1.1381.06.221]
at cpw.mods.fml.common.Loader.loadMods(Loader.java:492) ~[Loader.class:git-Cauldron-MCPC-Plus-1.7.10-1.1381.06.221]
at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:87) ~[FMLServerHandler.class:git-Cauldron-MCPC-Plus-1.7.10-1.1381.06.221]
at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:319) ~[FMLCommonHandler.class:git-Cauldron-MCPC-Plus-1.7.10-1.1381.06.221]
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:170) ~[lt.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:620) [MinecraftServer.class:?]
at java.lang.Thread.run(Thread.java:745) [?:1.8.0_45]

Caused by: java.lang.InstantiationException
at sun.reflect.InstantiationExceptionConstructorAccessorImpl.newInstance(InstantiationExceptionConstructorAccessorImpl.java:48) ~[?:1.8.0_45]
at java.lang.reflect.Constructor.newInstance(Constructor.java:422) ~[?:1.8.0_45]
at java.lang.Class.newInstance(Class.java:442) ~[?:1.8.0_45]
at cpw.mods.fml.common.ProxyInjector.inject(ProxyInjector.java:59) ~[ProxyInjector.class:git-Cauldron-MCPC-Plus-1.7.10-1.1381.06.221]
... 28 more
[23:47:16] [Server thread/ERROR]: Cause of unexpected exception was
java.lang.InstantiationException
at sun.reflect.InstantiationExceptionConstructorAccessorImpl.newInstance(InstantiationExceptionConstructorAccessorImpl.java:48) ~[?:1.8.0_45]
at java.lang.reflect.Constructor.newInstance(Constructor.java:422) ~[?:1.8.0_45]
at java.lang.Class.newInstance(Class.java:442) ~[?:1.8.0_45]
at cpw.mods.fml.common.ProxyInjector.inject(ProxyInjector.java:59) ~[ProxyInjector.class:git-Cauldron-MCPC-Plus-1.7.10-1.1381.06.221]
at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:510) ~[FMLModContainer.class:git-Cauldron-MCPC-Plus-1.7.10-1.1381.06.221]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_45]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_45]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_45]
at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_45]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[minecraft_server.1.7.10.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[minecraft_server.1.7.10.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[minecraft_server.1.7.10.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[minecraft_server.1.7.10.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[minecraft_server.1.7.10.jar:?]
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208) ~[LoadController.class:git-Cauldron-MCPC-Plus-1.7.10-1.1381.06.221]
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187) ~[LoadController.class:git-Cauldron-MCPC-Plus-1.7.10-1.1381.06.221]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_45]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_45]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_45]
at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_45]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[minecraft_server.1.7.10.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[minecraft_server.1.7.10.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[minecraft_server.1.7.10.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[minecraft_server.1.7.10.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[minecraft_server.1.7.10.jar:?]
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118) ~[LoadController.class:git-Cauldron-MCPC-Plus-1.7.10-1.1381.06.221]
at cpw.mods.fml.common.Loader.loadMods(Loader.java:492) ~[Loader.class:git-Cauldron-MCPC-Plus-1.7.10-1.1381.06.221]
at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:87) ~[FMLServerHandler.class:git-Cauldron-MCPC-Plus-1.7.10-1.1381.06.221]
at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:319) ~[FMLCommonHandler.class:git-Cauldron-MCPC-Plus-1.7.10-1.1381.06.221]
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:170) ~[lt.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:620) [MinecraftServer.class:?]
at java.lang.Thread.run(Thread.java:745) [?:1.8.0_45]
[23:47:16] [Server thread/ERROR]: This crash report has been saved to: /hlserver/27900/./crash-reports/crash-2015-04-24_23.47.16-server.txt
[23:47:16] [Server thread/WARN]: Can't revert to frozen GameData state without freezing first.
[23:47:16] [Server thread/INFO]: Applying holder lookups
[23:47:16] [Server thread/INFO]: Holder lookups applied

---- Minecraft Crash Report ----
// Quite honestly, I wouldn't worry myself about that.

Time: 4/24/15 11:47 PM
Description: Exception in server tick loop

cpw.mods.fml.common.LoaderException: java.lang.InstantiationException
at cpw.mods.fml.common.ProxyInjector.inject(ProxyInjector.java:76)
at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:510)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:492)
at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:87)
at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:319)
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:170)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:620)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.InstantiationException
at sun.reflect.InstantiationExceptionConstructorAccessorImpl.newInstance(InstantiationExceptionConstructorAccessorImpl.java:48)
at java.lang.reflect.Constructor.newInstance(Constructor.java:422)
at java.lang.Class.newInstance(Class.java:442)
at cpw.mods.fml.common.ProxyInjector.inject(ProxyInjector.java:59)
... 28 more

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

-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Linux (amd64) version 3.19.0
Java Version: 1.8.0_45, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 117569016 bytes (112 MB) / 259588096 bytes (247 MB) up to 2570584064 bytes (2451 MB)
JVM Flags: 8 total; -Xms256M -Xmx2536M -XX:MaxPermSize=256M -XX:+UseParNewGC -XX:UseAVX=2 -XX:+UseSSE42Intrinsics -XX:UseSSE=4 -XX:MaxGCPauseMillis=20
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: ERROR NullPointerException: null
Profiler Position: N/A (disabled)
Is Modded: Definitely; Server brand changed to 'cauldron,craftbukkit,mcpc,fml,forge'
Type: Dedicated Server (map_server.txt)

commented

Fixed in 2.1

commented

Download a fresh copy of DiseaseCraft and try again. Looks like something got corrupted in

[23:47:15] [Server thread/ERROR]: An error occured trying to load a proxy into {serverSide=mc.Mitchellbrine.diseaseCraft.proxy.CommonProxy, clientSide=mc.Mitchellbrine.diseaseCraft.proxy.ClientProxy}.mc.Mitchellbrine.diseaseCraft.DiseaseCraft

If it issue pertains, comment again. I believe this might be a Cauldron error.

commented

No luck even with new file. Yeah it can be the error of Cauldron, but was thinking you also should know about it. :)