My Yogscast server continually crashes... i need help. Heres the crash report it filed
---- Minecraft Crash Report ----
// I blame Dinnerbone.
Time: 11/15/14 11:51 AM
Description: Exception in server tick loop
cpw.mods.fml.common.LoaderException: java.lang.AbstractMethodError: com.sun.org.apache.xerces.internal.util.XMLResourceIdentifierImpl.getBaseSystemId()Ljava/lang/String;
at cpw.mods.fml.common.LoadController.transition(LoadController.java:156)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:523)
at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:99)
at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:350)
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:69)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:445)
at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)
Caused by: java.lang.AbstractMethodError: com.sun.org.apache.xerces.internal.util.XMLResourceIdentifierImpl.getBaseSystemId()Ljava/lang/String;
at com.sun.org.apache.xerces.internal.impl.XMLEntityManager.resolveEntityAsPerStax(Unknown Source)
at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$DTDDriver.dispatch(Unknown Source)
at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$DTDDriver.next(Unknown Source)
at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$PrologDriver.next(Unknown Source)
at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(Unknown Source)
at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(Unknown Source)
at java.util.XMLUtils.getLoadingDoc(Unknown Source)
at java.util.XMLUtils.load(Unknown Source)
at java.util.Properties.loadFromXML(Unknown Source)
at cpw.mods.fml.common.registry.LanguageRegistry.loadLocalization(LanguageRegistry.java:168)
at cpw.mods.fml.common.registry.LanguageRegistry.loadLocalization(LanguageRegistry.java:143)
at magicbees.main.utils.LocalizationManager.setupLocalizationInfo(LocalizationManager.java:28)
at magicbees.main.MagicBees.preInit(MagicBees.java:69)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545)
at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:522)
... 5 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
I made the server using ATLauncher if that helps
Server has been working fine for a couple weeks. Ive tried reinstalling the server and got the same result.
Not sure if you figured out your problem but you actually have three problems. RailCraft, MagicBees, and Rcdusts. You can easily find what's causing an error by looking for "Unloaded->Constructed->Errored"
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
---- Minecraft Crash Report ----
// I blame Dinnerbone.
Time: 11/15/14 11:51 AM
Description: Exception in server tick loop
cpw.mods.fml.common.LoaderException: java.lang.AbstractMethodError: com.sun.org.apache.xerces.internal.util.XMLResourceIdentifierImpl.getBaseSystemId()Ljava/lang/String;
at cpw.mods.fml.common.LoadController.transition(LoadController.java:156)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:523)
at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:99)
at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:350)
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:69)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:445)
at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)
Caused by: java.lang.AbstractMethodError: com.sun.org.apache.xerces.internal.util.XMLResourceIdentifierImpl.getBaseSystemId()Ljava/lang/String;
at com.sun.org.apache.xerces.internal.impl.XMLEntityManager.resolveEntityAsPerStax(Unknown Source)
at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$DTDDriver.dispatch(Unknown Source)
at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$DTDDriver.next(Unknown Source)
at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$PrologDriver.next(Unknown Source)
at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(Unknown Source)
at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(Unknown Source)
at java.util.XMLUtils.getLoadingDoc(Unknown Source)
at java.util.XMLUtils.load(Unknown Source)
at java.util.Properties.loadFromXML(Unknown Source)
at cpw.mods.fml.common.registry.LanguageRegistry.loadLocalization(LanguageRegistry.java:168)
at cpw.mods.fml.common.registry.LanguageRegistry.loadLocalization(LanguageRegistry.java:143)
at magicbees.main.utils.LocalizationManager.setupLocalizationInfo(LocalizationManager.java:28)
at magicbees.main.MagicBees.preInit(MagicBees.java:69)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545)
at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:522)
... 5 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.6.4
Operating System: Windows 8.1 (amd64) version 6.3
Java Version: 1.7.0_60, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 662954872 bytes (632 MB) / 1007681536 bytes (961 MB) up to 1908932608 bytes (1820 MB)
JVM Flags: 2 total; -Xmx2G -XX:MaxPermSize=8G
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Suspicious classes: FML and Forge are installed
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v8.11 FML v6.4.49.965 Minecraft Forge 9.11.1.965 238 mods loaded, 238 mods active
mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized
FML{6.4.49.965} [Forge Mod Loader] (forge-1.6.4-9.11.1.965-universal.jar) Unloaded->Constructed->Pre-initialized
Forge{9.11.1.965} [Minecraft Forge] (forge-1.6.4-9.11.1.965-universal.jar) Unloaded->Constructed->Pre-initialized
AM2-Preloader{0.0.1} [AMCore] (minecraft.jar) Unloaded->Constructed->Pre-initialized
AppliedEnergistics-Core{rv14.finale3} [AppliedEnergistics Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized
CodeChickenCore{0.9.0.9} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized
denLib{3.1.35} [denLib] (minecraft.jar) Unloaded->Constructed->Pre-initialized
Micdoodlecore{} [Micdoodle8 Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized
MobiusCore{1.2.2} [MobiusCore] (minecraft.jar) Unloaded->Constructed->Pre-initialized
NotEnoughItems{1.6.1.9} [Not Enough Items] (NOTENOUGHITEMS 1.6.1.9.jar) Unloaded->Constructed->Pre-initialized
OpenEye{0.6} [OpenEye] (OPENEYE-0.6-1.6.4.jar) Unloaded->Constructed->Pre-initialized
PowerCrystalsCore{1.1.8} [PowerCrystals Core] (POWERCRYSTALSCORE-1.1.8-9.jar) Unloaded->Constructed->Pre-initialized
switches|pistontweak{1.3.0 build 25} [Switches|PistonTweak] (minecraft.jar) Unloaded->Constructed->Pre-initialized
TConstruct-Preloader{0.0.1} [Tinkers Corestruct] (minecraft.jar) Unloaded->Constructed->Pre-initialized
OpenModsCore{@[email protected]} [OpenModsCore] (minecraft.jar) Unloaded->Constructed->Pre-initialized
BuildCraft|Core{4.2.2} [BuildCraft] (BUILDCRAFT-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized
BuildCraft|Builders{4.2.2} [BC Builders] (BUILDCRAFT-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized
BuildCraft|Energy{4.2.2} [BC Energy] (BUILDCRAFT-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized
BuildCraft|Factory{4.2.2} [BC Factory] (BUILDCRAFT-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized
BuildCraft|Transport{4.2.2} [BC Transport] (BUILDCRAFT-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized
MineFactoryReloaded{1.6.4R2.7.9} [MineFactory Reloaded] (00000_MINEFACTORYRELOADED-2.7.9-FINAL.jar) Unloaded->Constructed->Pre-initialized
MineFactoryReloaded|CompatForestryPre{1.6.4R2.7.9} [MFR Compat: Forestry (part 2)] (00000_MINEFACTORYRELOADED-2.7.9-FINAL.jar) Unloaded->Constructed->Pre-initialized
Natura{2.1.14} [Natura] (NATURA_MC1.6.X_2.1.14.jar) Unloaded->Constructed->Pre-initialized
BiomesOPlenty{1.2.1} [Biomes O' Plenty] (BIOMESOPLENTY-UNIVERSAL-1.6.4-1.2.1.416.jar) Unloaded->Constructed->Pre-initialized
Forestry{2.3.1.1} [Forestry for Minecraft] (FORESTRY-A-2.3.1.1.jar) Unloaded->Constructed->Pre-initialized
MFR Compat Forestry Trees{1.0} [MFR Compat Forestry Trees] (00000_MINEFACTORYRELOADED-2.7.9-FINAL.jar) Unloaded->Constructed->Pre-initialized
BinnieCore{1.8.0} [Binnie Core] (BINNIE-MODS-1.8.0.jar) Unloaded->Constructed->Pre-initialized
ExtraTrees{1.8.0} [Extra Trees] (BINNIE-MODS-1.8.0.jar) Unloaded->Constructed->Pre-initialized
MFR Compat Extra Trees{1.0} [MFR Compat Extra Trees] (00000_MINEFACTORYRELOADED-2.7.9-FINAL.jar) Unloaded->Constructed->Pre-initialized
AppliedEnergistics{rv14.finale3} [Applied Energistics] (APPENG-RV14-FINALE3-MC16X.jar) Unloaded->Constructed->Pre-initialized
MineFactoryReloaded|CompatAppliedEnergistics{1.6.4R2.7.9} [MFR Compat: Applied Energistics] (00000_MINEFACTORYRELOADED-2.7.9-FINAL.jar) Unloaded->Constructed->Pre-initialized
MineFactoryReloaded|CompatAtum{1.6.4R2.7.9} [MFR Compat: Atum] (00000_MINEFACTORYRELOADED-2.7.9-FINAL.jar) Unloaded->Constructed->Pre-initialized
MineFactoryReloaded|CompatBackTools{1.6.4R2.7.9} [MFR Compat: BackTools] (00000_MINEFACTORYRELOADED-2.7.9-FINAL.jar) Unloaded->Constructed->Pre-initialized
MineFactoryReloaded|CompatBuildCraft{1.6.4R2.7.9} [MFR Compat: BuildCraft] (00000_MINEFACTORYRELOADED-2.7.9-FINAL.jar) Unloaded->Constructed->Pre-initialized
MineFactoryReloaded|CompatChococraft{1.6.4R2.7.9} [MFR Compat: Chococraft] (00000_MINEFACTORYRELOADED-2.7.9-FINAL.jar) Unloaded->Constructed->Pre-initialized
MineFactoryReloaded|CompatExtraBiomes{1.6.4R2.7.9} [MFR Compat: ExtraBiomes] (00000_MINEFACTORYRELOADED-2.7.9-FINAL.jar) Unloaded->Constructed->Pre-initialized
MineFactoryReloaded|CompatForestry{1.6.4R2.7.9} [MFR Compat: Forestry] (00000_MINEFACTORYRELOADED-2.7.9-FINAL.jar) Unloaded->Constructed->Pre-initialized
MineFactoryReloaded|CompatForgeMicroblock{1.6.4R2.7.9} [MFR Compat: ForgeMicroblock] (00000_MINEFACTORYRELOADED-2.7.9-FINAL.jar) Unloaded->Constructed->Pre-initialized
MineFactoryReloaded|CompatIC2{1.6.4R2.7.9} [MFR Compat: IC2] (00000_MINEFACTORYRELOADED-2.7.9-FINAL.jar) Unloaded->Constructed->Pre-initialized
Mystcraft{0.10.13.01} [Mystcraft] (MYSTCRAFT-UNI-1.6.4-0.10.13.01.zip) Unloaded->Constructed->Pre-initialized
MineFactoryReloaded|CompatMystcraft{1.6.4R2.7.9} [MFR Compat: Mystcraft] (00000_MINEFACTORYRELOADED-2.7.9-FINAL.jar) Unloaded->Constructed->Pre-initialized
MineFactoryReloaded|CompatPams{1.6.4R2.7.9} [MFR Compat: Pam's Mods] (00000_MINEFACTORYRELOADED-2.7.9-FINAL.jar) Unloaded->Constructed->Pre-initialized
ComputerCraft{1.63} [ComputerCraft] (COMPUTERCRAFT1.63.jar) Unloaded->Constructed->Pre-initialized
UniversalElectricity{3.1.0} [Universal Electricity] (00000_UNIVERSAL-ELECTRICITY-3.1.0.115-CORE.jar) Unloaded->Constructed->Pre-initialized
ForgeMultipart{1.0.1.268} [Forge Multipart] (ForgeMultipart-universal-1.6.4-1.0.1.268.jar) Unloaded->Constructed->Pre-initialized
ProjRed|Core{4.3.5.30} [ProjectRed] (PROJECTREDBASE-1.6.4-4.3.5.30.jar) Unloaded->Constructed->Pre-initialized
ProjRed|Exploration{4.3.5.30} [ProjectRed-Exploration] (PROJECTREDWORLD-1.6.4-4.3.5.30.jar) Unloaded->Constructed->Pre-initialized
MineFactoryReloaded|CompatProjRed{1.6.4R2.7.9} [MFR Compat ProjectRed] (00000_MINEFACTORYRELOADED-2.7.9-FINAL.jar) Unloaded->Constructed->Pre-initialized
Thaumcraft{4.1.0g} [Thaumcraft] (00001_THAUMCRAFT4.1.0G.zip) Unloaded->Constructed->Pre-initialized
Railcraft{8.4.0.0} [Railcraft] (RAILCRAFT_1.6.4-8.4.0.0.jar) Unloaded->Constructed->Errored
MineFactoryReloaded|CompatRailcraft{1.6.4R2.7.9} [MFR Compat: Railcraft] (00000_MINEFACTORYRELOADED-2.7.9-FINAL.jar) Unloaded->Constructed->Pre-initialized
MineFactoryReloaded|CompatRP2{1.6.4R2.7.9} [MFR Compat: RP2] (00000_MINEFACTORYRELOADED-2.7.9-FINAL.jar) Unloaded->Constructed->Pre-initialized
MineFactoryReloaded|CompatSufficientBiomes{1.6.4R2.7.9} [MFR Compat: Sufficient Biomes] (00000_MINEFACTORYRELOADED-2.7.9-FINAL.jar) Unloaded->Constructed->Pre-initialized
MineFactoryReloaded|CompatThaumcraft{1.6.4R2.7.9} [MFR Compat: Thaumcraft] (00000_MINEFACTORYRELOADED-2.7.9-FINAL.jar) Unloaded->Constructed->Pre-initialized
CoFHCore{2.0.0.5} [CoFH Core] (00002_COFHCORE-2.0.0.5.jar) Unloaded->Constructed->Pre-initialized
NetherOres{1.6.2R2.2.2} [Nether Ores] (NETHERORES-2.2.2-55.jar) Unloaded->Constructed->Pre-initialized
OpenComputers|Core{1.0.0} [OpenComputers (Core)] (OPENCOMPUTERS-MC1.6.4-1.3.4.555-UNIVERSAL.jar) Unloaded->Constructed->Pre-initialized
ResonantEngine{@[email protected]@[email protected]@[email protected]} [ResonantEngine] (RESONANT-ENGINE-1.2.0.349-UNIVERSAL.jar) Unloaded->Constructed->Pre-initialized
ResonantInduction|Core{0.3.1} [Resonant Induction] (RESONANT-INDUCTION-0.3.1.369-RESONANT-INDUCTION CORE.jar) Unloaded->Constructed->Pre-initialized
ResonantInduction|Archaic{0.3.1} [Resonant Induction Archaic] (RESONANT-INDUCTION-0.3.1.369-ARCHAIC.jar) Unloaded->Constructed->Pre-initialized
ResonantInduction|Mechanical{0.3.1} [Resonant Induction Mechanical] (RESONANT-INDUCTION-0.3.1.369-MECHANICAL.jar) Unloaded->Constructed->Pre-initialized
ResonantInduction|Electrical{0.3.1} [Resonant Induction Electrical] (RESONANT-INDUCTION-0.3.1.369-ELECTRICAL.jar) Unloaded->Constructed->Pre-initialized
ThermalExpansion{3.0.0.7} [Thermal Expansion] (ZZZZY_THERMALEXPANSION-3.0.0.7.jar) Unloaded->Constructed->Pre-initialized
MineFactoryReloaded|CompatThermalExpansion{1.6.4R2.7.9} [MFR Compat: Thermal Expansion] (00000_MINEFACTORYRELOADED-2.7.9-FINAL.jar) Unloaded->Constructed->Pre-initialized
TwilightForest{1.20.5} [The Twilight Forest] (TWILIGHTFOREST-1.6.4-1.20.5.jar) Unloaded->Constructed->Pre-initialized
MineFactoryReloaded|CompatTwilightForest{1.6.4R2.7.9} [MFR Compat: TwilightForest] (00000_MINEFACTORYRELOADED-2.7.9-FINAL.jar) Unloaded->Constructed->Pre-initialized
MineFactoryReloaded|CompatVanilla{1.6.4R2.7.9} [MFR Compat: Vanilla] (00000_MINEFACTORYRELOADED-2.7.9-FINAL.jar) Unloaded->Constructed->Pre-initialized
MineFactoryReloaded|CompatXyCraft{1.6.4R2.7.9} [MFR Compat: XyCraft] (00000_MINEFACTORYRELOADED-2.7.9-FINAL.jar) Unloaded->Constructed->Pre-initialized
Waila{1.5.2a} [Waila] (00000_WAILA_1.5.2A.zip) Unloaded->Constructed->Pre-initialized
EnderStorage{1.4.3.6} [EnderStorage] (ENDERSTORAGE 1.4.3.6.jar) Unloaded->Constructed->Pre-initialized
factorization{0.8.34} [Factorization] (FACTORIZATION-0.8.34.jar) Unloaded->Constructed->Pre-initialized
DartCraft{Beta 0.2.20} [DartCraft] (00001_DARTCRAFT BETA 0.2.20V2.jar) Unloaded->Constructed->Pre-initialized
CoFHLoot{2.0.0.5} [CoFH Loot] (00002_COFHCORE-2.0.0.5.jar) Unloaded->Constructed->Pre-initialized
CoFHMasquerade{2.0.0.5} [CoFH Masquerade] (00002_COFHCORE-2.0.0.5.jar) Unloaded->Constructed->Pre-initialized
CoFHSocial{2.0.0.5} [CoFH Social] (00002_COFHCORE-2.0.0.5.jar) Unloaded->Constructed->Pre-initialized
CoFHWorld{2.0.0.5} [CoFH World] (00002_COFHCORE-2.0.0.5.jar) Unloaded->Constructed->Pre-initialized
AWWayofTime{v1.0.1g} [Blood Magic: Alchemical Wizardry] (BLOOD MAGIC V1.0.1G.zip) Unloaded->Constructed->Pre-initialized
technom{0.8.2} [Technomancy] (1.6 TECHNOMANCY 0.8.2.jar) Unloaded->Constructed->Pre-initialized
advancedgenetics{v1.4.3} [Advanced Genetics] (ADVANCEDGENETICS-1.4.3-1.6.jar) Unloaded->Constructed->Pre-initialized
AdvancedThaumaturgy{0.0.28} [Advanced Thaumaturgy] (ADVANCEDTHAUMATURGY-1.6.4-0.0.28.jar) Unloaded->Constructed->Pre-initialized
AnimationAPI{1.1.1} [AnimationAPI] (ANIMATIONAPI V1.1.2 MC1.6.4.zip) Unloaded->Constructed->Pre-initialized
arsmagica2{1.2.0.022} [Ars Magica 2] (AM2_1.2.0.022.jar) Unloaded->Constructed->Pre-initialized
Autoutils{1.0.1} [Autoutils] (AUTOUTILS-1.6.4-1.0.1.jar) Unloaded->Constructed->Pre-initialized
Backpack{1.28.37} [Backpack] (BACKPACK-1.28.37-1.6.X.jar) Unloaded->Constructed->Pre-initialized
BuildCraft|Silicon{4.2.2} [BC Silicon] (BUILDCRAFT-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized
BCTools{1.4-a-17} [Buildcraft Tools] (BCTOOLS-V1.4-A-17.jar) Unloaded->Constructed->Pre-initialized
bdlib{1.2.3.48} [BD Lib] (BDLIB-MC164-1.2.3.48.jar) Unloaded->Constructed->Pre-initialized
BetterDungeons{2.4} [Chocolate quest] (BETTERDUNGEONS2091.zip) Unloaded->Constructed->Pre-initialized
BiblioCraft{1.5.5} [BiblioCraft] (BIBLIOCRAFT[V1.5.5].zip) Unloaded->Constructed->Pre-initialized
BiblioWoodsBoP{1.3} [BiblioWoods Biomes O'Plenty Edition] (BIBLIOWOODS[BIOMESOPLENTY][V1.3].zip) Unloaded->Constructed->Pre-initialized
BiblioWoodsForestry{1.3} [BiblioWoods Forestry Edition] (BIBLIOWOODS[FORESTRY][V1.3].zip) Unloaded->Constructed->Pre-initialized
BiblioWoodsNatura{1.1} [BiblioWoods Natura Edition] (BIBLIOWOODS[NATURA][V1.1].zip) Unloaded->Constructed->Pre-initialized
Mekanism{6.0.5} [Mekanism] (MEKANISM-6.0.5.46.jar) Unloaded->Constructed->Pre-initialized
BigReactors{0.3.4A2} [Big Reactors] (BIGREACTORS-0.3.4A2.jar) Unloaded->Constructed->Pre-initialized
ExtraBees{1.8.0} [Extra Bees] (BINNIE-MODS-1.8.0.jar) Unloaded->Constructed->Pre-initialized
Additional-Buildcraft-Objects{1.0.7.560} [Additional Buildcraft Objects] (BUILDCRAFT-Z-ADDITIONAL-BUILDCRAFT-OBJECTS-1.0.7.560.jar) Unloaded->Constructed->Pre-initialized
CarpentersBlocks{3.2.7} [Carpenter's Blocks] (CARPENTERS BLOCKS V3.2.7 - MC 1.6.4.zip) Unloaded->Constructed->Pre-initialized
OpenMods{0.5.1} [OpenMods] (OPENMODSLIB-0.5.1.jar) Unloaded->Constructed->Pre-initialized
ProjRed|Transmission{4.3.5.30} [ProjectRed-Transmission] (PROJECTREDINTEGRATION-1.6.4-4.3.5.30.jar) Unloaded->Constructed->Pre-initialized
OpenPeripheralCore{0.4.1} [OpenPeripheralCore] (OPENPERIPHERALCORE-0.4.1.jar) Unloaded->Constructed->Pre-initialized
OpenPeripheral{0.1.5} [OpenPeripheralAddons] (OPENPERIPHERALADDONS-0.1.5.jar) Unloaded->Constructed->Pre-initialized
CCTransport{1.0.1} [CCTransport] (CCTRANSPORT-1.0.1.jar) Unloaded->Constructed->Pre-initialized
charlotteUtilities{0.7.0} [Charlotte's Utilities] (CHARLOTTESUTILITIES-0.7.0.zip) Unloaded->Constructed->Pre-initialized
ChickenChunks{1.3.3.4} [ChickenChunks] (CHICKENCHUNKS 1.3.3.4.jar) Unloaded->Constructed->Pre-initialized
Chisel{1.5.2} [Chisel] (CHISEL-1.6.4-1.5.2.jar) Unloaded->Constructed->Pre-initialized
crowley.skyblock{1.29e} [Ex Nihilo] (CROWLEY-SKYBLOCK-V1.29E.jar) Unloaded->Constructed->Pre-initialized
dartpatch{2.3} [DartPatch] (DARTPATCH-2.3.jar) Unloaded->Constructed->Pre-initialized
DenPipes-Forestry{1.1.8} [DenPipes-Forestry] (DENPIPES-FORESTRY-1.6.4-1.1.8.jar) Unloaded->Constructed->Pre-initialized
xreliquary{1.1.2} [Xeno's Reliquary] (RELIQUARY-1.1.2B.jar) Unloaded->Constructed->Pre-initialized
DenPipes{2.1.18} [DenPipes] (DENPIPES-1.6.4-2.1.18.jar) Unloaded->Constructed->Pre-initialized
ImmibisCore{57.2.0} [Immibis Core] (IMMIBIS-CORE-57.2.0.jar) Unloaded->Constructed->Pre-initialized
DimensionalAnchors{57.1.96} [Dimensional Anchors] (DIMENSIONAL-ANCHOR-57.1.96.jar) Unloaded->Constructed->Pre-initialized
emashercore{1.2.3.4} [Emasher Resource] (EMASHERRESOURCE-1.2.3.5.zip) Unloaded->Constructed->Pre-initialized
Enchiridion{1.1} [Enchiridion] (ENCHIRIDION-1.6.4-1.1.jar) Unloaded->Constructed->Pre-initialized
EnderIO{1.0.6} [Ender IO] (ENDERIO-1.6.4-1.0.6.376.jar) Unloaded->Constructed->Pre-initialized
eng_toolbox{1.1.8.3} [Engineer's Toolbox] (ENGINEERSTOOLBOX-1.1.8.4.zip) Unloaded->Constructed->Pre-initialized
enhancedportals{3.0.0b-final} [EnhancedPortals] (ENHANCEDPORTALS_1.6.4-UNIVERSAL-3.0.0B-FINAL2.jar) Unloaded->Constructed->Pre-initialized
KeithyUtils{1.2} [Keithy Utils] (KEITHYUTILS-1.6.4-1.2.16.jar) Unloaded->Constructed->Pre-initialized
Metallurgy3Core{3.2.3} [Metallurgy 3 Core] (METALLURGY-1.6.4-3.3.2.jar) Unloaded->Constructed->Pre-initialized
Metallurgy3Base{3.2.3} [Metallurgy 3 Base] (METALLURGY-1.6.4-3.3.2.jar) Unloaded->Constructed->Pre-initialized
TConstruct{1.6.X_1.5.5.7} [Tinkers' Construct] (TCONSTRUCT_MC1.6.4_1.5.5.7.jar) Unloaded->Constructed->Pre-initialized
ExtraTiC{0.8.3} [ExtraTiC] (EXTRATIC-1.6.4-0.8.3.jar) Unloaded->Constructed->Pre-initialized
Growthcraft{2.0.6a} [Growthcraft] (GROWTHCRAFT-CORE-1.6.4-2.0.6A.zip) Unloaded->Constructed->Pre-initialized
Growthcraft|Cellar{2.0.7} [Growthcraft Cellar] (GROWTHCRAFT-CELLAR-1.6.4-2.0.7.zip) Unloaded->Constructed->Pre-initialized
Growthcraft|Apples{2.0.6} [Growthcraft Apples] (GROWTHCRAFT-APPLES-1.6.4-2.0.6.zip) Unloaded->Constructed->Pre-initialized
Growthcraft|Bamboo{2.0.6} [Growthcraft Bamboo] (GROWTHCRAFT-BAMBOO-1.6.4-2.0.6.zip) Unloaded->Constructed->Pre-initialized
Growthcraft|Grapes{2.0.6} [Growthcraft Grapes] (GROWTHCRAFT-GRAPES-1.6.4-2.0.6.zip) Unloaded->Constructed->Pre-initialized
Growthcraft|Hops{2.0.6} [Growthcraft Hops] (GROWTHCRAFT-HOPS-1.6.4-2.0.6.zip) Unloaded->Constructed->Pre-initialized
Growthcraft|Rice{2.0.6} [Growthcraft Rice] (GROWTHCRAFT-RICE-1.6.4.-2.0.6.zip) Unloaded->Constructed->Pre-initialized
Mariculture{1.2.2f} [Mariculture] (MARICULTURE-1.6.4-1.2.2F.jar) Unloaded->Constructed->Pre-initialized
exaliquo{0.11.2} [Ex Aliquo] (EXALIQUO_0.11.2.zip) Unloaded->Constructed->Pre-initialized
LogisticsPipes|Main{0.7.4.dev.293} [Logistics Pipes] (LOGISTICSPIPES-MC1.6.4-0.7.4.DEV.293.jar) Unloaded->Constructed->Pre-initialized
extracells{1.6.9e} [ExtraCells] (EXTRACELLS-1.6.9E.jar) Unloaded->Constructed->Pre-initialized
ExtraUtilities{1.0.3c} [Extra Utilities] (EXTRAUTILS-1.0.3C.zip) Unloaded->Constructed->Pre-initialized
factorization.misc{0.8.34} [Factorization Miscellaneous Nonsense] (FACTORIZATION-0.8.34.jar) Unloaded->Constructed->Pre-initialized
factorization.notify{0.8.34} [Factorization Notification System] (FACTORIZATION-0.8.34.jar) Unloaded->Constructed->Pre-initialized
factorization.dimensionalSlice{0.8.34} [Factorization Dimensional Slices] (FACTORIZATION-0.8.34.jar) Unloaded->Constructed->Pre-initialized
FinndusFillies{1.0.0} [Finndus Fillies] (FINNDUSFILLIES-1.6.2-UNIVERSAL-1.0.0.7.jar) Unloaded->Constructed->Pre-initialized
flatsigns{1.4.0} [Flat Signs] (FLATSIGNS-1.6.2-UNIVERSAL-1.4.0.15.jar) Unloaded->Constructed->Pre-initialized
ThaumicTinkererKami{1.0} [Thaumic Tinkerer KAMI] (THAUMICTINKERERKAMI_J6.jar) Unloaded->Constructed->Pre-initialized
ThaumicTinkerer{2.3-140} [Thaumic Tinkerer] (THAUMICTINKERER-2.3-140.jar) Unloaded->Constructed->Pre-initialized
ForbiddenMagic{0.35a} [Forbidden Magic] (FORBIDDENMAGIC PR0.35A.jar) Unloaded->Constructed->Pre-initialized
ICBM{1.4.2.386-wx9.003} [ICBM] (ICBM-1.4.2.386-WX9.003.jar) Unloaded->Constructed->Pre-initialized
ICBM|Sentry{1.4.2.386-wx9.003} [ICBM Sentry] (ICBM-1.4.2.386-WX9.003.jar) Unloaded->Constructed->Pre-initialized
ICBM|Explosion{1.4.2.386-wx9.003} [ICBM Explosion] (ICBM-1.4.2.386-WX9.003.jar) Unloaded->Constructed->Pre-initialized
GalacticraftCore{2.0.14} [Galacticraft Core] (GALACTICRAFT-1.6.4-2.0.14.1094.jar) Unloaded->Constructed->Pre-initialized
GalacticraftMars{2.0.14} [Galacticraft Mars] (GALACTICRAFT-PLANETS-1.6.4-2.0.14.1094.jar) Unloaded->Constructed->Pre-initialized
gascraft{2.0.4.3} [GasCraft] (GASCRAFT-2.0.4.4.zip) Unloaded->Constructed->Pre-initialized
gendustry{1.1.3.fix1} [GenDustry] (GENDUSTRY-MC164-1.1.3.FIX1.jar) Unloaded->Constructed->Pre-initialized
iChunUtil{2.4.0} [iChunUtil] (ICHUNUTIL2.4.0.zip) Unloaded->Constructed->Pre-initialized
GraviGun{2.0.0} [GraviGun] (GRAVITYGUN2.0.0.zip) Unloaded->Constructed->Pre-initialized
GregsLighting{1.9.1} [Greg's Lighting] (GREGSLIGHTING-1.9.1-MC1.6.4.jar) Unloaded->Constructed->Pre-initialized
Growthcraft|Fishtrap{2.0.6a} [Growthcraft Fishtrap] (GROWTHCRAFT-FISHTRAP-1.6.4-2.0.6A.zip) Unloaded->Constructed->Pre-initialized
HardcoreEnderExpansion{1.6.1} [Hardcore Ender Expansion] (HARDCOREENDEREXPANSION_1.6.1.zip) Unloaded->Constructed->Pre-initialized
Hats{2.1.8} [Hats] (HATS2.1.8.zip) Unloaded->Constructed->Pre-initialized
HatStand{2.1.0} [HatStand] (HATSTAND2.1.0.zip) Unloaded->Constructed->Pre-initialized
HexWool{0.3.2} [HexWool] (HEXWOOL-0.3.2-MC1.6.4.jar) Unloaded->Constructed->Pre-initialized
HardcoreQuesting{The Journey (4.0.3)} [Hardcore Questing Mode] (HQM-THE JOURNEY (4.0.6).jar) Unloaded->Constructed->Pre-initialized
ImmibisPeripherals{57.1.0} [Immibis's Peripherals] (IMMIBIS-PERIPHERALS-57.1.0.jar) Unloaded->Constructed->Pre-initialized
InfiniTubes{57.0.5} [InfiniTubes] (INFINITUBES-57.0.5.jar) Unloaded->Constructed->Pre-initialized
IronChest{5.4.1.702} [Iron Chest] (IRONCHEST-UNIVERSAL-1.6.4-5.4.1.702.zip) Unloaded->Constructed->Pre-initialized
JABBA{1.1.4} [JABBA] (JABBA_1.1.4.zip) Unloaded->Constructed->Pre-initialized
LiquidXP{57.1.2} [Liquid XP] (LIQUID-XP-57.1.2.jar) Unloaded->Constructed->Pre-initialized
madscience{1.00.165} [Mad Science] (MADSCIENCE-MC1.6.4-F9.11.1.964_V1.00.165-UNIVERSAL.jar) Unloaded->Constructed->Pre-initialized
magicalcrops{1.6.4_3.2.0_BETA_23} [Magical Crops] (MAGICALCROPS-1.6.4_3.2.0_BETA_23.jar) Unloaded->Constructed->Pre-initialized
standardcrops{1.1.0} [Magical Crops - Crops & Food] (MAGICALCROPS-1.6.4_3.2.0_BETA_23.jar) Unloaded->Constructed->Pre-initialized
MagicBees{2.1.13} [Magic Bees] (MAGICBEES-2.1.13.jar) Unloaded->Constructed->Errored
MekanismGenerators{6.0.5} [MekanismGenerators] (MEKANISMGENERATORS-6.0.5.46.jar) Unloaded->Constructed->Pre-initialized
MekanismTools{6.0.5} [MekanismTools] (MEKANISMTOOLS-6.0.5.46.jar) Unloaded->Constructed->Pre-initialized
Metallurgy3Machines{3.2.3} [Metallurgy 3 Machines] (METALLURGY-1.6.4-3.3.2.jar) Unloaded->Constructed->Pre-initialized
Metallurgy3Vanilla{3.2.3} [Metallurgy 3 Vanilla] (METALLURGY-1.6.4-3.3.2.jar) Unloaded->Constructed->Pre-initialized
minechem{5.05.88} [MineChem] (MINECHEM-5.0.5-RC2.jar) Unloaded->Constructed->Pre-initialized
MineTweaker3{1.6.4-3.0.3} [MineTweaker 3] (MINETWEAKER3-1.6.4-3.0.6.jar) Unloaded->Constructed->Pre-initialized
MFFS{3.6.3} [Modular Force Field System] (MODULAR-FORCE-FIELD-SYSTEM-3.6.3.91-CORE.jar) Unloaded->Constructed->Pre-initialized
numina{1.0} [numina] (NUMINA-0.3.0.80.jar) Unloaded->Constructed->Pre-initialized
powersuits{0.10.0-118} [MachineMuse's Modular Powersuits] (MODULARPOWERSUITS-1.6.4-0.10.0-118.jar) Unloaded->Constructed->Pre-initialized
cfm{3.3.4} [MrCrayfish's Furniture Mod] (MRCRAYFISHFURNITUREMODV3.3.4(1.6.4).jar) Unloaded->Constructed->Pre-initialized
NEIAddons{1.10.5.70} [NEI Addons] (NEIADDONS-MC164-1.10.5.70.jar) Unloaded->Constructed->Pre-initialized
NEIAddons|AE{1.10.5.70} [NEI Addons: Applied Energistics] (NEIADDONS-MC164-1.10.5.70.jar) Unloaded->Constructed->Pre-initialized
NEIAddons|MiscPeripherals{1.10.5.70} [NEI Addons: Misc Peripherals] (NEIADDONS-MC164-1.10.5.70.jar) Unloaded->Constructed->Pre-initialized
NEIAddons|ExtraBees{1.10.5.70} [NEI Addons: Extra Bees] (NEIADDONS-MC164-1.10.5.70.jar) Unloaded->Constructed->Pre-initialized
NEIAddons|Forestry{1.10.5.70} [NEI Addons: Forestry] (NEIADDONS-MC164-1.10.5.70.jar) Unloaded->Constructed->Pre-initialized
NEIAddons|CraftingTables{1.10.5.70} [NEI Addons: Crafting Tables] (NEIADDONS-MC164-1.10.5.70.jar) Unloaded->Constructed->Pre-initialized
NEIAddons|ExNihilo{1.10.5.70} [NEI Addons: Ex Nihilo] (NEIADDONS-MC164-1.10.5.70.jar) Unloaded->Constructed->Pre-initialized
NotEnoughCodecs{0.1} [NotEnoughCodecs] (NOTENOUGHCODECS-0.1.jar) Unloaded->Constructed->Pre-initialized
notenoughkeys{0.0.4} [Not Enough Keys] (NOTENOUGHKEYS-1.6.4-0.0.4.jar) Unloaded->Constructed->Pre-initialized
ObsidiPlates{2.0.0} [Obsidian Pressure Plates] (OBSIDIPLATES-1.6.2-UNIVERSAL-2.0.0.15.jar) Unloaded->Constructed->Pre-initialized
OpenBlocks{1.2.9} [OpenBlocks] (OPENBLOCKS-1.2.9.jar) Unloaded->Constructed->Pre-initialized
OpenComponents{0.2.0.49} [OpenComponents] (OPENCOMPONENTS-MC1.6.4-0.2.0.49-UNIVERSAL.jar) Unloaded->Constructed->Pre-initialized
OpenComputers{1.3.4.555} [OpenComputers] (OPENCOMPUTERS-MC1.6.4-1.3.4.555-UNIVERSAL.jar) Unloaded->Constructed->Pre-initialized
Opis{1.2.2} [Opis] (OPIS_1.2.2.zip) Unloaded->Constructed->Pre-initialized
MapWriter{2.0.1} [MapWriter] (OPIS_1.2.2.zip) Unloaded->Constructed->Pre-initialized
fodc{1.4.3} [Ore Dictionary Converter] (OREDICTIONARYCONVERTER-1.4.3.jar) Unloaded->Constructed->Pre-initialized
particlephysics{1.01.27} [Particle Physics] (PARTICLEPHYSICS-1.0.1.27.jar) Unloaded->Constructed->Pre-initialized
PluginsforForestry{3.2.30} [PluginsforForestry] (PLUGINSFORFORESTRY-1.6.4-3.2.30-HOTFIX.jar) Unloaded->Constructed->Pre-initialized
PortalGun{2.0.2} [PortalGun] (PORTALGUN2.0.2.zip) Unloaded->Constructed->Pre-initialized
powersuitaddons{@[email protected]} [Modular Powersuits Addon] (POWERSUITADDONS-1.6.4-887.jar) Unloaded->Constructed->Pre-initialized
ProjRed|Transportation{4.3.5.30} [ProjectRed-Transportation] (PROJECTREDMECHANICAL-BETA-1.6.4-4.3.5.30.jar) Unloaded->Constructed->Pre-initialized
ProjRed|Compatibility{4.3.5.30} [ProjectRed-Compatibility] (PROJECTREDCOMPAT-1.6.4-4.3.5.30.jar) Unloaded->Constructed->Pre-initialized
ProjRed|Integration{4.3.5.30} [ProjectRed-Integration] (PROJECTREDINTEGRATION-1.6.4-4.3.5.30.jar) Unloaded->Constructed->Pre-initialized
ProjRed|Illumination{4.3.5.30} [ProjectRed-Illumination] (PROJECTREDLIGHTING-1.6.4-4.3.5.30.jar) Unloaded->Constructed->Pre-initialized
ProjRed|Expansion{4.3.5.30} [ProjectRed-Expansion] (PROJECTREDMECHANICAL-BETA-1.6.4-4.3.5.30.jar) Unloaded->Constructed->Pre-initialized
QuantumCraft{1.1} [qCraft] (QCRAFT1.1.jar) Unloaded->Constructed->Pre-initialized
QuarryPlus{1.0.0} [QuarryPlus] (QUARRYPLUS-1.6.4-1.0.3.jar) Unloaded->Constructed->Pre-initialized
RandomThings{1.9} [Random Things] (RANDOM THINGS V. 1.9 [MC 1.6.4].jar) Unloaded->Constructed->Pre-initialized
Redstone Arsenal{1.0.0.0} [Redstone Arsenal] (ZZZZZ_REDSTONEARSENAL-1.0.0.0.jar) Unloaded->Constructed->Pre-initialized
redstonearmory{pre-dev} [Redstone Armory] (RARM-1.6.4-R1.0-3PRE.jar) Unloaded->Constructed->Pre-initialized
rcdusts{0.0.6d} [Rock Crusher Metal Dusts Add-On] (RCDUSTS-0.0.6D.zip) Unloaded->Constructed->Errored
RedstonePasteMod{1.5.1} [Redstone Paste] (REDSTONEPASTEMOD1.5.1.zip) Unloaded->Constructed->Pre-initialized
RefinedRelocation{1.0.5e} [Refined Relocation] (REFINEDRELOCATION-1.6.4-1.0.5E.jar) Unloaded->Constructed->Pre-initialized
JAKJ_RedstoneInMotion{1.1.7} [Remain In Motion] (REMAININMOTION_1.2.0.zip) Unloaded->Constructed->Pre-initialized
JAKJ_RedstoneInMotion_HollowCarriages{1.0} [JAKJ_RedstoneInMotion_HollowCarriages] (REMAININMOTION_1.2.0.zip) Unloaded->Constructed->Pre-initialized
ResonantInduction|Atomic{0.3.1} [Resonant Induction Atomic] (RESONANT-INDUCTION-0.3.1.369-ATOMIC.jar) Unloaded->Constructed->Pre-initialized
secretroomsmod{4.6.2} [The SecretRoomsMod] (SECRETROOMSMOD-UNIVERSAL-1.6.4-4.6.2.324.jar) Unloaded->Constructed->Pre-initialized
SimpleRecycling{57.2.0} [Simple Recycling] (SIMPLE-RECYCLING-57.2.0.jar) Unloaded->Constructed->Pre-initialized
simplyjetpacks{0.3.1.1} [Simply Jetpacks] (SIMPLYJETPACKS-0.3.1.1.jar) Unloaded->Constructed->Pre-initialized
awger_SmallBoat{0.10.6} [SmallBoat] (SMALLBOATS.0.10.6.jar) Unloaded->Constructed->Pre-initialized
awger_Punt{0.10.6} [Punt] (SMALLBOATS.0.10.6.jar) Unloaded->Constructed->Pre-initialized
awger_Whitehall{0.10.6} [Whitehall] (SMALLBOATS.0.10.6.jar) Unloaded->Constructed->Pre-initialized
awger_Hoy{0.10.6} [Hoy] (SMALLBOATS.0.10.6.jar) Unloaded->Constructed->Pre-initialized
SSR{Alpha 0.8c} [Soul Shards Reborn] (SSR_V0.8C.zip) Unloaded->Constructed->Pre-initialized
Statues{2.1.1} [Statues] (STATUES-1.6.4-2.1.1.jar) Unloaded->Constructed->Pre-initialized
StevesCarts{2.0.0.b11} [Steve's Carts 2] (STEVESCARTS2.0.0.B11.zip) Unloaded->Constructed->Pre-initialized
StevesFactoryManager{A83} [Steve's Factory Manager] (STEVESFACTORYMANAGERA83.zip) Unloaded->Constructed->Pre-initialized
SuperCraftingFrame{1.6.2.7} [Super Crafting Frame] (SUPERCRAFTINGFRAME-1.6.2.7.jar) Unloaded->Constructed->Pre-initialized
switches{1.3.0} [Switches] (SWITCHES-1.6.4-UNIVERSAL-COREMOD-1.3.0.25.jar) Unloaded->Constructed->Pre-initialized
TMechworks{33.c001660} [Tinkers' Mechworks] (TMECHWORKS_MC1.6.4_0.1.6.jar) Unloaded->Constructed->Pre-initialized
totemic{0.3.0a} [Totemic] (TOTEMIC-0.3.0A.jar) Unloaded->Constructed->Pre-initialized
Translocator{1.1.0.15} [Translocator] (TRANSLOCATOR 1.1.0.15.jar) Unloaded->Constructed->Pre-initialized
Tubestuff{57.1.3} [Tubestuff] (TUBESTUFF-57.1.3.jar) Unloaded->Constructed->Pre-initialized
Vending{1.1.1} [Vending] (VENDING-1.6.4-1.1.1.jar) Unloaded->Constructed->Pre-initialized
witchery{0.19.2} [Witchery] (WITCHERY-1.6.4-0.19.2.zip) Unloaded->Constructed->Pre-initialized
WR-CBE|Core{1.4.0.7} [WR-CBE Core] (WR-CBE 1.4.0.7.jar) Unloaded->Constructed->Pre-initialized
WR-CBE|Addons{1.4.0.7} [WR-CBE Addons] (WR-CBE 1.4.0.7.jar) Unloaded->Constructed->Pre-initialized
WR-CBE|Logic{1.4.0.7} [WR-CBE Logic] (WR-CBE 1.4.0.7.jar) Unloaded->Constructed->Pre-initialized
McMultipart{1.0.1.268} [Minecraft Multipart Plugin] (ForgeMultipart-universal-1.6.4-1.0.1.268.jar) Unloaded->Constructed->Pre-initialized
JAMI{1.0.13.122} [JAMI] (JAMI-1.6.4-1.0.13.122.jar) Unloaded->Constructed->Pre-initialized
ForgeMicroblock{1.0.1.268} [Forge Microblocks] (ForgeMultipart-universal-1.6.4-1.0.1.268.jar) Unloaded->Constructed->Pre-initialized
TConstruct Environment: Environment seems clean, however you are using a modpack; please report it to the pack author, not us!
Profiler Position: N/A (disabled)
Is Modded: Definitely; Server brand changed to 'fml,forge'
Type: Dedicated Server (map_server.txt)
Server has been working fine for a couple weeks. Ive tried reinstalling the server and got the same result.