I tried playing with BuildCraft and RedLogic for 1.7.10 and I do not know why I crashed the game, and the minimap also no work, sorry for my bad English but as I do not know English I have to use the google translator. lol
OpenModsLib class transformers: [stencil_patches:FINISHED],[movement_callback:FINISHED],[map_gen_fix:FINISHED],[gl_capabilities_hook:FINISHED],[player_render_hook:FINISHED]
Class transformer null safety: all safe
EnderIO: Found the following problem(s) with your installation:
* Optifine is installed. This is NOT supported.
This may have caused the error. Try reproducing the crash WITHOUT this/these mod(s) before reporting it.
Stencil buffer state: Function set: GL30, pool: internal, bits: 8
OptiFine Version: OptiFine_1.7.10_HD_U_D6
Render Distance Chunks: 32
Mipmaps: 0
Anisotropic Filtering: 1
Antialiasing: 0
Multitexture: false
OpenGlVersion: 4.5.0 NVIDIA 378.49
OpenGlRenderer: GeForce GT 730/PCIe/SSE2
OpenGlVendor: NVIDIA Corporation
CpuCount: 8
[02:30:48] [Client thread/INFO]: [net.minecraft.client.Minecraft:func_71377_b:359]: #@[email protected]# Game crashed! Crash report saved to: #@[email protected]# C:\Users\Diego\Desktop\Carpetas\MultiMC\instances\1.7.10 Mods1\minecraft\crash-reports\crash-2017-02-03_02.30.47-client.txt
AL lib: (EE) alc_cleanup: 1 device not closed
Java HotSpot(TM) 64-Bit Server VM warning: Using incremental CMS is deprecated and will likely be removed in a future release
According to your modlist, you are mixing all kinds of mods for different versions of minecraft. This does not work. If you are running 1.7.10 minecraft, you need to make sure all the mods are made for 1.7.10.
Example:
journeymap-1.11-5.3.2 is for minecraft 1.11 not 1.7.10.
If you are going to make your own modpack, you need to understand the fundamentals of it first. Mixing mod versions will just lead you to this.
A glob of mods thrown together and nothing works. I'd sit down and figure out what mods you want, what mc version you want and make sure
you only get the mods for that version of minecraft you chose. Hoping someone will go through your modlist is just that person building it for you and that is bad form.
I tried playing with BuildCraft and RedLogic for 1.7.10 and I do not know why I crashed the game, and the minimap also no work, sorry for my bad English but as I do not know English I have to use the google translator. lol
Here is the mods i used.
And the crash log.
[02:30:48] [Client thread/INFO]: [net.minecraft.client.Minecraft:func_71377_b:349]: ---- Minecraft Crash Report ----
// Sorry
Time: 2/3/17 2:30 AM
Description: There was a severe problem during mod loading that has caused the game to fail
cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: buildcraft/api/gates/ITriggerProvider
at cpw.mods.fml.common.LoadController.transition(LoadController.java:163)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:739)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
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)
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 org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:310)
at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:394)
at org.multimc.EntryPoint.listen(EntryPoint.java:170)
at org.multimc.EntryPoint.main(EntryPoint.java:54)
Caused by: java.lang.NoClassDefFoundError: buildcraft/api/gates/ITriggerProvider
at mods.immibis.redlogic.RedLogicMod.init(RedLogicMod.java:146)
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 cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
at sun.reflect.GeneratedMethodAccessor4.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.initializeMods(Loader.java:737)
... 18 more
Caused by: java.lang.ClassNotFoundException: buildcraft.api.gates.ITriggerProvider
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 45 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.7.10
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_121, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 243748792 bytes (232 MB) / 518979584 bytes (494 MB) up to 4225236992 bytes (4029 MB)
JVM Flags: 6 total; -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms512m -Xmx4096m
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.1614 Optifine OptiFine_1.7.10_HD_U_D6 55 mods loaded, 55 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHI mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
UCHI FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1614-1.7.10-universal.jar)
UCHI Forge{10.13.4.1614} [Minecraft Forge] (forge-1.7.10-10.13.4.1614-1.7.10-universal.jar)
UCHI CodeChickenCore{1.0.7.47} [CodeChicken Core] (minecraft.jar)
UCHI Micdoodlecore{} [Micdoodle8 Core] (minecraft.jar)
UCHI NotEnoughItems{1.0.5.120} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.120-universal.jar)
UCHI OpenModsCore{0.9.1} [OpenModsCore] (minecraft.jar)
UCHI debug{1.0} [debug] (denseores-1.6.2.jar)
UCHI bspkrsCore{6.12} [bspkrsCore] ([1.7.10]bspkrsCore-universal-6.12.jar)
UCHI ArmorStatusHUD{1.27} [ArmorStatusHUD] ([1.7.10]ArmorStatusHUD-client-1.27.jar)
UCHI imsm{1.7.10} [Instant Massive Structures Mod] ([1.7.10]InstantMassiveStructuresMod2.jar)
UCHI deconstruction{2.2.7} [The Deconstruction Mod] ([MC1.7.10]deconstruction[2.2.7].jar)
UCHI AdvancedHUD{Version [0.1.8] for 1.7.10} [AdvancedHUD] (_Advanced-HUD-Mod-1.7.10.jar)
UCHI Backpack{2.0.1} [Backpack] (backpack-2.0.1-1.7.x.jar)
UCHI tennox_bacteria{2.3.2} [Bacteria Mod] (Bacteria-Mod-1.7.10.jar)
UCHI BuildCraft|Core{7.1.19} [BuildCraft] (buildcraft-7.1.19.jar)
UCHI BuildCraft|Energy{7.1.19} [BC Energy] (buildcraft-7.1.19.jar)
UCHI BuildCraft|Silicon{7.1.19} [BC Silicon] (buildcraft-7.1.19.jar)
UCHI BuildCraft|Builders{7.1.19} [BC Builders] (buildcraft-7.1.19.jar)
UCHI BuildCraft|Robotics{7.1.19} [BC Robotics] (buildcraft-7.1.19.jar)
UCHI BuildCraft|Transport{7.1.19} [BC Transport] (buildcraft-7.1.19.jar)
UCHI BuildCraft|Factory{7.1.19} [BC Factory] (buildcraft-7.1.19.jar)
UCHI BuildCraft|Compat{7.1.5} [BuildCraft Compat] (buildcraft-compat-7.1.5.jar)
UCHI ChickenChunks{1.3.4.19} [ChickenChunks] (ChickenChunks-1.7.10-1.3.4.19-universal.jar)
UCHI DamageIndicatorsMod{3.2.0} [Damage Indicators] (Damage-Indicators-Mod-1.7.10.jar)
UCHI MoCreatures{6.3.1} [DrZhark's Mo'Creatures Mod] (DrZharks MoCreatures Mod v6.3.1.zip)
UCHI eplus{3.0.2-d} [Enchanting Plus] (EnchantingPlus-1.7.10-3.0.2-d.jar)
UCHI endercore{1.7.10-0.2.0.39_beta} [EnderCore] (EnderCore-1.7.10-0.2.0.39_beta.jar)
UCHI Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar)
UCHI Thaumcraft{4.2.3.5} [Thaumcraft] (Thaumcraft-1.7.10-4.2.3.5.jar)
UCHI EnderIO{1.7.10-2.3.0.429_beta} [Ender IO] (EnderIO-1.7.10-2.3.0.429_beta.jar)
UCHI EnderStorage{1.4.7.38} [EnderStorage] (EnderStorage-1.7.10-1.4.7.38-universal.jar)
UCHI IC2{2.2.823-experimental} [IndustrialCraft 2] (industrialcraft-2-2.2.823-experimental.jar)
UCHI GalacticraftCore{3.0.12} [Galacticraft Core] (GalacticraftCore-1.7-3.0.12.375.jar)
UCHI GalacticraftMars{3.0.12} [Galacticraft Planets] (Galacticraft-Planets-1.7-3.0.12.375.jar)
UCHI iChunUtil{4.2.2} [iChunUtil] (iChunUtil-4.2.2.jar)
UCHI GraviGun{4.0.0-beta} [GraviGun] (Gravity-Gun-Mod-1.7.10.jar)
UCHI grim3212core{V0.2 - 1.7.10} [Grim3212 Core] (Grim3212-Core-1.7.10.jar)
UCHI ImmibisCore{59.0.1} [Immibis Core] (Immibis-Core-1.7.10.jar)
UCHI IronChest{6.0.62.742} [Iron Chest] (ironchest-1.7.10-6.0.62.742-universal.jar)
UCHI LotsOfFood{1.7.10} [Lots of Food] (Lots of Food-1.7.10 v7.jar)
UCHI Morph{0.9.2} [Morph] (Morph-Beta-0.9.2.jar)
UCHI OpenMods{0.9.1} [OpenMods] (OpenModsLib-1.7.10-0.9.1.jar)
UCHI OpenBlocks{1.5.1} [OpenBlocks] (OpenBlocks-1.7.10-1.5.1.jar)
UCHI PortalGun{4.0.0-beta-6} [PortalGun] (PortalGun-4.0.0-beta-6.jar)
UCHE RedLogic{59.0.1} [RedLogic] (RedLogic-Mod-1.7.10.jar)
UCHI ReiMinimap{1.7.10} [Rei's Minimap] (Reis-Minimap-Mod-1.7.10.jar)
UCHI SGCraft{1.13.3} [Greg's SG Craft] (SGCraft-1.13.3-mc1.7.10.jar)
UCHI simplefluidtanks{1.7.10-1.2.0.5} [Simple Fluid Tanks] (simplefluidtanks-1.7.10-1.2.0.5.jar)
UCHI stabilizermod{3.3} [stabilizermod] (Stabilizer-3.3-1.7.10.jar)
UCHI timecontrol{V0.1 - 1.7.10} [Time Control] (Time-Control-Remote-Mod-1.7.10.jar)
UCHI TwilightForest{2.2.3} [The Twilight Forest] (twilightforest-1.7.2-2.2.3.jar)
UCHI ultracompression{0.5.1} [Ultra Compression] (ultracompression-0.5.1.jar)
UCHI worldedit{6.0-beta-01} [WorldEdit] (worldedit-forge-mc1.7.10-6.0-beta-01.jar)
UCHI denseores{1.0} [Dense Ores] (denseores-1.6.2.jar)
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 378.49' Renderer: 'GeForce GT 730/PCIe/SSE2'
OpenModsLib class transformers: [stencil_patches:FINISHED],[movement_callback:FINISHED],[map_gen_fix:FINISHED],[gl_capabilities_hook:FINISHED],[player_render_hook:FINISHED]
Class transformer null safety: all safe
EnderIO: Found the following problem(s) with your installation:
* Optifine is installed. This is NOT supported.
This may have caused the error. Try reproducing the crash WITHOUT this/these mod(s) before reporting it.
Stencil buffer state: Function set: GL30, pool: internal, bits: 8
OptiFine Version: OptiFine_1.7.10_HD_U_D6
Render Distance Chunks: 32
Mipmaps: 0
Anisotropic Filtering: 1
Antialiasing: 0
Multitexture: false
OpenGlVersion: 4.5.0 NVIDIA 378.49
OpenGlRenderer: GeForce GT 730/PCIe/SSE2
OpenGlVendor: NVIDIA Corporation
CpuCount: 8
[02:30:48] [Client thread/INFO]: [net.minecraft.client.Minecraft:func_71377_b:359]: #@[email protected]# Game crashed! Crash report saved to: #@[email protected]# C:\Users\Diego\Desktop\Carpetas\MultiMC\instances\1.7.10 Mods1\minecraft\crash-reports\crash-2017-02-03_02.30.47-client.txt
AL lib: (EE) alc_cleanup: 1 device not closed
Java HotSpot(TM) 64-Bit Server VM warning: Using incremental CMS is deprecated and will likely be removed in a future release
According to your modlist, you are mixing all kinds of mods for different versions of minecraft. This does not work. If you are running 1.7.10 minecraft, you need to make sure all the mods are made for 1.7.10.
Example:
You have quite a few listed that are like this.
Well, I already removed all mods from 1.11, I think, but I still crash.
The new mod list:
If you are going to make your own modpack, you need to understand the fundamentals of it first. Mixing mod versions will just lead you to this.
A glob of mods thrown together and nothing works. I'd sit down and figure out what mods you want, what mc version you want and make sure
you only get the mods for that version of minecraft you chose. Hoping someone will go through your modlist is just that person building it for you and that is bad form.
Well, I decided to uninstall all the mods and just leave BuildCraft and RedLogic and even crashes
Mods
Crash report
[20:29:01] [Client thread/INFO]: [net.minecraft.client.Minecraft:func_71377_b:349]: ---- Minecraft Crash Report ----
// Why did you do that?
Time: 2/3/17 8:29 PM
Description: There was a severe problem during mod loading that has caused the game to fail
cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: mods/immibis/core/impl/crossmod/EnergyConsumerTraitImpl_IC2
at cpw.mods.fml.common.LoadController.transition(LoadController.java:163)
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:559)
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)
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 org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:310)
at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:394)
at org.multimc.EntryPoint.listen(EntryPoint.java:170)
at org.multimc.EntryPoint.main(EntryPoint.java:54)
Caused by: java.lang.NoClassDefFoundError: mods/immibis/core/impl/crossmod/EnergyConsumerTraitImpl_IC2
at mods.immibis.core.ImmibisCore.preInit(ImmibisCore.java:79)
at mods.immibis.core.ICNonCoreMod.preinit(ICNonCoreMod.java:37)
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 cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
at sun.reflect.GeneratedMethodAccessor3.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)
... 18 more
Caused by: java.lang.ClassNotFoundException: mods.immibis.core.impl.crossmod.EnergyConsumerTraitImpl_IC2
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 46 more
Caused by: java.lang.NoClassDefFoundError: ic2/api/energy/tile/IEnergySink
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
... 48 more
Caused by: java.lang.ClassNotFoundException: ic2.api.energy.tile.IEnergySink
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 52 more
Caused by: java.lang.NullPointerException
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
... 54 more
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 10 (amd64) version 10.0
Java Version: 1.8.0_121, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 308950552 bytes (294 MB) / 518979584 bytes (494 MB) up to 4225236992 bytes (4029 MB)
JVM Flags: 6 total; -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms512m -Xmx4096m
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.1614 14 mods loaded, 14 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.1614-1.7.10-universal.jar)
UCH Forge{10.13.4.1614} [Minecraft Forge] (forge-1.7.10-10.13.4.1614-1.7.10-universal.jar)
UCH BuildCraft|Core{7.1.19} [BuildCraft] (buildcraft-7.1.19.jar)
UCH BuildCraft|Energy{7.1.19} [BC Energy] (buildcraft-7.1.19.jar)
UCH BuildCraft|Silicon{7.1.19} [BC Silicon] (buildcraft-7.1.19.jar)
UCH BuildCraft|Builders{7.1.19} [BC Builders] (buildcraft-7.1.19.jar)
UCH BuildCraft|Robotics{7.1.19} [BC Robotics] (buildcraft-7.1.19.jar)
UCH BuildCraft|Transport{7.1.19} [BC Transport] (buildcraft-7.1.19.jar)
UCH BuildCraft|Factory{7.1.19} [BC Factory] (buildcraft-7.1.19.jar)
UCE ImmibisCore{59.0.1} [Immibis Core] (Immibis-Core-1.7.10.jar)
UCE RedLogic{59.0.1} [RedLogic] (RedLogic-Mod-1.7.10.jar)
UCH bspkrsCore{6.12} [bspkrsCore] ([1.7.10]bspkrsCore-universal-6.12.jar)
UCH Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar)
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 378.49' Renderer: 'GeForce GT 730/PCIe/SSE2'
[20:29:01] [Client thread/INFO]: [net.minecraft.client.Minecraft:func_71377_b:359]: #@[email protected]# Game crashed! Crash report saved to: #@[email protected]# C:\Users\Diego\Desktop\Carpetas\MultiMC\instances\1.7.10 Mods1\minecraft\crash-reports\crash-2017-02-03_20.29.01-client.txt
Java HotSpot(TM) 64-Bit Server VM warning: Using incremental CMS is deprecated and will likely be removed in a future release
cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: mods/immibis/core/impl/crossmod/EnergyConsumerTraitImpl_IC2
One of the mods is looking for Industrialcraft2.
Check your cfgs making sure none are needing IC2 or add in the mod IC2.
I already solved it lol, it was as simple as updating the mods to the last version, thanks for helping me with the mods