Problem solved
If you are using Magic Launcher try tossing the mod in the mods folder instead of using magic launchers mod control thing.
Alright so my machine doesn't like modpacks with a ton of mods in it so I decided to just grab the mods I like and make my own. Finally got it to launch after fiddling Forge is awesome. Now I load in a new world to test it, move around no lag which is awesome, open inventory and internal server error and crash. Below is the log file maybe some of you more experienced minecraft modders can help me fix it. This is my first go at modding myself, normally I just stick to packs but the ones with all the mods I like are laggy and hard on my machine.
Edit Found the crash report.
This on is the crash report from the crash report folder
---- Minecraft Crash Report ----
// Don't do that.
java.lang.IllegalAccessError: tried to access field net.minecraft.client.gui.GuiScreen.field_146292_n from class tconstruct.client.tabs.TabRegistry
at tconstruct.client.tabs.TabRegistry.guiPostInit(TabRegistry.java:40)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_66_TabRegistry_guiPostInit_Post.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138)
at net.minecraft.client.gui.GuiScreen.func_146280_a(GuiScreen.java:257)
at net.minecraft.client.Minecraft.func_147108_a(Minecraft.java:797)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1884)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:962)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:887)
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 magic.launcher.Launcher.main(SourceFile:214)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at tconstruct.client.tabs.TabRegistry.guiPostInit(TabRegistry.java:40)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_66_TabRegistry_guiPostInit_Post.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138)
at net.minecraft.client.gui.GuiScreen.func_146280_a(GuiScreen.java:257)
at net.minecraft.client.Minecraft.func_147108_a(Minecraft.java:797)
That's not a full error. You need a full error report.
If I had to guess without it, you're either running out of memory or you're using an incompatible texture/resource pack or wrong forge version for most of those errors.
But it's impossible to say for sure without full report.
Yeah, I saw the TC error, but as he has so many errors, it could also be a more generic issue. He does mention a crash so there should be a report to make things a bit clearer. Hopefully. Somewhere...
Sorry about the block of text. used the spoiler tags this time... forgot that was a thing in text forums what is posted in the spoiler is the crash report. I don't forum often/well. Either the forum or chrome won't let me paste/post the latest fml-client log.
I have magic launcher set to 4000mb which is just under 4gb, I have the recommended Forge, Using the vanilla textures. Could it be that NEI isn't talking to Tinkers I can post a list of the mods I'm using if that would help.
Nah not necessary, it's in the crash report. Sec..
Ok well someone else reports it here: https://github.com/SlimeKnights/TinkersConstruct/issues/1263
What seemed to help them if you read through it is updating forge so try 1291 (I think that's the latest) instead of 1230.
As an aside, why do you have NEI addons if you have no NEI or codechickencore? Or were you just testing if it was conflict thing by taking out NEI and ccc?
If you are using Magic Launcher try tossing the mod in the mods folder instead of using magic launchers mod control thing.
Alright so my machine doesn't like modpacks with a ton of mods in it so I decided to just grab the mods I like and make my own. Finally got it to launch after fiddling Forge is awesome. Now I load in a new world to test it, move around no lag which is awesome, open inventory and internal server error and crash. Below is the log file maybe some of you more experienced minecraft modders can help me fix it. This is my first go at modding myself, normally I just stick to packs but the ones with all the mods I like are laggy and hard on my machine.
Edit Found the crash report.
This on is the crash report from the crash report folder
---- Minecraft Crash Report ----
// Don't do that.
Time: 1/27/15 4:13 PM
Description: Unexpected error
java.lang.IllegalAccessError: tried to access field net.minecraft.client.gui.GuiScreen.field_146292_n from class tconstruct.client.tabs.TabRegistry
at tconstruct.client.tabs.TabRegistry.guiPostInit(TabRegistry.java:40)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_66_TabRegistry_guiPostInit_Post.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138)
at net.minecraft.client.gui.GuiScreen.func_146280_a(GuiScreen.java:257)
at net.minecraft.client.Minecraft.func_147108_a(Minecraft.java:797)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1884)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:962)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:887)
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 magic.launcher.Launcher.main(SourceFile:214)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at tconstruct.client.tabs.TabRegistry.guiPostInit(TabRegistry.java:40)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_66_TabRegistry_guiPostInit_Post.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138)
at net.minecraft.client.gui.GuiScreen.func_146280_a(GuiScreen.java:257)
at net.minecraft.client.Minecraft.func_147108_a(Minecraft.java:797)
-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [EntityClientPlayerMP['ruintheslayer'/335, l='MpServer', x=11.02, y=89.62, z=0.73]]
Chunk stats: MultiplayerChunkCache: 586, 586
Level seed: 0
Level generator: ID 00 - default, ver 1. Features enabled: false
Level generator options:
Level spawn location: World: (0,64,0), Chunk: (at 0,4,0 in 0,0; contains blocks 0,0,0 to 15,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 3675 game time, 3675 day time
Level dimension: 0
Level storage version: 0x00000 - Unknown?
Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
Forced entities: 128 total; [EntitySheep['Sheep'/275, l='MpServer', x=63.84, y=63.00, z=45.22], EntityZombie['Zombie'/274, l='MpServer', x=49.06, y=29.00, z=32.56], EntityZombie['Zombie'/273, l='MpServer', x=53.50, y=30.00, z=45.09], EntityZombie['Zombie'/272, l='MpServer', x=61.41, y=30.00, z=36.94], EntityBat['Bat'/279, l='MpServer', x=53.75, y=28.10, z=53.75], EntityChicken['Chicken'/278, l='MpServer', x=60.63, y=63.00, z=40.38], EntityChicken['Chicken'/277, l='MpServer', x=58.63, y=63.00, z=46.41], EntityChicken['Chicken'/276, l='MpServer', x=53.66, y=63.00, z=46.47], EntitySkeleton['Skeleton'/283, l='MpServer', x=59.38, y=31.00, z=48.41], EntityCreeper['Creeper'/282, l='MpServer', x=49.31, y=27.00, z=54.00], EntityZombie['Zombie'/281, l='MpServer', x=50.59, y=26.00, z=52.89], EntityBat['Bat'/280, l='MpServer', x=53.25, y=26.10, z=55.75], EntityCreeper['Creeper'/287, l='MpServer', x=50.00, y=22.00, z=67.38], EntitySkeleton['Skeleton'/286, l='MpServer', x=48.28, y=28.00, z=71.69], EntityCreeper['Creeper'/285, l='MpServer', x=50.31, y=22.00, z=66.06], EntityBat['Bat'/284, l='MpServer', x=48.30, y=22.00, z=57.77], EntityZombie['Zombie'/258, l='MpServer', x=40.53, y=19.00, z=68.44], EntitySkeleton['Skeleton'/259, l='MpServer', x=32.31, y=16.00, z=74.69], EntityCreeper['Creeper'/256, l='MpServer', x=38.75, y=11.00, z=68.78], EntityZombie['Zombie'/257, l='MpServer', x=33.13, y=13.00, z=68.31], EntityItem['item.item.seeds'/563, l='MpServer', x=-36.19, y=63.13, z=-33.81], EntityCreeper['Creeper'/262, l='MpServer', x=44.88, y=29.00, z=73.28], EntityBat['Bat'/260, l='MpServer', x=40.44, y=20.10, z=73.56], EntityZombie['Zombie'/261, l='MpServer', x=33.34, y=16.00, z=74.28], EntitySheep['Sheep'/266, l='MpServer', x=56.78, y=67.00, z=-39.47], EntityItem['item.tile.flower2.poppy'/267, l='MpServer', x=60.81, y=65.13, z=-37.81], EntitySheep['Sheep'/265, l='MpServer', x=63.16, y=72.00, z=-64.66], EntitySkeleton['Skeleton'/270, l='MpServer', x=71.44, y=23.00, z=16.75], EntityCreeper['Creeper'/271, l='MpServer', x=41.34, y=26.00, z=35.53], EntitySkeleton['Skeleton'/268, l='MpServer', x=62.88, y=24.00, z=9.47], EntitySkeleton['Skeleton'/269, l='MpServer', x=62.78, y=27.00, z=15.50], EntitySpider['Spider'/305, l='MpServer', x=71.09, y=29.00, z=49.44], EntityZombie['Zombie'/304, l='MpServer', x=69.50, y=27.00, z=59.84], EntityChicken['Chicken'/306, l='MpServer', x=67.44, y=63.00, z=58.44], EntitySheep['Sheep'/311, l='MpServer', x=83.81, y=66.13, z=-69.34], EntitySheep['Sheep'/312, l='MpServer', x=81.13, y=66.19, z=-69.03], EntityBat['Bat'/288, l='MpServer', x=52.28, y=30.19, z=74.22], EntitySheep['Sheep'/297, l='MpServer', x=79.16, y=66.00, z=-70.22], EntityCreeper['Creeper'/298, l='MpServer', x=74.00, y=45.00, z=-40.50], EntityItem['item.tile.flower2.poppy'/299, l='MpServer', x=69.53, y=67.13, z=-42.13], EntityItem['item.tile.flower2.poppy'/300, l='MpServer', x=67.34, y=67.13, z=-43.34], EntityCreeper['Creeper'/301, l='MpServer', x=75.09, y=23.00, z=13.00], EntityCreeper['Creeper'/302, l='MpServer', x=67.94, y=26.00, z=17.66], EntityZombie['Zombie'/303, l='MpServer', x=69.56, y=23.00, z=20.13], EntityClientPlayerMP['ruintheslayer'/335, l='MpServer', x=11.02, y=89.62, z=0.73], EntityBat['Bat'/119, l='MpServer', x=-65.69, y=33.50, z=-1.48], EntitySheep['Sheep'/118, l='MpServer', x=-65.75, y=66.00, z=-22.34], EntitySheep['Sheep'/115, l='MpServer', x=-67.63, y=66.00, z=-33.16], EntitySheep['Sheep'/122, l='MpServer', x=-62.38, y=68.00, z=19.53], EntityBat['Bat'/136, l='MpServer', x=-51.48, y=35.95, z=-6.25], EntityCreeper['Creeper'/138, l='MpServer', x=-63.66, y=31.00, z=-2.59], EntitySpider['Spider'/133, l='MpServer', x=-59.44, y=14.00, z=-67.06], EntityCreeper['Creeper'/135, l='MpServer', x=-53.44, y=15.00, z=-65.94], EntityCreeper['Creeper'/134, l='MpServer', x=-61.63, y=13.00, z=-69.06], EntityItem['item.item.barley.seed'/157, l='MpServer', x=-37.88, y=63.13, z=-32.84], EntityItem['item.item.seeds'/158, l='MpServer', x=-34.97, y=64.13, z=-32.41], EntitySheep['Sheep'/159, l='MpServer', x=-35.91, y=68.00, z=-37.88], EntitySheep['Sheep'/171, l='MpServer', x=-18.28, y=83.00, z=-77.81], EntitySheep['Sheep'/175, l='MpServer', x=-19.59, y=82.00, z=13.22], EntitySheep['Sheep'/174, l='MpServer', x=-23.53, y=67.00, z=-17.34], EntitySheep['Sheep'/173, l='MpServer', x=-19.78, y=64.00, z=-14.13], EntityBat['Bat'/172, l='MpServer', x=-17.63, y=52.01, z=-79.52], EntitySheep['Sheep'/162, l='MpServer', x=-33.97, y=69.00, z=-27.91], EntityItem['item.item.cotton.seed'/161, l='MpServer', x=-36.88, y=64.13, z=-30.53], EntityCreeper['Creeper'/160, l='MpServer', x=-46.50, y=46.00, z=-17.00], EntitySheep['Sheep'/186, l='MpServer', x=-11.78, y=84.00, z=-30.53], EntitySheep['Sheep'/187, l='MpServer', x=-16.47, y=77.00, z=-29.47], EntitySheep['Sheep'/184, l='MpServer', x=-17.03, y=79.00, z=-30.53], EntitySheep['Sheep'/185, l='MpServer', x=-17.72, y=76.00, z=-29.53], EntityBat['Bat'/190, l='MpServer', x=5.17, y=27.03, z=15.90], EntitySheep['Sheep'/191, l='MpServer', x=-8.94, y=78.00, z=4.25], EntitySkeleton['Skeleton'/188, l='MpServer', x=-2.91, y=25.00, z=3.34], EntityZombie['Zombie'/189, l='MpServer', x=-0.22, y=21.00, z=12.22], EntitySheep['Sheep'/178, l='MpServer', x=-22.94, y=90.00, z=27.13], EntitySheep['Sheep'/176, l='MpServer', x=-24.91, y=90.00, z=30.06], EntitySheep['Sheep'/177, l='MpServer', x=-19.22, y=89.00, z=26.88], EntitySheep['Sheep'/182, l='MpServer', x=-14.53, y=88.00, z=-72.84], EntitySheep['Sheep'/183, l='MpServer', x=-15.94, y=87.00, z=-41.47], EntitySheep['Sheep'/181, l='MpServer', x=-5.38, y=83.00, z=-71.88], EntityZombie['Zombie'/205, l='MpServer', x=2.50, y=25.00, z=8.50], EntitySheep['Sheep'/204, l='MpServer', x=8.91, y=87.00, z=-35.03], EntitySpider['Spider'/207, l='MpServer', x=6.72, y=54.00, z=-0.38], EntitySkeleton['Skeleton'/206, l='MpServer', x=3.09, y=22.00, z=8.53], EntityPig['Pig'/203, l='MpServer', x=9.16, y=88.00, z=-51.38], EntitySheep['Sheep'/202, l='MpServer', x=13.19, y=70.00, z=-71.91], EntitySheep['Sheep'/193, l='MpServer', x=-12.19, y=89.00, z=29.31], EntitySheep['Sheep'/192, l='MpServer', x=-6.91, y=88.00, z=18.06], EntityCreeper['Creeper'/220, l='MpServer', x=30.34, y=46.00, z=22.00], EntitySkeleton['Skeleton'/221, l='MpServer', x=30.34, y=14.00, z=70.13], EntityCreeper['Creeper'/216, l='MpServer', x=17.00, y=45.00, z=13.56], EntitySheep['Sheep'/217, l='MpServer', x=23.94, y=88.00, z=6.84], EntityBat['Bat'/218, l='MpServer', x=28.51, y=29.57, z=18.56], EntityBat['Bat'/219, l='MpServer', x=18.72, y=25.05, z=19.51], EntitySheep['Sheep'/212, l='MpServer', x=25.94, y=65.00, z=-76.88], EntityPig['Pig'/213, l='MpServer', x=21.16, y=88.00, z=-48.13], EntityPig['Pig'/214, l='MpServer', x=31.97, y=87.00, z=-44.59], EntitySheep['Sheep'/215, l='MpServer', x=18.34, y=88.00, z=-4.75], EntitySheep['Sheep'/208, l='MpServer', x=-3.47, y=84.00, z=4.09], EntityBat['Bat'/209, l='MpServer', x=3.50, y=29.35, z=12.47], EntityCreeper['Creeper'/239, l='MpServer', x=34.44, y=55.00, z=10.94], EntityCreeper['Creeper'/238, l='MpServer', x=32.53, y=56.00, z=15.03], EntitySpider['Spider'/237, l='MpServer', x=42.94, y=52.00, z=-0.28], EntitySheep['Sheep'/236, l='MpServer', x=35.56, y=85.00, z=-34.69], EntitySpider['Spider'/235, l='MpServer', x=41.84, y=33.00, z=-28.72], EntityZombie['Zombie'/234, l='MpServer', x=35.56, y=31.00, z=-30.00], EntityPig['Pig'/233, l='MpServer', x=32.31, y=87.00, z=-39.13], EntitySheep['Sheep'/232, l='MpServer', x=37.28, y=84.00, z=-33.81], EntitySheep['Sheep'/231, l='MpServer', x=34.47, y=86.00, z=-33.59], EntitySheep['Sheep'/230, l='MpServer', x=32.16, y=87.00, z=-37.84], EntitySheep['Sheep'/229, l='MpServer', x=39.47, y=76.00, z=-42.19], EntitySheep['Sheep'/228, l='MpServer', x=49.88, y=68.00, z=-48.16], EntitySheep['Sheep'/227, l='MpServer', x=35.94, y=85.00, z=-33.47], EntityBat['Bat'/254, l='MpServer', x=26.28, y=20.00, z=37.25], EntityCreeper['Creeper'/255, l='MpServer', x=47.25, y=29.00, z=49.94], EntityCreeper['Creeper'/252, l='MpServer', x=44.31, y=18.00, z=58.91], EntitySkeleton['Skeleton'/253, l='MpServer', x=42.88, y=30.00, z=49.56], EntityCreeper['Creeper'/250, l='MpServer', x=43.97, y=15.00, z=61.72], EntityBat['Bat'/251, l='MpServer', x=46.75, y=20.78, z=60.47], EntityZombie['Zombie'/248, l='MpServer', x=45.50, y=30.00, z=41.03], EntitySkeleton['Skeleton'/249, l='MpServer', x=36.09, y=18.00, z=46.34], EntityBat['Bat'/246, l='MpServer', x=27.14, y=31.47, z=15.92], EntityZombie['Zombie'/247, l='MpServer', x=41.50, y=30.00, z=45.13], EntityZombie['Zombie'/244, l='MpServer', x=35.69, y=26.00, z=20.91], EntitySkeleton['Skeleton'/245, l='MpServer', x=47.50, y=30.00, z=28.09], EntitySkeleton['Skeleton'/242, l='MpServer', x=38.53, y=29.00, z=16.88], EntityZombie['Zombie'/243, l='MpServer', x=47.59, y=30.00, z=22.94], EntitySheep['Sheep'/240, l='MpServer', x=34.50, y=76.00, z=13.75], EntityCreeper['Creeper'/241, l='MpServer', x=32.63, y=26.00, z=17.94]]
Retry entities: 0 total; []
Server brand: fml,forge
Server type: Integrated singleplayer server
Stacktrace:
at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:373)
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2433)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:916)
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 magic.launcher.Launcher.main(SourceFile:214)
-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.7.0_51, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 2984198512 bytes (2845 MB) / 3959422976 bytes (3776 MB) up to 3959422976 bytes (3776 MB)
JVM Flags: 3 total; -Xms4000m -Xmx4000m -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 94
FML: MCP v9.05 FML v7.10.85.1230 Minecraft Forge 10.13.2.1230 31 mods loaded, 31 mods active
mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
FML{7.10.85.1230} [Forge Mod Loader] (forge-1.7.10-10.13.2.1230.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Forge{10.13.2.1230} [Minecraft Forge] (forge-1.7.10-10.13.2.1230.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Mystcraft{0.11.0.00} [Mystcraft] (mystcraft-1.7.10-0.11.0.00.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
CarpentersBlocks{3.3.4.4} [Carpenter's Blocks] (Carpenter's Blocks v3.3.4.4 - MC 1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Waila{1.5.8} [Waila] (Waila-1.5.8a_1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
StorageDrawers{1.2.0} [Storage Drawers] (StorageDrawers-1.7.10-1.2.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
RPGAdvMod{1.0.0} [RPGAdvMod] (RPGAdvMod-1.0.0_1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
pplus{1.7.10} [Peaceful+] (Peaceful Plus [1.7.10].jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
journeymap{5.0.1} [JourneyMap] (JourneyMap5.0.1_Unlimited_MC1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
JABBA{1.2.0a} [JABBA] (Jabba-1.2.0a_1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
betterstorage{0.11.3.123} [BetterStorage] (BetterStorage-1.7.10-0.11.3.123.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Mantle{1.7.10-0.3.2.jenkins184} [Mantle] (Mantle-1.7.10-0.3.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
TConstruct{1.7.10-1.8.2.build858} [Tinkers' Construct] (TConstruct-1.7.10-1.8.2a.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
graveltoclay{1.0} [graveltoclay] (graveltoclay-1.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
CoFHCore{1.7.10R3.0.0B8} [CoFH Core] (CoFHCore-[1.7.10]3.0.0B8-36.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ExtraUtilities{1.2.1} [Extra Utilities] (extrautilities-1.2.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
EnderIO{1.7.10-2.2.7.325} [Ender IO] (EnderIO-1.7.10-2.2.7.325.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
chisel{1.5.7} [Chisel] (Chisel-1.7.10-1.5.7.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BiblioCraft{1.9.2} [BiblioCraft] (BiblioCraft[v1.9.2][MC1.7.10].jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Natura{2.2.0} [Natura] (natura-1.7.10-2.2.0.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BiblioWoodsNatura{1.3} [BiblioWoods Natura Edition] (BiblioWoods[Natura][v1.3].jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Artifice{1.7.10R1.1.4} [Artifice] (Artifice-1.7.10-1.1.4-310.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
NEIAddons{1.12.3.11} [NEI Addons] (neiaddons-mc1710-1.12.3.11.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
NEIAddons|Botany{1.12.3.11} [NEI Addons: Botany] (neiaddons-mc1710-1.12.3.11.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
NEIAddons|Forestry{1.12.3.11} [NEI Addons: Forestry] (neiaddons-mc1710-1.12.3.11.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
NEIAddons|CraftingTables{1.12.3.11} [NEI Addons: Crafting Tables] (neiaddons-mc1710-1.12.3.11.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
NEIAddons|ExNihilo{1.12.3.11} [NEI Addons: Ex Nihilo] (neiaddons-mc1710-1.12.3.11.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
millenaire{6.0.0} [Millénaire] (millenaire-6.0.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
IguanaTweaksTConstruct{1.7.10-2.1.2.101} [Iguana Tinker Tweaks] (IguanaTinkerTweaks-1.7.10-2.1.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Mantle Environment: Environment healthy.
TConstruct Environment: Environment healthy.
Launched Version: 1.7.10-Forge10.13.2.1230
LWJGL: 2.9.1
OpenGL: AMD Radeon HD 5700 Series GL version 4.4.13283 Compatibility Profile Context 14.501.1003.0, ATI Technologies Inc.
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 (1)
If I had to guess without it, you're either running out of memory or you're using an incompatible texture/resource pack or wrong forge version for most of those errors.
But it's impossible to say for sure without full report.
Btw, try using spoilers. Like
Crash report would pop up after the game has force closed. Or sometimes it's saved as a text file in your minecraft folder
I have magic launcher set to 4000mb which is just under 4gb, I have the recommended Forge, Using the vanilla textures. Could it be that NEI isn't talking to Tinkers I can post a list of the mods I'm using if that would help.
Ok well someone else reports it here:
https://github.com/SlimeKnights/TinkersConstruct/issues/1263
What seemed to help them if you read through it is updating forge so try 1291 (I think that's the latest) instead of 1230.
As an aside, why do you have NEI addons if you have no NEI or codechickencore? Or were you just testing if it was conflict thing by taking out NEI and ccc?
And hasn't fixed it.