It's exactly as I say, I start the game, it goes to the main menu without crashing, then I create a world, or even select one, and it says "Building world" then returns to the main menu, nothing else. It used to work, and the only thing that changed from the last time it worked till now, is the fact that I updated my Forestry. I'm certain it's Forestry but I was wondering if anyone had a solution that DOESN'T require me to roll-back Forestry.
Here's the Output Log starting from me opening the world, all the way till I closed the game.
at cpw.mods.fml.common.LoadController.transition(LoadController.java:163) ~[LoadController.class:?]
at cpw.mods.fml.common.Loader.serverStarting(Loader.java:790) [Loader.class:?]
at cpw.mods.fml.common.FMLCommonHandler.handleServerStarting(FMLCommonHandler.java:278) [FMLCommonHandler.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at Reflector.callBoolean(Reflector.java:363) [Reflector.class:?]
at net.minecraft.server.integrated.IntegratedServer.func_71197_b(IntegratedServer.java:161) [bsx.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [?:?]
Caused by: java.lang.NoClassDefFoundError: forestry/core/config/ForestryBlock
at neresources.compatibility.forestry.ForestryCompat.registerOres(ForestryCompat.java:27) ~[ForestryCompat.class:?]
at neresources.compatibility.forestry.ForestryCompat.init(ForestryCompat.java:22) ~[ForestryCompat.class:?]
at neresources.compatibility.CompatBase.load(CompatBase.java:20) ~[CompatBase.class:?]
at neresources.utils.ModList.initialise(ModList.java:74) ~[ModList.class:?]
at neresources.compatibility.Compatibility.init(Compatibility.java:19) ~[Compatibility.class:?]
at neresources.proxy.CommonProxy.initCompatibility(CommonProxy.java:19) ~[CommonProxy.class:?]
at neresources.NEResources.serverStart(NEResources.java:84) ~[NEResources.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532) ~[forge-1.7.10-10.13.4.1614-1.7.10.jar:?]
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) ~[?:?]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[guava-17.0.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[guava-17.0.jar:?]
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212) ~[LoadController.class:?]
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190) ~[LoadController.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[guava-17.0.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[guava-17.0.jar:?]
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119) ~[LoadController.class:?]
at cpw.mods.fml.common.Loader.serverStarting(Loader.java:789) ~[Loader.class:?]
... 9 more
Caused by: java.lang.ClassNotFoundException: forestry.core.config.ForestryBlock
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) ~[launchwrapper-1.12.jar:?]
at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_25]
at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_25]
at neresources.compatibility.forestry.ForestryCompat.registerOres(ForestryCompat.java:27) ~[ForestryCompat.class:?]
at neresources.compatibility.forestry.ForestryCompat.init(ForestryCompat.java:22) ~[ForestryCompat.class:?]
at neresources.compatibility.CompatBase.load(CompatBase.java:20) ~[CompatBase.class:?]
at neresources.utils.ModList.initialise(ModList.java:74) ~[ModList.class:?]
at neresources.compatibility.Compatibility.init(Compatibility.java:19) ~[Compatibility.class:?]
at neresources.proxy.CommonProxy.initCompatibility(CommonProxy.java:19) ~[CommonProxy.class:?]
at neresources.NEResources.serverStart(NEResources.java:84) ~[NEResources.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532) ~[forge-1.7.10-10.13.4.1614-1.7.10.jar:?]
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) ~[?:?]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[guava-17.0.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[guava-17.0.jar:?]
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212) ~[LoadController.class:?]
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190) ~[LoadController.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[guava-17.0.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[guava-17.0.jar:?]
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119) ~[LoadController.class:?]
at cpw.mods.fml.common.Loader.serverStarting(Loader.java:789) ~[Loader.class:?]
... 9 more
Caused by: java.lang.NullPointerException
[19:39:25] [Server thread/INFO] [FML]: Applying holder lookups
[19:39:25] [Server thread/INFO] [FML]: Holder lookups applied
[19:39:25] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -30
[19:39:25] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -63
[19:39:25] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -29
[19:39:25] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -40
[19:39:25] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -59
[19:39:25] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -41
[19:39:25] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -49
[19:39:25] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -48
[19:39:25] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -47
[19:39:25] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -28
[19:39:25] [Server thread/INFO] [FML]: The state engine was in incorrect state ERRORED and forced into state SERVER_STOPPED. Errors may have been discarded.
[19:39:25] [Server thread/INFO] [FML]: The state engine was in incorrect state ERRORED and forced into state AVAILABLE. Errors may have been discarded.
[19:40:58] [Client thread/INFO]: Stopping!
[19:40:58] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
[19:40:58] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: SoundSystem shutting down...
[19:40:59] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:importantMessage:90]: Author: Paul Lamb, www.paulscode.com
[19:40:59] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
Check to see if the version of Magic Bees is compatible with Forestry 4.
I actually removed it completely, it still gives me the same issue, so. Now it seems to have gotten worse, I rolled back my Forestry and it still throws the output error.
Try updating Not Enough Resources, it seems to be the cause of the issue. If updating it doesn't work, try removing it to see if it will load without Not Enough Resources.
It's exactly as I say, I start the game, it goes to the main menu without crashing, then I create a world, or even select one, and it says "Building world" then returns to the main menu, nothing else. It used to work, and the only thing that changed from the last time it worked till now, is the fact that I updated my Forestry. I'm certain it's Forestry but I was wondering if anyone had a solution that DOESN'T require me to roll-back Forestry.
Here's the Output Log starting from me opening the world, all the way till I closed the game.
[19:36:10] [Server thread/INFO]: Preparing spawn area: 2%
[19:36:12] [Server thread/INFO]: Preparing spawn area: 4%
[19:36:13] [Server thread/INFO]: Preparing spawn area: 5%
[19:36:15] [Server thread/INFO]: Preparing spawn area: 5%
[19:36:17] [Server thread/INFO]: Preparing spawn area: 7%
[19:36:18] [Server thread/INFO]: Preparing spawn area: 9%
[19:36:19] [Server thread/INFO]: Preparing spawn area: 13%
[19:36:20] [Server thread/INFO]: Preparing spawn area: 14%
[19:36:22] [Server thread/INFO]: Preparing spawn area: 17%
[19:36:23] [Server thread/INFO]: Preparing spawn area: 18%
[19:36:25] [Server thread/INFO]: Preparing spawn area: 20%
[19:36:26] [Server thread/INFO]: Preparing spawn area: 24%
[19:36:27] [Server thread/INFO]: Preparing spawn area: 27%
[19:36:28] [Server thread/INFO]: Preparing spawn area: 29%
[19:36:29] [Server thread/INFO]: Preparing spawn area: 31%
[19:36:30] [Server thread/INFO]: Preparing spawn area: 35%
[19:36:31] [Server thread/INFO]: Preparing spawn area: 36%
[19:36:32] [Server thread/INFO]: Preparing spawn area: 40%
[19:36:33] [Server thread/INFO]: Preparing spawn area: 42%
[19:38:50] [Server thread/INFO]: Preparing spawn area: 43%
[19:38:51] [Server thread/INFO]: Preparing spawn area: 44%
[19:38:52] [Server thread/INFO]: Preparing spawn area: 46%
[19:38:54] [Server thread/INFO]: Preparing spawn area: 49%
[19:38:55] [Server thread/INFO]: Preparing spawn area: 52%
[19:38:57] [Server thread/INFO]: Preparing spawn area: 52%
[19:38:58] [Server thread/INFO]: Preparing spawn area: 55%
[19:38:59] [Server thread/INFO]: Preparing spawn area: 57%
[19:39:00] [Server thread/INFO]: Preparing spawn area: 59%
[19:39:01] [Server thread/INFO]: Preparing spawn area: 60%
[19:39:02] [Server thread/INFO]: Preparing spawn area: 61%
[19:39:03] [Server thread/INFO]: Preparing spawn area: 64%
[19:39:04] [Server thread/INFO]: Preparing spawn area: 67%
[19:39:05] [Server thread/INFO]: Preparing spawn area: 70%
[19:39:07] [Server thread/INFO]: Preparing spawn area: 74%
[19:39:08] [Server thread/INFO]: Preparing spawn area: 77%
[19:39:09] [Server thread/INFO]: Preparing spawn area: 78%
[19:39:10] [Server thread/INFO]: Preparing spawn area: 82%
[19:39:11] [Server thread/INFO]: Preparing spawn area: 84%
[19:39:12] [Server thread/INFO]: Preparing spawn area: 87%
[19:39:13] [Server thread/INFO]: Preparing spawn area: 90%
[19:39:14] [Server thread/INFO]: Preparing spawn area: 92%
[19:39:15] [Server thread/INFO]: Preparing spawn area: 96%
[19:39:16] [Server thread/INFO]: Preparing spawn area: 97%
[19:39:17] [Server thread/INFO]: Preparing spawn area: 98%
[19:39:19] [Server thread/INFO] [Galacticraft]: Registered Dimension: -30
[19:39:19] [Server thread/INFO] [Galacticraft]: Registered Dimension: -63
[19:39:19] [Server thread/INFO] [Galacticraft]: Registered Dimension: -29
[19:39:19] [Server thread/INFO] [Galacticraft]: Registered Dimension: -40
[19:39:19] [Server thread/INFO] [Galacticraft]: Registered Dimension: -59
[19:39:19] [Server thread/INFO] [Galacticraft]: Registered Dimension: -41
[19:39:19] [Server thread/INFO] [Galacticraft]: Registered Dimension: -49
[19:39:19] [Server thread/INFO] [Galacticraft]: Registered Dimension: -48
[19:39:19] [Server thread/INFO] [Galacticraft]: Registered Dimension: -47
[19:39:19] [Server thread/INFO] [Galacticraft]: Registered Dimension: -28
[19:39:23] [Server thread/INFO] [neresources]: Loading compatibility for minecraft
[19:39:23] [Server thread/INFO] [neresources]: Loading compatibility for CoFHCore
[19:39:23] [Server thread/INFO] [neresources]: Metallurgy not loaded - skipping
[19:39:23] [Server thread/INFO] [neresources]: NetherOres not loaded - skipping
[19:39:23] [Server thread/INFO] [neresources]: BigReactors not loaded - skipping
[19:39:23] [Server thread/INFO] [neresources]: appliedenergistics2 not loaded - skipping
[19:39:23] [Server thread/INFO] [neresources]: Loading compatibility for Thaumcraft
[19:39:23] [Server thread/INFO] [neresources]: ElectriCraft not loaded - skipping
[19:39:23] [Server thread/INFO] [neresources]: ReactorCraft not loaded - skipping
[19:39:23] [Server thread/INFO] [neresources]: Loading compatibility for Forestry
[19:39:24] [Server thread/INFO] [cuchaz.ships]: SERVER Skipping ships block config. No config file found at: C:\Users\David\AppData\Roaming\.minecraft\config\shipBlockProperties.cfg
[19:39:25] [Server thread/ERROR] [FML]: Fatal errors were detected during the transition from SERVER_ABOUT_TO_START to SERVER_STARTING. Loading cannot continue
[19:39:25] [Server thread/ERROR] [FML]:
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHIJAAA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
UCHIJAAA FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1614-1.7.10.jar)
UCHIJAAA Forge{10.13.4.1614} [Minecraft Forge] (forge-1.7.10-10.13.4.1614-1.7.10.jar)
UCHIJAAA CodeChickenCore{1.0.7.47} [CodeChicken Core] (minecraft.jar)
UCHIJAAA itemphysic{1.1.5} [ItemPhysic] (minecraft.jar)
UCHIJAAA Micdoodlecore{} [Micdoodle8 Core] (minecraft.jar)
UCHIJAAA NotEnoughItems{1.0.5.118} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.118-universal.jar)
UCHIJAAA SomniaCore{1.3.1.55} [SomniaCore] (minecraft.jar)
UCHIJAAA OpenModsCore{0.9} [OpenModsCore] (minecraft.jar)
UCHIJAAA <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
UCHIJAAA cuchaz.ships.core{1.7.10-1.0.3} [Ships Mod Core] (minecraft.jar)
UCHIJAAA CoFHCore{1.7.10R3.1.0} [CoFH Core] (CoFHCore-[1.7.10]3.1.0-323.jar)
UCHIJAAA FusionWarfare{1.7.10-1.3.1} [Fusion Warfare] ((NEWEST) FusionWarfare-1.7.10-1.3.1.jar)
UCHIJAAA BuildCraft|Core{7.0.20} [BuildCraft] (buildcraft-7.0.20.jar)
UCHIJAAA BuildCraft|Energy{7.0.20} [BC Energy] (buildcraft-7.0.20.jar)
UCHIJAAA GalacticraftCore{3.0.11} [Galacticraft Core] (GalacticraftCore-1.7-3.0.11.333.jar)
UCHIJAAA SpaceCore{4.1.9} [4Space Core] (4Space-4.1.9.jar)
UCHIJAAA ExoCore{0.1.2} [4Space Exoplanets Core] (4Space-4.1.9.jar)
UCHIJAAA ExoElipse{0.1.2} [4Space Exoplanets Elipse] (4Space-4.1.9.jar)
UCHIJAAA SpaceCallisto{4.1.9} [4Space Callisto] (4Space-4.1.9.jar)
UCHIJAAA SpaceEuropa{4.1.9} [4Space Europa] (4Space-4.1.9.jar)
UCHIJAAA SpaceVenus{4.1.9} [4Space Venus] (4Space-4.1.9.jar)
UCHIJAAA SpaceIo{4.1.9} [4Space Io] (4Space-4.1.9.jar)
UCHIJAAA SpaceMercury{4.1.9} [4Space Mercury] (4Space-4.1.9.jar)
UCHIJAAA SpacePluto{4.1.9} [4Space Pluto] (4Space-4.1.9.jar)
UCHIJAAA MCP_Wheel{1.1.2} [MC+ Wheel] ([1.7.10][1.2] MC+ Wheel - v1.1.2.jar)
UCHIJAAA MCP_Cart{1.3.0} [MC+ Cart] ([1.7.10][1.2] MC+ Cart - v1.3.0.jar)
UCHIJAAA MCP_Clippers{1.1.2} [MC+ Clippers] ([1.7.10][1.2] MC+ Clippers - v1.1.2.jar)
UCHIJAAA MCP_Loom{1.2.3} [MC+ Loom] ([1.7.10][1.2] MC+ Loom - v1.2.3.jar)
UCHIJAAA MCP_Lumber{1.0.2} [MC+ Lumber] ([1.7.10][1.2] MC+ Lumber - v1.0.2.jar)
UCHIJAAA MCP_Region{1.2.0} [MC+ Region] ([1.7.10][1.2] MC+ Region - v1.2.0.jar)
UCHIJAAA MCP_Saw{1.0.1} [MC+ Saw] ([1.7.10][1.2] MC+ Saw - v1.0.1.jar)
UCHIJAAA MCP_WoodenBucket{1.2.0} [MC+ WoodenBucket] ([1.7.10][1.2] MC+ WoodenBucket - v1.2.0.jar)
UCHIJAAA FLabsBF{4.3} [Better Furnaces] ([1.7.10]Better_Furnaces_V4.3.jar)
UCHIJAAA deconstruction{2.2.6} [The Deconstruction Mod] ([MC1.7.10]deconstruction[v2.2.6].jar)
UCHIJAAA BuildCraft|Builders{7.0.20} [BC Builders] (buildcraft-7.0.20.jar)
UCHIJAAA BuildCraft|Factory{7.0.20} [BC Factory] (buildcraft-7.0.20.jar)
UCHIJAAA Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar)
UCHIJAAA Thaumcraft{4.2.3.5} [Thaumcraft] (Thaumcraft-1.7.10-4.2.3.5.jar)
UCHIJAAA Railcraft{9.8.0.0} [Railcraft] (Railcraft_1.7.10-9.8.0.0.jar)
UCHIJAAA ForgeMultipart{1.2.0.345} [Forge Multipart] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
UCHIJAAA chisel{2.9.4.10} [Chisel] (Chisel-2.9.4.10.jar)
UCHIJAAA BiomesOPlenty{2.1.0} [Biomes O' Plenty] (BiomesOPlenty-1.7.10-2.1.0.1640-universal.jar)
UCHIJAAA Forestry{4.2.7.55} [Forestry for Minecraft] (forestry_1.7.10-4.2.7.55.jar)
UCHIJAAA koresample{1.7.10-1.3.2} [Kore Sample] (KoreSample-1.7.10-1.3.2.jar)
UCHIJAAA dendrology{1.7.10-1.6.2} [Ancient Trees] (AncientTrees-1.7.10-1.6.2.jar)
UCHIJAAA Aquaculture{1.2.3} [Aquaculture] (Aquaculture-1.7.10-1.2.5.15.jar)
UCHIJAAA MovingWorld{1.7.10-1.8} [Moving World] (movingworld-1.7.10-1.8.jar)
UCHIJAAA ArchimedesShipsPlus{1.7.10-1.8} [Archimedes' Ships Plus] (archimedesshipsplus-1.7.10-1.8.jar)
UCHIJAAA Backpack{2.0.1} [Backpack] (backpack-2.0.1-1.7.x.jar)
UCHIJAAA bdlib{1.9.4.109} [BD Lib] (bdlib-1.9.4.109-mc1.7.10.jar)
UCHIJAAA BetterFoliage{2.0} [Better Foliage] (BetterFoliage-MC1.7.10-2.0.jar)
UCHIJAAA betterstorage{0.13.1.126} [BetterStorage] (BetterStorage-1.7.10-0.13.1.126.jar)
UCHIJAAA BiblioCraft{1.11.4} [BiblioCraft] (BiblioCraft[v1.11.4][MC1.7.10].jar)
UCHIJAAA BuildCraft|Silicon{7.0.20} [BC Silicon] (buildcraft-7.0.20.jar)
UCHIJAAA BuildCraft|Transport{7.0.20} [BC Transport] (buildcraft-7.0.20.jar)
UCHIJAAA BuildCraft|Robotics{7.0.20} [BC Robotics] (buildcraft-7.0.20.jar)
UCHIJAAA BuildCraft|Compat{7.0.11} [BuildCraft Compat] (buildcraft-compat-7.0.11.jar)
UCHIJAAA CarpentersBlocks{3.3.6} [Carpenter's Blocks] (Carpenter's Blocks v3.3.6 - MC 1.7.10.jar)
UCHIJAAA BuildMod{v1.0} [Build Mod] (coroutil-1.1.3 for MC v1.7.10.jar)
UCHIJAAA CoroPets{v1.0} [CoroPets] (coroutil-1.1.3 for MC v1.7.10.jar)
UCHIJAAA CoroAI{v1.0} [CoroAI] (coroutil-1.1.3 for MC v1.7.10.jar)
UCHIJAAA ExtendedRenderer{v1.0} [Extended Renderer] (coroutil-1.1.3 for MC v1.7.10.jar)
UCHIJAAA ConfigMod{v1.0} [Extended Mod Config] (coroutil-1.1.3 for MC v1.7.10.jar)
UCHIJAAA creativecore{1.3.14} [CreativeCore] (CreativeCore v1.3.21 mc1.7.10.jar)
UCHIJAAA customnpcs{1.7.10d} [CustomNpcs] (CustomNPCs_1.7.10d.jar)
UCHIJAAA enhancedbiomes{2.4.1 for MC 1.7.10} [Enhanced Biomes] (Enhanced Biomes 2.5 for MC 1.7.10.jar)
UCHIJAAA excore{1.1.2} [EXCore] (Excore-1.1.2-1.7.10.jar)
UCHIJAAA farseek{1.0.8} [Farseek] (Farseek-1.0.8.jar)
UCHIJAAA fastleafdecay{1.1} [Fast Leaf Decay] (FastLeafDecay-1.7.10-1.1.jar)
UCHIJAAA grim3212core{V0.2 - 1.7.10} [Grim3212 Core] (Grim3212 Core-V0.2 - 1.7.10.jar)
UCHIJAAA fireplaces{V0.1 - 1.7.10} [Fireplaces] (Fireplaces-V0.1 - 1.7.10.jar)
UCHIJAAA flansmod{4.10.0} [Flan's Mod] (Flans Mod-1.7.10-4.10.0.jar)
UCHIJAAA fossil{1.7.10 Build 7.2.1} [Fossils and Archeology Revival] (Fossils_Archeology_Revival-1.7.10_Build-7.2.1.jar)
UCHIJAAA GalacticraftMars{3.0.11} [Galacticraft Planets] (Galacticraft-Planets-1.7-3.0.11.333.jar)
UCHIJAAA GardenContainers{1.7.10-1.7.0} [Garden Containers] (GardenStuff-1.7.10-1.7.0.jar)
UCHIJAAA GardenCore{1.7.10-1.7.0} [Garden Core] (GardenStuff-1.7.10-1.7.0.jar)
UCHIJAAA GardenStuff{1.7.10-1.7.0} [Garden Stuff] (GardenStuff-1.7.10-1.7.0.jar)
UCHIJAAA GardenTrees{1.7.10-1.7.0} [Garden Trees] (GardenStuff-1.7.10-1.7.0.jar)
UCHIJAAA ThermalFoundation{1.7.10R1.2.2} [Thermal Foundation] (ThermalFoundation-[1.7.10]1.2.2-111.jar)
UCHIJAAA ThermalExpansion{1.7.10R4.1.1} [Thermal Expansion] (ThermalExpansion-[1.7.10]4.1.1-237.jar)
UCHIJAAA advgenerators{0.9.19.120} [Advanced Generators] (generators-0.9.19.120-mc1.7.10.jar)
UCHIJAAA grapplemod{1.7.10-v5} [grapplemod] (grapplemod-v6-1.7.10.jar)
UCHIJAAA Growthcraft{1.7.10-2.3.1} [Growthcraft] (growthcraft-1.7.10-2.3.1-complete.jar)
UCHIJAAA Growthcraft|Cellar{1.7.10-2.3.1} [Growthcraft Cellar] (growthcraft-1.7.10-2.3.1-complete.jar)
UCHIJAAA Growthcraft|Apples{1.7.10-2.3.1} [Growthcraft Apples] (growthcraft-1.7.10-2.3.1-complete.jar)
UCHIJAAA Growthcraft|Bamboo{1.7.10-2.3.1} [Growthcraft Bamboo] (growthcraft-1.7.10-2.3.1-complete.jar)
UCHIJAAA Growthcraft|Bees{1.7.10-2.3.1} [Growthcraft Bees] (growthcraft-1.7.10-2.3.1-complete.jar)
UCHIJAAA Growthcraft|Fishtrap{1.7.10-2.3.1} [Growthcraft Fishtrap] (growthcraft-1.7.10-2.3.1-complete.jar)
UCHIJAAA Growthcraft|Grapes{1.7.10-2.3.1} [Growthcraft Grapes] (growthcraft-1.7.10-2.3.1-complete.jar)
UCHIJAAA Growthcraft|Hops{1.7.10-2.3.1} [Growthcraft Hops] (growthcraft-1.7.10-2.3.1-complete.jar)
UCHIJAAA Growthcraft|Rice{1.7.10-2.3.1} [Growthcraft Rice] (growthcraft-1.7.10-2.3.1-complete.jar)
UCHIJAAA iChunUtil{4.2.2} [iChunUtil] (iChunUtil-4.2.2.jar)
UCHIJAAA infinitelava{V0.1 - 1.7.10} [Infinite Lava] (Infinite Lava-V0.1 - 1.7.10.jar)
UCHIJAAA mod_Invasion{1.1.2} [Invasion] (Invasion_1.1.2_1.7.10.jar)
UCHIJAAA jcanimation{1.2.4} [JCAnimationAPI] (JurassiCraft-1.4.5.jar)
UCHIJAAA llibrary{0.3.4-1.7.10} [LLibrary] (LLibrary-0.3.4-1.7.10.jar)
UCHIJAAA jurassicraft{1.4.5} [JurassiCraft] (JurassiCraft-1.4.5.jar)
UCHIJAAA levels{r2.2.2} [Levels] (Levels-r2.2.2.jar)
UCHIJAAA levelup{0.9} [Level Up!] (LevelUp!-0.9(1.7.10).jar)
UCHIJAAA lp{1.0.0} [LightsPlus] (LightsPlus 1.7.10_1.1.0.jar)
UCHIJAAA RedstoneArsenal{1.7.10R1.1.2} [Redstone Arsenal] (RedstoneArsenal-[1.7.10]1.1.2-92.jar)
UCHIJAAA MagicBees{2.4.2} [Magic Bees] (magicbees-1.7.10-2.4.2.jar)
UCHIJAAA malisiscore{1.7.10-0.12.3} [MalisisCore] (malisiscore-1.7.10-0.12.3.jar)
UCHIJAAA malisisdoors{1.7.10-1.8.2} [Malisis' Doors] (malisisdoors-1.7.10-1.8.2.jar)
UCHIJAAA RadixCore{2.1.1} [RadixCore] (RadixCore-1.7.10-2.1.1-universal.jar)
UCHIJAAA MCA{1.7.10-5.1.1.1} [Minecraft Comes Alive] (MCA-1.7.10-5.1.1.1-universal.jar)
UCHIJAAA MobLanterns{3.0} [Mob Lanterns] (MobLanterns-3.1.jar)
UCHIJAAA MoreBows2{1.1} [More Bows 2] (MoreBows2-1.1.jar)
UCHIJAAA me{1.3.2.1} [More Enchantments] (MoreEnchantments-1.7.10-1.3.2.1.jar)
UCHIJAAA AencEx{0.0.1} [AencEx] (MoreEnchantments-1.7.10-1.3.2.1.jar)
UCHIJAAA morematerials{0.9.20150214.0} [More Materials] (morematerials-0.9.20150615.0-MC1.7-20150621.jar)
UCHIJAAA Morph{0.9.2} [Morph] (Morph-Beta-0.9.2.jar)
UCHIJAAA moveplus{v2.3.1} [Move Plus] (moveplus-2.3.1 for MC v1.7.10.jar)
UCHIJAAA cfm{3.4.8} [§9MrCrayfish's Furniture Mod] (MrCrayfishFurnitureModv3.4.8(1.7.10).jar)
UCHIJAAA MultiPageChest{1.3.4} [Multi Page Chest] (MultiPageChest-1.3.4-MC1.7.10.jar)
UCHIJAAA recipehandler{0.2} [NoMoreRecipeConflict] (NoMoreRecipeConflict-0.2(1.7.10).jar)
UCHIJAAE neresources{0.1.0.101} [Not Enough Resources] (NotEnoughResources-1.7.10-0.1.0.101.jar)
UCHIJAAA OpenMods{0.9} [OpenMods] (OpenModsLib-1.7.10-0.9.jar)
UCHIJAAA OpenBlocks{1.5} [OpenBlocks] (OpenBlocks-1.7.10-1.5.jar)
UCHIJAAA OreSpawn{1.7.10.20.3} [OreSpawn] (orespawn-1.7.10-20.3.zip)
UCHIJAAA clayspawn{1.7.2a} [Pam's Clay Spawn] (Pam's Clay Spawn 1.7.2a.zip)
UCHIJAAA harvestcraft{1.7.10j} [Pam's HarvestCraft] (Pam's HarvestCraft 1.7.10La.jar)
UCHIJAAA mobdropcrops{1.7.2a} [Pam's Mob Drop Crops] (Pam's Mob Drop Crops 1.7.10a.zip)
UCHIJAAA plantmegapack{4.30} [Plant Mega Pack] (plantmegapack-4.30-1.7.10-1492.jar)
UCHIJAAA mod_pndc{0.1} [Peaceful Nights, Dangerous Caves] (pndc-1.7.10-0.1.jar)
UCHIJAAA pokeball{V0.1 - 1.7.10} [Pokeball] (Pokeball-V0.1 - 1.7.10.jar)
UCHIJAAA progressiveautomation{1.6.33} [Progressive Automation] (ProgressiveAutomation-1.7.10-1.6.33.jar)
UCHIJAAA MrTJPCoreMod{1.1.0.32} [MrTJPCore] (MrTJPCore-1.1.0.32-universal.jar)
UCHIJAAA ProjRed|Core{4.7.0pre10.93} [ProjectRed Core] (ProjectRed-1.7.10-4.7.0pre10.93-Base.jar)
UCHIJAAA ProjRed|Transmission{4.7.0pre10.93} [ProjectRed Transmission] (ProjectRed-1.7.10-4.7.0pre10.93-Integration.jar)
UCHIJAAA ProjRed|Transportation{4.7.0pre10.93} [ProjectRed Transportation] (ProjectRed-1.7.10-4.7.0pre10.93-Mechanical.jar)
UCHIJAAA ProjRed|Exploration{4.7.0pre10.93} [ProjectRed Exploration] (ProjectRed-1.7.10-4.7.0pre10.93-World.jar)
UCHIJAAA ProjRed|Compatibility{4.7.0pre10.93} [ProjectRed Compatibility] (ProjectRed-1.7.10-4.7.0pre10.93-Compat.jar)
UCHIJAAA ProjRed|Integration{4.7.0pre10.93} [ProjectRed Integration] (ProjectRed-1.7.10-4.7.0pre10.93-Integration.jar)
UCHIJAAA ProjRed|Fabrication{4.7.0pre10.93} [ProjectRed Fabrication] (ProjectRed-1.7.10-4.7.0pre10.93-Fabrication.jar)
UCHIJAAA ProjRed|Illumination{4.7.0pre10.93} [ProjectRed Illumination] (ProjectRed-1.7.10-4.7.0pre10.93-Lighting.jar)
UCHIJAAA ProjRed|Expansion{4.7.0pre10.93} [ProjectRed Expansion] (ProjectRed-1.7.10-4.7.0pre10.93-Mechanical.jar)
UCHIJAAA runicdungeons{1.1.6a} [Runic Dungeons] (runicdungeons-1.1.6a.jar)
UCHIJAAA cuchaz.cuchazinteractive{1.7.10-1.0} [Cuchaz Interactive] (shipsMod-v1.7.10-1.0.4.jar)
UCHIJAAA cuchaz.ships{1.7.10-1.0.3} [Ships Mod] (shipsMod-v1.7.10-1.0.4.jar)
UCHIJAAA simply_sit{1.7.10-1.1.0} [Simply Sit] (SimplySit-1.7.10-1.1.0.jar)
UCHIJAAA SolarFlux{1.7.10-0.5b} [Solar Flux] (SolarFlux-1.7.10-0.5b.jar)
UCHIJAAA Somnia{-au} [Somnia] (Somnia-1.4.8.55.jar)
UCHIJAAA teamod{1.0} [Tea, Anyone?] (teamod-1.7.10-1.0.jar)
UCHIJAAA ThermalDynamics{1.7.10R1.1.0} [Thermal Dynamics] (ThermalDynamics-[1.7.10]1.1.0-161.jar)
UCHIJAAA universalcoins{1.7.10-1.6.14} [Universal Coins] (UniversalCoins-1.7.10-1.6.14.jar)
UCHIJAAA VeinMiner{0.31.1_build.unknown} [Vein Miner] (VeinMiner-1.7.10_0.31.1.unknown.jar)
UCHIJAAA VeinMinerModSupport{0.31.1_build.unknown} [Mod Support] (VeinMiner-1.7.10_0.31.1.unknown.jar)
UCHIJAAA Waila{1.5.10} [Waila] (Waila-1.5.10_1.7.10.jar)
UCHIJAAA wallpaper{0.9} [Wallpaper] (wallpaper-0.9-1.7.10.jar)
UCHIJAAA wawla{1.1.1} [What Are We Looking At] (Wawla-1.1.1_1.7.10.jar)
UCHIJAAA weaponmod{v1.14.3} [Balkon's WeaponMod] (weaponmod-1.14.3.jar)
UCHIJAAA ZAMod{v1.9.5} [Zombie Awareness] (zombieawareness-1.9.6 for MC v1.7.10.jar)
UCHIJAAA McMultipart{1.2.0.345} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
UCHIJAAA ForgeRelocation{0.0.1.4} [ForgeRelocation] (ForgeRelocation-1.7.10-0.0.1.4-universal.jar)
UCHIJAAA MCFrames{1.0} [MCFrames] (ForgeRelocation-1.7.10-0.0.1.4-universal.jar)
UCHIJAAA RelocationFMP{0.0.1.2} [RelocationFMP] (ForgeRelocationFMP-1.7.10-0.0.1.2-universal.jar)
UCHIJAAA ForgeMicroblock{1.2.0.345} [Forge Microblocks] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
[19:39:25] [Server thread/ERROR] [FML]: The following problems were captured during this phase
[19:39:25] [Server thread/ERROR] [FML]: Caught exception from neresources
java.lang.NoClassDefFoundError: forestry/core/config/ForestryBlock
at neresources.compatibility.forestry.ForestryCompat.registerOres(ForestryCompat.java:27) ~[ForestryCompat.class:?]
at neresources.compatibility.forestry.ForestryCompat.init(ForestryCompat.java:22) ~[ForestryCompat.class:?]
at neresources.compatibility.CompatBase.load(CompatBase.java:20) ~[CompatBase.class:?]
at neresources.utils.ModList.initialise(ModList.java:74) ~[ModList.class:?]
at neresources.compatibility.Compatibility.init(Compatibility.java:19) ~[Compatibility.class:?]
at neresources.proxy.CommonProxy.initCompatibility(CommonProxy.java:19) ~[CommonProxy.class:?]
at neresources.NEResources.serverStart(NEResources.java:84) ~[NEResources.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532) ~[forge-1.7.10-10.13.4.1614-1.7.10.jar:?]
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) ~[?:?]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[guava-17.0.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[guava-17.0.jar:?]
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212) ~[forge-1.7.10-10.13.4.1614-1.7.10.jar:?]
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190) ~[forge-1.7.10-10.13.4.1614-1.7.10.jar:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[guava-17.0.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[guava-17.0.jar:?]
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119) [LoadController.class:?]
at cpw.mods.fml.common.Loader.serverStarting(Loader.java:789) [Loader.class:?]
at cpw.mods.fml.common.FMLCommonHandler.handleServerStarting(FMLCommonHandler.java:278) [FMLCommonHandler.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at Reflector.callBoolean(Reflector.java:363) [Reflector.class:?]
at net.minecraft.server.integrated.IntegratedServer.func_71197_b(IntegratedServer.java:161) [bsx.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [?:?]
Caused by: java.lang.ClassNotFoundException: forestry.core.config.ForestryBlock
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) ~[launchwrapper-1.12.jar:?]
at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_25]
at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_25]
... 42 more
Caused by: java.lang.NullPointerException
[19:39:25] [Server thread/ERROR] [FML]: A fatal exception occurred during the server starting event
cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: forestry/core/config/ForestryBlock
at cpw.mods.fml.common.LoadController.transition(LoadController.java:163) ~[LoadController.class:?]
at cpw.mods.fml.common.Loader.serverStarting(Loader.java:790) [Loader.class:?]
at cpw.mods.fml.common.FMLCommonHandler.handleServerStarting(FMLCommonHandler.java:278) [FMLCommonHandler.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at Reflector.callBoolean(Reflector.java:363) [Reflector.class:?]
at net.minecraft.server.integrated.IntegratedServer.func_71197_b(IntegratedServer.java:161) [bsx.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [?:?]
Caused by: java.lang.NoClassDefFoundError: forestry/core/config/ForestryBlock
at neresources.compatibility.forestry.ForestryCompat.registerOres(ForestryCompat.java:27) ~[ForestryCompat.class:?]
at neresources.compatibility.forestry.ForestryCompat.init(ForestryCompat.java:22) ~[ForestryCompat.class:?]
at neresources.compatibility.CompatBase.load(CompatBase.java:20) ~[CompatBase.class:?]
at neresources.utils.ModList.initialise(ModList.java:74) ~[ModList.class:?]
at neresources.compatibility.Compatibility.init(Compatibility.java:19) ~[Compatibility.class:?]
at neresources.proxy.CommonProxy.initCompatibility(CommonProxy.java:19) ~[CommonProxy.class:?]
at neresources.NEResources.serverStart(NEResources.java:84) ~[NEResources.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532) ~[forge-1.7.10-10.13.4.1614-1.7.10.jar:?]
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) ~[?:?]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[guava-17.0.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[guava-17.0.jar:?]
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212) ~[LoadController.class:?]
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190) ~[LoadController.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[guava-17.0.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[guava-17.0.jar:?]
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119) ~[LoadController.class:?]
at cpw.mods.fml.common.Loader.serverStarting(Loader.java:789) ~[Loader.class:?]
... 9 more
Caused by: java.lang.ClassNotFoundException: forestry.core.config.ForestryBlock
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) ~[launchwrapper-1.12.jar:?]
at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_25]
at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_25]
at neresources.compatibility.forestry.ForestryCompat.registerOres(ForestryCompat.java:27) ~[ForestryCompat.class:?]
at neresources.compatibility.forestry.ForestryCompat.init(ForestryCompat.java:22) ~[ForestryCompat.class:?]
at neresources.compatibility.CompatBase.load(CompatBase.java:20) ~[CompatBase.class:?]
at neresources.utils.ModList.initialise(ModList.java:74) ~[ModList.class:?]
at neresources.compatibility.Compatibility.init(Compatibility.java:19) ~[Compatibility.class:?]
at neresources.proxy.CommonProxy.initCompatibility(CommonProxy.java:19) ~[CommonProxy.class:?]
at neresources.NEResources.serverStart(NEResources.java:84) ~[NEResources.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532) ~[forge-1.7.10-10.13.4.1614-1.7.10.jar:?]
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) ~[?:?]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[guava-17.0.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[guava-17.0.jar:?]
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212) ~[LoadController.class:?]
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190) ~[LoadController.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[guava-17.0.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[guava-17.0.jar:?]
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119) ~[LoadController.class:?]
at cpw.mods.fml.common.Loader.serverStarting(Loader.java:789) ~[Loader.class:?]
... 9 more
Caused by: java.lang.NullPointerException
[19:39:25] [Server thread/INFO] [FML]: Applying holder lookups
[19:39:25] [Server thread/INFO] [FML]: Holder lookups applied
[19:39:25] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -30
[19:39:25] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -63
[19:39:25] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -29
[19:39:25] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -40
[19:39:25] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -59
[19:39:25] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -41
[19:39:25] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -49
[19:39:25] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -48
[19:39:25] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -47
[19:39:25] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -28
[19:39:25] [Server thread/INFO] [FML]: The state engine was in incorrect state ERRORED and forced into state SERVER_STOPPED. Errors may have been discarded.
[19:39:25] [Server thread/INFO] [FML]: The state engine was in incorrect state ERRORED and forced into state AVAILABLE. Errors may have been discarded.
[19:40:58] [Client thread/INFO]: Stopping!
[19:40:58] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
[19:40:58] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: SoundSystem shutting down...
[19:40:59] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:importantMessage:90]: Author: Paul Lamb, www.paulscode.com
[19:40:59] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
[center][url=
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumCheck to see if the version of Magic Bees is compatible with Forestry 4.
"We live on a placid island of ignorance in the midst of black seas of infinity, and it was not meant that we should voyage far."
I actually removed it completely, it still gives me the same issue, so. Now it seems to have gotten worse, I rolled back my Forestry and it still throws the output error.
[center][url=
Try updating Not Enough Resources, it seems to be the cause of the issue. If updating it doesn't work, try removing it to see if it will load without Not Enough Resources.
YUP! That was it! Thanks, Arctic, I owe ya a beer.
[center][url=