Howdy! so I have been trying to make a modded client and as expected its a game of 101 crashes,could be something with CoFH, I have had many previous errors involving NotEnoughItems, minefactoryReladed and Nether ores, so much that I have had Nether ores and mine factory removed so i can focus on the other build issues.
Allocating 3GB RAM, this is being launched though the ATLauncher
the primary point of this modpack / client was to play with a set of mods i like, without it being a kitchen sink of 250+ mods, that being said this does have at least 60 mods in it.
here is the Crash log that appears:
---- Minecraft Crash Report ----
// Sorry
Time: 6/19/16 9:21 AM
Description: Initializing game
java.lang.NullPointerException: Initializing game
at net.minecraft.util.RegistryNamespaced.func_148755_c(SourceFile:69)
at net.minecraft.util.RegistryNamespaced.func_148741_d(SourceFile:45)
at cpw.mods.fml.common.registry.FMLControlledNamespacedRegistry.func_148741_d(FMLControlledNamespacedRegistry.java:285)
at net.minecraft.block.Block.func_149684_b(Block.java:147)
at codechicken.microblock.BlockMicroMaterial.loadIcons(BlockMicroMaterial.scala:65)
at codechicken.microblock.MicroMaterialRegistry$$anonfun$loadIcons$1.apply(MicroMaterialRegistry.scala:182)
at codechicken.microblock.MicroMaterialRegistry$$anonfun$loadIcons$1.apply(MicroMaterialRegistry.scala:182)
at scala.collection.IndexedSeqOptimized$class.foreach(IndexedSeqOptimized.scala:33)
at scala.collection.mutable.ArrayOps$ofRef.foreach(ArrayOps.scala:186)
at codechicken.microblock.MicroMaterialRegistry$.loadIcons(MicroMaterialRegistry.scala:182)
at codechicken.microblock.handler.MicroblockProxy_clientImpl.postInit(proxies.scala:93)
at codechicken.microblock.handler.MicroblockMod$.postInit(MicroblockMod.scala:34)
at codechicken.microblock.handler.MicroblockMod.postInit(MicroblockMod.scala)
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.initializeMods(Loader.java:742)
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)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at net.minecraft.util.RegistryNamespaced.func_148755_c(SourceFile:69)
at net.minecraft.util.RegistryNamespaced.func_148741_d(SourceFile:45)
at cpw.mods.fml.common.registry.FMLControlledNamespacedRegistry.func_148741_d(FMLControlledNamespacedRegistry.java:285)
at net.minecraft.block.Block.func_149684_b(Block.java:147)
at codechicken.microblock.BlockMicroMaterial.loadIcons(BlockMicroMaterial.scala:65)
at codechicken.microblock.MicroMaterialRegistry$$anonfun$loadIcons$1.apply(MicroMaterialRegistry.scala:182)
at codechicken.microblock.MicroMaterialRegistry$$anonfun$loadIcons$1.apply(MicroMaterialRegistry.scala:182)
at scala.collection.IndexedSeqOptimized$class.foreach(IndexedSeqOptimized.scala:33)
at scala.collection.mutable.ArrayOps$ofRef.foreach(ArrayOps.scala:186)
at codechicken.microblock.MicroMaterialRegistry$.loadIcons(MicroMaterialRegistry.scala:182)
at codechicken.microblock.handler.MicroblockProxy_clientImpl.postInit(proxies.scala:93)
at codechicken.microblock.handler.MicroblockMod$.postInit(MicroblockMod.scala:34)
at codechicken.microblock.handler.MicroblockMod.postInit(MicroblockMod.scala)
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.initializeMods(Loader.java:742)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
-- 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: []
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
and here is the Client log:
-the file was too long, here have a link- http://pastebin.com/XRc2074d , no its not the whole thing, but i can get that too if you need. the whole log exceeds pastbin's limit
mods in the client (because reading thtought he log can be a pain):
archimedesshipsplus-1.7.10-1.8.1
BattleTowers 1.7.10
BiblioCraft 1.11.5
BiblioWood[biomes o plenty] 1.9
BiblioWood [Foresty] 1.7
BiblioWood[Natura] 1.5
BigReactors-0.4.3A (this actualy might be useless, debating it...just like the look)
BiomesO'Plenty-1.7.10-2.1.971
buildcraft-7.1.16
buildcraft-compat7.1.5 (buildcraft was nessecary for one of the other mods, i personanly dont want it)
Carpenters Blocks 3.3.8_dev_r2
CodeChickenCore 1.0.7.47 [1.7.10]
CodeChickenLib 1.1.3.140 [1.7.10]
CoFHCore 1.0.28
ExtraTIC- 1.7.10-1.4.6
extrautilities-1.2.12
foresty 4.2.13.61
forge1.7.10-10.13.4.1566-universal
Forgemutipart 1.2.0.347-universal
forerelocation 1.7.10
ForgeRelocationFMP-1.7.10
growthcraftComplete 1.7.10-2.6.1
inductrialcraft APT 2-2.2.822
IronManMod 5.6.2-1.7.10
journeymap 5.1.4 unlimited
Mantle 1.7.10-0.3.2
Mekanism1.7.10-9.0.0269
MekanismGeneraors 9.0.2.271
MekanismTools " "
CrayfishFurnitureMod v3.4.7
TJPCore 1.7.10
mystcraft-1.7.10-0.12.3.02
natura2.2.0
neiaddons 1.12.14.40
NEIintergration 1.1.1
NEI 1.0.5.120-universal
NEK- 3.0.0b45
NER-0.1.0-122
project red 1.7.10 {compat,fabrication,intergration,lighting,mechanical,world,base]
roguelike 1.5.0b
SpACore 01.05.12
SuperHErosCore 1.0.1-1.7.10
TConstruct 1.7.10-1.8.8
TicTooltips 1.7.10-1.2.5
let me know if you need any further information, thansk for taking the time to look at this.
If I manage to resolve this issue on my own, i will Post the solution.
UPDATE: upon making a fresh vanilla and slowly adding mods in, i find that removing Tinkers Constructs allows the game to launch. could it be an issue with my installation CoFH?
a similar error comes up with nether ores/MFR as well. so I am wondering what about that set of mods triggers off microblocks? is there any documentation on this or simply incompatable at their current versions?
Howdy! so I have been trying to make a modded client and as expected its a game of 101 crashes,could be something with CoFH, I have had many previous errors involving NotEnoughItems, minefactoryReladed and Nether ores, so much that I have had Nether ores and mine factory removed so i can focus on the other build issues.
Allocating 3GB RAM, this is being launched though the ATLauncher
the primary point of this modpack / client was to play with a set of mods i like, without it being a kitchen sink of 250+ mods, that being said this does have at least 60 mods in it.
here is the Crash log that appears:
---- Minecraft Crash Report ----
// Sorry
Time: 6/19/16 9:21 AM
Description: Initializing game
java.lang.NullPointerException: Initializing game
at net.minecraft.util.RegistryNamespaced.func_148755_c(SourceFile:69)
at net.minecraft.util.RegistryNamespaced.func_148741_d(SourceFile:45)
at cpw.mods.fml.common.registry.FMLControlledNamespacedRegistry.func_148741_d(FMLControlledNamespacedRegistry.java:285)
at net.minecraft.block.Block.func_149684_b(Block.java:147)
at codechicken.microblock.BlockMicroMaterial.loadIcons(BlockMicroMaterial.scala:65)
at codechicken.microblock.MicroMaterialRegistry$$anonfun$loadIcons$1.apply(MicroMaterialRegistry.scala:182)
at codechicken.microblock.MicroMaterialRegistry$$anonfun$loadIcons$1.apply(MicroMaterialRegistry.scala:182)
at scala.collection.IndexedSeqOptimized$class.foreach(IndexedSeqOptimized.scala:33)
at scala.collection.mutable.ArrayOps$ofRef.foreach(ArrayOps.scala:186)
at codechicken.microblock.MicroMaterialRegistry$.loadIcons(MicroMaterialRegistry.scala:182)
at codechicken.microblock.handler.MicroblockProxy_clientImpl.postInit(proxies.scala:93)
at codechicken.microblock.handler.MicroblockMod$.postInit(MicroblockMod.scala:34)
at codechicken.microblock.handler.MicroblockMod.postInit(MicroblockMod.scala)
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.initializeMods(Loader.java:742)
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)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at net.minecraft.util.RegistryNamespaced.func_148755_c(SourceFile:69)
at net.minecraft.util.RegistryNamespaced.func_148741_d(SourceFile:45)
at cpw.mods.fml.common.registry.FMLControlledNamespacedRegistry.func_148741_d(FMLControlledNamespacedRegistry.java:285)
at net.minecraft.block.Block.func_149684_b(Block.java:147)
at codechicken.microblock.BlockMicroMaterial.loadIcons(BlockMicroMaterial.scala:65)
at codechicken.microblock.MicroMaterialRegistry$$anonfun$loadIcons$1.apply(MicroMaterialRegistry.scala:182)
at codechicken.microblock.MicroMaterialRegistry$$anonfun$loadIcons$1.apply(MicroMaterialRegistry.scala:182)
at scala.collection.IndexedSeqOptimized$class.foreach(IndexedSeqOptimized.scala:33)
at scala.collection.mutable.ArrayOps$ofRef.foreach(ArrayOps.scala:186)
at codechicken.microblock.MicroMaterialRegistry$.loadIcons(MicroMaterialRegistry.scala:182)
at codechicken.microblock.handler.MicroblockProxy_clientImpl.postInit(proxies.scala:93)
at codechicken.microblock.handler.MicroblockMod$.postInit(MicroblockMod.scala:34)
at codechicken.microblock.handler.MicroblockMod.postInit(MicroblockMod.scala)
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.initializeMods(Loader.java:742)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
-- 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 7 (amd64) version 6.1
Java Version: 1.8.0_91, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 280457296 bytes (267 MB) / 764633088 bytes (729 MB) up to 3186360320 bytes (3038 MB)
JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -XX:-OmitStackTraceInFastThrow -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xms256M -Xmx3072M -XX:MetaspaceSize=256M
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.1566 77 mods loaded, 77 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHIJ mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
UCHIJ FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1566-1.7.10-universal.jar)
UCHIJ Forge{10.13.4.1566} [Minecraft Forge] (forge-1.7.10-10.13.4.1566-1.7.10-universal.jar)
UCHIJ dg_shc{1.0.0} [Super Heroes Core] (SuperHeroesCore-1.0.1-1.7.10.jar)
UCHIJ MovingWorld{1.7.10-1.8.1} [Moving World] (movingworld-1.7.10-1.8.1.jar)
UCHIJ ArchimedesShipsPlus{1.7.10-1.8.1} [Archimedes' Ships Plus] (archimedesshipsplus-1.7.10-1.8.1.jar)
UCHIJ BattleTowers{1.5.1} [Battle Towers] (BattleTowers-1.7.10.jar)
UCHIJ BiblioCraft{1.11.5} [BiblioCraft] (BiblioCraft[v1.11.5][MC1.7.10].jar)
UCHIJ Mantle{1.7.10-0.3.2.jenkins184} [Mantle] (Mantle-1.7.10-0.3.2.jar)
UCHIJ Natura{2.2.0} [Natura] (natura-1.7.10-2.2.0-b1.jar)
UCHIJ BiomesOPlenty{2.1.0} [Biomes O' Plenty] (BiomesOPlenty-1.7.10-2.1.971.jar)
UCHIJ BiblioWoodsBoP{1.9} [BiblioWoods Biomes O'Plenty Edition] (BiblioWoods[BiomesOPlenty][v1.9].jar)
UCHIJ CoFHCore{1.7.10R3.1.2} [CoFH Core] (CoFHCore-[1.7.10]3.1.2-325.jar)
UCHIJ Forestry{4.2.13.61} [Forestry for Minecraft] (forestry_1.7.10-4.2.13.61.jar)
UCHIJ BiblioWoodsForestry{1.7} [BiblioWoods Forestry Edition] (BiblioWoods[Forestry][v1.7].jar)
UCHIJ BiblioWoodsNatura{1.5} [BiblioWoods Natura Edition] (BiblioWoods[Natura][v1.5].jar)
UCHIJ BigReactors{0.4.3A} [Big Reactors] (BigReactors-0.4.3A.jar)
UCHIJ BuildCraft|Core{7.1.16} [BuildCraft] (buildcraft-7.1.16.jar)
UCHIJ BuildCraft|Builders{7.1.16} [BC Builders] (buildcraft-7.1.16.jar)
UCHIJ BuildCraft|Transport{7.1.16} [BC Transport] (buildcraft-7.1.16.jar)
UCHIJ BuildCraft|Energy{7.1.16} [BC Energy] (buildcraft-7.1.16.jar)
UCHIJ BuildCraft|Silicon{7.1.16} [BC Silicon] (buildcraft-7.1.16.jar)
UCHIJ BuildCraft|Robotics{7.1.16} [BC Robotics] (buildcraft-7.1.16.jar)
UCHIJ BuildCraft|Factory{7.1.16} [BC Factory] (buildcraft-7.1.16.jar)
UCHIJ BuildCraft|Compat{7.1.5} [BuildCraft Compat] (buildcraft-compat-7.1.5.jar)
UCHIJ CarpentersBlocks{3.3.8_dev_r2} [Carpenter's Blocks] (Carpenters Blocks v3.3.8_dev_r2 - MC 1.7.10.jar)
UCHIJ defaultkeys{1.0.28} [Default Keyconfig] (defaultkeys-mc1.7.10-1.0.28.jar)
UCHIJ ForgeMultipart{1.2.0.347} [Forge Multipart] (ForgeMultipart-1.7.10-1.2.0.347-universal.jar)
UCHIJ ExtraUtilities{1.2.12} [Extra Utilities] (extrautilities-1.2.12.jar)
UCHIJ TConstruct{1.7.10-1.8.8.build988} [Tinkers' Construct] (TConstruct-1.7.10-1.8.8.jar)
UCHIJ harvestcraft{1.7.2d} [Pam's HarvestCraft] (Pam's HarvestCraft 1.7.10a.zip)
UCHIJ ExtraTiC{1.4.6} [ExtraTiC] (ExtraTiC-1.7.10-1.4.6.jar)
UCHIE ForgeMicroblock{1.2.0.347} [Forge Microblocks] (ForgeMultipart-1.7.10-1.2.0.347-universal.jar)
UCHIJ McMultipart{1.2.0.347} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.2.0.347-universal.jar)
UCHIJ ForgeRelocation{0.0.1.4} [ForgeRelocation] (ForgeRelocation-1.7.10.jar)
UCHIJ MCFrames{1.0} [MCFrames] (ForgeRelocation-1.7.10.jar)
UCHIJ RelocationFMP{0.0.1.2} [RelocationFMP] (ForgeRelocationFMP-1.7.10.jar)
UCHIJ Growthcraft{1.7.10-2.6.1} [Growthcraft] (growthcraft-1.7.10-2.6.1-complete.jar)
UCHIJ Growthcraft|Cellar{1.7.10-2.6.1} [Growthcraft Cellar] (growthcraft-1.7.10-2.6.1-complete.jar)
UCHIJ Growthcraft|Apples{1.7.10-2.6.1} [Growthcraft Apples] (growthcraft-1.7.10-2.6.1-complete.jar)
UCHIJ Growthcraft|Bamboo{1.7.10-2.6.1} [Growthcraft Bamboo] (growthcraft-1.7.10-2.6.1-complete.jar)
UCHIJ Growthcraft|Bees{1.7.10-2.6.1} [Growthcraft Bees] (growthcraft-1.7.10-2.6.1-complete.jar)
UCHIJ Growthcraft|Fishtrap{1.7.10-2.6.1} [Growthcraft Fishtrap] (growthcraft-1.7.10-2.6.1-complete.jar)
UCHIJ Growthcraft|Grapes{1.7.10-2.6.1} [Growthcraft Grapes] (growthcraft-1.7.10-2.6.1-complete.jar)
UCHIJ Growthcraft|Hops{1.7.10-2.6.1} [Growthcraft Hops] (growthcraft-1.7.10-2.6.1-complete.jar)
UCHIJ Growthcraft|Milk{1.7.10-2.6.1} [Growthcraft Milk] (growthcraft-1.7.10-2.6.1-complete.jar)
UCHIJ Growthcraft|Rice{1.7.10-2.6.1} [Growthcraft Rice] (growthcraft-1.7.10-2.6.1-complete.jar)
UCHIJ dg_im{5.6.2} [Iron Man - SHIM] (IronManMod-5.6.2-1.7.10.jar)
UCHIJ journeymap{5.1.4} [JourneyMap] (journeymap-1.7.10-5.1.4-unlimited.jar)
UCHIJ Mekanism{9.0.0} [Mekanism] (Mekanism-1.7.10-9.0.0.269.jar)
UCHIJ MekanismGenerators{9.0.2} [MekanismGenerators] (MekanismGenerators-1.7.10-9.0.2.271.jar)
UCHIJ MekanismTools{9.0.2} [MekanismTools] (MekanismTools-1.7.10-9.0.2.271.jar)
UCHIJ cfm{3.4.7} [ยง9MrCrayfish's Furniture Mod] (MrCrayfishFurnitureModv3.4.7(1.7.10).jar)
UCHIJ MrTJPCoreMod{1.1.0.33} [MrTJPCore] (MrTJPCore-1.7.10.jar)
UCHIJ Mystcraft{0.12.3.02} [Mystcraft] (mystcraft-1.7.10-0.12.3.02.jar)
UCHIJ NEIAddons{1.12.14.40} [NEI Addons] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCHIJ NEIAddons|Developer{1.12.14.40} [NEI Addons: Developer Tools] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCHIJ NEIAddons|AppEng{1.12.14.40} [NEI Addons: Applied Energistics 2] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCHIJ NEIAddons|Botany{1.12.14.40} [NEI Addons: Botany] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCHIJ NEIAddons|Forestry{1.12.14.40} [NEI Addons: Forestry] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCHIJ NEIAddons|CraftingTables{1.12.14.40} [NEI Addons: Crafting Tables] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCHIJ NEIAddons|ExNihilo{1.12.14.40} [NEI Addons: Ex Nihilo] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCHIJ neiintegration{1.1.1} [NEI Integration] (NEIIntegration-MC1.7.10-1.1.1.jar)
UCHIJ notenoughkeys{@[email protected]} [NotEnoughKeys] (NotEnoughKeys-1.7.10-3.0.0b45-dev-universal.jar)
UCHIJ neresources{0.1.0.ManuallyBuilt} [Not Enough Resources] (NotEnoughResources-1.7.10-0.1.0-122.jar)
UCHIJ ProjRed|Core{4.7.0pre12.95} [ProjectRed Core] (ProjectRed-Base-1.7.10.jar)
UCHIJ ProjRed|Transmission{4.7.0pre12.95} [ProjectRed Transmission] (ProjectRed-1.7.10-Integration.jar)
UCHIJ ProjRed|Transportation{4.7.0pre12.95} [ProjectRed Transportation] (ProjectRed-1.7.10-Mechanical.jar)
UCHIJ ProjRed|Exploration{4.7.0pre12.95} [ProjectRed Exploration] (ProjectRed-1.7.10-World.jar)
UCHIJ ProjRed|Compatibility{4.7.0pre12.95} [ProjectRed Compatibility] (ProjectRed-1.7.10-Compat.jar)
UCHIJ ProjRed|Integration{4.7.0pre12.95} [ProjectRed Integration] (ProjectRed-1.7.10-Integration.jar)
UCHIJ ProjRed|Fabrication{4.7.0pre12.95} [ProjectRed Fabrication] (ProjectRed-1.7.10-Fabrication.jar)
UCHIJ ProjRed|Illumination{4.7.0pre12.95} [ProjectRed Illumination] (ProjectRed-1.7.10-Lighting.jar)
UCHIJ ProjRed|Expansion{4.7.0pre12.95} [ProjectRed Expansion] (ProjectRed-1.7.10-Mechanical.jar)
UCHIJ Roguelike{1.5.0} [Roguelike Dungeons] (roguelike-1.7.10-1.5.0b.jar)
UCHIJ spacore{01.05.12} [SpACore] (SpACore-1.7.10-01.05.12.jar)
UCHIJ TiCTooltips{1.2.5} [TiC Tooltips] (TiCTooltips-mc1.7.10-1.2.5.jar)
GL info: ' Vendor: 'Intel' Version: '3.1.0 - Build 8.15.10.2361' Renderer: 'Intel(R) HD Graphics Family'
Mantle Environment: Environment healthy.
CoFHCore: -[1.7.10]3.1.2-325
TConstruct Environment: Environment healthy.
SpACore ASM Transformers:
GLStateManager: false
GLStateManager debug output: false
Debug screen replacer: true
Launched Version: 1.7.10
LWJGL: 2.9.1
OpenGL: Intel(R) HD Graphics Family GL version 3.1.0 - Build 8.15.10.2361, 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: []
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
and here is the Client log:
mods in the client (because reading thtought he log can be a pain):
archimedesshipsplus-1.7.10-1.8.1
BattleTowers 1.7.10
BiblioCraft 1.11.5
BiblioWood[biomes o plenty] 1.9
BiblioWood [Foresty] 1.7
BiblioWood[Natura] 1.5
BigReactors-0.4.3A (this actualy might be useless, debating it...just like the look)
BiomesO'Plenty-1.7.10-2.1.971
buildcraft-7.1.16
buildcraft-compat7.1.5 (buildcraft was nessecary for one of the other mods, i personanly dont want it)
Carpenters Blocks 3.3.8_dev_r2
CodeChickenCore 1.0.7.47 [1.7.10]
CodeChickenLib 1.1.3.140 [1.7.10]
CoFHCore 1.0.28
ExtraTIC- 1.7.10-1.4.6
extrautilities-1.2.12
foresty 4.2.13.61
forge1.7.10-10.13.4.1566-universal
Forgemutipart 1.2.0.347-universal
forerelocation 1.7.10
ForgeRelocationFMP-1.7.10
growthcraftComplete 1.7.10-2.6.1
inductrialcraft APT 2-2.2.822
IronManMod 5.6.2-1.7.10
journeymap 5.1.4 unlimited
Mantle 1.7.10-0.3.2
Mekanism1.7.10-9.0.0269
MekanismGeneraors 9.0.2.271
MekanismTools " "
CrayfishFurnitureMod v3.4.7
TJPCore 1.7.10
mystcraft-1.7.10-0.12.3.02
natura2.2.0
neiaddons 1.12.14.40
NEIintergration 1.1.1
NEI 1.0.5.120-universal
NEK- 3.0.0b45
NER-0.1.0-122
project red 1.7.10 {compat,fabrication,intergration,lighting,mechanical,world,base]
roguelike 1.5.0b
SpACore 01.05.12
SuperHErosCore 1.0.1-1.7.10
TConstruct 1.7.10-1.8.8
TicTooltips 1.7.10-1.2.5
let me know if you need any further information, thansk for taking the time to look at this.
If I manage to resolve this issue on my own, i will Post the solution.
UPDATE: upon making a fresh vanilla and slowly adding mods in, i find that removing Tinkers Constructs allows the game to launch. could it be an issue with my installation CoFH?
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumThe crash itself is caussed by the Microblocks mod even though the crash might only happen in connection with TConstruct ^^
a similar error comes up with nether ores/MFR as well. so I am wondering what about that set of mods triggers off microblocks? is there any documentation on this or simply incompatable at their current versions?
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumYou should read through the documentation of the mod or consult the mod author ^^