I'm playing a modpack with the curse plugin, but when i try to play it, it doesn't start and sends an error. I'm playing in the 1.7.10, the modpack is called Industrial Pack, I use the forge 10.13.4.1472, the mods are listed bellow
-Backpacks 2.0.1
-Buildcraft 7.1.14
-CD4017BE Library 2.7.2
-Code Chicken Core Universal 1.0.7.4.7
-ComputerCraft 1.75
-Ender Storage 1.4.7.3.7
-Forge Multi Part 1.2.0.345
-Immersive Engineering 0.6.5.1
-Inventory Tweaks 1.59
-Iron Chest 6.0.62.742
-Jabba 1.2.1
-Mantle 0.3.2
-NEI 1.0.5.118
-Pneumatic Craft 1.12.3
-Railcraft 9.8.0.0
-Tinkers Construct 1.8.8
This is the error that i see everytime i try to start the game, also, i tried to change the version of forge, and to delete all and reinstall, but it doesn't
[22:24:08] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[22:24:08] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[22:24:08] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker
[22:24:08] [main/INFO] [FML]: Forge Mod Loader version 7.99.25.1472 for Minecraft 1.7.10 loading
[22:24:08] [main/INFO] [FML]: Java is Java HotSpot(TM) Client VM, version 1.8.0_25, running on Windows 10:x86:10.0, installed at Z:\Nueva carpeta\Minecraft\Install\runtime\jre-x32\1.8.0_25
[22:24:09] [main/WARN] [FML]: The coremod codechicken.core.launch.CodeChickenCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[22:24:14] [main/WARN] [FML]: The coremod codechicken.core.launch.DepLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[22:24:14] [main/WARN] [FML]: The coremod invtweaks.forge.asm.FMLPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[22:24:14] [main/WARN] [FML]: The coremod codechicken.nei.asm.NEICorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[22:24:14] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[22:24:14] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
[22:24:14] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[22:24:14] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[22:24:14] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[22:24:24] [main/INFO] [FML]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557
[22:24:24] [main/ERROR] [FML]: The minecraft jar file:/Z:/Nueva%20carpeta/Minecraft/Install/versions/forge-10.13.4.1472/forge-10.13.4.1472.jar!/net/minecraft/client/ClientBrandRetriever.class appears to be corrupt! There has been CRITICAL TAMPERING WITH MINECRAFT, it is highly unlikely minecraft will work! STOP NOW, get a clean copy and try again!
[22:24:24] [main/ERROR] [FML]: For your safety, FML will not launch minecraft. You will need to fetch a clean version of the minecraft jar file
[22:24:24] [main/ERROR] [FML]: Technical information: The class net.minecraft.client.ClientBrandRetriever should have been associated with the minecraft jar file, and should have returned us a valid, intact minecraft jar location. This did not work. Either you have modified the minecraft jar file (if so run the forge installer again), or you are using a base editing jar that is changing this class (and likely others too). If you REALLY want to run minecraft in this configuration, add the flag -Dfml.ignoreInvalidMinecraftCertificates=true to the 'JVM settings' in your launcher profile.
Exception in thread "main" [22:24:25] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: java.lang.ExceptionInInitializerError
[22:24:25] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.asm.FMLSanityChecker.call(FMLSanityChecker.java:159)
[22:24:25] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.asm.FMLSanityChecker.call(FMLSanityChecker.java:39)
[22:24:25] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper.injectIntoClassLoader(CoreModManager.java:133)
[22:24:25] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:115)
[22:24:25] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[22:24:25] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: Caused by: java.lang.NullPointerException
[22:24:25] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.Loader.<init>(Loader.java:198)
[22:24:25] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.Loader.instance(Loader.java:176)
[22:24:25] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.FMLCommonHandler.<init>(FMLCommonHandler.java:87)
[22:24:25] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.FMLCommonHandler.<clinit>(FMLCommonHandler.java:77)
[22:24:25] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: ... 5 more
I just deleted all my forge versions, and start using the 10.13.4.1492, which is the last version, but the error persist, i'm not touching the jar files, i just install forge in the curse window, and try playing the game.
I already played this modpack, in this PC, but yesterday, it crashed the whole windows, and when i restarted it stopped working.
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
I'm playing a modpack with the curse plugin, but when i try to play it, it doesn't start and sends an error. I'm playing in the 1.7.10, the modpack is called Industrial Pack, I use the forge 10.13.4.1472, the mods are listed bellow
-Backpacks 2.0.1
-Buildcraft 7.1.14
-CD4017BE Library 2.7.2
-Code Chicken Core Universal 1.0.7.4.7
-ComputerCraft 1.75
-Ender Storage 1.4.7.3.7
-Forge Multi Part 1.2.0.345
-Immersive Engineering 0.6.5.1
-Inventory Tweaks 1.59
-Iron Chest 6.0.62.742
-Jabba 1.2.1
-Mantle 0.3.2
-NEI 1.0.5.118
-Pneumatic Craft 1.12.3
-Railcraft 9.8.0.0
-Tinkers Construct 1.8.8
This is the error that i see everytime i try to start the game, also, i tried to change the version of forge, and to delete all and reinstall, but it doesn't
[22:24:08] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[22:24:08] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker
[22:24:08] [main/INFO] [FML]: Forge Mod Loader version 7.99.25.1472 for Minecraft 1.7.10 loading
[22:24:08] [main/INFO] [FML]: Java is Java HotSpot(TM) Client VM, version 1.8.0_25, running on Windows 10:x86:10.0, installed at Z:\Nueva carpeta\Minecraft\Install\runtime\jre-x32\1.8.0_25
[22:24:09] [main/WARN] [FML]: The coremod codechicken.core.launch.CodeChickenCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[22:24:14] [main/WARN] [FML]: The coremod codechicken.core.launch.DepLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[22:24:14] [main/WARN] [FML]: The coremod invtweaks.forge.asm.FMLPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[22:24:14] [main/WARN] [FML]: The coremod codechicken.nei.asm.NEICorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[22:24:14] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[22:24:14] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
[22:24:14] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[22:24:14] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[22:24:14] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[22:24:24] [main/INFO] [FML]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557
[22:24:24] [main/ERROR] [FML]: The minecraft jar file:/Z:/Nueva%20carpeta/Minecraft/Install/versions/forge-10.13.4.1472/forge-10.13.4.1472.jar!/net/minecraft/client/ClientBrandRetriever.class appears to be corrupt! There has been CRITICAL TAMPERING WITH MINECRAFT, it is highly unlikely minecraft will work! STOP NOW, get a clean copy and try again!
[22:24:24] [main/ERROR] [FML]: For your safety, FML will not launch minecraft. You will need to fetch a clean version of the minecraft jar file
[22:24:24] [main/ERROR] [FML]: Technical information: The class net.minecraft.client.ClientBrandRetriever should have been associated with the minecraft jar file, and should have returned us a valid, intact minecraft jar location. This did not work. Either you have modified the minecraft jar file (if so run the forge installer again), or you are using a base editing jar that is changing this class (and likely others too). If you REALLY want to run minecraft in this configuration, add the flag -Dfml.ignoreInvalidMinecraftCertificates=true to the 'JVM settings' in your launcher profile.
Exception in thread "main" [22:24:25] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: java.lang.ExceptionInInitializerError
[22:24:25] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.asm.FMLSanityChecker.call(FMLSanityChecker.java:159)
[22:24:25] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.asm.FMLSanityChecker.call(FMLSanityChecker.java:39)
[22:24:25] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper.injectIntoClassLoader(CoreModManager.java:133)
[22:24:25] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:115)
[22:24:25] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[22:24:25] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: Caused by: java.lang.NullPointerException
[22:24:25] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.Loader.<init>(Loader.java:198)
[22:24:25] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.Loader.instance(Loader.java:176)
[22:24:25] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.FMLCommonHandler.<init>(FMLCommonHandler.java:87)
[22:24:25] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.FMLCommonHandler.<clinit>(FMLCommonHandler.java:77)
[22:24:25] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: ... 5 more
I just deleted all my forge versions, and start using the 10.13.4.1492, which is the last version, but the error persist, i'm not touching the jar files, i just install forge in the curse window, and try playing the game.
I already played this modpack, in this PC, but yesterday, it crashed the whole windows, and when i restarted it stopped working.