Exception in server tick loop
ppappila opened this issue ยท 1 comments
Sanguimancy-1.7.10-1.1.7-1 caused the following error on the server
---- Minecraft Crash Report ----
// Oh - I know what I did wrong!
Time: 13/10/14 8:23 AM
Description: Exception in server tick loop
cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: tombenpotter/sanguimancy/tile/TileCorruptionCrystallizer
at cpw.mods.fml.common.LoadController.transition(LoadController.java:162)
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:515)
at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:88)
at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:314)
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:117)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
Caused by: java.lang.NoClassDefFoundError: tombenpotter/sanguimancy/tile/TileCorruptionCrystallizer
at tombenpotter.sanguimancy.registry.TileRegistry.registerTEs(TileRegistry.java:13)
at tombenpotter.sanguimancy.Sanguimancy.preInit(Sanguimancy.java:52)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
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:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
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.preinitializeMods(Loader.java:513)
... 5 more
Caused by: java.lang.ClassNotFoundException: tombenpotter.sanguimancy.tile.TileCorruptionCrystallizer
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
... 33 more
Caused by: java.lang.NoClassDefFoundError: WayofTime/alchemicalWizardry/api/alchemy/energy/TileSegmentedReagentHandler
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:800)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
... 35 more
Caused by: java.lang.ClassNotFoundException: WayofTime.alchemicalWizardry.api.alchemy.energy.TileSegmentedReagentHandler
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:101)
at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
... 39 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.13.0-34-generic
Java Version: 1.7.0_67, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 3079474536 bytes (2936 MB) / 3981443072 bytes (3797 MB) up to 3981443072 bytes (3797 MB)
JVM Flags: 3 total; -Xmx4096M -Xms4096M -XX:MaxPermSize=1024M
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: MCP v9.05 FML v7.10.85.1225 Minecraft Forge 10.13.1.1225 175 mods loaded, 175 mods active
mcp{9.05} Minecraft Coder Pack Unloaded->Constructed->Pre-initialized
FML{7.10.85.1225} Forge Mod Loader Unloaded->Constructed->Pre-initialized
Forge{10.13.1.1225} Minecraft Forge Unloaded->Constructed->Pre-initialized
appliedenergistics2-core{rv1-stable-1} AppliedEnergistics2 Core Unloaded->Constructed->Pre-initialized
CazzarCoreLib{1.2.1-SNAPSHOT} Cazzar Core Lib Unloaded->Constructed->Pre-initialized
CodeChickenCore{1.0.4.29} CodeChicken Core Unloaded->Constructed->Pre-initialized
{000} CoFH ASM Data Initialization Unloaded->Constructed->Pre-initialized
NotEnoughItems{1.0.3.62} Not Enough Items Unloaded->Constructed->Pre-initialized
ThaumicTinkerer-preloader{0.1} Thaumic Tinkerer Core Unloaded->Constructed->Pre-initialized
VeinMiner_coremod{null_build-null} Core mod Unloaded->Constructed->Pre-initialized
backpacks16840{3.0.0} [Backpacks!](zz-backpacks 1.7.10 - 3.0.0.jar) Unloaded->Constructed->Pre-initialized
malisiscore{1.7.10-0.9.7} Malisis Core Unloaded->Constructed->Pre-initialized
Baubles{1.0.1.8} Baubles Unloaded->Constructed->Pre-initialized
Thaumcraft{4.2.1.4} Thaumcraft Unloaded->Constructed->Pre-initialized
arsmagica2{1.4.0.005} Ars Magica 2 Unloaded->Constructed->Pre-initialized
FLabsBF{4.1} Better Furnaces Unloaded->Constructed->Pre-initialized
bspkrsCore{6.14} bspkrsCore Unloaded->Constructed->Pre-initialized
Treecapitator{1.7.2} Treecapitator Unloaded->Constructed->Pre-initialized
IC2{2.2.650-experimental} IndustrialCraft 2 Unloaded->Constructed->Pre-initialized
ImmibisCore{59.0.3} Immibis Core Unloaded->Constructed->Pre-initialized
AdvancedRepulsionSystems{59.0.1} Advanced Repulsion Systems Unloaded->Constructed->Pre-initialized
AdvancedMachines{1.1.2} IC2 Advanced Machines Addon Unloaded->Constructed->Pre-initialized
AdvancedSolarPanel{1.7.10-3.5.1} Advanced Solar Panels Unloaded->Constructed->Pre-initialized
appliedenergistics2{rv1-stable-1} Applied Energistics 2 Unloaded->Constructed->Pre-initialized
ArchimedesShips{1.7.10 v1.7.1} Archimedes' Ships Unloaded->Constructed->Pre-initialized
Waila{1.5.5} Waila Unloaded->Constructed->Pre-initialized
Automagy{0.12.2} Automagy Unloaded->Constructed->Pre-initialized
bdlib{1.5.0.28} BD Lib Unloaded->Constructed->Pre-initialized
BiblioCraft{1.8.2} BiblioCraft Unloaded->Constructed->Pre-initialized
BuildCraft|Core{6.0.18} BuildCraft Unloaded->Constructed->Pre-initialized
CoFHCore{1.7.10R3.0.0B6} CoFH Core Unloaded->Constructed->Pre-initialized
Forestry{3.1.1.4} Forestry for Minecraft Unloaded->Constructed->Pre-initialized
BiblioWoodsForestry{1.6} BiblioWoods Forestry Edition Unloaded->Constructed->Pre-initialized
Mantle{1.7.10-0.3.2.jenkins184} Mantle Unloaded->Constructed->Pre-initialized
Natura{2.2.0} Natura Unloaded->Constructed->Pre-initialized
BiblioWoodsNatura{1.4} BiblioWoods Natura Edition Unloaded->Constructed->Pre-initialized
ThermalFoundation{1.7.10R1.0.0B3} Thermal Foundation Unloaded->Constructed->Pre-initialized
ThermalExpansion{1.7.10R4.0.0B5} Thermal Expansion Unloaded->Constructed->Pre-initialized
BigReactors{0.4.0rc10} Big Reactors Unloaded->Constructed->Pre-initialized
AWWayofTime{v1.0.1g} [Blood Magic: Alchemical Wizardry](Blood Magic-v1.1.0%281.7.10%29.jar) Unloaded->Constructed->Pre-initialized
Botania{r1.2-123} [Botania](Botania r1.2-123.jar) Unloaded->Constructed->Pre-initialized
CarpentersBlocks{3.3.0} [Carpenter's Blocks](Carpenter's Blocks v3.3.0 - MC 1.7.10.jar) Unloaded->Constructed->Pre-initialized
kegare.caveworld{1.6.3} Caveworld Unloaded->Constructed->Pre-initialized
ChickenChunks{1.3.4.13} ChickenChunks Unloaded->Constructed->Pre-initialized
chisel{1.5.7} Chisel Unloaded->Constructed->Pre-initialized
BuildCraft|Transport{6.0.18} BC Transport Unloaded->Constructed->Pre-initialized
ChiselFacades{2.1} Chisel Facades Unloaded->Constructed->Pre-initialized
Cloud Storage{59.0.1} Cloud Storage Unloaded->Constructed->Pre-initialized
props{1.11} Decocraft Unloaded->Constructed->Pre-initialized
DimensionalAnchors{59.0.2} Dimensional Anchors Unloaded->Constructed->Pre-initialized
dungeonpack{1.7.10-1.0} Dungeon Pack Unloaded->Constructed->Pre-initialized
eplus{1.7.10-3.0.1} Enchanting Plus Unloaded->Constructed->Pre-initialized
EnderIO{1.7.10-2.1.0.231} Ender IO Unloaded->Constructed->Pre-initialized
EnderStorage{1.4.5.24} EnderStorage Unloaded->Constructed->Pre-initialized
EnderTech{1.7.10-0.3.0.348} EnderTech Unloaded->Constructed->Pre-initialized
enhancedportals{3.0.7} EnhancedPortals Unloaded->Constructed->Pre-initialized
EE3{0.2.349} Equivalent Exchange 3 Unloaded->Constructed->Pre-initialized
MetallurgyCore{4.0.4} Metallurgy Core Unloaded->Constructed->Pre-initialized
MineFactoryReloaded{1.7.10R2.8.0RC3} MineFactory Reloaded Unloaded->Constructed->Pre-initialized
TConstruct{1.7.10-1.7.0.build721} Tinkers' Construct Unloaded->Constructed->Pre-initialized
Metallurgy{4.0.5} Metallurgy 4 Unloaded->Constructed->Pre-initialized
ExtraTiC{0.8.4} ExtraTiC Unloaded->Constructed->Pre-initialized
ForgeMultipart{1.1.0.310} Forge Multipart Unloaded->Constructed->Pre-initialized
ExtraUtilities{1.1.0k} Extra Utilities Unloaded->Constructed->Pre-initialized
factorization.notify{1.0} Factorization Notification System Unloaded->Constructed->Pre-initialized
factorization{1.7.10-0.8.88.2} Factorization Unloaded->Constructed->Pre-initialized
factorization.misc{1.7.10-0.8.88.2} Factorization Miscellaneous Nonsense Unloaded->Constructed->Pre-initialized
Steamcraft{0.26.3} Flaxbeard's Steam Power Unloaded->Constructed->Pre-initialized
ThaumicTinkerer{2.5-1.7.10-158} Thaumic Tinkerer Unloaded->Constructed->Pre-initialized
ForbiddenMagic{1.7.10-0.52} [Forbidden Magic](Forbidden Magic-1.7.10-0.52.jar) Unloaded->Constructed->Pre-initialized
FZAddons{0.0.2} FZAddons Unloaded->Constructed->Pre-initialized
BuildCraft|Silicon{6.0.18} BC Silicon Unloaded->Constructed->Pre-initialized
advgenerators{0.9.3.18} Advanced Generators Unloaded->Constructed->Pre-initialized
GraveStone{2.9.7} [GraveStone](GraveStone 2.9.7.jar) Unloaded->Constructed->Pre-initialized
GraviSuite{1.7.10-2.0.3} Graviation Suite Unloaded->Constructed->Pre-initialized
Growthcraft{2.1.0a} Growthcraft Unloaded->Constructed->Pre-initialized
Growthcraft|Cellar{2.1.0a} Growthcraft Cellar Unloaded->Constructed->Pre-initialized
Growthcraft|Apples{2.1.0} Growthcraft Apples Unloaded->Constructed->Pre-initialized
Growthcraft|Bamboo{2.1.0} Growthcraft Bamboo Unloaded->Constructed->Pre-initialized
Growthcraft|Bees{2.1.0} Growthcraft Bees Unloaded->Constructed->Pre-initialized
Growthcraft|Fishtrap{2.1.0a} Growthcraft Fishtrap Unloaded->Constructed->Pre-initialized
Growthcraft|Grapes{2.1.0} Growthcraft Grapes Unloaded->Constructed->Pre-initialized
Growthcraft|Hops{2.1.0} Growthcraft Hops Unloaded->Constructed->Pre-initialized
Growthcraft|Rice{2.1.0a} Growthcraft Rice Unloaded->Constructed->Pre-initialized
intellie{2.1.4.541} IntelliE Unloaded->Constructed->Pre-initialized
appaero{2.1.4.541} AppliedAerodynamics Unloaded->Constructed->Pre-initialized
appaeronei{2.1.4.541} AppliedAerodynamicsNEI Unloaded->Constructed->Pre-initialized
inventorytweaks{1.59-dev-152-cf6e263} Inventory Tweaks Unloaded->Constructed->Pre-initialized
IronChest{6.0.62.742} Iron Chest Unloaded->Constructed->Pre-initialized
JABBA{1.1.4} JABBA Unloaded->Constructed->Pre-initialized
JukeboxReloaded{1.0} Jukebox Reloaded Unloaded->Constructed->Pre-initialized
LogisticsPipes{0.8.1.68} Logistics Pipes Unloaded->Constructed->Pre-initialized
LunatriusCore{1.1.2.14} LunatriusCore Unloaded->Constructed->Pre-initialized
malisisdoors{1.7.10-1.1.4} Malisis' Doors Unloaded->Constructed->Pre-initialized
MineFactoryReloaded|CompatAppliedEnergistics{1.7.10R2.8.0RC3} MFR Compat: Applied Energistics Unloaded->Constructed->Pre-initialized
MineFactoryReloaded|CompatAtum{1.7.10R2.8.0RC2} MFR Compat: Atum Unloaded->Constructed->Pre-initialized
MineFactoryReloaded|CompatBackTools{1.7.10R2.8.0RC3} MFR Compat: BackTools Unloaded->Constructed->Pre-initialized
MineFactoryReloaded|CompatBuildCraft{1.7.10R2.8.0RC3} MFR Compat: BuildCraft Unloaded->Constructed->Pre-initialized
MineFactoryReloaded|CompatChococraft{1.7.10R2.8.0RC2} MFR Compat: Chococraft Unloaded->Constructed->Pre-initialized
MineFactoryReloaded|CompatExtraBiomes{1.7.10R2.8.0RC2} MFR Compat: ExtraBiomes Unloaded->Constructed->Pre-initialized
MineFactoryReloaded|CompatForestry{1.7.10R2.8.0RC3} MFR Compat: Forestry Unloaded->Constructed->Pre-initialized
MineFactoryReloaded|CompatForgeMicroblock{1.7.10R2.8.0RC3} MFR Compat: ForgeMicroblock Unloaded->Constructed->Pre-initialized
MineFactoryReloaded|CompatIC2{1.7.10R2.8.0RC3} MFR Compat: IC2 Unloaded->Constructed->Pre-initialized
MineFactoryReloaded|CompatMystcraft{1.7.10R2.8.0RC2} MFR Compat: Mystcraft Unloaded->Constructed->Pre-initialized
MineFactoryReloaded|CompatPams{1.7.10R2.8.0RC2} MFR Compat: Pam's Mods Unloaded->Constructed->Pre-initialized
ProjRed|Core{4.5.0.50} ProjectRed Unloaded->Constructed->Pre-initialized
ProjRed|Exploration{4.5.0.50} ProjectRed-Exploration Unloaded->Constructed->Pre-initialized
MineFactoryReloaded|CompatProjRed{1.7.10R2.8.0RC2} MFR Compat ProjectRed Unloaded->Constructed->Pre-initialized
BuildCraft|Builders{6.0.18} BC Builders Unloaded->Constructed->Pre-initialized
BuildCraft|Energy{6.0.18} BC Energy Unloaded->Constructed->Pre-initialized
BuildCraft|Factory{6.0.18} BC Factory Unloaded->Constructed->Pre-initialized
Railcraft{9.3.3.0} Railcraft Unloaded->Constructed->Pre-initialized
MineFactoryReloaded|CompatRailcraft{1.7.10R2.8.0RC3} MFR Compat: Railcraft Unloaded->Constructed->Pre-initialized
MineFactoryReloaded|CompatRP2{1.7.10R2.8.0RC2} MFR Compat: RP2 Unloaded->Constructed->Pre-initialized
MineFactoryReloaded|CompatSufficientBiomes{1.7.10R2.8.0RC2} MFR Compat: Sufficient Biomes Unloaded->Constructed->Pre-initialized
MineFactoryReloaded|CompatThaumcraft{1.7.10R2.8.0RC3} MFR Compat: Thaumcraft Unloaded->Constructed->Pre-initialized
MineFactoryReloaded|CompatThermalExpansion{1.7.10R2.8.0RC3} MFR Compat: Thermal Expansion Unloaded->Constructed->Pre-initialized
TwilightForest{2.3.2} The Twilight Forest Unloaded->Constructed->Pre-initialized
MineFactoryReloaded|CompatTwilightForest{1.7.10R2.8.0RC3} MFR Compat: TwilightForest Unloaded->Constructed->Pre-initialized
MineFactoryReloaded|CompatVanilla{1.7.10R2.8.0RC3} MFR Compat: Vanilla Unloaded->Constructed->Pre-initialized
modularsystems{1.53} [Modular Systems](Modular Systems-1.7.10-1.53.jar) Unloaded->Constructed->Pre-initialized
numina{0.4.0.98} Numina Unloaded->Constructed->Pre-initialized
powersuits{0.11.0.174} MachineMuse's Modular Powersuits Unloaded->Constructed->Pre-initialized
NEIAddons{1.12.2.9} NEI Addons Unloaded->Constructed->Pre-initialized
NEIAddons|Botany{1.12.2.9} NEI Addons: Botany Unloaded->Constructed->Pre-initialized
NEIAddons|Forestry{1.12.2.9} NEI Addons: Forestry Unloaded->Constructed->Pre-initialized
NEIAddons|CraftingTables{1.12.2.9} NEI Addons: Crafting Tables Unloaded->Constructed->Pre-initialized
NEIAddons|ExNihilo{1.12.2.9} NEI Addons: Ex Nihilo Unloaded->Constructed->Pre-initialized
NEIPlugins{1.1.0.11-unofficial} NEI Plugins Unofficial Unloaded->Constructed->Pre-initialized
NodalMechanics{1.7.10R1.0} NodalMechanics Unloaded->Constructed->Pre-initialized
fodc{1.5.2} Ore Dictionary Converter Unloaded->Constructed->Pre-initialized
clayspawn{1.7.2a} [Pam's Clay Spawn](Pam's Clay Spawn 1.7.2a.zip) Unloaded->Constructed->Pre-initialized
getalltheseeds{1.7.2a} [Pam's Get all the Seeds!](Pam's Get all the Seeds 1.7.2a.zip) Unloaded->Constructed->Pre-initialized
mobdropcrops{1.7.2a} [Pam's Mob Drop Crops](Pam's Mob Drop Crops 1.7.10a.zip) Unloaded->Constructed->Pre-initialized
PowerConverters{1.7.10-3.0.0.32} Power Converters Unloaded->Constructed->Pre-initialized
primitivemobs{1.0} Primitive Mobs Unloaded->Constructed->Pre-initialized
progressiveautomation{1.4.12} Progressive Automation Unloaded->Constructed->Pre-initialized
ProjRed|Transmission{4.5.0.50} ProjectRed-Transmission Unloaded->Constructed->Pre-initialized
ProjRed|Transportation{4.5.0.50} ProjectRed-Transportation Unloaded->Constructed->Pre-initialized
ProjRed|Compatibility{4.5.0.50} ProjectRed-Compatibility Unloaded->Constructed->Pre-initialized
ProjRed|Integration{4.5.0.50} ProjectRed-Integration Unloaded->Constructed->Pre-initialized
ProjRed|Illumination{4.5.0.50} ProjectRed-Illumination Unloaded->Constructed->Pre-initialized
ProjRed|Expansion{4.5.0.50} ProjectRed-Expansion Unloaded->Constructed->Pre-initialized
YogpstopLib{2.0-RC4} Yogpstop Library Unloaded->Constructed->Pre-initialized
QuarryPlus{2.0-RC4} QuarryPlus Unloaded->Constructed->Pre-initialized
RedstoneArsenal{1.7.10R1.1.0B4} Redstone Arsenal Unloaded->Constructed->Pre-initialized
Roguelike{1.3.5} Roguelike Dungeons Unloaded->Constructed->Pre-initialized
Sanguimancy{1.1.7} Sanguimancy Unloaded->Constructed->Errored
Scenter{1.7.10-3.2.0} Scenter Unloaded->Constructed->Pre-initialized
Schematica{1.7.2.97} Schematica Unloaded->Constructed->Pre-initialized
ServerTools{1.7.10-2.2.0.72} ServerTools Unloaded->Constructed->Pre-initialized
ServerTools-TELEPORT{1.0} ServerTools-TELEPORT Unloaded->Constructed->Pre-initialized
SimpleRecycling{59.0.0} Simple Recycling Unloaded->Constructed->Pre-initialized
simplefluidtanks{1.7.10-1.2.0.4} Simple Fluid Tanks Unloaded->Constructed->Pre-initialized
simplyjetpacks{1.1.4} Simply Jetpacks Unloaded->Constructed->Pre-initialized
wuppy29_slimedungeon{1.6.2} [Slime Dungeons](Slime Dungeons 1.7.10-1.6.2.jar) Unloaded->Constructed->Pre-initialized
StevesCarts{2.0.0.b18} Steve's Carts 2 Unloaded->Constructed->Pre-initialized
StevesWorkshop{0.5.1} Steve's Workshop Unloaded->Constructed->Pre-initialized
thaumicenergistics{0.6.10b} Thaumic Energistics Unloaded->Constructed->Pre-initialized
ThaumicExploration{0.6.0} Thaumic Exploration Unloaded->Constructed->Pre-initialized
TiCTooltips{1.1.11b} TiC Tooltips Unloaded->Constructed->Pre-initialized
VeinMiner{0.21.0} Vein Miner Unloaded->Constructed->Pre-initialized
VeinMinerModSupport{0.21.0} Mod Support Unloaded->Constructed->Pre-initialized
WailaHarvestability{1.1.0} Waila Harvestability Unloaded->Constructed->Pre-initialized
witchery{0.20.6} Witchery Unloaded->Constructed->Pre-initialized
WR-CBE|Core{1.4.1.6} WR-CBE Core Unloaded->Constructed->Pre-initialized
WR-CBE|Addons{1.4.1.6} WR-CBE Addons Unloaded->Constructed->Pre-initialized
WR-CBE|Logic{1.4.1.6} WR-CBE Logic Unloaded->Constructed->Pre-initialized
YABM{1.0.0} Yet Another Backup Mod Unloaded->Constructed->Pre-initialized
YAFM{1.0.3} Yet Another Food Mod Unloaded->Constructed->Pre-initialized
YALSM{2.1.3} Yet Another Leather Smelting Mod Unloaded->Constructed->Pre-initialized
craftingmanager{0.7.4} [Crafting Manager](zCraftingManager 0.7.7 mc1.7.10.zip) Unloaded->Constructed->Pre-initialized
McMultipart{1.1.0.310} Minecraft Multipart Plugin Unloaded->Constructed->Pre-initialized
FMPIntegration{1.0} FMPIntegration Unloaded->Constructed->Pre-initialized
ForgeMicroblock{1.1.0.310} Forge Microblocks Unloaded->Constructed->Pre-initialized
AE2 Version: stable rv1-stable-1 for Forge 10.13.0.1187
Mantle Environment: Environment healthy.
TConstruct Environment: Environment healthy.
Profiler Position: N/A (disabled)
Is Modded: Definitely; Server brand changed to 'fml,forge'
Type: Dedicated Server (map_server.txt)
Update Blood Magic to the latest version. The beta versions can be found here: https://www.dropbox.com/sh/4h02u6a6fq5xrbh/AACR1_cJ6HRUM-j13DwDCYiVa
If you are willing to wait a bit, I'm told that a new stable release version will come out today.