I've had this problem for a while now, and tried all sorts of solutions, and even when Minecraft launches, I get a heap of missing textures. Here's the error report:
Feb 13, 2015 7:26:58 PM net.minecraft.launchwrapper.LogWrapper log
INFO: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker
Feb 13, 2015 7:26:59 PM net.minecraft.launchwrapper.LogWrapper log
INFO: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker
Feb 13, 2015 7:26:59 PM net.minecraft.launchwrapper.LogWrapper log
INFO: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker
2015-02-13 19:26:59 [INFO] [ForgeModLoader] Forge Mod Loader version 6.4.3.883 for Minecraft 1.6.4 loading
2015-02-13 19:26:59 [INFO] [ForgeModLoader] Java is Java HotSpot(TM) 64-Bit Server VM, version 1.7.0_75, running on Windows 7:amd64:6.1, installed at C:\Program Files\Java\jre7
2015-02-13 19:27:00 [WARNING] [ForgeModLoader] The coremod mods.battlegear2.coremod.BattlegearLoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
2015-02-13 19:27:00 [WARNING] [ForgeModLoader] The coremod aroma1997.core.coremod.CoreMod does not have a MCVersion annotation, it may cause issues with this version of Minecraft
2015-02-13 19:27:00 [WARNING] [ForgeModLoader] The coremod codechicken.core.launch.CodeChickenCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
2015-02-13 19:27:02 [WARNING] [ForgeModLoader] The coremod codechicken.nei.asm.NEICorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
2015-02-13 19:27:02 [INFO] [ForgeModLoader] Loading tweaker optifine.OptiFineForgeTweaker from OptiFine_1.6.4_L_C9.jar
2015-02-13 19:27:02 [INFO] [ForgeModLoader] Loading tweaker shadersmodcore.loading.SMCTweaker from ShadersModCore-v2.2.2-mc1.6.4-f965.jar
2015-02-13 19:27:02 [WARNING] [ForgeModLoader] The coremod net.aetherteam.threadedlighting.TLLoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
2015-02-13 19:27:02 [INFO] [STDOUT] Loaded 40 rules from AccessTransformer config file fml_at.cfg
2015-02-13 19:27:02 [INFO] [STDOUT] Loaded 109 rules from AccessTransformer config file forge_at.cfg
2015-02-13 19:27:02 [INFO] [STDOUT] Loaded 10 rules from AccessTransformer config file battlegear_at.cfg
2015-02-13 19:27:02 [INFO] [STDOUT] Loaded 8 rules from AccessTransformer config file aroma1997core_at.cfg
2015-02-13 19:27:02 [INFO] [STDOUT] Loaded 40 rules from AccessTransformer config file fml_at.cfg
2015-02-13 19:27:09 [INFO] [ForgeModLoader] Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557
2015-02-13 19:27:09 [INFO] [ForgeModLoader] Found valid fingerprint for Minecraft. Certificate fingerprint cd99959656f753dc28d863b46769f7f8fbaefcfc
2015-02-13 19:27:11 [INFO] [STDOUT] Adding AccessTransformer: nei_at.cfg
2015-02-13 19:27:11 [INFO] [STDOUT] Adding Accesstransformer map: temp.dat
2015-02-13 19:27:11 [INFO] [STDOUT] Loaded 54 rules from AccessTransformer config file temp.dat
2015-02-13 19:27:12 [INFO] [ForgeModLoader] Loading tweak class name optifine.OptiFineForgeTweaker
2015-02-13 19:27:12 [SEVERE] [ForgeModLoader] Unable to launch
java.lang.ClassNotFoundException: optifine.OptiFineForgeTweaker
at java.net.URLClassLoader$1.run(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:99)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:94)
at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
Test things one at a time. Take off shaders and optifine. Try only forge and mods. Then forge and mods and optifine. If crash, forge and optifine, no mods.
If no crash, add shaders. Figure out which component is incompatible and either update/find the right version or take off and report to author.
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
Feb 13, 2015 7:26:58 PM net.minecraft.launchwrapper.LogWrapper log
INFO: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker
Feb 13, 2015 7:26:59 PM net.minecraft.launchwrapper.LogWrapper log
INFO: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker
Feb 13, 2015 7:26:59 PM net.minecraft.launchwrapper.LogWrapper log
INFO: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker
2015-02-13 19:26:59 [INFO] [ForgeModLoader] Forge Mod Loader version 6.4.3.883 for Minecraft 1.6.4 loading
2015-02-13 19:26:59 [INFO] [ForgeModLoader] Java is Java HotSpot(TM) 64-Bit Server VM, version 1.7.0_75, running on Windows 7:amd64:6.1, installed at C:\Program Files\Java\jre7
2015-02-13 19:27:00 [WARNING] [ForgeModLoader] The coremod mods.battlegear2.coremod.BattlegearLoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
2015-02-13 19:27:00 [WARNING] [ForgeModLoader] The coremod aroma1997.core.coremod.CoreMod does not have a MCVersion annotation, it may cause issues with this version of Minecraft
2015-02-13 19:27:00 [WARNING] [ForgeModLoader] The coremod codechicken.core.launch.CodeChickenCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
2015-02-13 19:27:02 [WARNING] [ForgeModLoader] The coremod codechicken.nei.asm.NEICorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
2015-02-13 19:27:02 [INFO] [ForgeModLoader] Loading tweaker optifine.OptiFineForgeTweaker from OptiFine_1.6.4_L_C9.jar
2015-02-13 19:27:02 [INFO] [ForgeModLoader] Loading tweaker shadersmodcore.loading.SMCTweaker from ShadersModCore-v2.2.2-mc1.6.4-f965.jar
2015-02-13 19:27:02 [WARNING] [ForgeModLoader] The coremod net.aetherteam.threadedlighting.TLLoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
2015-02-13 19:27:02 [INFO] [STDOUT] Loaded 40 rules from AccessTransformer config file fml_at.cfg
2015-02-13 19:27:02 [INFO] [STDOUT] Loaded 109 rules from AccessTransformer config file forge_at.cfg
2015-02-13 19:27:02 [INFO] [STDOUT] Loaded 10 rules from AccessTransformer config file battlegear_at.cfg
2015-02-13 19:27:02 [INFO] [STDOUT] Loaded 8 rules from AccessTransformer config file aroma1997core_at.cfg
2015-02-13 19:27:02 [INFO] [STDOUT] Loaded 40 rules from AccessTransformer config file fml_at.cfg
2015-02-13 19:27:09 [INFO] [ForgeModLoader] Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557
2015-02-13 19:27:09 [INFO] [ForgeModLoader] Found valid fingerprint for Minecraft. Certificate fingerprint cd99959656f753dc28d863b46769f7f8fbaefcfc
2015-02-13 19:27:11 [INFO] [STDOUT] Adding AccessTransformer: nei_at.cfg
2015-02-13 19:27:11 [INFO] [STDOUT] Adding Accesstransformer map: temp.dat
2015-02-13 19:27:11 [INFO] [STDOUT] Loaded 54 rules from AccessTransformer config file temp.dat
2015-02-13 19:27:12 [INFO] [ForgeModLoader] Loading tweak class name optifine.OptiFineForgeTweaker
2015-02-13 19:27:12 [SEVERE] [ForgeModLoader] Unable to launch
java.lang.ClassNotFoundException: optifine.OptiFineForgeTweaker
at java.net.URLClassLoader$1.run(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:99)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:94)
at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
If no crash, add shaders. Figure out which component is incompatible and either update/find the right version or take off and report to author.