---- Minecraft Crash Report ----
WARNING: coremods are present:
CTMCorePlugin (CTM-MC1.12-0.3.0.15.jar)
ShetiPhian-ASM (shetiphian-asm.jar)
IELoadingPlugin (ImmersiveEngineering-0.12-73-core.jar)
Contact their authors BEFORE contacting forge
// You're mean.
Time: 8/10/19 9:14 PM
Description: There was a severe problem during mod loading that has caused the game to fail
net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from IndustrialCraft 2 (ic2)
Caused by: java.lang.NoClassDefFoundError: ic2/core/recipe/AdvRecipe
at ic2.core.init.Rezepte.loadCraftingRecipe(Rezepte.java:339)
at ic2.core.init.Rezepte.loadCraftingRecipes(Rezepte.java:174)
at ic2.core.init.Rezepte.loadRecipes(Rezepte.java:118)
at ic2.core.init.Rezepte.registerRecipes(Rezepte.java:767)
at ic2.core.IC2.load(IC2.java:236)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:614)
at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
at com.google.common.eventbus.EventBus.post(EventBus.java:217)
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:252)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:230)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
at com.google.common.eventbus.EventBus.post(EventBus.java:217)
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:147)
at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:604)
at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:266)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:466)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377)
at net.minecraft.client.main.Main.main(SourceFile:123)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.ClassNotFoundException: ic2.core.recipe.AdvRecipe
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 45 more
Caused by: java.lang.NoClassDefFoundError: net/minecraftforge/common/crafting/IShapedRecipe
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:760)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
... 47 more
Caused by: java.lang.ClassNotFoundException: net.minecraftforge.common.crafting.IShapedRecipe
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 51 more
Caused by: java.lang.NullPointerException
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.12
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_51, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 635580792 bytes (606 MB) / 1840250880 bytes (1755 MB) up to 8589934592 bytes (8192 MB)
JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx9216m -Xms256m -XX:PermSize=256m
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.40 Powered by Forge 14.21.1.2443 32 mods loaded, 32 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCH minecraft{1.12} [Minecraft] (minecraft.jar)
UCH mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
UCH FML{8.0.99.99} [Forge Mod Loader] (forge-1.12-14.21.1.2443.jar)
UCH forge{14.21.1.2443} [Minecraft Forge] (forge-1.12-14.21.1.2443.jar)
UCH actuallyadditions{1.12.1-r121} [Actually Additions] (ActuallyAdditions-1.12.1-r121.jar)
UCH appleskin{1.0.9} [AppleSkin] (AppleSkin-mc1.12-1.0.9.jar)
UCH appliedenergistics2{rv5-alpha-7} [Applied Energistics 2] (appliedenergistics2-rv5-alpha-7.jar)
UCH autoreglib{1.3-15} [AutoRegLib] (AutoRegLib-1.3-15.jar)
UCH baubles{1.5.1} [Baubles] (Baubles-1.12-1.5.1.jar)
UCH betterbuilderswands{0.11.1} [Better Builder's Wands] (BetterBuildersWands-1.12-0.11.1.245+69d0d70.jar)
UCH cavern{1.10.1} [Cavern] (Cavern_1.12-v1.10.1.jar)
UCH chameleon{1.12-4.1.3} [Chameleon] (Chameleon-1.12-4.1.3.jar)
UCH codechickenlib{3.1.3.313} [CodeChicken Lib] (CodeChickenLib-1.12-3.1.3.313-universal.jar)
UCH chickenchunks{2.4.0.70} [ChickenChunks] (ChickenChunks-1.12-2.4.0.70-universal.jar)
UCH ctm{MC1.12-0.3.0.15} [CTM] (CTM-MC1.12-0.3.0.15.jar)
UCH chisel{MC1.12-0.2.0.30} [Chisel] (Chisel-MC1.12-0.2.0.30.jar)
UCH sanlib{1.3.1} [SanAndreasPs Mod Library] (SanLib-1.12-1.3.1.jar)
UCH claysoldiers{3.0.0-alpha.9} [Clay Soldiers Mod] (ClaySoldiersMod-1.12-3.0.0-alpha.9.jar)
UCH redstoneflux{2.0.2} [Redstone Flux] (RedstoneFlux-1.12-2.0.2.3-universal.jar)
UCH cofhcore{4.3.6} [CoFH Core] (CoFHCore-1.12-4.3.6.14-universal.jar)
UCH cofhworld{1.0.1} [CoFH World] (CoFHWorld-1.12-1.0.1.8-universal.jar)
UCH cyclopscore{0.10.21} [Cyclops Core] (CyclopsCore-1.12-0.10.21.jar)
UCH colossalchests{1.6.7} [Colossal Chests] (ColossalChests-1.12-1.6.7.jar)
UCE ic2{2.8.109-ex112} [IndustrialCraft 2] (industrialcraft-2-2.8.109-ex112.jar)
UCH commoncapabilities{1.4.0} [CommonCapabilities] (CommonCapabilities-1.12-1.4.0.jar)
UCH computercraft{1.80pr1} [ComputerCraft] (ComputerCraft1.80pr1.jar)
UCH cookingforblockheads{6.3.6} [Cooking for Blockheads] (CookingForBlockheads_1.12.1-6.3.6.jar)
UCH cucumber{1.1.0} [Cucumber Library] (cucumber-1.12-1.1.0.jar)
UCH enderstorage{2.4.0.122} [EnderStorage] (EnderStorage-1.12-2.4.0.122-universal.jar)
UCH energyconverters{1.0.1.2} [Energy Converters] (energyconverters_1.12.1-1.0.1.2.jar)
UCH sanplayermodel{1.0.3} [SanAndreasPs Player Model] (SanLib-1.12-1.3.1.jar)
UCH sonarcore{5.0.12} [SonarCore] (sonarcore-1.12.2-5.0.12.jar)
Loaded coremods (and transformers):
CTMCorePlugin (CTM-MC1.12-0.3.0.15.jar)
team.chisel.ctm.client.asm.CTMTransformer
ShetiPhian-ASM (shetiphian-asm.jar)
shetiphian.asm.ClassTransformer
IELoadingPlugin (ImmersiveEngineering-0.12-73-core.jar)
blusunrize.immersiveengineering.common.asm.IEClassTransformer
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 431.60' Renderer: 'GeForce GTX 1060 3GB/PCIe/SSE2'
AE2 Version: alpha rv5-alpha-7 for Forge 14.22.1.2478
(I tried to delete the .ini)