I've decided to put a bunch of mods together and open up forge server. All the mods run fine and dont conflict with anything and im able to join and play on the server and stuff, but when i try to click an item on NEI to see how to craft it or whatever it crashes my client. (just my client) if anyone has ideas on what to do please let me know
Crash Report:
java.lang.NoSuchFieldError: recipes
at tonius.neiintegration.forestry.RecipeHandlerCentrifuge.loadCraftingRecipes(RecipeHandlerCentrifuge.java:114)
at codechicken.nei.recipe.TemplateRecipeHandler.loadCraftingRecipes(TemplateRecipeHandler.java:327)
at tonius.neiintegration.RecipeHandlerBase.loadCraftingRecipes(RecipeHandlerBase.java:100)
at codechicken.nei.recipe.TemplateRecipeHandler.getRecipeHandler(TemplateRecipeHandler.java:465)
at codechicken.nei.recipe.GuiCraftingRecipe.openRecipeGui(GuiCraftingRecipe.java:20)
at codechicken.nei.ItemPanel.mouseUp(ItemPanel.java:258)
at codechicken.nei.LayoutManager.onMouseUp(LayoutManager.java:166)
at codechicken.nei.guihook.GuiContainerManager.mouseUp(GuiContainerManager.java:365)
at codechicken.nei.guihook.GuiContainerManager.overrideMouseUp(GuiContainerManager.java:357)
at net.minecraft.client.gui.inventory.GuiContainer.func_146286_b(GuiContainer.java)
at net.minecraft.client.gui.GuiScreen.func_146274_d(GuiScreen.java:306)
at net.minecraft.client.gui.inventory.GuiContainer.func_146274_d(GuiContainer.java)
at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:268)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1640)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:973)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898)
at net.minecraft.client.main.Main.main(SourceFile:148)
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:483)
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 tonius.neiintegration.forestry.RecipeHandlerCentrifuge.loadCraftingRecipes(RecipeHandlerCentrifuge.java:114)
at codechicken.nei.recipe.TemplateRecipeHandler.loadCraftingRecipes(TemplateRecipeHandler.java:327)
at tonius.neiintegration.RecipeHandlerBase.loadCraftingRecipes(RecipeHandlerBase.java:100)
at codechicken.nei.recipe.TemplateRecipeHandler.getRecipeHandler(TemplateRecipeHandler.java:465)
at codechicken.nei.recipe.GuiCraftingRecipe.openRecipeGui(GuiCraftingRecipe.java:20)
at codechicken.nei.ItemPanel.mouseUp(ItemPanel.java:258)
at codechicken.nei.LayoutManager.onMouseUp(LayoutManager.java:166)
at codechicken.nei.guihook.GuiContainerManager.mouseUp(GuiContainerManager.java:365)
at codechicken.nei.guihook.GuiContainerManager.overrideMouseUp(GuiContainerManager.java:357)
at net.minecraft.client.gui.inventory.GuiContainer.func_146286_b(GuiContainer.java)
at net.minecraft.client.gui.GuiScreen.func_146274_d(GuiScreen.java:306)
at net.minecraft.client.gui.inventory.GuiContainer.func_146274_d(GuiContainer.java)
at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:268)
Im also facing a Not Enough Items crash but in 1.8
I updated my Java
Downloaded the latest CodeChickenCore and NotEnoughItems
It just spits out this crash
[15:39:24] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
[15:39:24] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
[15:39:24] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLTweaker
[15:39:24] [main/INFO] [FML]: Forge Mod Loader version 11.14.4.1563 for Minecraft 1.8 loading
[15:39:24] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_25, running on Windows 7:amd64:6.1, installed at C:\Users\User\Desktop\Minecraft\runtime\jre-x64\1.8.0_25
[15:39:24] [main/WARN] [FML]: The coremod codechicken.core.launch.CodeChickenCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[15:39:24] [main/WARN] [FML]: The coremod codechicken.lib.asm.CCLCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[15:39:24] [main/WARN] [FML]: The coremod codechicken.lib.asm.CCLCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[15:39:24] [main/WARN] [FML]: The coremod codechicken.nei.asm.NEICorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[15:39:24] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[15:39:24] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[15:39:24] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[15:39:24] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[15:39:24] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[15:39:27] [main/INFO] [FML]: Found valid fingerprint for Minecraft. Certificate fingerprint cd99959656f753dc28d863b46769f7f8fbaefcfc
[15:39:27] [main/ERROR] [FML]: FML appears to be missing any signature data. This is not a good thing
[15:39:27] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[15:39:27] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[15:39:28] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[15:39:28] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[15:39:28] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[15:39:28] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[15:39:28] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[15:39:28] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker
[15:39:28] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker
[15:39:28] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main}
[15:39:30] [main/INFO] [STDOUT]: [net.minecraft.client.main.Main:main:55]: Completely ignored arguments: [--nativeLauncherVersion, 286]
[15:39:30] [Client thread/INFO]: Setting user: LiamPlayzMC
[15:39:36] [Client thread/INFO]: LWJGL Version: 2.9.1
[15:39:37] [Client thread/INFO] [STDOUT]: [net.minecraftforge.fml.client.SplashProgress:start:246]: ---- Minecraft Crash Report ----
WARNING: coremods are present:
CCLCorePlugin (CodeChickenLib-1.8-1.1.2.133-universal.jar)
CodeChickenCorePlugin (CodeChickenCore-1.8-1.0.5.36-universal.jar)
CCCDeobfPlugin (unknown)
NEICorePlugin (NotEnoughItems-1.8-1.0.5.104-universal.jar)
Contact their authors BEFORE contacting forge
// Oh - I know what I did wrong!
Time: 2015/12/02 3:39 PM
Description: Loading screen debug info
This is just a prompt for computer specs to be printed. THIS IS NOT A ERROR
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
I've decided to put a bunch of mods together and open up forge server. All the mods run fine and dont conflict with anything and im able to join and play on the server and stuff, but when i try to click an item on NEI to see how to craft it or whatever it crashes my client. (just my client) if anyone has ideas on what to do please let me know
Crash Report:
java.lang.NoSuchFieldError: recipes
at tonius.neiintegration.forestry.RecipeHandlerCentrifuge.loadCraftingRecipes(RecipeHandlerCentrifuge.java:114)
at codechicken.nei.recipe.TemplateRecipeHandler.loadCraftingRecipes(TemplateRecipeHandler.java:327)
at tonius.neiintegration.RecipeHandlerBase.loadCraftingRecipes(RecipeHandlerBase.java:100)
at codechicken.nei.recipe.TemplateRecipeHandler.getRecipeHandler(TemplateRecipeHandler.java:465)
at codechicken.nei.recipe.GuiCraftingRecipe.openRecipeGui(GuiCraftingRecipe.java:20)
at codechicken.nei.ItemPanel.mouseUp(ItemPanel.java:258)
at codechicken.nei.LayoutManager.onMouseUp(LayoutManager.java:166)
at codechicken.nei.guihook.GuiContainerManager.mouseUp(GuiContainerManager.java:365)
at codechicken.nei.guihook.GuiContainerManager.overrideMouseUp(GuiContainerManager.java:357)
at net.minecraft.client.gui.inventory.GuiContainer.func_146286_b(GuiContainer.java)
at net.minecraft.client.gui.GuiScreen.func_146274_d(GuiScreen.java:306)
at net.minecraft.client.gui.inventory.GuiContainer.func_146274_d(GuiContainer.java)
at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:268)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1640)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:973)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898)
at net.minecraft.client.main.Main.main(SourceFile:148)
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:483)
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 tonius.neiintegration.forestry.RecipeHandlerCentrifuge.loadCraftingRecipes(RecipeHandlerCentrifuge.java:114)
at codechicken.nei.recipe.TemplateRecipeHandler.loadCraftingRecipes(TemplateRecipeHandler.java:327)
at tonius.neiintegration.RecipeHandlerBase.loadCraftingRecipes(RecipeHandlerBase.java:100)
at codechicken.nei.recipe.TemplateRecipeHandler.getRecipeHandler(TemplateRecipeHandler.java:465)
at codechicken.nei.recipe.GuiCraftingRecipe.openRecipeGui(GuiCraftingRecipe.java:20)
at codechicken.nei.ItemPanel.mouseUp(ItemPanel.java:258)
at codechicken.nei.LayoutManager.onMouseUp(LayoutManager.java:166)
at codechicken.nei.guihook.GuiContainerManager.mouseUp(GuiContainerManager.java:365)
at codechicken.nei.guihook.GuiContainerManager.overrideMouseUp(GuiContainerManager.java:357)
at net.minecraft.client.gui.inventory.GuiContainer.func_146286_b(GuiContainer.java)
at net.minecraft.client.gui.GuiScreen.func_146274_d(GuiScreen.java:306)
at net.minecraft.client.gui.inventory.GuiContainer.func_146274_d(GuiContainer.java)
at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:268)
-- Affected screen --
Details:
Screen name: net.minecraft.client.gui.inventory.GuiInventory
-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [GCEntityClientPlayerMP['Bread___Crumbs'/1788, l='MpServer', x=160.72, y=78.62, z=165.98]]
Chunk stats: MultiplayerChunkCache: 411, 411
Level seed: 0
Level generator: ID 00 - default, ver 1. Features enabled: false
Level generator options:
Level spawn location: World: (180,64,209), Chunk: (at 4,4,1 in 11,13; contains blocks 176,0,208 to 191,255,223), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 122783 game time, 122783 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: 91 total; [EntityBat['Bat'/2561, l='MpServer', x=225.70, y=16.04, z=175.94], EntityBat['Bat'/2562, l='MpServer', x=233.58, y=19.70, z=184.58], EntityZombie['Zombie'/2825, l='MpServer', x=88.50, y=24.00, z=165.04], EntitySkeleton['Skeleton'/2826, l='MpServer', x=92.50, y=24.00, z=158.00], EntitySkeleton['Skeleton'/2827, l='MpServer', x=90.50, y=24.00, z=157.50], EntityZombie['Zombie'/1036, l='MpServer', x=99.50, y=38.00, z=168.50], EntitySpider['Spider'/2828, l='MpServer', x=91.03, y=23.00, z=160.50], EntityBat['Bat'/2081, l='MpServer', x=146.72, y=25.67, z=229.91], GCEntityClientPlayerMP['Bread___Crumbs'/1788, l='MpServer', x=160.72, y=78.62, z=165.98], EntitySheep['Sheep'/59, l='MpServer', x=106.34, y=64.00, z=100.50], EntitySkeleton['Skeleton'/2364, l='MpServer', x=162.50, y=34.00, z=199.50], EntityZombie['Zombie'/2365, l='MpServer', x=167.50, y=34.00, z=202.50], EntityZombie['Zombie'/2366, l='MpServer', x=169.50, y=34.00, z=199.50], EntityBat['Bat'/1856, l='MpServer', x=159.56, y=28.81, z=211.40], EntityCreeper['Creeper'/68, l='MpServer', x=111.50, y=26.00, z=155.50], EntityZombie['Zombie'/2381, l='MpServer', x=133.50, y=16.00, z=213.50], EntitySpider['Spider'/2385, l='MpServer', x=198.50, y=56.00, z=241.50], EntityZombie['Zombie'/2898, l='MpServer', x=91.63, y=23.00, z=162.47], EntityZombie['Zombie'/2899, l='MpServer', x=90.72, y=23.00, z=164.16], EntitySheep['Sheep'/87, l='MpServer', x=124.97, y=63.00, z=100.84], EntityZombie['Zombie'/2648, l='MpServer', x=164.50, y=44.00, z=219.50], EntitySheep['Sheep'/88, l='MpServer', x=126.19, y=63.00, z=101.63], EntitySheep['Sheep'/89, l='MpServer', x=113.28, y=67.00, z=96.44], EntitySkeleton['Skeleton'/1884, l='MpServer', x=238.50, y=21.00, z=195.50], EntitySkeleton['Skeleton'/1885, l='MpServer', x=237.50, y=21.00, z=195.50], EntityCreeper['Creeper'/864, l='MpServer', x=118.41, y=15.00, z=215.00], EntitySheep['Sheep'/102, l='MpServer', x=118.44, y=63.00, z=213.81], EntityCreeper['Creeper'/1129, l='MpServer', x=89.66, y=23.00, z=164.66], EntitySheep['Sheep'/111, l='MpServer', x=130.09, y=76.00, z=88.97], EntitySheep['Sheep'/112, l='MpServer', x=133.53, y=81.00, z=104.50], EntitySheep['Sheep'/113, l='MpServer', x=132.22, y=80.00, z=104.28], EntityCreeper['Creeper'/2931, l='MpServer', x=212.50, y=18.00, z=236.50], EntityCreeper['Creeper'/2932, l='MpServer', x=212.50, y=18.00, z=239.50], EntityCreeper['Creeper'/2933, l='MpServer', x=213.50, y=18.00, z=240.50], EntitySheep['Sheep'/121, l='MpServer', x=142.28, y=72.00, z=138.66], EntitySheep['Sheep'/129, l='MpServer', x=158.91, y=65.00, z=213.91], EntityCreeper['Creeper'/2433, l='MpServer', x=124.50, y=25.00, z=208.50], EntityZombie['Zombie'/2945, l='MpServer', x=106.50, y=33.00, z=159.50], EntityCreeper['Creeper'/2434, l='MpServer', x=123.50, y=25.00, z=205.50], EntitySheep['Sheep'/131, l='MpServer', x=142.63, y=63.00, z=228.88], EntityChicken['Chicken'/133, l='MpServer', x=155.47, y=64.00, z=241.47], EntityItem['item.tile.log.big_oak'/1928, l='MpServer', x=160.28, y=72.13, z=188.41], EntitySkeleton['Skeleton'/394, l='MpServer', x=126.50, y=63.00, z=186.50], EntitySheep['Sheep'/141, l='MpServer', x=173.84, y=63.00, z=150.44], EntityItem['item.tile.dirt.default'/1933, l='MpServer', x=160.84, y=72.13, z=184.84], EntitySheep['Sheep'/142, l='MpServer', x=172.69, y=63.00, z=150.31], EntitySheep['Sheep'/143, l='MpServer', x=168.56, y=63.00, z=149.63], EntitySheep['Sheep'/144, l='MpServer', x=162.41, y=65.00, z=157.53], EntitySheep['Sheep'/145, l='MpServer', x=173.75, y=71.00, z=193.81], EntityBat['Bat'/2449, l='MpServer', x=114.58, y=25.55, z=156.48], EntityBat['Bat'/2450, l='MpServer', x=108.53, y=23.78, z=162.97], EntitySheep['Sheep'/147, l='MpServer', x=177.53, y=73.00, z=200.59], EntityBat['Bat'/2452, l='MpServer', x=198.75, y=56.77, z=231.10], EntitySheep['Sheep'/149, l='MpServer', x=176.22, y=73.00, z=201.84], EntitySheep['Sheep'/157, l='MpServer', x=169.69, y=62.02, z=137.47], EntitySheep['Sheep'/158, l='MpServer', x=183.88, y=66.00, z=120.38], EntitySlime['Slime'/159, l='MpServer', x=187.63, y=62.00, z=170.38], EntityChicken['Chicken'/160, l='MpServer', x=183.53, y=72.00, z=171.59], EntitySheep['Sheep'/161, l='MpServer', x=202.47, y=63.00, z=181.09], EntitySheep['Sheep'/162, l='MpServer', x=187.50, y=71.00, z=226.50], EntityChicken['Chicken'/164, l='MpServer', x=185.47, y=64.00, z=244.41], EntityBat['Bat'/2981, l='MpServer', x=224.25, y=15.00, z=176.53], EntitySquid['Squid'/2214, l='MpServer', x=99.13, y=52.13, z=220.53], EntityCreeper['Creeper'/1959, l='MpServer', x=110.06, y=40.00, z=244.34], EntitySquid['Squid'/2216, l='MpServer', x=100.22, y=51.03, z=215.66], EntitySquid['Squid'/2219, l='MpServer', x=104.38, y=53.31, z=214.06], EntitySheep['Sheep'/172, l='MpServer', x=196.50, y=75.00, z=221.97], EntitySquid['Squid'/2220, l='MpServer', x=100.06, y=51.34, z=211.44], EntitySheep['Sheep'/173, l='MpServer', x=211.81, y=74.00, z=189.13], EntitySquid['Squid'/2223, l='MpServer', x=108.50, y=48.81, z=212.03], EntitySquid['Squid'/2224, l='MpServer', x=107.44, y=53.31, z=214.78], EntitySquid['Squid'/2225, l='MpServer', x=109.47, y=53.06, z=213.84], EntitySquid['Squid'/2227, l='MpServer', x=106.63, y=58.09, z=174.31], EntitySquid['Squid'/2229, l='MpServer', x=97.16, y=55.94, z=171.44], EntitySquid['Squid'/2232, l='MpServer', x=99.25, y=56.72, z=186.72], EntitySquid['Squid'/2233, l='MpServer', x=97.28, y=57.28, z=185.69], EntitySheep['Sheep'/186, l='MpServer', x=209.09, y=70.00, z=185.88], EntityCreeper['Creeper'/2757, l='MpServer', x=181.50, y=47.00, z=236.50], EntityCreeper['Creeper'/2758, l='MpServer', x=183.50, y=47.00, z=237.50], EntityCreeper['Creeper'/2759, l='MpServer', x=182.50, y=47.00, z=238.50], EntitySquid['Squid'/2250, l='MpServer', x=109.41, y=59.06, z=163.59], EntitySquid['Squid'/2251, l='MpServer', x=111.81, y=59.34, z=168.78], EntitySquid['Squid'/2252, l='MpServer', x=105.94, y=58.84, z=166.50], EntitySquid['Squid'/2253, l='MpServer', x=108.94, y=58.38, z=170.84], EntitySquid['Squid'/2255, l='MpServer', x=115.63, y=58.16, z=155.16], EntityZombie['Zombie'/208, l='MpServer', x=224.84, y=46.00, z=238.50], EntitySquid['Squid'/2256, l='MpServer', x=103.03, y=59.34, z=156.97], EntitySquid['Squid'/2257, l='MpServer', x=99.41, y=59.31, z=154.88], EntitySquid['Squid'/2258, l='MpServer', x=104.16, y=59.34, z=154.03], EntitySquid['Squid'/2259, l='MpServer', x=100.41, y=59.34, z=152.72], EntityZombie['Zombie'/1751, l='MpServer', x=233.59, y=19.00, z=190.00]]
Retry entities: 0 total; []
Server brand: fml,forge
Server type: Non-integrated multiplayer server
Stacktrace:
at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:373)
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2444)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:919)
at net.minecraft.client.main.Main.main(SourceFile:148)
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:483)
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_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 108529952 bytes (103 MB) / 1060372480 bytes (1011 MB) up to 1060372480 bytes (1011 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
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.1448 89 mods loaded, 89 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHIJA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
UCHIJA FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1448-1.7.10.jar)
UCHIJA Forge{10.13.4.1448} [Minecraft Forge] (forge-1.7.10-10.13.4.1448-1.7.10.jar)
UCHIJA appliedenergistics2-core{rv2-beta-7} [AppliedEnergistics2 Core] (minecraft.jar)
UCHIJA CodeChickenCore{1.0.5.37} [CodeChicken Core] (minecraft.jar)
UCHIJA Micdoodlecore{} [Micdoodle8 Core] (minecraft.jar)
UCHIJA NotEnoughItems{1.0.3.74} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.3.74-universal.jar)
UCHIJA <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
UCHIJA securitycraft{v1.7.4.1} [SecurityCraft] ([1.7.10] SecurityCraft v1.7.4.1.jar)
UCHIJA gregapi{GT6-MC1710} [Greg-API] (gregtech_1.7.10-6.00.50 (1).jar)
UCHIJA IC2{2.2.767-experimental} [IndustrialCraft 2] (industrialcraft-2-2.2.767-experimental (1).jar)
UCHIJA AdvancedSolarPanel{1.7.10-3.5.1} [Advanced Solar Panels] (AdvancedSolarPanel-1.7.10-3.5.1.jar)
UCHIJA AnimationAPI{1.2.4} [AnimationAPI] (AnimationAPI-1.7.10-1.2.4.jar)
UCHIJA appliedenergistics2{rv2-beta-7} [Applied Energistics 2] (appliedenergistics2-rv2-beta-7.jar)
UCHIJA bdlib{1.9.0.94} [BD Lib] (bdlib-1.9.0.94-mc1.7.10.jar)
UCHIJA CoFHCore{1.7.10R3.0.2} [CoFH Core] (CoFHCore-[1.7.10]3.0.2-262.jar)
UCHIJA BuildCraft|Core{6.3.3} [BuildCraft] (buildcraft-6.3.3.jar)
UCHIJA Forestry{3.6.3.20} [Forestry for Minecraft] (forestry_1.7.10-3.6.3.20.jar)
UCHIJA BinnieCore{2.0-pre14} [Binnie Core] (binnie-mods-2.0-pre14.jar)
UCHIJA Botany{2.0-pre14} [Botany] (binnie-mods-2.0-pre14.jar)
UCHIJA ExtraBees{2.0-pre14} [Extra Bees] (binnie-mods-2.0-pre14.jar)
UCHIJA ExtraTrees{2.0-pre14} [Extra Trees] (binnie-mods-2.0-pre14.jar)
UCHIJA Genetics{2.0-pre14} [Genetics] (binnie-mods-2.0-pre14.jar)
UCHIJA BuildCraft|Transport{6.3.3} [BC Transport] (buildcraft-6.3.3.jar)
UCHIJA BuildCraft|Silicon{6.3.3} [BC Silicon] (buildcraft-6.3.3.jar)
UCHIJA BuildCraft|Builders{6.3.3} [BC Builders] (buildcraft-6.3.3.jar)
UCHIJA BuildCraft|Energy{6.3.3} [BC Energy] (buildcraft-6.3.3.jar)
UCHIJA BuildCraft|Factory{6.3.3} [BC Factory] (buildcraft-6.3.3.jar)
UCHIJA ChickenChunks{1.3.4.16} [ChickenChunks] (ChickenChunks-1.7.10-1.3.4.16-universal.jar)
UCHIJA ComputerCraft{1.73} [ComputerCraft] (ComputerCraft1.73.jar)
UCHIJA cookiecore{1.3.0} [Cookie Core] (cookiecore-1.3.0.jar)
UCHIJA MineFactoryReloaded{1.7.10R2.8.0} [MineFactory Reloaded] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJA EnderIO{1.7.10-2.2.7.325} [Ender IO] (EnderIO-1.7.10-2.2.7.325.jar)
UCHIJA EnderStorage{1.4.7.33} [EnderStorage] (EnderStorage-1.7.10-1.4.7.33-universal.jar)
UCHIJA GalacticraftCore{3.0.12} [Galacticraft Core] (GalacticraftCore-1.7-3.0.12.344.jar)
UCHIJA GalacticraftMars{3.0.12} [Galacticraft Planets] (Galacticraft-Planets-1.7-3.0.12.344.jar)
UCHIJA gendustry{1.5.2.107} [GenDustry] (gendustry-1.5.2.107-mc1.7.10.jar)
UCHIJA GraviSuite{1.7.10-2.0.3} [Graviation Suite] (GraviSuite-1.7.10-2.0.3.jar)
UCHIJA IC2NuclearControl{2.1.2a} [Nuclear Control 2] (IC2NuclearControl-2.1.2a.jar)
UCHIJA ThermalFoundation{1.7.10R1.0.0} [Thermal Foundation] (ThermalFoundation-[1.7.10]1.0.0-81.jar)
UCHIJA ThermalExpansion{1.7.10R4.0.1} [Thermal Expansion] (ThermalExpansion-[1.7.10]4.0.1-182.jar)
UCHIJA TwilightForest{2.3.2} [The Twilight Forest] (twilightforest-1.7.10-2.3.2.jar)
UCHIJA gregtech{GT6-MC1710} [GregTech] (gregtech_1.7.10-6.00.50 (1).jar)
UCHIJA Mantle{1.7.10-0.3.2.jenkins184} [Mantle] (Mantle-1.7.10-0.3.2.jar)
UCHIJA MineFactoryReloaded|CompatAppliedEnergistics{1.7.10R2.8.0} [MFR Compat: Applied Energistics] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJA MineFactoryReloaded|CompatAtum{1.7.10R2.8.0} [MFR Compat: Atum] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJA MineFactoryReloaded|CompatBackTools{1.7.10R2.8.0} [MFR Compat: BackTools] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJA MineFactoryReloaded|CompatBuildCraft{1.7.10R2.8.0} [MFR Compat: BuildCraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJA MineFactoryReloaded|CompatChococraft{1.7.10R2.8.0} [MFR Compat: Chococraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJA MineFactoryReloaded|CompatExtraBiomes{1.7.10R2.8.0} [MFR Compat: ExtraBiomes] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJA MineFactoryReloaded|CompatForestry{1.7.10R2.8.0} [MFR Compat: Forestry] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJA MineFactoryReloaded|CompatForgeMicroblock{1.7.10R2.8.0} [MFR Compat: ForgeMicroblock] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJA MineFactoryReloaded|CompatIC2{1.7.10R2.8.0} [MFR Compat: IC2] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJA MineFactoryReloaded|CompatMystcraft{1.7.10R2.8.0} [MFR Compat: Mystcraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJA ForgeMultipart{1.2.0.345} [Forge Multipart] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
UCHIJA MrTJPCoreMod{1.1.0.31} [MrTJPCore] (MrTJPCore-1.7.10-1.1.0.31-universal.jar)
UCHIJA ProjRed|Core{4.7.0pre8.92} [ProjectRed Core] (ProjectRed-1.7.10-4.7.0pre8.92-Base.jar)
UCHIJA ProjRed|Exploration{4.7.0pre8.92} [ProjectRed Exploration] (ProjectRed-1.7.10-4.7.0pre8.92-World.jar)
UCHIJA MineFactoryReloaded|CompatProjRed{1.7.10R2.8.0} [MFR Compat ProjectRed] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJA MineFactoryReloaded|CompatRailcraft{1.7.10R2.8.0} [MFR Compat: Railcraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJA MineFactoryReloaded|CompatSufficientBiomes{1.7.10R2.8.0} [MFR Compat: Sufficient Biomes] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJA MineFactoryReloaded|CompatThaumcraft{1.7.10R2.8.0} [MFR Compat: Thaumcraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJA MineFactoryReloaded|CompatThermalExpansion{1.7.10R2.8.0} [MFR Compat: Thermal Expansion] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJA TConstruct{1.7.10-1.8.3.build919} [Tinkers' Construct] (TConstruct-1.7.10-1.8.3b.jar)
UCHIJA MineFactoryReloaded|CompatTConstruct{1.7.10R2.8.0} [MFR Compat: Tinkers' Construct] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJA MineFactoryReloaded|CompatTwilightForest{1.7.10R2.8.0} [MFR Compat: TwilightForest] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJA MineFactoryReloaded|CompatVanilla{1.7.10R2.8.0} [MFR Compat: Vanilla] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJA MorePlanet{1.2.9} [More Planets] (More-Planets-1.7.10-1.2.9.jar)
UCHIJA neiintegration{1.0.5} [NEI Integration] (NEIIntegration-MC1.7.10-1.0.5.jar)
UCHIJA PneumaticCraft{1.5.3 - err} [PneumaticCraft] (PneumaticCraft-1.7.10-1.5.3-universal.jar)
UCHIJA PowerConverters3{1.7.10-2.10} [Power Converters 3] (PowerConverters-1.7.10-2.10.jar)
UCHIJA progressiveautomation{1.6.27} [Progressive Automation] (ProgressiveAutomation-1.7.10-1.6.27.jar)
UCHIJA ProjRed|Transmission{4.7.0pre8.92} [ProjectRed Transmission] (ProjectRed-1.7.10-4.7.0pre8.92-Integration.jar)
UCHIJA ProjRed|Transportation{4.7.0pre8.92} [ProjectRed Transportation] (ProjectRed-1.7.10-4.7.0pre8.92-Mechanical.jar)
UCHIJA ProjRed|Compatibility{4.7.0pre8.92} [ProjectRed Compatibility] (ProjectRed-1.7.10-4.7.0pre8.92-Compat.jar)
UCHIJA ProjRed|Integration{4.7.0pre8.92} [ProjectRed Integration] (ProjectRed-1.7.10-4.7.0pre8.92-Integration.jar)
UCHIJA ProjRed|Fabrication{4.7.0pre8.92} [ProjectRed Fabrication] (ProjectRed-1.7.10-4.7.0pre8.92-Fabrication.jar)
UCHIJA ProjRed|Illumination{4.7.0pre8.92} [ProjectRed Illumination] (ProjectRed-1.7.10-4.7.0pre8.92-Lighting.jar)
UCHIJA ProjRed|Expansion{4.7.0pre8.92} [ProjectRed Expansion] (ProjectRed-1.7.10-4.7.0pre8.92-Mechanical.jar)
UCHIJA ThermalCasting{0.0.1} [Thermal Casting] (thermalcasting-0.0.2.jar)
UCHIJA ThermalDynamics{1.7.10R1.0.0} [Thermal Dynamics] (ThermalDynamics-[1.7.10]1.0.0-122.jar)
UCHIJA TSteelworks{1.7.10-1.0.6} [Tinkers' Steelworks] (TSteelworks-1.7.10-1.0.6.jar)
UCHIJA TiCTooltips{1.2.3} [TiC Tooltips] (TiCTooltips-mc1.7.10-1.2.3.jar)
UCHIJA TMechworks{1.7.10-86.e500b88} [Tinkers' Mechworks] (TMechworks-1.7.10-0.2.10.jar)
UCHIJA McMultipart{1.2.0.345} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
UCHIJA ForgeRelocation{0.0.1.3} [ForgeRelocation] (ForgeRelocation-1.7.10-0.0.1.3-universal.jar)
UCHIJA MCFrames{1.0} [MCFrames] (ForgeRelocation-1.7.10-0.0.1.3-universal.jar)
UCHIJA RelocationFMP{0.0.1.2} [RelocationFMP] (ForgeRelocationFMP-1.7.10-0.0.1.2-universal.jar)
UCHIJA ForgeMicroblock{1.2.0.345} [Forge Microblocks] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.4.13283 Compatibility Profile Context 14.501.1003.0' Renderer: 'AMD Radeon R7 200 Series'
AE2 Version: beta rv2-beta-7 for Forge 10.13.2.1230
CoFHCore: -[1.7.10]3.0.2-262
MineFactoryReloaded: -[1.7.10]2.8.0-104
ThermalFoundation: -[1.7.10]1.0.0-81
ThermalExpansion: -[1.7.10]4.0.1-182
Mantle Environment: Environment healthy.
TConstruct Environment: DO NOT REPORT THIS CRASH! Unsupported mods in environment: gregtech
ThermalDynamics: -[1.7.10]1.0.0-122
List of loaded APIs:
* appliedenergistics2|API (rv2) from appliedenergistics2-rv2-beta-7.jar
* BuildCraftAPI|blueprints (1.1) from buildcraft-6.3.3.jar
* BuildCraftAPI|boards (1.0) from buildcraft-6.3.3.jar
* BuildCraftAPI|core (1.0) from buildcraft-6.3.3.jar
* BuildCraftAPI|events (1.0) from buildcraft-6.3.3.jar
* BuildCraftAPI|facades (1.0) from buildcraft-6.3.3.jar
* BuildCraftAPI|filler (2.0) from buildcraft-6.3.3.jar
* BuildCraftAPI|fuels (2.0) from buildcraft-6.3.3.jar
* BuildCraftAPI|gates (4.0) from buildcraft-6.3.3.jar
* BuildCraftAPI|power (1.3) from buildcraft-6.3.3.jar
* BuildCraftAPI|recipes (2.0) from buildcraft-6.3.3.jar
* BuildCraftAPI|robots (1.0) from buildcraft-6.3.3.jar
* BuildCraftAPI|statements (1.0) from buildcraft-6.3.3.jar
* BuildCraftAPI|tiles (1.1) from buildcraft-6.3.3.jar
* BuildCraftAPI|tools (1.0) from forestry_1.7.10-3.6.3.20.jar
* BuildCraftAPI|transport (3.0) from buildcraft-6.3.3.jar
* CoFHAPI (1.7.10R1.0.1) from buildcraft-6.3.3.jar
* CoFHAPI|block (1.7.10R1.0.13) from ProgressiveAutomation-1.7.10-1.6.27.jar
* CoFHAPI|core (1.7.10R1.0.12) from CoFHCore-[1.7.10]3.0.2-262.jar
* CoFHAPI|energy (1.7.10R1.0.2) from IC2NuclearControl-2.1.2a.jar
* CoFHAPI|fluid (1.7.10R1.0.12) from CoFHCore-[1.7.10]3.0.2-262.jar
* CoFHAPI|inventory (1.7.10R1.0.3) from EnderIO-1.7.10-2.2.7.325.jar
* CoFHAPI|item (1.7.10R1.0.12) from CoFHCore-[1.7.10]3.0.2-262.jar
* CoFHAPI|modhelpers (1.7.10R1.0.12) from CoFHCore-[1.7.10]3.0.2-262.jar
* CoFHAPI|tileentity (1.7.10R1.0.3) from EnderIO-1.7.10-2.2.7.325.jar
* CoFHAPI|transport (1.7.10R1.0.3) from EnderIO-1.7.10-2.2.7.325.jar
* CoFHAPI|world (1.7.10R1.0.12) from CoFHCore-[1.7.10]3.0.2-262.jar
* CoFHLib (1.7.10R1.0.1) from CoFHCore-[1.7.10]3.0.2-262.jar
* CoFHLib|audio (1.7.10R1.0.1) from CoFHCore-[1.7.10]3.0.2-262.jar
* CoFHLib|gui (1.7.10R1.0.1) from CoFHCore-[1.7.10]3.0.2-262.jar
* CoFHLib|gui|container (1.7.10R1.0.1) from CoFHCore-[1.7.10]3.0.2-262.jar
* CoFHLib|gui|element (1.7.10R1.0.1) from CoFHCore-[1.7.10]3.0.2-262.jar
* CoFHLib|gui|element|listbox (1.7.10R1.0.1) from CoFHCore-[1.7.10]3.0.2-262.jar
* CoFHLib|gui|slot (1.7.10R1.0.1) from CoFHCore-[1.7.10]3.0.2-262.jar
* CoFHLib|inventory (1.7.10R1.0.1) from CoFHCore-[1.7.10]3.0.2-262.jar
* CoFHLib|render (1.7.10R1.0.1) from CoFHCore-[1.7.10]3.0.2-262.jar
* CoFHLib|render|particle (1.7.10R1.0.1) from CoFHCore-[1.7.10]3.0.2-262.jar
* CoFHLib|util (1.7.10R1.0.1) from CoFHCore-[1.7.10]3.0.2-262.jar
* CoFHLib|util|helpers (1.7.10R1.0.1) from CoFHCore-[1.7.10]3.0.2-262.jar
* CoFHLib|util|position (1.7.10R1.0.1) from CoFHCore-[1.7.10]3.0.2-262.jar
* CoFHLib|world (1.7.10R1.0.1) from CoFHCore-[1.7.10]3.0.2-262.jar
* CoFHLib|world|feature (1.7.10R1.0.1) from CoFHCore-[1.7.10]3.0.2-262.jar
* ComputerCraft|API (1.73) from ComputerCraft1.73.jar
* ComputerCraft|API|FileSystem (1.73) from ComputerCraft1.73.jar
* ComputerCraft|API|Lua (1.73) from ComputerCraft1.73.jar
* ComputerCraft|API|Media (1.73) from ComputerCraft1.73.jar
* ComputerCraft|API|Peripheral (1.73) from ComputerCraft1.73.jar
* ComputerCraft|API|Redstone (1.73) from ComputerCraft1.73.jar
* ComputerCraft|API|Turtle (1.73) from ComputerCraft1.73.jar
* EnderIOAPI (0.0.2) from EnderIO-1.7.10-2.2.7.325.jar
* EnderIOAPI|Redstone (0.0.2) from EnderIO-1.7.10-2.2.7.325.jar
* EnderIOAPI|Tools (0.0.2) from EnderIO-1.7.10-2.2.7.325.jar
* ForestryAPI|apiculture (3.5.0) from forestry_1.7.10-3.6.3.20.jar
* ForestryAPI|arboriculture (2.3.0) from forestry_1.7.10-3.6.3.20.jar
* ForestryAPI|circuits (2.0.0) from forestry_1.7.10-3.6.3.20.jar
* ForestryAPI|core (3.2.0) from forestry_1.7.10-3.6.3.20.jar
* ForestryAPI|farming (1.1.0) from forestry_1.7.10-3.6.3.20.jar
* ForestryAPI|food (1.1.0) from forestry_1.7.10-3.6.3.20.jar
* ForestryAPI|fuels (2.0.1) from forestry_1.7.10-3.6.3.20.jar
* ForestryAPI|genetics (3.3.0) from forestry_1.7.10-3.6.3.20.jar
* ForestryAPI|hives (4.1.0) from forestry_1.7.10-3.6.3.20.jar
* ForestryAPI|lepidopterology (1.1) from forestry_1.7.10-3.6.3.20.jar
* ForestryAPI|mail (3.0.0) from forestry_1.7.10-3.6.3.20.jar
* ForestryAPI|recipes (3.1.0) from forestry_1.7.10-3.6.3.20.jar
* ForestryAPI|storage (3.0.0) from forestry_1.7.10-3.6.3.20.jar
* ForestryAPI|world (1.1.0) from forestry_1.7.10-3.6.3.20.jar
* ForgeRelocation|API (0.0.1.3) from ForgeRelocation-1.7.10-0.0.1.3-universal.jar
* Galacticraft API (1.1) from GalacticraftCore-1.7-3.0.12.344.jar
* gendustryAPI (2.1.0) from gendustry-1.5.2.107-mc1.7.10.jar
* IC2API (1.0) from industrialcraft-2-2.2.767-experimental (1).jar
* NuclearControlAPI (v1.0.5) from IC2NuclearControl-2.1.2a.jar
* PneumaticCraftApi (1.0) from PneumaticCraft-1.7.10-1.5.3-universal.jar
AE2 Integration: IC2:ON, RotaryCraft:OFF, RC:OFF, BC:ON, MJ6:OFF, MJ5:OFF, RF:ON, RFItem:ON, MFR:ON, DSU:ON, FZ:OFF, FMP:ON, RB:OFF, CLApi:OFF, Waila:OFF, InvTweaks:OFF, NEI:ON, CraftGuide:OFF, Mekanism:OFF, ImmibisMicroblocks:OFF, BetterStorage:OFF
Launched Version: 1.7.10-Forge10.13.4.1448-1.7.10
LWJGL: 2.9.1
OpenGL: AMD Radeon R7 200 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)
Im also facing a Not Enough Items crash but in 1.8
I updated my Java
Downloaded the latest CodeChickenCore and NotEnoughItems
It just spits out this crash
[15:39:24] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
[15:39:24] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
[15:39:24] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLTweaker
[15:39:24] [main/INFO] [FML]: Forge Mod Loader version 11.14.4.1563 for Minecraft 1.8 loading
[15:39:24] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_25, running on Windows 7:amd64:6.1, installed at C:\Users\User\Desktop\Minecraft\runtime\jre-x64\1.8.0_25
[15:39:24] [main/WARN] [FML]: The coremod codechicken.core.launch.CodeChickenCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[15:39:24] [main/WARN] [FML]: The coremod codechicken.lib.asm.CCLCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[15:39:24] [main/WARN] [FML]: The coremod codechicken.lib.asm.CCLCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[15:39:24] [main/WARN] [FML]: The coremod codechicken.nei.asm.NEICorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[15:39:24] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[15:39:24] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[15:39:24] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[15:39:24] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[15:39:24] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[15:39:27] [main/INFO] [FML]: Found valid fingerprint for Minecraft. Certificate fingerprint cd99959656f753dc28d863b46769f7f8fbaefcfc
[15:39:27] [main/ERROR] [FML]: FML appears to be missing any signature data. This is not a good thing
[15:39:27] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[15:39:27] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[15:39:28] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[15:39:28] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[15:39:28] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[15:39:28] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[15:39:28] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[15:39:28] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker
[15:39:28] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker
[15:39:28] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main}
[15:39:30] [main/INFO] [STDOUT]: [net.minecraft.client.main.Main:main:55]: Completely ignored arguments: [--nativeLauncherVersion, 286]
[15:39:30] [Client thread/INFO]: Setting user: LiamPlayzMC
[15:39:36] [Client thread/INFO]: LWJGL Version: 2.9.1
[15:39:37] [Client thread/INFO] [STDOUT]: [net.minecraftforge.fml.client.SplashProgress:start:246]: ---- Minecraft Crash Report ----
WARNING: coremods are present:
CCLCorePlugin (CodeChickenLib-1.8-1.1.2.133-universal.jar)
CodeChickenCorePlugin (CodeChickenCore-1.8-1.0.5.36-universal.jar)
CCCDeobfPlugin (unknown)
NEICorePlugin (NotEnoughItems-1.8-1.0.5.104-universal.jar)
Contact their authors BEFORE contacting forge
// Oh - I know what I did wrong!
Time: 2015/12/02 3:39 PM
Description: Loading screen debug info
This is just a prompt for computer specs to be printed. THIS IS NOT A ERROR
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.8
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 63519800 bytes (60 MB) / 214806528 bytes (204 MB) up to 1060372480 bytes (1011 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML:
Loaded coremods (and transformers):
CCLCorePlugin (CodeChickenLib-1.8-1.1.2.133-universal.jar)
codechicken.lib.asm.ClassHeirachyManager
codechicken.lib.asm.RenderHookTransformer
CodeChickenCorePlugin (CodeChickenCore-1.8-1.0.5.36-universal.jar)
codechicken.core.asm.InterfaceDependancyTransformer
codechicken.core.asm.TweakTransformer
codechicken.core.asm.DelegatedTransformer
codechicken.core.asm.DefaultImplementationTransformer
CCCDeobfPlugin (unknown)
NEICorePlugin (NotEnoughItems-1.8-1.0.5.104-universal.jar)
codechicken.nei.asm.NEITransformer
GL info: ' Vendor: 'Intel' Version: '2.1.0 - Build 8.15.10.2869' Renderer: 'Mobile Intel(R) 4 Series Express Chipset Family'
[15:39:37] [Client thread/INFO] [MinecraftForge]: Attempting early MinecraftForge initialization
[15:39:38] [Client thread/INFO] [FML]: MinecraftForge v11.14.4.1563 Initialized
[15:39:38] [Client thread/INFO] [FML]: Replaced 204 ore recipies
[15:39:38] [Client thread/INFO] [MinecraftForge]: Completed early MinecraftForge initialization
[15:39:39] [Client thread/INFO] [FML]: Found 0 mods from the command line. Injecting into mod discoverer
[15:39:39] [Client thread/INFO] [FML]: Searching C:\Users\User\AppData\Roaming\.minecraft\mods for mods
[15:39:39] [Client thread/INFO] [FML]: Also searching C:\Users\User\AppData\Roaming\.minecraft\mods\1.8 for mods
[15:39:42] [Client thread/INFO] [FML]: Forge Mod Loader has identified 6 mods to load
[15:39:42] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, CodeChickenCore, NotEnoughItems, C4Lib] at CLIENT
[15:39:42] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, CodeChickenCore, NotEnoughItems, C4Lib] at SERVER
[15:39:43] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Not Enough Items, FMLFileResourcePack:C4Lib
[15:39:43] [Client thread/INFO] [FML]: Processing ObjectHolder annotations
[15:39:43] [Client thread/INFO] [FML]: Found 384 ObjectHolder annotations
[15:39:43] [Client thread/INFO] [FML]: Identifying ItemStackHolder annotations
[15:39:43] [Client thread/INFO] [FML]: Found 0 ItemStackHolder annotations
[15:39:43] [Client thread/INFO] [FML]: Configured a dormant chunk cache size of 0
[15:39:43] [Forge Version Check/INFO] [ForgeVersionCheck]: [Forge] Starting version check at http://files.minecraftforge.net/maven/net/minecraftforge/forge/promotions_slim.json
[15:39:43] [Client thread/INFO] [FML]: Applying holder lookups
[15:39:43] [Client thread/INFO] [FML]: Holder lookups applied
[15:39:43] [Client thread/INFO] [FML]: Injecting itemstacks
[15:39:43] [Client thread/INFO] [FML]: Itemstack injection complete
[15:39:44] [Forge Version Check/INFO] [ForgeVersionCheck]: [Forge] Found status: UP_TO_DATE Target: null
[15:39:44] [Sound Library Loader/INFO]: Starting up SoundSystem...
[15:39:44] [Thread-10/INFO]: Initializing LWJGL OpenAL
[15:39:44] [Thread-10/INFO]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
[15:39:48] [Client thread/INFO] [FML]: Max texture size: 4096
[15:39:48] [Client thread/INFO]: Created: 16x16 textures-atlas
[15:39:50] [Thread-10/INFO]: OpenAL initialized.
[15:39:50] [Sound Library Loader/INFO]: Sound engine started
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumI see no error here.
Realistic Torches - Causes torches to burn out after a configurable amount of time.
Nature's Compass - A utility item that allows you to search for any biome's location in the world.
Notes - Provides a clientside in-game notepad.
Souls - After you die, a hostile Soul that stores your inventory will spawn.
Auto Refresh - Automatically refreshes your server list and alerts you when your selected server comes online.
Pick Block Plus - A clientside mod that significantly improves the vanilla pick block function.
And a few others that we don't talk about.