java.lang.NullPointerException: Updating screen events
at net.minecraft.item.ItemStack.func_77960_j(ItemStack.java:217)
at com.pauljoda.modularsystems.core.registries.CrusherRecipeRegistry.getCrusherInputList(CrusherRecipeRegistry.java:240)
at com.pauljoda.modularsystems.core.api.nei.machines.RecipeHandlerCrusher.loadCraftingRecipes(RecipeHandlerCrusher.java:114)
at codechicken.nei.recipe.TemplateRecipeHandler.loadCraftingRecipes(TemplateRecipeHandler.java:331)
at com.pauljoda.modularsystems.core.api.nei.machines.RecipeHandlerCrusher.loadCraftingRecipes(RecipeHandlerCrusher.java:105)
at codechicken.nei.recipe.TemplateRecipeHandler.getRecipeHandler(TemplateRecipeHandler.java:466)
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 net.minecraft.item.ItemStack.func_77960_j(ItemStack.java:217)
at com.pauljoda.modularsystems.core.registries.CrusherRecipeRegistry.getCrusherInputList(CrusherRecipeRegistry.java:240)
at com.pauljoda.modularsystems.core.api.nei.machines.RecipeHandlerCrusher.loadCraftingRecipes(RecipeHandlerCrusher.java:114)
at codechicken.nei.recipe.TemplateRecipeHandler.loadCraftingRecipes(TemplateRecipeHandler.java:331)
at com.pauljoda.modularsystems.core.api.nei.machines.RecipeHandlerCrusher.loadCraftingRecipes(RecipeHandlerCrusher.java:105)
at codechicken.nei.recipe.TemplateRecipeHandler.getRecipeHandler(TemplateRecipeHandler.java:466)
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)
Tested with both NEI 1.0.5.120 and 1.0.5.118; codechicken 1.0.7.47
Crash when vanilla block selected in NEI.
---- Minecraft Crash Report ---- // Everything's going to plan. No, really, that was supposed to happen.
Time: 5/26/16 2:07 PM Description: Updating screen events
java.lang.NullPointerException: Updating screen events at net.minecraft.item.ItemStack.func_77960_j(ItemStack.java:217) at com.pauljoda.modularsystems.core.registries.CrusherRecipeRegistry.getCrusherInputList(CrusherRecipeRegistry.java:240) at com.pauljoda.modularsystems.core.api.nei.machines.RecipeHandlerCrusher.loadCraftingRecipes(RecipeHandlerCrusher.java:114) at codechicken.nei.recipe.TemplateRecipeHandler.loadCraftingRecipes(TemplateRecipeHandler.java:331) at com.pauljoda.modularsystems.core.api.nei.machines.RecipeHandlerCrusher.loadCraftingRecipes(RecipeHandlerCrusher.java:105) at codechicken.nei.recipe.TemplateRecipeHandler.getRecipeHandler(TemplateRecipeHandler.java:466) 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 net.minecraft.item.ItemStack.func_77960_j(ItemStack.java:217) at com.pauljoda.modularsystems.core.registries.CrusherRecipeRegistry.getCrusherInputList(CrusherRecipeRegistry.java:240) at com.pauljoda.modularsystems.core.api.nei.machines.RecipeHandlerCrusher.loadCraftingRecipes(RecipeHandlerCrusher.java:114) at codechicken.nei.recipe.TemplateRecipeHandler.loadCraftingRecipes(TemplateRecipeHandler.java:331) at com.pauljoda.modularsystems.core.api.nei.machines.RecipeHandlerCrusher.loadCraftingRecipes(RecipeHandlerCrusher.java:105) at codechicken.nei.recipe.TemplateRecipeHandler.getRecipeHandler(TemplateRecipeHandler.java:466) 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)
-- Affected screen -- Details: Screen name: net.minecraft.client.gui.inventory.GuiInventory
-- Affected level -- Details: Level name: MpServer All players: 1 total; [EntityClientPlayerMP['LDE47'/1542, l='MpServer', x=-570.50, y=76.62, z=560.50]] Chunk stats: MultiplayerChunkCache: 464, 464 Level seed: 0 Level generator: ID 04 - ATG, ver 0. Features enabled: false Level generator options: Level spawn location: World: (-575,64,570), Chunk: (at 1,4,10 in -36,35; contains blocks -576,0,560 to -561,255,575), Region: (-2,1; contains chunks -64,32 to -33,63, blocks -1024,0,512 to -513,255,1023) Level time: 6885 game time, 6885 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: 129 total; [EntityZombie['Zombie'/258, l='MpServer', x=-592.50, y=33.00, z=489.50], EntityHorseBlack['Horse'/259, l='MpServer', x=-628.50, y=73.00, z=485.22], EntityGaiaFleshLich['Flesh Lich'/260, l='MpServer', x=-597.50, y=14.00, z=504.50], EntityGaiaMimic['Mimic'/261, l='MpServer', x=-604.50, y=30.00, z=510.50], EntityMaka['Maka'/263, l='MpServer', x=-612.12, y=74.00, z=506.66], EntityItem['item.tile.flowers2.minersdelight'/264, l='MpServer', x=-607.28, y=7.13, z=572.88], EntityItem['item.tile.mushroom8'/265, l='MpServer', x=-603.69, y=17.13, z=568.13], EntityItem['item.item.yellowDust'/266, l='MpServer', x=-598.84, y=13.13, z=586.56], EntityItem['item.tile.mushroom5'/267, l='MpServer', x=-601.53, y=14.13, z=586.19], EntityLavaMonster['Lava Monster'/2571, l='MpServer', x=-524.03, y=8.33, z=486.50], EntityItem['item.tile.mushroom8'/268, l='MpServer', x=-598.84, y=13.13, z=586.63], EntityItem['item.tile.mushroom14'/269, l='MpServer', x=-598.81, y=13.13, z=587.31], EntityGaiaMimic['Mimic'/270, l='MpServer', x=-602.50, y=20.00, z=591.00], EntityGaiaBoneKnight['Bone Knight'/271, l='MpServer', x=-605.50, y=20.00, z=599.50], EntityBeetleBS['Small Beetle'/272, l='MpServer', x=-616.63, y=30.00, z=615.53], EntityZombie['Zombie'/273, l='MpServer', x=-598.50, y=21.00, z=615.50], EntityBat['Bat'/275, l='MpServer', x=-599.56, y=56.10, z=625.75], EntityGreenFinch['Green Finch'/2579, l='MpServer', x=-570.82, y=118.00, z=672.50], EntityClientPlayerMP['LDE47'/1542, l='MpServer', x=-570.50, y=76.62, z=560.50], EntityLavaMonster['Lava Monster'/537, l='MpServer', x=-504.50, y=6.36, z=507.50], EntityRipperFin['Ripper Fin'/538, l='MpServer', x=-496.49, y=61.25, z=528.38], EntityMaka['Maka'/541, l='MpServer', x=-509.94, y=78.00, z=592.06], EntityCreeper['Creeper'/290, l='MpServer', x=-585.69, y=20.00, z=487.69], EntityHornBill['Horn Bill'/2595, l='MpServer', x=-575.00, y=113.18, z=600.32], EntityZombie['Zombie'/292, l='MpServer', x=-589.56, y=16.00, z=494.16], EntityItem['item.tile.flowers2.minersdelight'/295, l='MpServer', x=-576.88, y=35.13, z=563.31], EntityItem['item.tile.flowers2.minersdelight'/296, l='MpServer', x=-576.13, y=20.13, z=580.41], EntityItem['item.tile.flowers2.minersdelight'/297, l='MpServer', x=-579.28, y=19.13, z=584.59], EntityItem['item.tile.flowers2.minersdelight'/298, l='MpServer', x=-578.88, y=19.13, z=582.75], EntityBat['Bat'/299, l='MpServer', x=-562.85, y=31.78, z=584.64], EntityItem['item.tile.flowers2.minersdelight'/300, l='MpServer', x=-589.81, y=40.13, z=610.88], EntityItem['item.tile.flowers2.minersdelight'/301, l='MpServer', x=-591.03, y=40.13, z=609.59], EntityItem['item.tile.flowers2.minersdelight'/302, l='MpServer', x=-589.91, y=40.13, z=609.56], EntityItem['item.tile.flowers2.minersdelight'/303, l='MpServer', x=-588.91, y=40.13, z=609.63], EntityItem['item.tile.flowers2.minersdelight'/304, l='MpServer', x=-589.31, y=39.13, z=615.94], EntityItem['item.tile.flowers2.minersdelight'/305, l='MpServer', x=-586.56, y=41.13, z=611.63], EntityItem['item.tile.flowers2.minersdelight'/306, l='MpServer', x=-586.53, y=40.13, z=615.53], EntityBat['Bat'/307, l='MpServer', x=-581.25, y=39.10, z=602.75], EntityBlueFinch['Blue Finch'/308, l='MpServer', x=-620.05, y=99.15, z=623.24], EntityItem['item.tile.flowers2.minersdelight'/2612, l='MpServer', x=-576.16, y=20.13, z=583.66], EntityZombie['Grim Zombie'/584, l='MpServer', x=-493.50, y=21.00, z=486.50], EntityFishA['Fish'/589, l='MpServer', x=-519.59, y=57.15, z=483.06], EntityLavaMonster['Lava Monster'/594, l='MpServer', x=-492.50, y=7.36, z=627.50], EntityHornBill['Horn Bill'/2390, l='MpServer', x=-554.80, y=118.81, z=599.29], EntityZombie['Zombie'/2656, l='MpServer', x=-605.50, y=41.00, z=610.50], EntityZombie['Zombie'/2657, l='MpServer', x=-605.50, y=41.00, z=611.50], EntityArmadillo['Armadillo'/99, l='MpServer', x=-673.53, y=65.00, z=449.34], EntityBloomDoom['Bloom Doom'/364, l='MpServer', x=-569.50, y=70.00, z=534.50], EntityMaka['Maka'/365, l='MpServer', x=-570.13, y=70.00, z=547.22], EntityItem['item.tile.flowers2.minersdelight'/366, l='MpServer', x=-572.53, y=34.13, z=560.97], EntityItem['item.tile.flowers2.minersdelight'/367, l='MpServer', x=-573.13, y=22.13, z=578.13], EntityBat['Bat'/2420, l='MpServer', x=-520.28, y=14.00, z=489.05], EntityFishB['Fish'/630, l='MpServer', x=-493.32, y=57.46, z=532.29], EntityRipperFin['Ripper Fin'/631, l='MpServer', x=-473.00, y=60.10, z=514.29], EntityFishA['Fish'/632, l='MpServer', x=-464.62, y=61.34, z=567.84], EntityBat['Bat'/2425, l='MpServer', x=-555.77, y=30.89, z=585.80], EntityFishA['Fish'/634, l='MpServer', x=-486.46, y=61.24, z=540.30], EntityFishB['Fish'/635, l='MpServer', x=-519.21, y=60.79, z=500.87], EntityRedFinch['Red Finch'/123, l='MpServer', x=-672.91, y=71.69, z=555.64], EntityRedFinch['Red Finch'/637, l='MpServer', x=-491.19, y=72.20, z=569.28], EntityArmadillo['Armadillo'/135, l='MpServer', x=-665.53, y=73.00, z=492.25], EntityFishB['Fish'/659, l='MpServer', x=-467.80, y=57.90, z=523.90], EntityBeetleAS['Small Beetle'/408, l='MpServer', x=-552.66, y=64.00, z=502.78], EntityArmadillo['Armadillo'/152, l='MpServer', x=-655.63, y=68.00, z=458.66], EntityMegalania['entity.reptilemod.Megalania.name'/411, l='MpServer', x=-551.34, y=103.00, z=596.25], EntityBeetleAS['Small Beetle'/155, l='MpServer', x=-645.78, y=11.00, z=501.53], EntityItem['item.item.seeds'/2465, l='MpServer', x=-626.19, y=74.13, z=529.13], EntityZombie['Zombie'/162, l='MpServer', x=-635.50, y=19.08, z=573.94], EntityZombie['Zombie'/163, l='MpServer', x=-645.53, y=31.00, z=596.75], EntityZombie['Zombie'/164, l='MpServer', x=-645.25, y=30.00, z=615.28], EntityZombie['Zombie'/165, l='MpServer', x=-650.31, y=30.00, z=612.94], EntityZombie['Zombie'/166, l='MpServer', x=-646.00, y=30.00, z=616.50], EntityBat['Bat'/167, l='MpServer', x=-645.63, y=20.58, z=608.01], EntityCreeper['Creeper'/168, l='MpServer', x=-642.06, y=60.00, z=624.44], EntityArmadillo['Armadillo'/173, l='MpServer', x=-631.01, y=68.47, z=467.69], EntityMaka['Maka'/174, l='MpServer', x=-626.08, y=74.00, z=491.42], EntityMaka['Maka'/175, l='MpServer', x=-624.93, y=75.00, z=494.04], EntityGaiaEnderEye['Ender Eye'/176, l='MpServer', x=-628.88, y=40.00, z=525.50], EntityGaiaEnderEye['Ender Eye'/177, l='MpServer', x=-633.19, y=40.00, z=521.16], EntityLavaMonster['Lava Monster'/433, l='MpServer', x=-531.50, y=10.20, z=487.50], EntityGaiaEnderEye['Ender Eye'/178, l='MpServer', x=-627.03, y=40.00, z=525.50], EntitySkeleton['Skeleton'/434, l='MpServer', x=-545.06, y=16.00, z=485.47], EntityGaiaEnderEye['Ender Eye'/179, l='MpServer', x=-633.88, y=40.00, z=524.19], EntityLavaMonster['Lava Monster'/435, l='MpServer', x=-529.94, y=10.31, z=485.50], EntityGaiaEnderEye['Ender Eye'/180, l='MpServer', x=-634.50, y=40.00, z=526.50], EntityLavaMonster['Lava Monster'/436, l='MpServer', x=-532.50, y=10.32, z=492.50], EntitySpriggan['Spriggan'/181, l='MpServer', x=-625.58, y=74.00, z=532.42], EntityLavaMonster['Lava Monster'/437, l='MpServer', x=-528.50, y=9.74, z=483.59], EntityItem['item.item.witchery:seedsartichoke'/182, l='MpServer', x=-631.63, y=73.13, z=532.94], EntityLavaMonster['Lava Monster'/438, l='MpServer', x=-532.56, y=8.33, z=487.47], EntityLavaMonster['Lava Monster'/439, l='MpServer', x=-529.50, y=10.07, z=490.50], EntityCrow['Crow'/183, l='MpServer', x=-689.41, y=78.13, z=534.26], EntityGaiaMinotaur['Minotaur'/185, l='MpServer', x=-629.38, y=30.00, z=543.88], EntityFishB['Fish'/441, l='MpServer', x=-542.59, y=60.16, z=496.39], EntityItem['item.tile.gravel'/186, l='MpServer', x=-629.44, y=20.13, z=567.13], EntityLavaMonster['Lava Monster'/442, l='MpServer', x=-530.50, y=10.11, z=499.06], EntitySalvadorii['entity.reptilemod.CrocMonitor.name'/443, l='MpServer', x=-534.50, y=65.00, z=542.50], EntityItem['item.item.netherquartz'/187, l='MpServer', x=-627.66, y=9.13, z=579.88], EntitySalvadorii['entity.reptilemod.CrocMonitor.name'/444, l='MpServer', x=-534.50, y=65.00, z=540.50], EntitySalvadorii['entity.reptilemod.CrocMonitor.name'/445, l='MpServer', x=-540.06, y=67.00, z=541.53], EntityItem['item.tile.gravel'/189, l='MpServer', x=-630.38, y=41.13, z=581.13], EntitySalvadorii['entity.reptilemod.CrocMonitor.name'/446, l='MpServer', x=-537.44, y=66.00, z=538.59], EntityItem['item.tile.gravel'/447, l='MpServer', x=-530.88, y=25.13, z=603.69], EntityCreeper['Creeper'/191, l='MpServer', x=-628.50, y=51.00, z=589.03], EntityLavaMonster['Lava Monster'/448, l='MpServer', x=-529.50, y=24.13, z=599.50], EntityItem['item.tile.gravel'/192, l='MpServer', x=-628.31, y=41.13, z=593.75], EntityMaka['Maka'/449, l='MpServer', x=-529.94, y=93.00, z=614.56], EntityCamel['Camel'/450, l='MpServer', x=-539.72, y=106.00, z=619.53], EntityItem['item.tile.gravel'/194, l='MpServer', x=-630.88, y=14.13, z=611.97], EntityHummingbird['entity.exoticbirds.EB_Hummingbird.name'/198, l='MpServer', x=-613.26, y=89.61, z=625.08], EntityFishA['Fish'/465, l='MpServer', x=-544.48, y=60.14, z=470.47], EntityRipperFin['Ripper Fin'/466, l='MpServer', x=-512.31, y=59.31, z=481.05], EntityLavaMonster['Lava Monster'/467, l='MpServer', x=-520.03, y=10.12, z=481.50], EntityLavaMonster['Lava Monster'/470, l='MpServer', x=-525.50, y=7.36, z=503.50], EntityFishA['Fish'/471, l='MpServer', x=-497.44, y=56.09, z=502.57], EntityIka['Ika'/472, l='MpServer', x=-516.50, y=59.00, z=546.50], EntityItem['item.tile.gravel'/222, l='MpServer', x=-609.63, y=30.13, z=528.38], EntityItem['item.tile.gravel'/223, l='MpServer', x=-609.53, y=28.13, z=530.53], EntityItem['item.tile.gravel'/224, l='MpServer', x=-612.41, y=18.13, z=530.44], EntityGaiaFleshLich['Flesh Lich'/227, l='MpServer', x=-614.50, y=13.00, z=564.50], EntityZombie['Zombie'/228, l='MpServer', x=-612.72, y=15.00, z=562.31], EntityGaiaFleshLich['Flesh Lich'/229, l='MpServer', x=-613.66, y=13.00, z=564.78], EntityGaiaEnderEye['Ender Eye'/231, l='MpServer', x=-622.50, y=48.00, z=586.50], EntityGaiaEnderEye['Ender Eye'/232, l='MpServer', x=-623.50, y=48.00, z=584.50], EntityGaiaMimic['Mimic'/233, l='MpServer', x=-609.50, y=20.00, z=596.50], EntityLavaMonster['Lava Monster'/234, l='MpServer', x=-623.50, y=43.19, z=601.50], EntityGaiaSatyr['Satyr'/235, l='MpServer', x=-617.50, y=91.00, z=607.50], EntityGaiaSatyr['Satyr'/237, l='MpServer', x=-615.50, y=91.00, z=615.50], EntityHummingbird['entity.exoticbirds.EB_Hummingbird.name'/239, l='MpServer', x=-589.24, y=92.71, z=600.55]] Retry entities: 0 total; [] Server brand: fml,forge Server type: Non-integrated multiplayer server Stacktrace: 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: 1376993232 bytes (1313 MB) / 2685403136 bytes (2561 MB) up to 3817865216 bytes (3641 MB) JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4096m -Xms256m -XX:PermSize=256m AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 3408 FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1614 168 mods loaded, 159 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 UCHIJA FML{7.10.99.99} Forge Mod Loader UCHIJA Forge{10.13.4.1614} Minecraft Forge UCHIJA AM2-Preloader{0.0.3} AMCore UCHIJA CodeChickenCore{1.0.7.47} CodeChicken Core UCHIJA MCVanillaTweaks{1.0} Mariculture - Vanilla Tweaks UCHIJA NotEnoughItems{1.0.5.118} Not Enough Items UCHIJA WitchingGadgetsCore{1.1.10} Witching Gadgets Core UCHIJA OpenModsCore{0.9.1} OpenModsCore UCHIJA{000} CoFH ASM
UCHIJA FastCraft{1.23} FastCraft
UCHIJA ExpandedIndustry{14.25.0a} Expanded Industry
UCHIJA AnimationAPI{1.2.4} AnimationAPI
UCHIJA arsmagica2{1.4.0.009} Ars Magica 2
UCHIJA bspkrsCore{6.15} bspkrsCore
UCHIJA StartingInventory{1.7.10.r03} StartingInventory
UCHIJA Baubles{1.0.1.10} Baubles
UCHIJA adventurebackpack{1.7.10-0.8b} Adventure Backpack
UCHIJA AgriCraft{1.7.10-1.5.0} AgriCraft
UCHIJA AncientWarfare{2.4.114-beta-MC1.7.10} Ancient Warfare Core
UCHIJA CoFHCore{1.7.10R3.1.2} CoFH Core
UCHIJA AncientWarfareAutomation{2.4.114-beta-MC1.7.10} Ancient Warfare Automation
UCHIJA AncientWarfareNEIPlugin{2.4.114-beta-MC1.7.10} Ancient Warfare NEI Plugin
UCHIJA AncientWarfareNpc{2.4.114-beta-MC1.7.10} Ancient Warfare NPCs
UCHIJA AncientWarfareStructure{2.4.114-beta-MC1.7.10} Ancient Warfare Structures
UCHIJA ATG{0.10.0} Alternate Terrain Generation
UCHIJA MineFactoryReloaded{1.7.10R2.8.1} MineFactory Reloaded
UCHIJA Thaumcraft{4.2.3.5} Thaumcraft
UCHIJA MineFactoryReloaded|CompatThaumcraft{1.7.10R2.8.1} MFR Compat: Thaumcraft
UCHIJA Waila{1.5.10} Waila
UCHIJA Automagy{0.28.2} Automagy
UCHIJA BiblioCraft{1.11.5} BiblioCraft
UCHIJA BiomesOPlenty{2.1.0} Biomes O' Plenty
UCHIJA BiblioWoodsBoP{1.9} BiblioWoods Biomes O'Plenty Edition
UCHIJA bookshelf{1.2.0} Bookshelf
UCHIJA Botania{r1.8-249} [Botania](Botania r1.8-249.jar)
UCHIJA CarpentersBlocks{3.3.7} [Carpenter's Blocks](Carpenter's Blocks v3.3.7 - MC 1.7.10.jar)
UCHIJA ClockHUD{1.7.10-1.0} Clock HUD
UCHIJA ComputerCraft{1.75} ComputerCraft
UCHIJA ComputerCraftEdu{1.74} ComputerCraftEdu
UCHIJA craytokenslite{0.82} CrayTokens Lite
UCHIJA customnpcs{1.7.10d} CustomNpcs
UCHIJA PTRModelLib{1.0.0} PTRModelLib
UCHIJA props{2.3.2} Decocraft
UCHIJA dsurround{1.0.5.6} Dynamic Surroundings
UCHIJA elsewhereborder{1.7.10-1.0.0-5} Elsewhere Border
UCHIJA Enchiridion{1.3} [Enchiridion](Enchiridion 2-1.7.10-2.0.2a.jar)
UCHIJA Enchiridion2{2.0.2a} [Enchiridion 2](Enchiridion 2-1.7.10-2.0.2a.jar)
UCHIJA enviromine{1.3.124} EnviroMine
UCHIJA exoticbirds{1.0} [Exotic Birds](Exotic Birds 1.7.10 - 1.0.3b.jar)
UCHIJA harvestcraft{1.7.10j} [Pam's HarvestCraft](Pam's HarvestCraft 1.7.10Lb.jar)
UCHIJA Railcraft{9.12.2.0} Railcraft
UCHIJA ThermalFoundation{1.7.10R1.2.4} Thermal Foundation
UCHIJA ImmersiveEngineering{0.7.7} Immersive Engineering
UCHIJA Mantle{1.7.10-0.3.2.jenkins191} Mantle
UCHIJA ThermalExpansion{1.7.10R4.1.2} Thermal Expansion
UCHIJA TConstruct{1.7.10-1.8.8.build988} Tinkers' Construct
UCHIJA ExtraTiC{1.4.6} ExtraTiC
UCHIJA fastleafdecay{1.4} Fast Leaf Decay
UCHIJA grim3212core{V0.2 - 1.7.10} Grim3212 Core
UCHIJA fireplaces{V0.1 - 1.7.10} Fireplaces
UCHIJA ForbiddenMagic{1.7.10-0.574} [Forbidden Magic](Forbidden Magic-1.7.10-0.574.jar)
UCHIJA glass_shards{1.5.2} Glass Shards
UCHIJA GraveStone{2.12.3} GraveStone
UCHIJA GrimoireOfGaia{1.0.0} Grimoire of Gaia 3
UCHIJA Growthcraft{1.7.10-2.5.2} Growthcraft
UCHIJA Growthcraft|Cellar{1.7.10-2.5.2} Growthcraft Cellar
UCHIJA Growthcraft|Apples{1.7.10-2.5.2} Growthcraft Apples
UCHIJA Growthcraft|Bamboo{1.7.10-2.5.2} Growthcraft Bamboo
UCHIJA Growthcraft|Bees{1.7.10-2.5.2} Growthcraft Bees
UCHIJA Growthcraft|Grapes{1.7.10-2.5.2} Growthcraft Grapes
UCHIJA Growthcraft|Hops{1.7.10-2.5.2} Growthcraft Hops
UCHIJA Growthcraft|Milk{1.7.10-2.5.2} Growthcraft Milk
UCHIJA Growthcraft|Rice{1.7.10-2.5.2} Growthcraft Rice
UCHIJA HopperDuctMod{1.3.2} Hopper Ducts
UCHIJA ice_shards{1.3} Ice Shards
UCHIJA inventorytweaks{1.59-dev-152-cf6e263} Inventory Tweaks
UCHIJA journeymap{5.1.4p1} JourneyMap
UCHIJA LavaMonsters{2.2.1} Lava Monsters
UCHIJA lycanitesmobs{1.13.0.5 - MC 1.7.10} [Lycanites Mobs](LycanitesMobsComplete 1.13.0.5 [1.7.10].jar)
UCHIJA arcticmobs{1.13.0.5 - MC 1.7.10} [Lycanites Arctic Mobs](LycanitesMobsComplete 1.13.0.5 [1.7.10].jar)
UCHIJA demonmobs{1.13.0.5 - MC 1.7.10} [Lycanites Demon Mobs](LycanitesMobsComplete 1.13.0.5 [1.7.10].jar)
UCHIJA desertmobs{1.13.0.5 - MC 1.7.10} [Lycanites Desert Mobs](LycanitesMobsComplete 1.13.0.5 [1.7.10].jar)
UCHIJA forestmobs{1.13.0.5 - MC 1.7.10} [Lycanites Forest Mobs](LycanitesMobsComplete 1.13.0.5 [1.7.10].jar)
UCHIJA freshwatermobs{1.13.0.5 - MC 1.7.10} [Lycanites Freshwater Mobs](LycanitesMobsComplete 1.13.0.5 [1.7.10].jar)
UCHIJA infernomobs{1.13.0.5 - MC 1.7.10} [Lycanites Inferno Mobs](LycanitesMobsComplete 1.13.0.5 [1.7.10].jar)
UCHIJA junglemobs{1.13.0.5 - MC 1.7.10} [Lycanites Jungle Mobs](LycanitesMobsComplete 1.13.0.5 [1.7.10].jar)
UCHIJA mountainmobs{1.13.0.5 - MC 1.7.10} [Lycanites Mountain Mobs](LycanitesMobsComplete 1.13.0.5 [1.7.10].jar)
UCHIJA plainsmobs{1.13.0.5 - MC 1.7.10} [Lycanites Plains Mobs](LycanitesMobsComplete 1.13.0.5 [1.7.10].jar)
UCHIJA saltwatermobs{1.13.0.5 - MC 1.7.10} [Lycanites Saltwater Mobs](LycanitesMobsComplete 1.13.0.5 [1.7.10].jar)
UCHIJA shadowmobs{1.13.0.5 - MC 1.7.10} [Lycanites Shadow Mobs](LycanitesMobsComplete 1.13.0.5 [1.7.10].jar)
UCHIJA swampmobs{1.13.0.5 - MC 1.7.10} [Lycanites Swamp Mobs](LycanitesMobsComplete 1.13.0.5 [1.7.10].jar)
UCHIJA malisiscore{1.7.10-0.14.3} MalisisCore
UCHIJA malisisdoors{1.7.10-1.13.2} Malisis' Doors
UCHIJA Mariculture{1.7.10-1.2.4.2a} Mariculture
UCHIJA MariTech{1.0} Marine Technlogy
UCHIJA MineFactoryReloaded|CompatForgeMicroblock{1.7.10R2.8.1} MFR Compat: ForgeMicroblock
UCHIJA ForgeMultipart{1.2.0.345} Forge Multipart
UCHIJA MrTJPCoreMod{1.1.0.33} MrTJPCore
UCHIJA ProjRed|Core{4.7.0pre12.95} ProjectRed Core
UCHIJA ProjRed|Exploration{4.7.0pre12.95} ProjectRed Exploration
UCHIJA MineFactoryReloaded|CompatProjRed{1.7.10R2.8.1} MFR Compat ProjectRed
UCHIJA MineFactoryReloaded|CompatRailcraft{1.7.10R2.8.1} MFR Compat: Railcraft
UCHIJA MineFactoryReloaded|CompatThermalExpansion{1.7.10R2.8.1} MFR Compat: Thermal Expansion
UCHIJA MineFactoryReloaded|CompatTConstruct{1.7.10R2.8.1} MFR Compat: Tinkers' Construct
UCHIJA TwilightForest{2.3.7} The Twilight Forest
UCHIJA MineFactoryReloaded|CompatTwilightForest{1.7.10R2.8.1} MFR Compat: TwilightForest
UCHIJA MineFactoryReloaded|CompatVanilla{1.7.10R2.8.1} MFR Compat: Vanilla
UCHIJA MineTweaker3{3.0.10} MineTweaker 3
UCHIJA MTRM{1.0} MineTweakerRecipeMaker
UCHIJA modtweaker2{0.9.5} Mod Tweaker 2
UCHIJA numina{0.4.0.131} Numina
UCHIJA powersuits{0.11.0.301} MachineMuse's Modular Powersuits
UCHIJA modularsystems{2.2.1} Modular Systems
UCHIJA me{1.3.2.1} More Enchantments
UCHIJA AencEx{0.0.1} AencEx
UCHIJA Morpheus{1.7.10-1.6.10} Morpheus
UCHIJA NEIAddons{1.12.14.40} NEI Addons
UCHIJA NEIAddons|Developer{1.12.14.40} NEI Addons: Developer Tools
UCHIJA NEIAddons|AppEng{1.12.14.40} NEI Addons: Applied Energistics 2
UCHIJA NEIAddons|Botany{1.12.14.40} NEI Addons: Botany
UCHIJA NEIAddons|Forestry{1.12.14.40} NEI Addons: Forestry
UCHIJA NEIAddons|CraftingTables{1.12.14.40} NEI Addons: Crafting Tables
UCHIJA NEIAddons|ExNihilo{1.12.14.40} NEI Addons: Ex Nihilo
UCHIJA neiintegration{1.1.2} NEI Integration
UCHIJA NetherOres{1.7.10R2.3.1} Nether Ores
UCHIJA OpenMods{0.9.1} OpenMods
UCHIJA OpenBlocks{1.5.1} OpenBlocks
UCHIJA openmodularturrets{2.2.2-217} Open Modular Turrets
UCHIJA clayspawn{1.7.10b} [Pam's Clayspawn](Pam's Clay Spawn 1.7.10b.jar)
UCHIJA harvestthenether{1.7.10} [Pam's Harvest the Nether](Pam's Harvest the Nether 1.7.10a.jar)
UCHIJA ProjRed|Integration{4.7.0pre12.95} ProjectRed Integration
UCHIJA ProjRed|Transmission{4.7.0pre12.95} ProjectRed Transmission
UCHIJA ProjectZulu|Core{1.7.10-1.4c2} Project Zulu
UCHIJA RedstoneArsenal{1.7.10R1.1.2} Redstone Arsenal
UCHIJA reptilemod{1.7.10} Reptile Mod
UCHIJA rftools{4.23} RFTools
UCHIJA Roguelike{1.5.0} Roguelike Dungeons
UCHIJA SGCraft{1.11.2} Greg's SG Craft
UCHIJA soundfilters{0.8_for_1.7.X} Sound Filters
UCHIJA StorageDrawers{1.7.10-1.9.8} Storage Drawers
UCHIJA StorageDrawersBop{1.7.10-1.1.1} Storage Drawers: Biomes O' Plenty Pack
UCHIJA UndergroundBiomes{0.7} Underground Biomes Constructs
UCHIJA TaintedMagic{1.1.6.4} Tainted Magic
UCHIJA ThaumcraftMobAspects{1.7.2-2A} Thaumcraft Mob Aspects
UCHIJA thaumcraftneiplugin{@VERSION@} Thaumcraft NEI Plugin
UCHIJA ThaumicExploration{0.6.0} Thaumic Exploration
UCHIJA ThermalDynamics{1.7.10R1.2.0} Thermal Dynamics
UCHIJA TravellersGear{1.16.6} Traveller's Gear
UCHIJA ubcores{1.7.10-0.2.9.2} UBC Ore Registrar
UCHIJA WailaHarvestability{1.1.6} Waila Harvestability
UCHIJA wildcaves3{1.7.10} Wild Caves 3
UCHIJA witchery{0.24.1} Witchery
UCHIJA WitchingGadgets{1.1.10} Witching Gadgets
UCHIJA WR-CBE|Core{1.4.1.9} WR-CBE Core
UCHIJA WR-CBE|Addons{1.4.1.9} WR-CBE Addons
UCHIJA WR-CBE|Logic{1.4.1.9} WR-CBE Logic
UCHIJA McMultipart{1.2.0.345} Minecraft Multipart Plugin
UCHIJA ForgeMicroblock{1.2.0.345} Forge Microblocks
UD MineFactoryReloaded|CompatAppliedEnergistics{1.7.10R2.8.1} MFR Compat: Applied Energistics
UD MineFactoryReloaded|CompatAtum{1.7.10R2.8.1} MFR Compat: Atum
UD MineFactoryReloaded|CompatBackTools{1.7.10R2.8.1} MFR Compat: BackTools
UD MineFactoryReloaded|CompatBuildCraft{1.7.10R2.8.1} MFR Compat: BuildCraft
UD MineFactoryReloaded|CompatChococraft{1.7.10R2.8.1} MFR Compat: Chococraft
UD MineFactoryReloaded|CompatExtraBiomes{1.7.10R2.8.1} MFR Compat: ExtraBiomes
UD MineFactoryReloaded|CompatForestry{1.7.10R2.8.1} MFR Compat: Forestry
UD MineFactoryReloaded|CompatIC2{1.7.10R2.8.1} MFR Compat: IC2
UD MineFactoryReloaded|CompatSufficientBiomes{1.7.10R2.8.1} MFR Compat: Sufficient Biomes
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 365.10' Renderer: 'GeForce GTX 980/PCIe/SSE2'
OpenModsLib class transformers: [stencil_patches:FINISHED],[movement_callback:FINISHED],[map_gen_fix:FINISHED],[gl_capabilities_hook:FINISHED],[player_render_hook:FINISHED]
Class transformer null safety: all safe
CoFHCore: -[1.7.10]3.1.2-325
MineFactoryReloaded: -[1.7.10]2.8.1-174
ThermalFoundation: -[1.7.10]1.2.4-114
Mantle Environment: Environment healthy.
ThermalExpansion: -[1.7.10]4.1.2-240
TConstruct Environment: Environment healthy.
NetherOres: -[1.7.10]2.3.1-22
RedstoneArsenal: -[1.7.10]1.1.2-92
ThermalDynamics: -[1.7.10]1.2.0-171
Stencil buffer state: Function set: GL30, pool: forge, bits: 8
Launched Version: forge-10.13.4.1614
LWJGL: 2.9.1
OpenGL: GeForce GTX 980/PCIe/SSE2 GL version 4.5.0 NVIDIA 365.10, NVIDIA Corporation
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.