WARNING: coremods are present:
Contact their authors BEFORE contacting forge
// This is a token for 1 free hug. Redeem at your nearest Mojangsta: [~~HUG~~]
Time: 6/26/16 9:20 PM
Description: There was a severe problem during mod loading that has caused the game to fail
net.minecraftforge.fml.common.LoaderException: java.lang.NoSuchFieldError: SEARCH
at net.minecraftforge.fml.common.LoadController.transition(LoadController.java:179)
at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:553)
at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:210)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:434)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:346)
at net.minecraft.client.main.Main.main(SourceFile:124)
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.NoSuchFieldError: SEARCH
at com.mattdahepic.mdecore.debug.DebugItem.<init>(DebugItem.java:16)
at com.mattdahepic.mdecore.MDECore.<clinit>(MDECore.java:41)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:344)
at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:469)
at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
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:228)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:206)
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:135)
at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:522)
... 10 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
whatever this mod is, that's what's causing the error, and so you know somewhat what to look for next time, usually there will be a section near the end of the crashlog with all the mods listed, it looks like this:
as you can see it tells you what each letter before the mod names means, you can see the one that errored for you (I put it in bold). not all crashes will show this but if it's an initial boot up or "first run" then this is the first place to check.
I hope this helps you for future modding problems, I hope I did not come across as rude or sarcastic, just trying to help.
Rollback Post to RevisionRollBack
Join My Server The Valley! NOW ON DISCORD! GO TO THE FORUM TO GET TO THE OFFICIAL DISCORD! Survival, Creative, no PvP (May change). Come Join today!
---- Minecraft Crash Report ----
WARNING: coremods are present:
Contact their authors BEFORE contacting forge
// This is a token for 1 free hug. Redeem at your nearest Mojangsta: [~~HUG~~]
Time: 6/26/16 9:20 PM
Description: There was a severe problem during mod loading that has caused the game to fail
net.minecraftforge.fml.common.LoaderException: java.lang.NoSuchFieldError: SEARCH
at net.minecraftforge.fml.common.LoadController.transition(LoadController.java:179)
at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:553)
at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:210)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:434)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:346)
at net.minecraft.client.main.Main.main(SourceFile:124)
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.NoSuchFieldError: SEARCH
at com.mattdahepic.mdecore.debug.DebugItem.<init>(DebugItem.java:16)
at com.mattdahepic.mdecore.MDECore.<clinit>(MDECore.java:41)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:344)
at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:469)
at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
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:228)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:206)
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:135)
at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:522)
... 10 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.9
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 1806490280 bytes (1722 MB) / 2010120192 bytes (1917 MB) up to 2010120192 bytes (1917 MB)
JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx2048M -Xms2048M
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.23 Powered by Forge 12.16.1.1887 Optifine OptiFine_1.9_HD_U_B5 35 mods loaded, 35 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.19} [Minecraft Coder Pack] (minecraft.jar)
UC FML{8.0.99.99} [Forge Mod Loader] (forge-1.9-12.16.1.1887.jar)
UC Forge{12.16.1.1887} [Minecraft Forge] (forge-1.9-12.16.1.1887.jar)
UC BetterAchievements{0.2.5.20} [Better Achievements] (BetterAchievements-1.9-0.2.5.20.jar)
UC bookshelf{1.2.0.237} [Bookshelf] (Bookshelf-1.9-1.2.0.243.jar)
UC bookshelfapi{3.0.0} [Bookshelf] (Bookshelf-API-Library-1.9.jar)
UC Chameleon{1.9-2.1.3} [Chameleon] (Chameleon-1.9-2.1.3.jar)
UC cyclopscore{0.6.0} [Cyclops Core] (CyclopsCore-1.9.jar)
UC colossalchests{1.3.4} [Colossal Chests] (ColossalChests-1.9-1.3.4.jar)
UC craftingcraft{3.0.3} [CraftingCraft] (craftingcraft-mc1.9-3.0.3.jar)
UC DarkUtils{1.1.0.34} [Dark Utilities] (DarkUtilities-1.9-1.1.0.34.jar)
UC double_jump{1.0.0} [DoubleJump] (Double Jump-1.9-1.0.0.jar)
UC geoactivity{2.2.3} [GeoActivity] (geoactivity-2.3.jar)
UC IronChest{6.0.138.779} [Iron Chest] (ironchest-1.9-6.0.138.779.jar)
UC ism{1.2.1e} [Instant Structures Mod (ISM)] (ism-1.2.1e.jar)
UC fyberbackpack{1.0.2} [Just Backpacks] (justbackpacks-mc1.9-1.0.2.jar)
UC lit{1.9-1.0.16} [Little Insignificant Things] (LittleInsignificantThings-1.9-1.0.16.jar)
UC LunatriusCore{1.1.2.34} [LunatriusCore] (LunatriusCore-1.9-1.1.2.34-universal.jar)
UC RadixCore{1.9-2.1.0} [RadixCore] (RadixCore-1.9-2.1.0-BETA-universal.jar)
UC MCA{1.9-5.1.2} [Minecraft Comes Alive] (MCA-1.9-5.1.2-BETA-universal.jar)
UE mdecore{1.9-1.0.1} [MattDahEpic Core] (mdecore-1.9-1.0.1-dev.jar)
UC moon-core{1.0} [Moon's Core] (MoonCore(1.0) 1.9.jar)
UC ninjagear{1.9-0.0.1} [NinjaGear] (ninjagear-0.0.1.jar)
UC packingtap
UE mdecore{1.9-1.0.1} [MattDahEpic Core] (mdecore-1.9-1.0.1-dev.jar)
whatever this mod is, that's what's causing the error, and so you know somewhat what to look for next time, usually there will be a section near the end of the crashlog with all the mods listed, it looks like this:
FML: MCP 9.23 Powered by Forge 12.16.1.1887 Optifine OptiFine_1.9_HD_U_B5 35 mods loaded, 35 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.19} [Minecraft Coder Pack] (minecraft.jar)
UC FML{8.0.99.99} [Forge Mod Loader] (forge-1.9-12.16.1.1887.jar)
UC Forge{12.16.1.1887} [Minecraft Forge] (forge-1.9-12.16.1.1887.jar)
UC BetterAchievements{0.2.5.20} [Better Achievements] (BetterAchievements-1.9-0.2.5.20.jar)
UC bookshelf{1.2.0.237} [Bookshelf] (Bookshelf-1.9-1.2.0.243.jar)
UC bookshelfapi{3.0.0} [Bookshelf] (Bookshelf-API-Library-1.9.jar)
UC Chameleon{1.9-2.1.3} [Chameleon] (Chameleon-1.9-2.1.3.jar)
UC cyclopscore{0.6.0} [Cyclops Core] (CyclopsCore-1.9.jar)
UC colossalchests{1.3.4} [Colossal Chests] (ColossalChests-1.9-1.3.4.jar)
UC craftingcraft{3.0.3} [CraftingCraft] (craftingcraft-mc1.9-3.0.3.jar)
UC DarkUtils{1.1.0.34} [Dark Utilities] (DarkUtilities-1.9-1.1.0.34.jar)
UC double_jump{1.0.0} [DoubleJump] (Double Jump-1.9-1.0.0.jar)
UC geoactivity{2.2.3} [GeoActivity] (geoactivity-2.3.jar)
UC IronChest{6.0.138.779} [Iron Chest] (ironchest-1.9-6.0.138.779.jar)
UC ism{1.2.1e} [Instant Structures Mod (ISM)] (ism-1.2.1e.jar)
UC fyberbackpack{1.0.2} [Just Backpacks] (justbackpacks-mc1.9-1.0.2.jar)
UC lit{1.9-1.0.16} [Little Insignificant Things] (LittleInsignificantThings-1.9-1.0.16.jar)
UC LunatriusCore{1.1.2.34} [LunatriusCore] (LunatriusCore-1.9-1.1.2.34-universal.jar)
UC RadixCore{1.9-2.1.0} [RadixCore] (RadixCore-1.9-2.1.0-BETA-universal.jar)
UC MCA{1.9-5.1.2} [Minecraft Comes Alive] (MCA-1.9-5.1.2-BETA-universal.jar)
UE mdecore{1.9-1.0.1} [MattDahEpic Core] (mdecore-1.9-1.0.1-dev.jar)
UC moon-core{1.0} [Moon's Core] (MoonCore(1.0) 1.9.jar)
UC ninjagear{1.9-0.0.1} [NinjaGear] (ninjagear-0.0.1.jar)
UC packingtap
as you can see it tells you what each letter before the mod names means, you can see the one that errored for you (I put it in bold). not all crashes will show this but if it's an initial boot up or "first run" then this is the first place to check.
I hope this helps you for future modding problems, I hope I did not come across as rude or sarcastic, just trying to help.
Join My Server The Valley! NOW ON DISCORD! GO TO THE FORUM TO GET TO THE OFFICIAL DISCORD!
Survival, Creative, no PvP (May change). Come Join today!
Forum: http://thevalley.enjin.com/
Server Map:TheValley.noip.me:8123
Planet Minecraft : View The Valley
The Valley Modpack is available on Technic here:The Valley Modpack
Please let me know what you think of my modpack as it's my first one.