P.S. Yes, I did read the "How to Ask For Help" Thread by webrosc
Yello, I've been trying to create my own modded minecraft game with forge. (My game can't play multiplayer but that's another entire issue.) I got it to work with 21 mods but since I added more, it crashes upon initializing.
(Pic Below)
---- Minecraft Crash Report ----
// Hi. I'm Minecraft, and I'm a crashaholic.
Time: 08/07/15 11:00 AM
Description: Initializing game
java.lang.NoSuchMethodError: net.minecraft.nbt.NBTTagCompound.setBoolean(Ljava/lang/String;Z)V
at codechicken.nei.ItemStackMap.<clinit>(ItemStackMap.java:206)
at codechicken.nei.api.ItemInfo.<clinit>(ItemInfo.java:55)
at codechicken.nei.ClientHandler.preInit(ClientHandler.java:113)
at codechicken.nei.NEIModContainer.preInit(NEIModContainer.java:81)
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.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
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.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
at net.minecraft.client.main.Main.main(SourceFile:148)
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 net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at codechicken.nei.ItemStackMap.<clinit>(ItemStackMap.java:206)
at codechicken.nei.api.ItemInfo.<clinit>(ItemInfo.java:55)
at codechicken.nei.ClientHandler.preInit(ClientHandler.java:113)
at codechicken.nei.NEIModContainer.preInit(NEIModContainer.java:81)
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.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
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.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
at net.minecraft.client.main.Main.main(SourceFile:148)
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 net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: [Safehouse]
Current Language: English (US)
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Anisotropic Filtering: Off (1)
And the full game report.
[10:59:45] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[10:59:45] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[10:59:45] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker
[10:59:45] [main/INFO] [FML]: Forge Mod Loader version 7.99.16.1448 for Minecraft 1.7.10 loading
[10:59:45] [main/INFO] [FML]: Java is Java HotSpot(TM) Client VM, version 1.8.0_45, running on Windows 8.1:x86:6.3, installed at C:\Java
[10:59:45] [main/WARN] [FML]: The coremod codechicken.core.launch.CodeChickenCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[10:59:45] [main/INFO] [STDERR]: [codechicken.core.launch.DepLoader$DepLoadInst:checkExisting:436]: Warning: version of bspkrsCore, 6.16 is newer than request 6.15
[10:59:45] [main/WARN] [FML]: The coremod com.rebelkeithy.dualhotbar.DualHotbarPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[10:59:45] [main/WARN] [FML]: The coremod vazkii.emotes.client.asm.LoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[10:59:45] [main/WARN] [FML]: The coremod invtweaks.forge.asm.FMLPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[10:59:45] [main/WARN] [FML]: The coremod codechicken.nei.asm.NEICorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[10:59:45] [main/INFO] [FML]: Loading tweaker optifine.OptiFineForgeTweaker from OptiFine_1.7.10_HD_C1.jar
[10:59:45] [main/ERROR] [FML]: The coremod TMIForgeLoader is requesting minecraft version 1.7.2 and minecraft is 1.7.10. It will be ignored.
[10:59:45] [main/WARN] [FML]: The coremod portablejim.veinminer.asm.VeinMinerCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[10:59:45] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[10:59:45] [main/INFO] [LaunchWrapper]: Loading tweak class name optifine.OptiFineForgeTweaker
[10:59:45] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
[10:59:45] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[10:59:45] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[10:59:45] [main/INFO] [LaunchWrapper]: Calling tweak class optifine.OptiFineForgeTweaker
[10:59:45] [main/INFO] [STDOUT]: [optifine.OptiFineForgeTweaker:dbg:49]: OptiFineForgeTweaker: acceptOptions
[10:59:45] [main/INFO] [STDOUT]: [optifine.OptiFineForgeTweaker:dbg:49]: OptiFineForgeTweaker: injectIntoClassLoader
[10:59:45] [main/INFO] [STDOUT]: [optifine.OptiFineClassTransformer:dbg:179]: OptiFine ClassTransformer
[10:59:45] [main/INFO] [STDOUT]: [optifine.OptiFineClassTransformer:dbg:179]: OptiFine URL: file:/C:/Users/Edward/AppData/Roaming/.minecraft/mods/OptiFine_1.7.10_HD_C1.jar
[10:59:45] [main/INFO] [STDOUT]: [optifine.OptiFineClassTransformer:dbg:179]: OptiFine ZIP file: [email protected]
[10:59:45] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[10:59:47] [main/INFO] [FML]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557
[10:59:47] [main/INFO] [FML]: Found valid fingerprint for Minecraft. Certificate fingerprint cd99959656f753dc28d863b46769f7f8fbaefcfc
[10:59:47] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[10:59:47] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[10:59:47] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[10:59:47] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[10:59:47] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[10:59:47] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[10:59:47] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[10:59:47] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[10:59:47] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[10:59:47] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
[10:59:47] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: java.io.FileNotFoundException: C:\Users\Edward\AppData\Roaming\.minecraft\config\InvTweaksCompatibility.xml (The system cannot find the file specified)
[10:59:47] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.io.FileInputStream.open0(Native Method)
[10:59:47] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.io.FileInputStream.open(Unknown Source)
[10:59:47] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.io.FileInputStream.<init>(Unknown Source)
[10:59:47] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.io.FileInputStream.<init>(Unknown Source)
[10:59:47] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.net.www.protocol.file.FileURLConnection.connect(Unknown Source)
[10:59:47] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.net.www.protocol.file.FileURLConnection.getInputStream(Unknown Source)
[10:59:47] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.sun.org.apache.xerces.internal.impl.XMLEntityManager.setupCurrentEntity(Unknown Source)
[10:59:47] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.sun.org.apache.xerces.internal.impl.XMLVersionDetector.determineDocVersion(Unknown Source)
[10:59:47] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
[10:59:47] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
[10:59:47] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
[10:59:47] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
[10:59:47] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
[10:59:47] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl.parse(Unknown Source)
[10:59:47] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at javax.xml.parsers.SAXParser.parse(Unknown Source)
[10:59:47] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at invtweaks.forge.asm.compatibility.CompatibilityConfigLoader.load(CompatibilityConfigLoader.java:25)
[10:59:47] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at invtweaks.forge.asm.ContainerTransformer.lateInit(ContainerTransformer.java:94)
[10:59:47] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at invtweaks.forge.asm.ContainerTransformer.transform(ContainerTransformer.java:109)
[10:59:47] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279)
[10:59:47] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176)
[10:59:47] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.lang.ClassLoader.loadClass(Unknown Source)
[10:59:47] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.lang.ClassLoader.loadClass(Unknown Source)
[10:59:47] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.launchwrapper.LaunchClassLoader.registerTransformer(LaunchClassLoader.java:88)
[10:59:47] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.common.launcher.FMLDeobfTweaker.injectIntoClassLoader(FMLDeobfTweaker.java:32)
[10:59:47] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:115)
[10:59:47] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[10:59:47] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.TerminalTweaker
[10:59:47] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.TerminalTweaker
[10:59:47] [main/INFO] [STDOUT]: [optifine.OptiFineForgeTweaker:dbg:49]: OptiFineForgeTweaker: getLaunchArguments
[10:59:47] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main}
[10:59:47] [main/INFO] [STDOUT]: [com.rebelkeithy.dualhotbar.DualHotbarTransformer:transform:88]: ********* INSIDE GuiIngameForge TRANSFORMER ABOUT TO PATCH: net.minecraftforge.client.GuiIngameForge
[10:59:47] [main/INFO] [STDOUT]: [com.rebelkeithy.dualhotbar.DualHotbarTransformer:patchShift:200]: In renderToolHightlight
[10:59:48] [main/INFO]: Setting user: SolarWind2
[OptiFine] (Reflector) Class not present: ModLoader
[OptiFine] (Reflector) Class not present: net.minecraft.src.FMLRenderAccessLibrary
[OptiFine] (Reflector) Class not present: LightCache
[OptiFine] (Reflector) Class not present: BlockCoord
[10:59:49] [Client thread/INFO] [STDOUT]: [com.rebelkeithy.dualhotbar.DualHotbarTransformer:transform:82]: ********* INSIDE ForgeHooks TRANSFORMER ABOUT TO PATCH: net.minecraftforge.common.ForgeHooks
[10:59:49] [Client thread/INFO] [STDOUT]: [com.rebelkeithy.dualhotbar.DualHotbarTransformer:patchBipush:108]: In onPickBlock
[10:59:49] [Client thread/INFO] [STDOUT]: [com.rebelkeithy.dualhotbar.DualHotbarTransformer:patchBipush:117]: found instruction to replace
[10:59:49] [Client thread/INFO] [STDOUT]: [com.rebelkeithy.dualhotbar.DualHotbarTransformer:patchBipush:117]: found instruction to replace
[10:59:49] [Client thread/INFO] [STDOUT]: [com.rebelkeithy.dualhotbar.DualHotbarTransformer:transform:59]: ********* INSIDE NetHandlerPlayServer TRANSFORMER ABOUT TO PATCH: nh
[10:59:49] [Client thread/INFO] [STDOUT]: [com.rebelkeithy.dualhotbar.DualHotbarTransformer:patchBipush2:149]: In a
[10:59:49] [Client thread/INFO] [STDOUT]: [com.rebelkeithy.dualhotbar.DualHotbarTransformer:patchBipush2:153]: Number of instructions 172
[10:59:49] [Client thread/INFO] [STDOUT]: [com.rebelkeithy.dualhotbar.DualHotbarTransformer:patchBipush2:159]: [email protected]
[10:59:49] [Client thread/INFO] [STDOUT]: [com.rebelkeithy.dualhotbar.DualHotbarTransformer:patchBipush2:159]: [email protected]
[10:59:49] [Client thread/INFO] [STDOUT]: [com.rebelkeithy.dualhotbar.DualHotbarTransformer:patchBipush2:159]: [email protected]
[10:59:49] [Client thread/INFO] [STDOUT]: [com.rebelkeithy.dualhotbar.DualHotbarTransformer:patchBipush2:159]: [email protected]
[10:59:49] [Client thread/INFO] [STDOUT]: [com.rebelkeithy.dualhotbar.DualHotbarTransformer:patchBipush2:159]: [email protected]
[10:59:49] [Client thread/INFO] [STDOUT]: [com.rebelkeithy.dualhotbar.DualHotbarTransformer:patchBipush2:159]: [email protected]
[10:59:49] [Client thread/INFO] [STDOUT]: [com.rebelkeithy.dualhotbar.DualHotbarTransformer:patchBipush2:159]: [email protected]
[10:59:49] [Client thread/INFO] [STDOUT]: [com.rebelkeithy.dualhotbar.DualHotbarTransformer:patchBipush2:159]: [email protected]
[10:59:49] [Client thread/INFO] [STDOUT]: [com.rebelkeithy.dualhotbar.DualHotbarTransformer:patchBipush2:159]: [email protected]
[10:59:49] [Client thread/INFO] [STDOUT]: [com.rebelkeithy.dualhotbar.DualHotbarTransformer:patchBipush2:159]: [email protected]
[10:59:49] [Client thread/INFO] [STDOUT]: [com.rebelkeithy.dualhotbar.DualHotbarTransformer:patchBipush2:159]: [email protected]
[10:59:49] [Client thread/INFO] [STDOUT]: [com.rebelkeithy.dualhotbar.DualHotbarTransformer:patchBipush2:159]: [email protected]
[10:59:49] [Client thread/INFO] [STDOUT]: [com.rebelkeithy.dualhotbar.DualHotbarTransformer:patchBipush2:159]: [email protected]
[10:59:49] [Client thread/INFO] [STDOUT]: [com.rebelkeithy.dualhotbar.DualHotbarTransformer:patchBipush2:159]: [email protected]
[10:59:49] [Client thread/INFO] [STDOUT]: [com.rebelkeithy.dualhotbar.DualHotbarTransformer:patchBipush2:159]: [email protected]
[10:59:49] [Client thread/INFO] [STDOUT]: [com.rebelkeithy.dualhotbar.DualHotbarTransformer:patchBipush2:159]: [email protected]
[10:59:49] [Client thread/INFO] [STDOUT]: [com.rebelkeithy.dualhotbar.DualHotbarTransformer:patchBipush2:159]: [email protected]
[10:59:49] [Client thread/INFO] [STDOUT]: [com.rebelkeithy.dualhotbar.DualHotbarTransformer:patchBipush2:159]: [email protected]
[10:59:49] [Client thread/INFO] [STDOUT]: [com.rebelkeithy.dualhotbar.DualHotbarTransformer:patchBipush2:159]: [email protected]
[10:59:49] [Client thread/INFO] [STDOUT]: [com.rebelkeithy.dualhotbar.DualHotbarTransformer:patchBipush2:159]: [email protected]
[10:59:49] [Client thread/INFO] [STDOUT]: [com.rebelkeithy.dualhotbar.DualHotbarTransformer:patchBipush2:159]: [email protected]
[10:59:49] [Client thread/INFO] [STDOUT]: [com.rebelkeithy.dualhotbar.DualHotbarTransformer:patchBipush2:159]: [email protected]
[10:59:49] [Client thread/INFO] [STDOUT]: [com.rebelkeithy.dualhotbar.DualHotbarTransformer:patchBipush2:159]: [email protected]
[10:59:49] [Client thread/INFO] [STDOUT]: [com.rebelkeithy.dualhotbar.DualHotbarTransformer:patchBipush2:159]: [email protected]
[10:59:49] [Client thread/INFO] [STDOUT]: [com.rebelkeithy.dualhotbar.DualHotbarTransformer:patchBipush2:159]: [email protected]
[10:59:49] [Client thread/INFO] [STDOUT]: [com.rebelkeithy.dualhotbar.DualHotbarTransformer:patchBipush2:159]: [email protected]
[10:59:49] [Client thread/INFO] [STDOUT]: [com.rebelkeithy.dualhotbar.DualHotbarTransformer:patchBipush2:159]: [email protected]
[10:59:49] [Client thread/INFO] [STDOUT]: [com.rebelkeithy.dualhotbar.DualHotbarTransformer:patchBipush2:159]: [email protected]
[10:59:49] [Client thread/INFO] [STDOUT]: [com.rebelkeithy.dualhotbar.DualHotbarTransformer:patchBipush2:159]: [email protected]
[10:59:49] [Client thread/INFO] [STDOUT]: [com.rebelkeithy.dualhotbar.DualHotbarTransformer:patchBipush2:159]: [email protected]
[10:59:49] [Client thread/INFO] [STDOUT]: [com.rebelkeithy.dualhotbar.DualHotbarTransformer:patchBipush2:159]: [email protected]
[10:59:49] [Client thread/INFO] [STDOUT]: [com.rebelkeithy.dualhotbar.DualHotbarTransformer:patchBipush2:159]: [email protected]
[10:59:49] [Client thread/INFO] [STDOUT]: [com.rebelkeithy.dualhotbar.DualHotbarTransformer:patchBipush2:159]: [email protected]
[10:59:49] [Client thread/INFO] [STDOUT]: [com.rebelkeithy.dualhotbar.DualHotbarTransformer:patchBipush2:159]: [email protected]
36
[10:59:49] [Client thread/INFO] [STDOUT]: [com.rebelkeithy.dualhotbar.DualHotbarTransformer:patchBipush2:167]: found instruction to replace
[10:59:49] [Client thread/INFO] [FML]: InvTweaks: net.minecraft.inventory.ContainerRepair
[10:59:49] [Client thread/INFO] [FML]: InvTweaks: net.minecraft.inventory.Container
[10:59:50] [Client thread/INFO] [STDOUT]: [vazkii.emotes.client.asm.ClassTransformer:log:66]: [Emotes][ASM] Starting on net.minecraft.client.model.ModelBiped
[10:59:50] [Client thread/INFO] [STDOUT]: [vazkii.emotes.client.asm.ClassTransformer:log:66]: [Emotes][ASM] Method is func_78087_a or a for obf.
[10:59:50] [Client thread/INFO] [STDOUT]: [vazkii.emotes.client.asm.ClassTransformer:log:66]: [Emotes][ASM] Descriptor is (FFFFFFLnet/minecraft/entity/Entity;)V or (FFFFFFLsa;)V dor obf.
[10:59:50] [Client thread/INFO] [STDOUT]: [vazkii.emotes.client.asm.ClassTransformer:log:66]: [Emotes][ASM] Found method: a (FFFFFFLsa;)V
[10:59:50] [Client thread/INFO] [STDOUT]: [vazkii.emotes.client.asm.ClassTransformer:log:66]: [Emotes][ASM] RETURN Opcode found
[10:59:50] [Client thread/INFO] [STDOUT]: [vazkii.emotes.client.asm.ClassTransformer:log:66]: [Emotes][ASM] Patched!
[OptiFine] (Reflector) Class not present: net.minecraftforge.fml.client.SplashProgress
[10:59:50] [Client thread/INFO]: LWJGL Version: 2.9.1
[OptiFine]
[OptiFine] OptiFine_1.7.10_HD_C1
[OptiFine] Wed Jul 08 10:59:50 EDT 2015
[OptiFine] OS: Windows 8.1 (x86) version 6.3
[OptiFine] Java: 1.8.0_45, Oracle Corporation
[OptiFine] VM: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
[OptiFine] LWJGL: 2.9.1
[OptiFine] OpenGL: Intel(R) HD Graphics 5500, version 4.3.0 - Build 10.18.10.4013, Intel
[OptiFine] OpenGL Version: 4.0
[OptiFine] OpenGL Fancy fog: Not available (GL_NV_fog_distance)
[OptiFine] Maximum texture size: 16384x16384
[OptiFine] Checking for new version
[OptiFine] Version found: C1
[10:59:51] [Client thread/INFO] [FML]: Forge Mod Loader has detected optifine OptiFine_1.7.10_HD_C1, enabling compatibility features
[10:59:51] [Client thread/INFO] [STDOUT]: [cpw.mods.fml.client.SplashProgress:start:188]: ---- Minecraft Crash Report ----
// Don't be sad. I'll do better next time, I promise!
Time: 08/07/15 10:59 AM
Description: Loading screen debug info
This is just a prompt for computer specs to be printed. THIS IS NOT A ERROR
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 8.1 (x86) version 6.3
Java Version: 1.8.0_45, Oracle Corporation
Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
Memory: 59680248 bytes (56 MB) / 189534208 bytes (180 MB) up to 523501568 bytes (499 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx512M -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML:
GL info: ' Vendor: 'Intel' Version: '4.3.0 - Build 10.18.10.4013' Renderer: 'Intel(R) HD Graphics 5500'
[10:59:51] [Client thread/INFO] [MinecraftForge]: Attempting early MinecraftForge initialization
[10:59:51] [Client thread/INFO] [FML]: MinecraftForge v10.13.4.1448 Initialized
[10:59:51] [Client thread/INFO] [FML]: Replaced 183 ore recipies
[10:59:51] [Client thread/INFO] [MinecraftForge]: Completed early MinecraftForge initialization
[10:59:51] [Client thread/INFO] [FML]: Found 0 mods from the command line. Injecting into mod discoverer
[10:59:51] [Client thread/INFO] [FML]: Searching C:\Users\Edward\AppData\Roaming\.minecraft\mods for mods
[10:59:51] [Client thread/INFO] [FML]: Also searching C:\Users\Edward\AppData\Roaming\.minecraft\mods\1.7.10 for mods
[10:59:54] [Client thread/WARN] [DamageIndicatorsMod]: Mod DamageIndicatorsMod is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 3.2.3
[10:59:54] [Client thread/WARN] [ChickenChunks]: Mod ChickenChunks is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.3.4.19
[10:59:55] [Client thread/INFO] [VehicularMovement]: Mod VehicularMovement is missing the required element 'name'. Substituting VehicularMovement
[10:59:55] [Client thread/INFO] [FML]: Forge Mod Loader has identified 53 mods to load
[10:59:55] [Client thread/INFO] [FML]: FML has found a non-mod file iChunUtil-5.4.0.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
[10:59:55] [Client thread/INFO] [FML]: FML has found a non-mod file LostBooks-1.7.10-1.2.2-UNZIP-ME.zip in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
[10:59:55] [Client thread/INFO] [FML]: FML has found a non-mod file Mine Trading Cards 1.7.8F.zip in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
[10:59:55] [Client thread/INFO] [FML]: FML has found a non-mod file Mob Armor Mod 1.7.10 1.3.zip in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
[10:59:55] [Client thread/INFO] [FML]: FML has found a non-mod file SimpleAchievements-master.zip in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
[10:59:55] [Client thread/INFO] [FML]: FML has found a non-mod file CodeChickenLib-1.7.10-1.1.3.138-universal.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
[10:59:56] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, CodeChickenCore, NotEnoughItems, VeinMiner_coremod, zeldaswordskills, lucky, DamageIndicatorsMod, Treecapitator, Backpack, BattleTowers, ChickenChunks, ComputerCraft, CustomChestLoot, MoCreatures, dualhotbar, Emotes, eplus, enderutilities, ipodmod, Hats, HatStand, iChunUtil, inventorytweaks, ItsRainingFood, JABBA, lootbags, magicalcrops, mochickens, movillages, cfm, Mystcraft, NaturalAbsorption, pandorasbox, ReiMinimap, AS_Ruins, Scenter, secretroomsmod, slabcraftmod, staircraftmod, starmall, Tails, kitchen, treeGrowingSimulator, VehicularMovement, VeinMiner, VeinMinerModSupport, Waila, WailaHarvestability, wawla, bspkrsCore, foxlib] at CLIENT
[10:59:56] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, CodeChickenCore, NotEnoughItems, VeinMiner_coremod, zeldaswordskills, lucky, DamageIndicatorsMod, Treecapitator, Backpack, BattleTowers, ChickenChunks, ComputerCraft, CustomChestLoot, MoCreatures, dualhotbar, Emotes, eplus, enderutilities, ipodmod, Hats, HatStand, iChunUtil, inventorytweaks, ItsRainingFood, JABBA, lootbags, magicalcrops, mochickens, movillages, cfm, Mystcraft, NaturalAbsorption, pandorasbox, ReiMinimap, AS_Ruins, Scenter, secretroomsmod, slabcraftmod, staircraftmod, starmall, Tails, kitchen, treeGrowingSimulator, VehicularMovement, VeinMiner, VeinMinerModSupport, Waila, WailaHarvestability, wawla, bspkrsCore, foxlib] at SERVER
[10:59:56] [Client thread/ERROR] [Backpack]: The mod Backpack is expecting signature @[email protected] for source backpack-2.0.1-1.7.x.jar, however there is no signature matching that description
[10:59:57] [Client thread/INFO] [STDOUT]: [com.rebelkeithy.dualhotbar.DualHotbarMod:checkRemote:96]: checking remote
[10:59:57] [Client thread/INFO] [STDOUT]: [com.rebelkeithy.dualhotbar.DualHotbarMod:checkRemote:96]: checking remote
[10:59:59] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Not Enough Items, FMLFileResourcePack:Zelda Sword Skills, FMLFileResourcePack:Lucky Block, FMLFileResourcePack:Damage Indicators, FMLFileResourcePack:Treecapitator, FMLFileResourcePack:Backpack, FMLFileResourcePack:Battle Towers, FMLFileResourcePack:ChickenChunks, FMLFileResourcePack:ComputerCraft, FMLFileResourcePack:Custom Chest Loot, FMLFileResourcePack:DrZhark's Mo'Creatures Mod, FMLFileResourcePack:Dual Hotbar, FMLFileResourcePack:Emotes, FMLFileResourcePack:Enchanting Plus, FMLFileResourcePack:Ender Utilities, FMLFileResourcePack:iPod mod, FMLFileResourcePack:Hats, FMLFileResourcePack:HatStand, FMLFileResourcePack:iChunUtil, FMLFileResourcePack:Inventory Tweaks, FMLFileResourcePack:It's Raining Food, FMLFileResourcePack:JABBA, FMLFileResourcePack:Loot Bags, FMLFileResourcePack:Magical Crops, FMLFileResourcePack:Mo Chickens, FMLFileResourcePack:Mo' Villages, FMLFileResourcePack:§9MrCrayfish's Furniture Mod, FMLFileResourcePack:Mystcraft, FMLFileResourcePack:Natural Absorption, FMLFileResourcePack:Pandora's Box, FMLFileResourcePack:Rei's Minimap, FMLFileResourcePack:Ruins Spawning System, FMLFileResourcePack:Scenter, FMLFileResourcePack:The SecretRoomsMod, FMLFileResourcePack:Slabcraft, FMLFileResourcePack:Staircraft, FMLFileResourcePack:StarMall, FMLFileResourcePack:Tails, FMLFileResourcePack:The Kitchen Mod, FMLFileResourcePack:Tree Growing Simulator 2014, FMLFileResourcePack:VehicularMovement, FMLFileResourcePack:Vein Miner, FMLFileResourcePack:Mod Support, FMLFileResourcePack:Waila, FMLFileResourcePack:Waila Harvestability, FMLFileResourcePack:What Are We Looking At, FMLFileResourcePack:bspkrsCore, FMLFileResourcePack:FoxLib, Safehouse
[10:59:59] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: Scenter in C:\Users\Edward\AppData\Roaming\.minecraft\mods\scenter-1.7.2-3.1.0.jar
[10:59:59] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: Scenter in C:\Users\Edward\AppData\Roaming\.minecraft\mods\scenter-1.7.2-3.1.0.jar
[10:59:59] [Client thread/INFO] [FML]: Processing ObjectHolder annotations
[10:59:59] [Client thread/INFO] [FML]: Found 341 ObjectHolder annotations
[10:59:59] [Client thread/INFO] [FML]: Identifying ItemStackHolder annotations
[10:59:59] [Client thread/INFO] [FML]: Found 0 ItemStackHolder annotations
[10:59:59] [Client thread/INFO] [FML]: Configured a dormant chunk cache size of 0
[11:00:00] [Client thread/INFO] [STDOUT]: [net.minecraft.client.Minecraft:func_71377_b:349]: ---- Minecraft Crash Report ----
// Surprise! Haha. Well, this is awkward.
Time: 08/07/15 11:00 AM
Description: Initializing game
java.lang.NoSuchMethodError: net.minecraft.nbt.NBTTagCompound.setBoolean(Ljava/lang/String;Z)V
at codechicken.nei.ItemStackMap.<clinit>(ItemStackMap.java:206)
at codechicken.nei.api.ItemInfo.<clinit>(ItemInfo.java:55)
at codechicken.nei.ClientHandler.preInit(ClientHandler.java:113)
at codechicken.nei.NEIModContainer.preInit(NEIModContainer.java:81)
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.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
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.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
at net.minecraft.client.main.Main.main(SourceFile:148)
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 net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at codechicken.nei.ItemStackMap.<clinit>(ItemStackMap.java:206)
at codechicken.nei.api.ItemInfo.<clinit>(ItemInfo.java:55)
at codechicken.nei.ClientHandler.preInit(ClientHandler.java:113)
at codechicken.nei.NEIModContainer.preInit(NEIModContainer.java:81)
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.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
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.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
at net.minecraft.client.main.Main.main(SourceFile:148)
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 net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: [Safehouse]
Current Language: English (US)
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Anisotropic Filtering: Off (1)
[11:00:00] [Client thread/INFO] [STDOUT]: [net.minecraft.client.Minecraft:func_71377_b:359]: #@[email protected]# Game crashed! Crash report saved to: #@[email protected]# C:\Users\Edward\AppData\Roaming\.minecraft\crash-reports\crash-2015-07-08_10.59.59-client.txt
All the mods can be found in the error report, my system [which is also coincidentally found in the error report] is Windows 8.1 64-bit. I'm using the old launcher of Minecraft and and the latest java 7 (jre7) (Update 79). Please help me fix this problem soon and thanks for any small piece of help! It will help alot!
Yup, that's right... you might be missing a core mod for another mod to run off of. Usually it will tell you which one though
Actually, thanks to this thread, I've realized that this issue was caused by me having ChickenCore-dev and NEI-dev, not universal. Thanks alot for all your help and this issue is now solved.
P.S. Yes, I did read the "How to Ask For Help" Thread by webrosc
Yello, I've been trying to create my own modded minecraft game with forge. (My game can't play multiplayer but that's another entire issue.) I got it to work with 21 mods but since I added more, it crashes upon initializing.
(Pic Below)
---- Minecraft Crash Report ----
// Hi. I'm Minecraft, and I'm a crashaholic.
Time: 08/07/15 11:00 AM
Description: Initializing game
java.lang.NoSuchMethodError: net.minecraft.nbt.NBTTagCompound.setBoolean(Ljava/lang/String;Z)V
at codechicken.nei.ItemStackMap.<clinit>(ItemStackMap.java:206)
at codechicken.nei.api.ItemInfo.<clinit>(ItemInfo.java:55)
at codechicken.nei.ClientHandler.preInit(ClientHandler.java:113)
at codechicken.nei.NEIModContainer.preInit(NEIModContainer.java:81)
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.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
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.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
at net.minecraft.client.main.Main.main(SourceFile:148)
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 net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at codechicken.nei.ItemStackMap.<clinit>(ItemStackMap.java:206)
at codechicken.nei.api.ItemInfo.<clinit>(ItemInfo.java:55)
at codechicken.nei.ClientHandler.preInit(ClientHandler.java:113)
at codechicken.nei.NEIModContainer.preInit(NEIModContainer.java:81)
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.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
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.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
at net.minecraft.client.main.Main.main(SourceFile:148)
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 net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 8.1 (x86) version 6.3
Java Version: 1.8.0_45, Oracle Corporation
Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
Memory: 127487312 bytes (121 MB) / 271982592 bytes (259 MB) up to 523501568 bytes (499 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx512M -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1448 Optifine OptiFine_1.7.10_HD_C1 53 mods loaded, 53 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCH mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
UCH FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1448-1.7.10.jar)
UCH Forge{10.13.4.1448} [Minecraft Forge] (forge-1.7.10-10.13.4.1448-1.7.10.jar)
UCH CodeChickenCore{1.0.7.46} [CodeChicken Core] (minecraft.jar)
UC NotEnoughItems{1.0.5.111} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.111-dev.jar)
UC VeinMiner_coremod{0.27.1_build.unknown} [Core mod] (minecraft.jar)
UC zeldaswordskills{1.7.10-0.2.1} [Zelda Sword Skills] (1.7.10-zeldaswordskills-0.2.1.jar)
UC lucky{5.1.0} [Lucky Block] ([1-7-10]_Lucky_Block_v5-1-0.jar)
UC DamageIndicatorsMod{3.2.3} [Damage Indicators] ([1.7.10]DamageIndicatorsMod-3.2.3.jar)
UC bspkrsCore{6.16} [bspkrsCore] ([1.7.10]bspkrsCore-universal-6.16.jar)
UC Treecapitator{1.7.10} [Treecapitator] ([1.7.10]Treecapitator-universal-2.0.4.jar)
UC Backpack{2.0.1} [Backpack] (backpack-2.0.1-1.7.x.jar)
UC BattleTowers{1.5.2} [Battle Towers] (BattleTowers-1.7.10.jar)
UC ChickenChunks{1.3.4.19} [ChickenChunks] (ChickenChunks-1.7.10-1.3.4.19-dev.jar)
UC ComputerCraft{1.7} [ComputerCraft] (ComputerCraft1.7.jar)
UC CustomChestLoot{1.1.1} [Custom Chest Loot] (CustomChestLoot-1.7.10-1.1.1.jar)
UC MoCreatures{6.3.1} [DrZhark's Mo'Creatures Mod] (DrZharks MoCreatures Mod v6.3.1.zip)
UC dualhotbar{1.6} [Dual Hotbar] (dualhotbar-1.7.10-1.6.jar)
UC Emotes{1.0} [Emotes] (Emotes 1.0.1.jar)
UC eplus{3.0.2-d} [Enchanting Plus] (EnchantingPlus-1.7.10-3.0.2-d.jar)
UC enderutilities{0.4.1} [Ender Utilities] (enderutilities-1.7.10-0.4.1.jar)
UC ipodmod{1.0} [iPod mod] (eyemod172.jar)
UC iChunUtil{4.0.0} [iChunUtil] (iChunUtil-4.0.0.jar)
UC Hats{4.0.1} [Hats] (Hats-4.0.1.jar)
UC HatStand{4.0.0} [HatStand] (HatStand-4.0.0.jar)
UC inventorytweaks{1.57-116} [Inventory Tweaks] (InventoryTweaks-1.57-116.jar)
UC ItsRainingFood{1.0.2} [It's Raining Food] (itsrainingfood-1.7.10-1.0.2.jar)
UC Waila{1.5.10} [Waila] (Waila-1.5.10_1.7.10.jar)
UC JABBA{1.2.1} [JABBA] (Jabba-1.2.1a_1.7.10.jar)
UC lootbags{1.8.1} [Loot Bags] (LootBags-1.7.10-1.8.1.jar)
UC magicalcrops{1.7.2 - 0.1 ALPHA} [Magical Crops] (magicalcrops-1.7.2-0.11.jar)
UC mochickens{1.6.2} [Mo Chickens] (MoChickens-1.7.10-1.6.2.jar)
UC movillages{1.2.1} [Mo' Villages] (MoVillages-1.3.1.jar)
UC cfm{3.4.7} [§9MrCrayfish's Furniture Mod] (MrCrayfishFurnitureModv3.4.7(1.7.10).jar)
UC Mystcraft{0.11.0.00} [Mystcraft] (Mystcraft-Mod-1.7.10.jar)
UC NaturalAbsorption{1.2.1} [Natural Absorption] (NaturalAbsorption-1.7.10-1.2.1.jar)
UC pandorasbox{2.0.1} [Pandora's Box] (PandorasBox-2.1.jar)
UC ReiMinimap{1.7.10} [Rei's Minimap] (Reis-Minimap-Mod-1.7.10.jar)
UC AS_Ruins{13.8} [Ruins Spawning System] (Ruins-1.7.2.jar)
UC Scenter{1.7.2-3.1.0} [Scenter] (scenter-1.7.2-3.1.0.jar)
UC secretroomsmod{4.7.1} [The SecretRoomsMod] (secretroomsmod-1.7.10-4.7.1.413.jar)
UC slabcraftmod{1.7} [Slabcraft] (Slabcraftmod 1.7 - 1.7.10 Forge.jar)
UC staircraftmod{1.7} [Staircraft] (Staircraftmod 1.7 - 1.7.10 Forge.jar)
UC starmall{1.0} [StarMall] (Star-Mall-Mod-1.7.2.jar)
UC foxlib{1.7.10-0.7.0} [FoxLib] (FoxLib-1.7.10-0.7.0.jar)
UC Tails{1.7.10-1.3.1} [Tails] (Tails-1.7.10-1.3.1.jar)
UC kitchen{1.3.13} [The Kitchen Mod] (TheKitchenMod-1.3.13-1.7.2-10.jar)
UC treeGrowingSimulator{0.0.3} [Tree Growing Simulator 2014] (TreeGrowingSimulator2014-MC1.7.10-0.0.3-22.jar)
UC VehicularMovement{1.1.0} [VehicularMovement] (VehicularMovement-1.1.0.jar)
UC VeinMiner{0.27.1_build.unknown} [Vein Miner] (VeinMiner-1.7.10_0.27.1.unknown.jar)
UC VeinMinerModSupport{0.27.1_build.unknown} [Mod Support] (VeinMiner-1.7.10_0.27.1.unknown.jar)
UC WailaHarvestability{1.1.2} [Waila Harvestability] (WailaHarvestability-mc1.7.x-1.1.2.jar)
UC wawla{1.3.1} [What Are We Looking At] (Wawla-1.3.1-1.7.10.jar)
GL info: ' Vendor: 'Intel' Version: '4.3.0 - Build 10.18.10.4013' Renderer: 'Intel(R) HD Graphics 5500'
Launched Version: 1.7.10-Forge10.13.4.1448-1.7.10
LWJGL: 2.9.1
OpenGL: Intel(R) HD Graphics 5500 GL version 4.3.0 - Build 10.18.10.4013, Intel
GL Caps: Using GL 1.3 multitexturing.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Anisotropic filtering is supported and maximum anisotropy is 16.
Shaders are available because OpenGL 2.1 is supported.
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: [Safehouse]
Current Language: English (US)
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Anisotropic Filtering: Off (1)
And the full game report.
[10:59:45] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[10:59:45] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[10:59:45] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker
[10:59:45] [main/INFO] [FML]: Forge Mod Loader version 7.99.16.1448 for Minecraft 1.7.10 loading
[10:59:45] [main/INFO] [FML]: Java is Java HotSpot(TM) Client VM, version 1.8.0_45, running on Windows 8.1:x86:6.3, installed at C:\Java
[10:59:45] [main/WARN] [FML]: The coremod codechicken.core.launch.CodeChickenCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[10:59:45] [main/INFO] [STDERR]: [codechicken.core.launch.DepLoader$DepLoadInst:checkExisting:436]: Warning: version of bspkrsCore, 6.16 is newer than request 6.15
[10:59:45] [main/WARN] [FML]: The coremod com.rebelkeithy.dualhotbar.DualHotbarPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[10:59:45] [main/WARN] [FML]: The coremod vazkii.emotes.client.asm.LoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[10:59:45] [main/WARN] [FML]: The coremod invtweaks.forge.asm.FMLPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[10:59:45] [main/WARN] [FML]: The coremod codechicken.nei.asm.NEICorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[10:59:45] [main/INFO] [FML]: Loading tweaker optifine.OptiFineForgeTweaker from OptiFine_1.7.10_HD_C1.jar
[10:59:45] [main/ERROR] [FML]: The coremod TMIForgeLoader is requesting minecraft version 1.7.2 and minecraft is 1.7.10. It will be ignored.
[10:59:45] [main/WARN] [FML]: The coremod portablejim.veinminer.asm.VeinMinerCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[10:59:45] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[10:59:45] [main/INFO] [LaunchWrapper]: Loading tweak class name optifine.OptiFineForgeTweaker
[10:59:45] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
[10:59:45] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[10:59:45] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[10:59:45] [main/INFO] [LaunchWrapper]: Calling tweak class optifine.OptiFineForgeTweaker
[10:59:45] [main/INFO] [STDOUT]: [optifine.OptiFineForgeTweaker:dbg:49]: OptiFineForgeTweaker: acceptOptions
[10:59:45] [main/INFO] [STDOUT]: [optifine.OptiFineForgeTweaker:dbg:49]: OptiFineForgeTweaker: injectIntoClassLoader
[10:59:45] [main/INFO] [STDOUT]: [optifine.OptiFineClassTransformer:dbg:179]: OptiFine ClassTransformer
[10:59:45] [main/INFO] [STDOUT]: [optifine.OptiFineClassTransformer:dbg:179]: OptiFine URL: file:/C:/Users/Edward/AppData/Roaming/.minecraft/mods/OptiFine_1.7.10_HD_C1.jar
[10:59:45] [main/INFO] [STDOUT]: [optifine.OptiFineClassTransformer:dbg:179]: OptiFine ZIP file: [email protected]
[10:59:45] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[10:59:47] [main/INFO] [FML]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557
[10:59:47] [main/INFO] [FML]: Found valid fingerprint for Minecraft. Certificate fingerprint cd99959656f753dc28d863b46769f7f8fbaefcfc
[10:59:47] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[10:59:47] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[10:59:47] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[10:59:47] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[10:59:47] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[10:59:47] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[10:59:47] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[10:59:47] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[10:59:47] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[10:59:47] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
[10:59:47] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: java.io.FileNotFoundException: C:\Users\Edward\AppData\Roaming\.minecraft\config\InvTweaksCompatibility.xml (The system cannot find the file specified)
[10:59:47] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.io.FileInputStream.open0(Native Method)
[10:59:47] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.io.FileInputStream.open(Unknown Source)
[10:59:47] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.io.FileInputStream.<init>(Unknown Source)
[10:59:47] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.io.FileInputStream.<init>(Unknown Source)
[10:59:47] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.net.www.protocol.file.FileURLConnection.connect(Unknown Source)
[10:59:47] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.net.www.protocol.file.FileURLConnection.getInputStream(Unknown Source)
[10:59:47] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.sun.org.apache.xerces.internal.impl.XMLEntityManager.setupCurrentEntity(Unknown Source)
[10:59:47] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.sun.org.apache.xerces.internal.impl.XMLVersionDetector.determineDocVersion(Unknown Source)
[10:59:47] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
[10:59:47] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
[10:59:47] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
[10:59:47] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
[10:59:47] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
[10:59:47] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl.parse(Unknown Source)
[10:59:47] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at javax.xml.parsers.SAXParser.parse(Unknown Source)
[10:59:47] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at invtweaks.forge.asm.compatibility.CompatibilityConfigLoader.load(CompatibilityConfigLoader.java:25)
[10:59:47] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at invtweaks.forge.asm.ContainerTransformer.lateInit(ContainerTransformer.java:94)
[10:59:47] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at invtweaks.forge.asm.ContainerTransformer.transform(ContainerTransformer.java:109)
[10:59:47] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279)
[10:59:47] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176)
[10:59:47] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.lang.ClassLoader.loadClass(Unknown Source)
[10:59:47] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.lang.ClassLoader.loadClass(Unknown Source)
[10:59:47] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.launchwrapper.LaunchClassLoader.registerTransformer(LaunchClassLoader.java:88)
[10:59:47] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.common.launcher.FMLDeobfTweaker.injectIntoClassLoader(FMLDeobfTweaker.java:32)
[10:59:47] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:115)
[10:59:47] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[10:59:47] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.TerminalTweaker
[10:59:47] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.TerminalTweaker
[10:59:47] [main/INFO] [STDOUT]: [optifine.OptiFineForgeTweaker:dbg:49]: OptiFineForgeTweaker: getLaunchArguments
[10:59:47] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main}
[10:59:47] [main/INFO] [STDOUT]: [com.rebelkeithy.dualhotbar.DualHotbarTransformer:transform:88]: ********* INSIDE GuiIngameForge TRANSFORMER ABOUT TO PATCH: net.minecraftforge.client.GuiIngameForge
[10:59:47] [main/INFO] [STDOUT]: [com.rebelkeithy.dualhotbar.DualHotbarTransformer:patchShift:200]: In renderToolHightlight
[10:59:48] [main/INFO]: Setting user: SolarWind2
[OptiFine] (Reflector) Class not present: ModLoader
[OptiFine] (Reflector) Class not present: net.minecraft.src.FMLRenderAccessLibrary
[OptiFine] (Reflector) Class not present: LightCache
[OptiFine] (Reflector) Class not present: BlockCoord
[10:59:49] [Client thread/INFO] [STDOUT]: [com.rebelkeithy.dualhotbar.DualHotbarTransformer:transform:82]: ********* INSIDE ForgeHooks TRANSFORMER ABOUT TO PATCH: net.minecraftforge.common.ForgeHooks
[10:59:49] [Client thread/INFO] [STDOUT]: [com.rebelkeithy.dualhotbar.DualHotbarTransformer:patchBipush:108]: In onPickBlock
[10:59:49] [Client thread/INFO] [STDOUT]: [com.rebelkeithy.dualhotbar.DualHotbarTransformer:patchBipush:117]: found instruction to replace
[10:59:49] [Client thread/INFO] [STDOUT]: [com.rebelkeithy.dualhotbar.DualHotbarTransformer:patchBipush:117]: found instruction to replace
[10:59:49] [Client thread/INFO] [STDOUT]: [com.rebelkeithy.dualhotbar.DualHotbarTransformer:transform:59]: ********* INSIDE NetHandlerPlayServer TRANSFORMER ABOUT TO PATCH: nh
[10:59:49] [Client thread/INFO] [STDOUT]: [com.rebelkeithy.dualhotbar.DualHotbarTransformer:patchBipush2:149]: In a
[10:59:49] [Client thread/INFO] [STDOUT]: [com.rebelkeithy.dualhotbar.DualHotbarTransformer:patchBipush2:153]: Number of instructions 172
[10:59:49] [Client thread/INFO] [STDOUT]: [com.rebelkeithy.dualhotbar.DualHotbarTransformer:patchBipush2:159]: [email protected]
[10:59:49] [Client thread/INFO] [STDOUT]: [com.rebelkeithy.dualhotbar.DualHotbarTransformer:patchBipush2:159]: [email protected]
[10:59:49] [Client thread/INFO] [STDOUT]: [com.rebelkeithy.dualhotbar.DualHotbarTransformer:patchBipush2:159]: [email protected]
[10:59:49] [Client thread/INFO] [STDOUT]: [com.rebelkeithy.dualhotbar.DualHotbarTransformer:patchBipush2:159]: [email protected]
[10:59:49] [Client thread/INFO] [STDOUT]: [com.rebelkeithy.dualhotbar.DualHotbarTransformer:patchBipush2:159]: [email protected]
[10:59:49] [Client thread/INFO] [STDOUT]: [com.rebelkeithy.dualhotbar.DualHotbarTransformer:patchBipush2:159]: [email protected]
[10:59:49] [Client thread/INFO] [STDOUT]: [com.rebelkeithy.dualhotbar.DualHotbarTransformer:patchBipush2:159]: [email protected]
[10:59:49] [Client thread/INFO] [STDOUT]: [com.rebelkeithy.dualhotbar.DualHotbarTransformer:patchBipush2:159]: [email protected]
[10:59:49] [Client thread/INFO] [STDOUT]: [com.rebelkeithy.dualhotbar.DualHotbarTransformer:patchBipush2:159]: [email protected]
[10:59:49] [Client thread/INFO] [STDOUT]: [com.rebelkeithy.dualhotbar.DualHotbarTransformer:patchBipush2:159]: [email protected]
[10:59:49] [Client thread/INFO] [STDOUT]: [com.rebelkeithy.dualhotbar.DualHotbarTransformer:patchBipush2:159]: [email protected]
[10:59:49] [Client thread/INFO] [STDOUT]: [com.rebelkeithy.dualhotbar.DualHotbarTransformer:patchBipush2:159]: [email protected]
[10:59:49] [Client thread/INFO] [STDOUT]: [com.rebelkeithy.dualhotbar.DualHotbarTransformer:patchBipush2:159]: [email protected]
[10:59:49] [Client thread/INFO] [STDOUT]: [com.rebelkeithy.dualhotbar.DualHotbarTransformer:patchBipush2:159]: [email protected]
[10:59:49] [Client thread/INFO] [STDOUT]: [com.rebelkeithy.dualhotbar.DualHotbarTransformer:patchBipush2:159]: [email protected]
[10:59:49] [Client thread/INFO] [STDOUT]: [com.rebelkeithy.dualhotbar.DualHotbarTransformer:patchBipush2:159]: [email protected]
[10:59:49] [Client thread/INFO] [STDOUT]: [com.rebelkeithy.dualhotbar.DualHotbarTransformer:patchBipush2:159]: [email protected]
[10:59:49] [Client thread/INFO] [STDOUT]: [com.rebelkeithy.dualhotbar.DualHotbarTransformer:patchBipush2:159]: [email protected]
[10:59:49] [Client thread/INFO] [STDOUT]: [com.rebelkeithy.dualhotbar.DualHotbarTransformer:patchBipush2:159]: [email protected]
[10:59:49] [Client thread/INFO] [STDOUT]: [com.rebelkeithy.dualhotbar.DualHotbarTransformer:patchBipush2:159]: [email protected]
[10:59:49] [Client thread/INFO] [STDOUT]: [com.rebelkeithy.dualhotbar.DualHotbarTransformer:patchBipush2:159]: [email protected]
[10:59:49] [Client thread/INFO] [STDOUT]: [com.rebelkeithy.dualhotbar.DualHotbarTransformer:patchBipush2:159]: [email protected]
[10:59:49] [Client thread/INFO] [STDOUT]: [com.rebelkeithy.dualhotbar.DualHotbarTransformer:patchBipush2:159]: [email protected]
[10:59:49] [Client thread/INFO] [STDOUT]: [com.rebelkeithy.dualhotbar.DualHotbarTransformer:patchBipush2:159]: [email protected]
[10:59:49] [Client thread/INFO] [STDOUT]: [com.rebelkeithy.dualhotbar.DualHotbarTransformer:patchBipush2:159]: [email protected]
[10:59:49] [Client thread/INFO] [STDOUT]: [com.rebelkeithy.dualhotbar.DualHotbarTransformer:patchBipush2:159]: [email protected]
[10:59:49] [Client thread/INFO] [STDOUT]: [com.rebelkeithy.dualhotbar.DualHotbarTransformer:patchBipush2:159]: [email protected]
[10:59:49] [Client thread/INFO] [STDOUT]: [com.rebelkeithy.dualhotbar.DualHotbarTransformer:patchBipush2:159]: [email protected]
[10:59:49] [Client thread/INFO] [STDOUT]: [com.rebelkeithy.dualhotbar.DualHotbarTransformer:patchBipush2:159]: [email protected]
[10:59:49] [Client thread/INFO] [STDOUT]: [com.rebelkeithy.dualhotbar.DualHotbarTransformer:patchBipush2:159]: [email protected]
[10:59:49] [Client thread/INFO] [STDOUT]: [com.rebelkeithy.dualhotbar.DualHotbarTransformer:patchBipush2:159]: [email protected]
[10:59:49] [Client thread/INFO] [STDOUT]: [com.rebelkeithy.dualhotbar.DualHotbarTransformer:patchBipush2:159]: [email protected]
[10:59:49] [Client thread/INFO] [STDOUT]: [com.rebelkeithy.dualhotbar.DualHotbarTransformer:patchBipush2:159]: [email protected]
[10:59:49] [Client thread/INFO] [STDOUT]: [com.rebelkeithy.dualhotbar.DualHotbarTransformer:patchBipush2:159]: [email protected]
36
[10:59:49] [Client thread/INFO] [STDOUT]: [com.rebelkeithy.dualhotbar.DualHotbarTransformer:patchBipush2:167]: found instruction to replace
[10:59:49] [Client thread/INFO] [FML]: InvTweaks: net.minecraft.inventory.ContainerRepair
[10:59:49] [Client thread/INFO] [FML]: InvTweaks: net.minecraft.inventory.Container
[10:59:50] [Client thread/INFO] [STDOUT]: [vazkii.emotes.client.asm.ClassTransformer:log:66]: [Emotes][ASM] Starting on net.minecraft.client.model.ModelBiped
[10:59:50] [Client thread/INFO] [STDOUT]: [vazkii.emotes.client.asm.ClassTransformer:log:66]: [Emotes][ASM] Method is func_78087_a or a for obf.
[10:59:50] [Client thread/INFO] [STDOUT]: [vazkii.emotes.client.asm.ClassTransformer:log:66]: [Emotes][ASM] Descriptor is (FFFFFFLnet/minecraft/entity/Entity;)V or (FFFFFFLsa;)V dor obf.
[10:59:50] [Client thread/INFO] [STDOUT]: [vazkii.emotes.client.asm.ClassTransformer:log:66]: [Emotes][ASM] Found method: a (FFFFFFLsa;)V
[10:59:50] [Client thread/INFO] [STDOUT]: [vazkii.emotes.client.asm.ClassTransformer:log:66]: [Emotes][ASM] RETURN Opcode found
[10:59:50] [Client thread/INFO] [STDOUT]: [vazkii.emotes.client.asm.ClassTransformer:log:66]: [Emotes][ASM] Patched!
[OptiFine] (Reflector) Class not present: net.minecraftforge.fml.client.SplashProgress
[10:59:50] [Client thread/INFO]: LWJGL Version: 2.9.1
[OptiFine]
[OptiFine] OptiFine_1.7.10_HD_C1
[OptiFine] Wed Jul 08 10:59:50 EDT 2015
[OptiFine] OS: Windows 8.1 (x86) version 6.3
[OptiFine] Java: 1.8.0_45, Oracle Corporation
[OptiFine] VM: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
[OptiFine] LWJGL: 2.9.1
[OptiFine] OpenGL: Intel(R) HD Graphics 5500, version 4.3.0 - Build 10.18.10.4013, Intel
[OptiFine] OpenGL Version: 4.0
[OptiFine] OpenGL Fancy fog: Not available (GL_NV_fog_distance)
[OptiFine] Maximum texture size: 16384x16384
[OptiFine] Checking for new version
[OptiFine] Version found: C1
[10:59:51] [Client thread/INFO] [FML]: Forge Mod Loader has detected optifine OptiFine_1.7.10_HD_C1, enabling compatibility features
[10:59:51] [Client thread/INFO] [STDOUT]: [cpw.mods.fml.client.SplashProgress:start:188]: ---- Minecraft Crash Report ----
// Don't be sad. I'll do better next time, I promise!
Time: 08/07/15 10:59 AM
Description: Loading screen debug info
This is just a prompt for computer specs to be printed. THIS IS NOT A ERROR
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 8.1 (x86) version 6.3
Java Version: 1.8.0_45, Oracle Corporation
Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
Memory: 59680248 bytes (56 MB) / 189534208 bytes (180 MB) up to 523501568 bytes (499 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx512M -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML:
GL info: ' Vendor: 'Intel' Version: '4.3.0 - Build 10.18.10.4013' Renderer: 'Intel(R) HD Graphics 5500'
[10:59:51] [Client thread/INFO] [MinecraftForge]: Attempting early MinecraftForge initialization
[10:59:51] [Client thread/INFO] [FML]: MinecraftForge v10.13.4.1448 Initialized
[10:59:51] [Client thread/INFO] [FML]: Replaced 183 ore recipies
[10:59:51] [Client thread/INFO] [MinecraftForge]: Completed early MinecraftForge initialization
[10:59:51] [Client thread/INFO] [FML]: Found 0 mods from the command line. Injecting into mod discoverer
[10:59:51] [Client thread/INFO] [FML]: Searching C:\Users\Edward\AppData\Roaming\.minecraft\mods for mods
[10:59:51] [Client thread/INFO] [FML]: Also searching C:\Users\Edward\AppData\Roaming\.minecraft\mods\1.7.10 for mods
[10:59:54] [Client thread/WARN] [DamageIndicatorsMod]: Mod DamageIndicatorsMod is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 3.2.3
[10:59:54] [Client thread/WARN] [ChickenChunks]: Mod ChickenChunks is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.3.4.19
[10:59:55] [Client thread/INFO] [VehicularMovement]: Mod VehicularMovement is missing the required element 'name'. Substituting VehicularMovement
[10:59:55] [Client thread/INFO] [FML]: Forge Mod Loader has identified 53 mods to load
[10:59:55] [Client thread/INFO] [FML]: FML has found a non-mod file iChunUtil-5.4.0.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
[10:59:55] [Client thread/INFO] [FML]: FML has found a non-mod file LostBooks-1.7.10-1.2.2-UNZIP-ME.zip in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
[10:59:55] [Client thread/INFO] [FML]: FML has found a non-mod file Mine Trading Cards 1.7.8F.zip in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
[10:59:55] [Client thread/INFO] [FML]: FML has found a non-mod file Mob Armor Mod 1.7.10 1.3.zip in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
[10:59:55] [Client thread/INFO] [FML]: FML has found a non-mod file SimpleAchievements-master.zip in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
[10:59:55] [Client thread/INFO] [FML]: FML has found a non-mod file CodeChickenLib-1.7.10-1.1.3.138-universal.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
[10:59:56] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, CodeChickenCore, NotEnoughItems, VeinMiner_coremod, zeldaswordskills, lucky, DamageIndicatorsMod, Treecapitator, Backpack, BattleTowers, ChickenChunks, ComputerCraft, CustomChestLoot, MoCreatures, dualhotbar, Emotes, eplus, enderutilities, ipodmod, Hats, HatStand, iChunUtil, inventorytweaks, ItsRainingFood, JABBA, lootbags, magicalcrops, mochickens, movillages, cfm, Mystcraft, NaturalAbsorption, pandorasbox, ReiMinimap, AS_Ruins, Scenter, secretroomsmod, slabcraftmod, staircraftmod, starmall, Tails, kitchen, treeGrowingSimulator, VehicularMovement, VeinMiner, VeinMinerModSupport, Waila, WailaHarvestability, wawla, bspkrsCore, foxlib] at CLIENT
[10:59:56] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, CodeChickenCore, NotEnoughItems, VeinMiner_coremod, zeldaswordskills, lucky, DamageIndicatorsMod, Treecapitator, Backpack, BattleTowers, ChickenChunks, ComputerCraft, CustomChestLoot, MoCreatures, dualhotbar, Emotes, eplus, enderutilities, ipodmod, Hats, HatStand, iChunUtil, inventorytweaks, ItsRainingFood, JABBA, lootbags, magicalcrops, mochickens, movillages, cfm, Mystcraft, NaturalAbsorption, pandorasbox, ReiMinimap, AS_Ruins, Scenter, secretroomsmod, slabcraftmod, staircraftmod, starmall, Tails, kitchen, treeGrowingSimulator, VehicularMovement, VeinMiner, VeinMinerModSupport, Waila, WailaHarvestability, wawla, bspkrsCore, foxlib] at SERVER
[10:59:56] [Client thread/ERROR] [Backpack]: The mod Backpack is expecting signature @[email protected] for source backpack-2.0.1-1.7.x.jar, however there is no signature matching that description
[10:59:57] [Client thread/INFO] [STDOUT]: [com.rebelkeithy.dualhotbar.DualHotbarMod:checkRemote:96]: checking remote
[10:59:57] [Client thread/INFO] [STDOUT]: [com.rebelkeithy.dualhotbar.DualHotbarMod:checkRemote:96]: checking remote
[10:59:59] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Not Enough Items, FMLFileResourcePack:Zelda Sword Skills, FMLFileResourcePack:Lucky Block, FMLFileResourcePack:Damage Indicators, FMLFileResourcePack:Treecapitator, FMLFileResourcePack:Backpack, FMLFileResourcePack:Battle Towers, FMLFileResourcePack:ChickenChunks, FMLFileResourcePack:ComputerCraft, FMLFileResourcePack:Custom Chest Loot, FMLFileResourcePack:DrZhark's Mo'Creatures Mod, FMLFileResourcePack:Dual Hotbar, FMLFileResourcePack:Emotes, FMLFileResourcePack:Enchanting Plus, FMLFileResourcePack:Ender Utilities, FMLFileResourcePack:iPod mod, FMLFileResourcePack:Hats, FMLFileResourcePack:HatStand, FMLFileResourcePack:iChunUtil, FMLFileResourcePack:Inventory Tweaks, FMLFileResourcePack:It's Raining Food, FMLFileResourcePack:JABBA, FMLFileResourcePack:Loot Bags, FMLFileResourcePack:Magical Crops, FMLFileResourcePack:Mo Chickens, FMLFileResourcePack:Mo' Villages, FMLFileResourcePack:§9MrCrayfish's Furniture Mod, FMLFileResourcePack:Mystcraft, FMLFileResourcePack:Natural Absorption, FMLFileResourcePack:Pandora's Box, FMLFileResourcePack:Rei's Minimap, FMLFileResourcePack:Ruins Spawning System, FMLFileResourcePack:Scenter, FMLFileResourcePack:The SecretRoomsMod, FMLFileResourcePack:Slabcraft, FMLFileResourcePack:Staircraft, FMLFileResourcePack:StarMall, FMLFileResourcePack:Tails, FMLFileResourcePack:The Kitchen Mod, FMLFileResourcePack:Tree Growing Simulator 2014, FMLFileResourcePack:VehicularMovement, FMLFileResourcePack:Vein Miner, FMLFileResourcePack:Mod Support, FMLFileResourcePack:Waila, FMLFileResourcePack:Waila Harvestability, FMLFileResourcePack:What Are We Looking At, FMLFileResourcePack:bspkrsCore, FMLFileResourcePack:FoxLib, Safehouse
[10:59:59] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: Scenter in C:\Users\Edward\AppData\Roaming\.minecraft\mods\scenter-1.7.2-3.1.0.jar
[10:59:59] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: Scenter in C:\Users\Edward\AppData\Roaming\.minecraft\mods\scenter-1.7.2-3.1.0.jar
[10:59:59] [Client thread/INFO] [FML]: Processing ObjectHolder annotations
[10:59:59] [Client thread/INFO] [FML]: Found 341 ObjectHolder annotations
[10:59:59] [Client thread/INFO] [FML]: Identifying ItemStackHolder annotations
[10:59:59] [Client thread/INFO] [FML]: Found 0 ItemStackHolder annotations
[10:59:59] [Client thread/INFO] [FML]: Configured a dormant chunk cache size of 0
[11:00:00] [Client thread/INFO] [STDOUT]: [net.minecraft.client.Minecraft:func_71377_b:349]: ---- Minecraft Crash Report ----
// Surprise! Haha. Well, this is awkward.
Time: 08/07/15 11:00 AM
Description: Initializing game
java.lang.NoSuchMethodError: net.minecraft.nbt.NBTTagCompound.setBoolean(Ljava/lang/String;Z)V
at codechicken.nei.ItemStackMap.<clinit>(ItemStackMap.java:206)
at codechicken.nei.api.ItemInfo.<clinit>(ItemInfo.java:55)
at codechicken.nei.ClientHandler.preInit(ClientHandler.java:113)
at codechicken.nei.NEIModContainer.preInit(NEIModContainer.java:81)
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.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
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.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
at net.minecraft.client.main.Main.main(SourceFile:148)
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 net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at codechicken.nei.ItemStackMap.<clinit>(ItemStackMap.java:206)
at codechicken.nei.api.ItemInfo.<clinit>(ItemInfo.java:55)
at codechicken.nei.ClientHandler.preInit(ClientHandler.java:113)
at codechicken.nei.NEIModContainer.preInit(NEIModContainer.java:81)
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.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
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.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
at net.minecraft.client.main.Main.main(SourceFile:148)
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 net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 8.1 (x86) version 6.3
Java Version: 1.8.0_45, Oracle Corporation
Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
Memory: 127487312 bytes (121 MB) / 271982592 bytes (259 MB) up to 523501568 bytes (499 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx512M -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1448 Optifine OptiFine_1.7.10_HD_C1 53 mods loaded, 53 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCH mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
UCH FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1448-1.7.10.jar)
UCH Forge{10.13.4.1448} [Minecraft Forge] (forge-1.7.10-10.13.4.1448-1.7.10.jar)
UCH CodeChickenCore{1.0.7.46} [CodeChicken Core] (minecraft.jar)
UC NotEnoughItems{1.0.5.111} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.111-dev.jar)
UC VeinMiner_coremod{0.27.1_build.unknown} [Core mod] (minecraft.jar)
UC zeldaswordskills{1.7.10-0.2.1} [Zelda Sword Skills] (1.7.10-zeldaswordskills-0.2.1.jar)
UC lucky{5.1.0} [Lucky Block] ([1-7-10]_Lucky_Block_v5-1-0.jar)
UC DamageIndicatorsMod{3.2.3} [Damage Indicators] ([1.7.10]DamageIndicatorsMod-3.2.3.jar)
UC bspkrsCore{6.16} [bspkrsCore] ([1.7.10]bspkrsCore-universal-6.16.jar)
UC Treecapitator{1.7.10} [Treecapitator] ([1.7.10]Treecapitator-universal-2.0.4.jar)
UC Backpack{2.0.1} [Backpack] (backpack-2.0.1-1.7.x.jar)
UC BattleTowers{1.5.2} [Battle Towers] (BattleTowers-1.7.10.jar)
UC ChickenChunks{1.3.4.19} [ChickenChunks] (ChickenChunks-1.7.10-1.3.4.19-dev.jar)
UC ComputerCraft{1.7} [ComputerCraft] (ComputerCraft1.7.jar)
UC CustomChestLoot{1.1.1} [Custom Chest Loot] (CustomChestLoot-1.7.10-1.1.1.jar)
UC MoCreatures{6.3.1} [DrZhark's Mo'Creatures Mod] (DrZharks MoCreatures Mod v6.3.1.zip)
UC dualhotbar{1.6} [Dual Hotbar] (dualhotbar-1.7.10-1.6.jar)
UC Emotes{1.0} [Emotes] (Emotes 1.0.1.jar)
UC eplus{3.0.2-d} [Enchanting Plus] (EnchantingPlus-1.7.10-3.0.2-d.jar)
UC enderutilities{0.4.1} [Ender Utilities] (enderutilities-1.7.10-0.4.1.jar)
UC ipodmod{1.0} [iPod mod] (eyemod172.jar)
UC iChunUtil{4.0.0} [iChunUtil] (iChunUtil-4.0.0.jar)
UC Hats{4.0.1} [Hats] (Hats-4.0.1.jar)
UC HatStand{4.0.0} [HatStand] (HatStand-4.0.0.jar)
UC inventorytweaks{1.57-116} [Inventory Tweaks] (InventoryTweaks-1.57-116.jar)
UC ItsRainingFood{1.0.2} [It's Raining Food] (itsrainingfood-1.7.10-1.0.2.jar)
UC Waila{1.5.10} [Waila] (Waila-1.5.10_1.7.10.jar)
UC JABBA{1.2.1} [JABBA] (Jabba-1.2.1a_1.7.10.jar)
UC lootbags{1.8.1} [Loot Bags] (LootBags-1.7.10-1.8.1.jar)
UC magicalcrops{1.7.2 - 0.1 ALPHA} [Magical Crops] (magicalcrops-1.7.2-0.11.jar)
UC mochickens{1.6.2} [Mo Chickens] (MoChickens-1.7.10-1.6.2.jar)
UC movillages{1.2.1} [Mo' Villages] (MoVillages-1.3.1.jar)
UC cfm{3.4.7} [§9MrCrayfish's Furniture Mod] (MrCrayfishFurnitureModv3.4.7(1.7.10).jar)
UC Mystcraft{0.11.0.00} [Mystcraft] (Mystcraft-Mod-1.7.10.jar)
UC NaturalAbsorption{1.2.1} [Natural Absorption] (NaturalAbsorption-1.7.10-1.2.1.jar)
UC pandorasbox{2.0.1} [Pandora's Box] (PandorasBox-2.1.jar)
UC ReiMinimap{1.7.10} [Rei's Minimap] (Reis-Minimap-Mod-1.7.10.jar)
UC AS_Ruins{13.8} [Ruins Spawning System] (Ruins-1.7.2.jar)
UC Scenter{1.7.2-3.1.0} [Scenter] (scenter-1.7.2-3.1.0.jar)
UC secretroomsmod{4.7.1} [The SecretRoomsMod] (secretroomsmod-1.7.10-4.7.1.413.jar)
UC slabcraftmod{1.7} [Slabcraft] (Slabcraftmod 1.7 - 1.7.10 Forge.jar)
UC staircraftmod{1.7} [Staircraft] (Staircraftmod 1.7 - 1.7.10 Forge.jar)
UC starmall{1.0} [StarMall] (Star-Mall-Mod-1.7.2.jar)
UC foxlib{1.7.10-0.7.0} [FoxLib] (FoxLib-1.7.10-0.7.0.jar)
UC Tails{1.7.10-1.3.1} [Tails] (Tails-1.7.10-1.3.1.jar)
UC kitchen{1.3.13} [The Kitchen Mod] (TheKitchenMod-1.3.13-1.7.2-10.jar)
UC treeGrowingSimulator{0.0.3} [Tree Growing Simulator 2014] (TreeGrowingSimulator2014-MC1.7.10-0.0.3-22.jar)
UC VehicularMovement{1.1.0} [VehicularMovement] (VehicularMovement-1.1.0.jar)
UC VeinMiner{0.27.1_build.unknown} [Vein Miner] (VeinMiner-1.7.10_0.27.1.unknown.jar)
UC VeinMinerModSupport{0.27.1_build.unknown} [Mod Support] (VeinMiner-1.7.10_0.27.1.unknown.jar)
UC WailaHarvestability{1.1.2} [Waila Harvestability] (WailaHarvestability-mc1.7.x-1.1.2.jar)
UC wawla{1.3.1} [What Are We Looking At] (Wawla-1.3.1-1.7.10.jar)
GL info: ' Vendor: 'Intel' Version: '4.3.0 - Build 10.18.10.4013' Renderer: 'Intel(R) HD Graphics 5500'
Launched Version: 1.7.10-Forge10.13.4.1448-1.7.10
LWJGL: 2.9.1
OpenGL: Intel(R) HD Graphics 5500 GL version 4.3.0 - Build 10.18.10.4013, Intel
GL Caps: Using GL 1.3 multitexturing.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Anisotropic filtering is supported and maximum anisotropy is 16.
Shaders are available because OpenGL 2.1 is supported.
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: [Safehouse]
Current Language: English (US)
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Anisotropic Filtering: Off (1)
[11:00:00] [Client thread/INFO] [STDOUT]: [net.minecraft.client.Minecraft:func_71377_b:359]: #@[email protected]# Game crashed! Crash report saved to: #@[email protected]# C:\Users\Edward\AppData\Roaming\.minecraft\crash-reports\crash-2015-07-08_10.59.59-client.txt
All the mods can be found in the error report, my system [which is also coincidentally found in the error report] is Windows 8.1 64-bit. I'm using the old launcher of Minecraft and and the latest java 7 (jre7) (Update 79). Please help me fix this problem soon and thanks for any small piece of help! It will help alot!
Where did you put the mods when you did it? I want to make sure you installed them correctly
I put them in C:\Users\Edward\AppData\Roaming\.minecraft\mods
I'm pretty sure that's right?
Yup, that's right... you might be missing a core mod for another mod to run off of. Usually it will tell you which one though
Actually, thanks to this thread, I've realized that this issue was caused by me having ChickenCore-dev and NEI-dev, not universal. Thanks alot for all your help and this issue is now solved.

Hey yeah exactly, it was your post from another thread that solved this problem!
Thanks alot!