I keep trying to run Minecraft 1.8 Forge and I keep getting this error! I uninstalled it and reinstalled another one...Whats goin on
---- Minecraft Crash Report ----
WARNING: coremods are present:
CoreMod (_Aroma1997Core-1.8.jar)
Contact their authors BEFORE contacting forge
// There are four lights!
Time: 9/12/16 1:43 PM
Description: There was a severe problem during mod loading that has caused the game to fail
net.minecraftforge.fml.common.LoaderException: java.lang.NoSuchMethodError: net.minecraftforge.oredict.OreDictionary.getOres(Ljava/lang/String;)Ljava/util/ArrayList;
at net.minecraftforge.fml.common.LoadController.transition(LoadController.java:163)
at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:538)
at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:214)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:412)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:325)
at net.minecraft.client.main.Main.main(SourceFile:120)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.NoSuchMethodError: net.minecraftforge.oredict.OreDictionary.getOres(Ljava/lang/String;)Ljava/util/ArrayList;
at aroma1997.core.recipes.ShapedAromicRecipe.<init>(ShapedAromicRecipe.java:87)
at aroma1997.core.util.AromaRegistry.getShapedRecipe(AromaRegistry.java:85)
at aroma1997.core.util.AromaRegistry.registerShapedAromicRecipe(AromaRegistry.java:95)
at aroma1997.core.items.AromicItem.setRecipe(AromicItem.java:55)
at aroma1997.core.items.wrench.ItemWrench.<init>(ItemWrench.java:25)
at aroma1997.core.items.wrench.ItemsWrench.<clinit>(ItemsWrench.java:5)
at aroma1997.core.modules.Module.<clinit>(Module.java:14)
at aroma1997.betterchests.BetterChests.construct(BetterChests.java:51)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:553)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
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 net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
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 net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:507)
... 10 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
I keep trying to run Minecraft 1.8 Forge and I keep getting this error! I uninstalled it and reinstalled another one...Whats goin on
---- Minecraft Crash Report ----
WARNING: coremods are present:
CoreMod (_Aroma1997Core-1.8.jar)
Contact their authors BEFORE contacting forge
// There are four lights!
Time: 9/12/16 1:43 PM
Description: There was a severe problem during mod loading that has caused the game to fail
net.minecraftforge.fml.common.LoaderException: java.lang.NoSuchMethodError: net.minecraftforge.oredict.OreDictionary.getOres(Ljava/lang/String;)Ljava/util/ArrayList;
at net.minecraftforge.fml.common.LoadController.transition(LoadController.java:163)
at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:538)
at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:214)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:412)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:325)
at net.minecraft.client.main.Main.main(SourceFile:120)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.NoSuchMethodError: net.minecraftforge.oredict.OreDictionary.getOres(Ljava/lang/String;)Ljava/util/ArrayList;
at aroma1997.core.recipes.ShapedAromicRecipe.<init>(ShapedAromicRecipe.java:87)
at aroma1997.core.util.AromaRegistry.getShapedRecipe(AromaRegistry.java:85)
at aroma1997.core.util.AromaRegistry.registerShapedAromicRecipe(AromaRegistry.java:95)
at aroma1997.core.items.AromicItem.setRecipe(AromicItem.java:55)
at aroma1997.core.items.wrench.ItemWrench.<init>(ItemWrench.java:25)
at aroma1997.core.items.wrench.ItemsWrench.<clinit>(ItemsWrench.java:5)
at aroma1997.core.modules.Module.<clinit>(Module.java:14)
at aroma1997.betterchests.BetterChests.construct(BetterChests.java:51)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:553)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
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 net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
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 net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:507)
... 10 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.8
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 148488496 bytes (141 MB) / 286072832 bytes (272 MB) up to 1060372480 bytes (1011 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v9.10 FML v8.0.99.99 Minecraft Forge 11.14.4.1563 39 mods loaded, 39 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UC mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
UC FML{8.0.99.99} [Forge Mod Loader] (forge-1.8-11.14.4.1563.jar)
UC Forge{11.14.4.1563} [Minecraft Forge] (forge-1.8-11.14.4.1563.jar)
UC Aroma1997Core{1.0.3.1} [Aroma1997Core] (_Aroma1997Core-1.8.jar)
UC Aroma1997CoreHelper{1.0.3.1} [Aroma1997Core|Helper] (_Aroma1997Core-1.8.jar)
UE BetterChests{1.1.2.0} [BetterChests] (Better-Chests-Mod-1.8.jar)
UC bettermining{0.1} [Better Mining] (Better-Mining-Mod-1.8.jar)
UC blocklings{3.0.3} [Blocklings] (Blocklings-3.0.3-1.8.jar)
UC candycraftmod{Beta 1.3.1} [§dCandyCraft] (CandyCraft-1.3.1 - 1.8.jar)
UC cfm{3.6} [§9MrCrayfish's Furniture Mod] (cfm-3.6-mc1.8.jar)
UC colorfularmor{1.8-2.7} [Colorful Armor] (Colorful-Armor-Mod-1.8.jar)
UC customnpcs{1.8.0_alpha} [CustomNpcs] (CustomNPCs_1.8.0_alpha.jar)
UC decorationmegapack{1.12} [Decoration Mega Pack] (Decoration-Mega-Pack-Mod-1.8.jar)
UC Aroma1997sDimension{1.0} [Aroma1997's Dimensional World] (Dimensional-World-Mod-1.8.jar)
UC net.blacklab.lib{2.0.3} [EBLib] (EBLib-EL2B3-1.8-F1563.jar)
UC LomLib{4.1.0} [LomLib] (LomLib-1.8-4.1.0-universal.jar)
UC ElementalCreepers{5.0.0} [Elemental Creepers] (Elemental Creepers Mod 1.8.jar)
UC exoticbirds{1.0} [Exotic Birds] (Exotic-Birds-Mod-1.8.jar)
UC FancyFish{1.0} [Fancy Fish] (Fancy-Fish-Mod-1.8.jar)
UC FantasticFood{1.8} [FantasticFood] (Fantastic-Foods-Mod-1.8.jar)
UC furbymania{1.0.0} [Furby Mania] (Furby-Mania-Mod-1.8.jar)
UC gemsplus{1.6.3} [Gems+] (gemsplus-1.6.3-mc1.8.jar)
UC iChunUtil{5.5.0} [iChunUtil] (iChunUtil-5.5.0.jar)
UC GravityGun{5.0.0} [GravityGun] (Gravity-Gun-Mod-1.8.jar)
UC InventoryPets{1.3.3} [Inventory Pets] (Inventory-Pets-Mod-1.8 (1).jar)
UC lucky{5.2.0} [Lucky Block] (Lucky-Block-Mod-1.8.jar)
UC masks{1.0.0} [Masks] (Masks-mod-by-hamster_furtif-1.8.jar)
UC MoCreatures{8.0.0.devA} [DrZhark's Mo'Creatures Mod] (Mo-Creatures-Mod-1.8.jar)
UC MoreFurnaces{1.3.11} [More Furnaces] (More-Furnaces-Mod-1.8.jar)
UC oceancraft{1.5.1} [Oceancraft] (OceanCraft-Mod-1.8.jar)
UC pandorasbox{2.1.1} [Pandora's Box] (Pandoras-Box-Mod-1.8.jar)
UC securitycraft{v1.7.0} [SecurityCraft] (SecurityCraft-Mod-1.8 (1).jar)
UC subway{2.0} [Subway Resturant] (Subway-Mod-1.8.jar)
UC mymod{0.9b} [Swords++] (Swords-mod-by-blackbeltgeek-1.8.jar)
UC thetitans{0.21} [The Titans Mod] (The-Titans-Mod-1.8.jar)
UC treeores{1.2} [Treeores] (TreeOres-1.8.0-1.2.jar)
UC ultimate_unicorn_mod{1.0.3} [Wings, Horns, and Hooves, the Ultimate Unicorn Mod!] (Ultimate-Unicorn-Mod-1.8.jar)
UC UsefulFood{1.5.0} [UsefulFood] (UsefulFood-Mod-1.8.jar)
UC youtubers{1.7.0} [Youtubers+ Mod] (Youtubers-Mod-1.8.jar)
Loaded coremods (and transformers):
CoreMod (_Aroma1997Core-1.8.jar)
GL info: ' Vendor: 'Intel' Version: '4.4.0 - Build 20.19.15.4444' Renderer: 'Intel(R) HD Graphics'
Chu!
Mods
Aroma1997Core{1.0.3.1} [Aroma1997Core] (_Aroma1997Core-1.8.jar)
Aroma1997CoreHelper{1.0.3.1} [Aroma1997Core|Helper] (_Aroma1997Core-1.8.jar)
BetterChests{1.1.2.0} [BetterChests] (Better-Chests-Mod-1.8.jar)
bettermining{0.1} [Better Mining] (Better-Mining-Mod-1.8.jar)
blocklings{3.0.3} [Blocklings] (Blocklings-3.0.3-1.8.jar)
candycraftmod{Beta 1.3.1} [§dCandyCraft] (CandyCraft-1.3.1 - 1.8.jar)
cfm{3.6} [§9MrCrayfish's Furniture Mod] (cfm-3.6-mc1.8.jar)
colorfularmor{1.8-2.7} [Colorful Armor] (Colorful-Armor-Mod-1.8.jar)
customnpcs{1.8.0_alpha} [CustomNpcs] (CustomNPCs_1.8.0_alpha.jar)
decorationmegapack{1.12} [Decoration Mega Pack] (Decoration-Mega-Pack-Mod-1.8.jar)
Aroma1997sDimension{1.0} [Aroma1997's Dimensional World] (Dimensional-World-Mod-1.8.jar)
net.blacklab.lib{2.0.3} [EBLib] (EBLib-EL2B3-1.8-F1563.jar)
LomLib{4.1.0} [LomLib] (LomLib-1.8-4.1.0-universal.jar)
ElementalCreepers{5.0.0} [Elemental Creepers] (Elemental Creepers Mod 1.8.jar)
exoticbirds{1.0} [Exotic Birds] (Exotic-Birds-Mod-1.8.jar)
FancyFish{1.0} [Fancy Fish] (Fancy-Fish-Mod-1.8.jar)
FantasticFood{1.8} [FantasticFood] (Fantastic-Foods-Mod-1.8.jar)
furbymania{1.0.0} [Furby Mania] (Furby-Mania-Mod-1.8.jar)
gemsplus{1.6.3} [Gems+] (gemsplus-1.6.3-mc1.8.jar)
iChunUtil{5.5.0} [iChunUtil] (iChunUtil-5.5.0.jar)
GravityGun{5.0.0} [GravityGun] (Gravity-Gun-Mod-1.8.jar)
InventoryPets{1.3.3} [Inventory Pets] (Inventory-Pets-Mod-1.8 (1).jar)
lucky{5.2.0} [Lucky Block] (Lucky-Block-Mod-1.8.jar)
masks{1.0.0} [Masks] (Masks-mod-by-hamster_furtif-1.8.jar)
MoCreatures{8.0.0.devA} [DrZhark's Mo'Creatures Mod] (Mo-Creatures-Mod-1.8.jar)
MoreFurnaces{1.3.11} [More Furnaces] (More-Furnaces-Mod-1.8.jar)
oceancraft{1.5.1} [Oceancraft] (OceanCraft-Mod-1.8.jar)
pandorasbox{2.1.1} [Pandora's Box] (Pandoras-Box-Mod-1.8.jar)
securitycraft{v1.7.0} [SecurityCraft] (SecurityCraft-Mod-1.8 (1).jar)
subway{2.0} [Subway Resturant] (Subway-Mod-1.8.jar)
mymod{0.9b} [Swords++] (Swords-mod-by-blackbeltgeek-1.8.jar)
thetitans{0.21} [The Titans Mod] (The-Titans-Mod-1.8.jar)
treeores{1.2} [Treeores] (TreeOres-1.8.0-1.2.jar)
ultimate_unicorn_mod{1.0.3} [Wings, Horns, and Hooves, the Ultimate Unicorn Mod!] (Ultimate-Unicorn-Mod-1.8.jar)
UsefulFood{1.5.0} [UsefulFood] (UsefulFood-Mod-1.8.jar)
youtubers{1.7.0} [Youtubers+ Mod] (Youtubers-Mod-1.8.jar)
Chu!