So I've been scouring to the forums for similar issues, but the solutions don't seem applicable. Whenever I try and look up a recipe in NEI, the game crashes back to the launcher. I've tried updating my other mods to the newest versions, but I can't seem to get any success. Everything else seems to be working fine.
java.lang.NullPointerException: Updating screen events
at com.djgiannuzz.thaumcraftneiplugin.nei.recipehandler.CrucibleRecipeHandler.loadUsageRecipes(CrucibleRecipeHandler.java:199)
at codechicken.nei.recipe.TemplateRecipeHandler.loadUsageRecipes(TemplateRecipeHandler.java:350)
at codechicken.nei.recipe.TemplateRecipeHandler.getUsageHandler(TemplateRecipeHandler.java:472)
at codechicken.nei.recipe.GuiUsageRecipe.openRecipeGui(GuiUsageRecipe.java:20)
at codechicken.nei.recipe.RecipeItemInputHandler.lastKeyTyped(RecipeItemInputHandler.java:20)
at codechicken.nei.guihook.GuiContainerManager.lastKeyTyped(GuiContainerManager.java:307)
at net.minecraft.client.gui.inventory.GuiContainer.func_73869_a(GuiContainer.java)
at net.minecraft.client.gui.inventory.GuiContainer.public_func_73869_a(GuiContainer.java)
at codechicken.nei.guihook.GuiContainerManager.callKeyTyped(GuiContainerManager.java)
at codechicken.nei.guihook.GuiContainerManager.keyTyped(GuiContainerManager.java:475)
at codechicken.nei.guihook.GuiContainerManager.handleKeyboardInput(GuiContainerManager.java:465)
at net.minecraft.client.gui.inventory.GuiContainer.func_146282_l(GuiContainer.java)
at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:276)
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(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at com.djgiannuzz.thaumcraftneiplugin.nei.recipehandler.CrucibleRecipeHandler.loadUsageRecipes(CrucibleRecipeHandler.java:199)
at codechicken.nei.recipe.TemplateRecipeHandler.loadUsageRecipes(TemplateRecipeHandler.java:350)
at codechicken.nei.recipe.TemplateRecipeHandler.getUsageHandler(TemplateRecipeHandler.java:472)
at codechicken.nei.recipe.GuiUsageRecipe.openRecipeGui(GuiUsageRecipe.java:20)
at codechicken.nei.recipe.RecipeItemInputHandler.lastKeyTyped(RecipeItemInputHandler.java:20)
at codechicken.nei.guihook.GuiContainerManager.lastKeyTyped(GuiContainerManager.java:307)
at net.minecraft.client.gui.inventory.GuiContainer.func_73869_a(GuiContainer.java)
at net.minecraft.client.gui.inventory.GuiContainer.public_func_73869_a(GuiContainer.java)
at codechicken.nei.guihook.GuiContainerManager.callKeyTyped(GuiContainerManager.java)
at codechicken.nei.guihook.GuiContainerManager.keyTyped(GuiContainerManager.java:475)
at codechicken.nei.guihook.GuiContainerManager.handleKeyboardInput(GuiContainerManager.java:465)
at net.minecraft.client.gui.inventory.GuiContainer.func_146282_l(GuiContainer.java)
at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:276)
Hello everyone,
So I've been scouring to the forums for similar issues, but the solutions don't seem applicable. Whenever I try and look up a recipe in NEI, the game crashes back to the launcher. I've tried updating my other mods to the newest versions, but I can't seem to get any success. Everything else seems to be working fine.
Here is the log file:
// Sorry
Time: 22/01/16 8:26 PM
Description: Updating screen events
java.lang.NullPointerException: Updating screen events
at com.djgiannuzz.thaumcraftneiplugin.nei.recipehandler.CrucibleRecipeHandler.loadUsageRecipes(CrucibleRecipeHandler.java:199)
at codechicken.nei.recipe.TemplateRecipeHandler.loadUsageRecipes(TemplateRecipeHandler.java:350)
at codechicken.nei.recipe.TemplateRecipeHandler.getUsageHandler(TemplateRecipeHandler.java:472)
at codechicken.nei.recipe.GuiUsageRecipe.openRecipeGui(GuiUsageRecipe.java:20)
at codechicken.nei.recipe.RecipeItemInputHandler.lastKeyTyped(RecipeItemInputHandler.java:20)
at codechicken.nei.guihook.GuiContainerManager.lastKeyTyped(GuiContainerManager.java:307)
at net.minecraft.client.gui.inventory.GuiContainer.func_73869_a(GuiContainer.java)
at net.minecraft.client.gui.inventory.GuiContainer.public_func_73869_a(GuiContainer.java)
at codechicken.nei.guihook.GuiContainerManager.callKeyTyped(GuiContainerManager.java)
at codechicken.nei.guihook.GuiContainerManager.keyTyped(GuiContainerManager.java:475)
at codechicken.nei.guihook.GuiContainerManager.handleKeyboardInput(GuiContainerManager.java:465)
at net.minecraft.client.gui.inventory.GuiContainer.func_146282_l(GuiContainer.java)
at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:276)
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(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at com.djgiannuzz.thaumcraftneiplugin.nei.recipehandler.CrucibleRecipeHandler.loadUsageRecipes(CrucibleRecipeHandler.java:199)
at codechicken.nei.recipe.TemplateRecipeHandler.loadUsageRecipes(TemplateRecipeHandler.java:350)
at codechicken.nei.recipe.TemplateRecipeHandler.getUsageHandler(TemplateRecipeHandler.java:472)
at codechicken.nei.recipe.GuiUsageRecipe.openRecipeGui(GuiUsageRecipe.java:20)
at codechicken.nei.recipe.RecipeItemInputHandler.lastKeyTyped(RecipeItemInputHandler.java:20)
at codechicken.nei.guihook.GuiContainerManager.lastKeyTyped(GuiContainerManager.java:307)
at net.minecraft.client.gui.inventory.GuiContainer.func_73869_a(GuiContainer.java)
at net.minecraft.client.gui.inventory.GuiContainer.public_func_73869_a(GuiContainer.java)
at codechicken.nei.guihook.GuiContainerManager.callKeyTyped(GuiContainerManager.java)
at codechicken.nei.guihook.GuiContainerManager.keyTyped(GuiContainerManager.java:475)
at codechicken.nei.guihook.GuiContainerManager.handleKeyboardInput(GuiContainerManager.java:465)
at net.minecraft.client.gui.inventory.GuiContainer.func_146282_l(GuiContainer.java)
at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:276)
-- Affected screen --
Details:
Screen name: net.minecraft.client.gui.inventory.GuiInventory
-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [EntityClientPlayerMP['LordDietrich'/513, l='MpServer', x=246.15, y=67.62, z=386.91]]
Chunk stats: MultiplayerChunkCache: 289, 289
Level seed: 0
Level generator: ID 02 - largeBiomes, ver 0. Features enabled: false
Level generator options:
Level spawn location: World: (200,64,236), Chunk: (at 8,4,12 in 12,14; contains blocks 192,0,224 to 207,255,239), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 5035365 game time, 8259566 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: 142 total; [EntityClientPlayerMP['LordDietrich'/513, l='MpServer', x=246.15, y=67.62, z=386.91], EntityHorse['Donkey'/515, l='MpServer', x=232.19, y=48.00, z=442.66], EntitySkeleton['Skeleton'/516, l='MpServer', x=257.94, y=51.00, z=446.56], EntityItem['item.tile.stonebrick'/517, l='MpServer', x=280.13, y=4.13, z=444.66], EntitySpider['Spider'/518, l='MpServer', x=194.03, y=30.00, z=446.03], EntityEnderman['Enderman'/519, l='MpServer', x=193.50, y=29.00, z=443.13], EntitySpider['Spider'/520, l='MpServer', x=240.88, y=32.00, z=463.00], EntityCreeper['Creeper'/521, l='MpServer', x=239.69, y=31.00, z=461.06], EntityCreeper['Creeper'/522, l='MpServer', x=229.94, y=30.00, z=457.72], EntityCreeper['Creeper'/523, l='MpServer', x=234.00, y=35.00, z=449.56], EntityPainting['Painting'/524, l='MpServer', x=264.00, y=87.00, z=455.06], EntityPainting['Painting'/525, l='MpServer', x=262.00, y=86.50, z=455.06], EntityPainting['Painting'/526, l='MpServer', x=266.00, y=87.00, z=455.06], EntityEnderman['Enderman'/527, l='MpServer', x=223.63, y=43.00, z=452.13], EntityPig['Pig'/528, l='MpServer', x=208.03, y=75.00, z=455.53], EntityBat['Bat'/529, l='MpServer', x=284.47, y=32.10, z=452.63], EntityBat['Bat'/530, l='MpServer', x=277.34, y=47.10, z=452.25], EntityCreeper['Creeper'/531, l='MpServer', x=190.97, y=28.00, z=434.59], EntityCreeper['Creeper'/532, l='MpServer', x=185.31, y=39.00, z=442.44], EntityEnderman['Enderman'/533, l='MpServer', x=200.56, y=23.00, z=450.50], EntityEnderman['Enderman'/534, l='MpServer', x=207.47, y=24.00, z=454.41], EntityBat['Bat'/536, l='MpServer', x=261.50, y=51.89, z=465.94], EntitySpider['Spider'/538, l='MpServer', x=183.34, y=48.00, z=449.72], EntityZombie['Zombie'/283, l='MpServer', x=245.63, y=29.00, z=320.13], EntityPig['Pig'/539, l='MpServer', x=317.59, y=63.00, z=453.16], EntityZombie['Zombie'/284, l='MpServer', x=242.30, y=14.00, z=328.30], EntityPainting['Painting'/524, l='MpServer', x=264.00, y=87.00, z=455.06], EntityPainting['Painting'/285, l='MpServer', x=241.94, y=68.50, z=336.50], EntityPainting['Painting'/525, l='MpServer', x=262.00, y=86.50, z=455.06], EntityPainting['Painting'/286, l='MpServer', x=250.94, y=69.00, z=348.00], EntityBat['Bat'/542, l='MpServer', x=302.69, y=52.10, z=465.75], EntityPainting['Painting'/526, l='MpServer', x=266.00, y=87.00, z=455.06], EntityPainting['Painting'/287, l='MpServer', x=247.06, y=68.50, z=349.50], EntityPainting['Painting'/288, l='MpServer', x=249.06, y=68.50, z=368.50], EntityPainting['Painting'/289, l='MpServer', x=254.00, y=69.00, z=369.94], EntityPig['Pig'/545, l='MpServer', x=310.16, y=63.00, z=464.38], EntityPainting['Painting'/318, l='MpServer', x=266.00, y=69.50, z=366.06], EntityPainting['Painting'/290, l='MpServer', x=240.94, y=68.50, z=382.00], EntityPainting['Painting'/319, l='MpServer', x=269.94, y=69.50, z=367.50], EntityPainting['Painting'/326, l='MpServer', x=260.94, y=70.00, z=381.00], EntityPainting['Painting'/327, l='MpServer', x=260.94, y=70.00, z=377.50], EntityPainting['Painting'/328, l='MpServer', x=256.06, y=69.50, z=379.50], EntityPainting['Painting'/288, l='MpServer', x=249.06, y=68.50, z=368.50], EntityPainting['Painting'/289, l='MpServer', x=254.00, y=69.00, z=369.94], EntityPainting['Painting'/290, l='MpServer', x=240.94, y=68.50, z=382.00], EntityPainting['Painting'/248, l='MpServer', x=233.06, y=74.00, z=383.00], EntityPainting['Painting'/246, l='MpServer', x=239.94, y=69.50, z=339.00], EntityPainting['Painting'/285, l='MpServer', x=241.94, y=68.50, z=336.50], EntityPainting['Painting'/286, l='MpServer', x=250.94, y=69.00, z=348.00], EntityPainting['Painting'/287, l='MpServer', x=247.06, y=68.50, z=349.50], EntityPainting['Painting'/357, l='MpServer', x=276.00, y=71.50, z=366.06], EntityZombie['Zombie'/313, l='MpServer', x=259.59, y=33.00, z=316.00], EntityCreeper['Creeper'/314, l='MpServer', x=263.44, y=34.00, z=314.03], EntityCreeper['Creeper'/315, l='MpServer', x=256.50, y=33.00, z=312.97], EntityChicken['Chicken'/316, l='MpServer', x=259.63, y=31.00, z=321.38], EntityPainting['Painting'/361, l='MpServer', x=280.94, y=73.00, z=368.00], EntityChicken['Chicken'/317, l='MpServer', x=264.56, y=66.00, z=334.53], EntityPainting['Painting'/318, l='MpServer', x=266.00, y=69.50, z=366.06], EntityPainting['Painting'/362, l='MpServer', x=278.50, y=72.00, z=369.94], EntityPainting['Painting'/319, l='MpServer', x=269.94, y=69.50, z=367.50], EntityPainting['Painting'/363, l='MpServer', x=284.06, y=70.50, z=378.00], EntityVillager['Tranzig'/320, l='MpServer', x=265.50, y=67.68, z=367.50], EntitySeat['entity.BiblioCraft.SeatEntity.name'/321, l='MpServer', x=265.50, y=68.00, z=367.50], EntityVillager['Johann'/322, l='MpServer', x=266.50, y=67.68, z=366.50], EntitySeat['entity.BiblioCraft.SeatEntity.name'/323, l='MpServer', x=266.50, y=68.00, z=366.50], EntityVillager['Villager'/324, l='MpServer', x=259.72, y=67.00, z=363.50], EntityPainting['Painting'/249, l='MpServer', x=233.06, y=68.50, z=384.50], EntitySpider['Spider'/325, l='MpServer', x=273.28, y=43.00, z=380.25], EntityPainting['Painting'/250, l='MpServer', x=234.50, y=73.50, z=390.06], EntityPainting['Painting'/326, l='MpServer', x=260.94, y=70.00, z=381.00], EntityPainting['Painting'/251, l='MpServer', x=233.06, y=73.50, z=393.50], EntityPainting['Painting'/327, l='MpServer', x=260.94, y=70.00, z=377.50], EntityPainting['Painting'/252, l='MpServer', x=233.06, y=68.50, z=393.00], EntityPainting['Painting'/328, l='MpServer', x=256.06, y=69.50, z=379.50], EntityVillager['Villager'/329, l='MpServer', x=253.28, y=65.00, z=373.47], EntityVillager['Villager'/330, l='MpServer', x=255.13, y=66.56, z=367.63], EntityPainting['Painting'/389, l='MpServer', x=290.94, y=70.50, z=375.00], EntityBat['Bat'/356, l='MpServer', x=292.56, y=15.23, z=350.25], EntityPainting['Painting'/357, l='MpServer', x=276.00, y=71.50, z=366.06], EntitySpider['Spider'/358, l='MpServer', x=281.72, y=43.00, z=379.81], EntitySkeleton['Skeleton'/359, l='MpServer', x=275.22, y=43.00, z=378.63], EntitySkeleton['Skeleton'/360, l='MpServer', x=286.09, y=43.00, z=379.50], EntityPainting['Painting'/361, l='MpServer', x=280.94, y=73.00, z=368.00], EntityPainting['Painting'/362, l='MpServer', x=278.50, y=72.00, z=369.94], EntityPainting['Painting'/363, l='MpServer', x=284.06, y=70.50, z=378.00], EntityCreeper['Creeper'/364, l='MpServer', x=281.50, y=18.00, z=391.50], EntityCreeper['Creeper'/365, l='MpServer', x=281.50, y=18.00, z=392.50], EntityCreeper['Creeper'/366, l='MpServer', x=283.06, y=18.00, z=393.53], EntityItem['item.item.bone'/367, l='MpServer', x=278.88, y=65.13, z=392.13], EntityBrainyZombie['Angry Zombie'/368, l='MpServer', x=283.03, y=12.00, z=414.50], EntityCreeper['Creeper'/384, l='MpServer', x=301.50, y=37.00, z=333.50], EntitySpider['Spider'/385, l='MpServer', x=300.50, y=41.00, z=332.50], EntityEnderman['Warded Enderman'/386, l='MpServer', x=301.50, y=46.00, z=328.50], EntityBat['Bat'/387, l='MpServer', x=296.31, y=16.57, z=348.56], EntityBat['Bat'/388, l='MpServer', x=308.69, y=17.00, z=344.66], EntityPainting['Painting'/389, l='MpServer', x=290.94, y=70.50, z=375.00], EntityBoat['Boat'/390, l='MpServer', x=302.88, y=63.25, z=413.75], EntityBoat['Boat'/391, l='MpServer', x=302.88, y=63.29, z=408.16], EntityItem['item.item.arrow'/392, l='MpServer', x=298.88, y=64.13, z=416.88], EntityItem['item.item.bone'/393, l='MpServer', x=298.44, y=64.13, z=416.31], EntityCreeper['Creeper'/403, l='MpServer', x=305.50, y=46.00, z=340.50], EntitySkeleton['Skeleton'/404, l='MpServer', x=313.22, y=14.00, z=362.72], EntityItem['item.item.rottenFlesh'/407, l='MpServer', x=307.59, y=65.13, z=364.19], EntityCreeper['Creeper'/410, l='MpServer', x=314.06, y=56.00, z=389.53], EntityCreeper['Creeper'/412, l='MpServer', x=312.34, y=55.00, z=389.97], EntityZombie['Zombie'/413, l='MpServer', x=318.50, y=37.00, z=409.50], EntityPig['Pig'/170, l='MpServer', x=169.88, y=66.00, z=307.88], EntityPig['Pig'/175, l='MpServer', x=168.13, y=68.00, z=327.97], EntityPig['Pig'/176, l='MpServer', x=168.94, y=69.00, z=321.03], EntitySkeleton['Skeleton'/179, l='MpServer', x=169.50, y=71.00, z=431.50], EntitySkeleton['Skeleton'/436, l='MpServer', x=323.56, y=20.00, z=365.44], EntityZombie['Zombie'/437, l='MpServer', x=325.41, y=25.00, z=364.50], EntityZombie['Zombie'/438, l='MpServer', x=325.09, y=27.00, z=365.66], EntityZombie['Zombie'/439, l='MpServer', x=323.09, y=25.00, z=355.38], EntityPig['Pig'/186, l='MpServer', x=179.59, y=69.00, z=310.84], EntitySkeleton['Skeleton'/187, l='MpServer', x=182.47, y=15.00, z=351.16], EntityBat['Bat'/188, l='MpServer', x=191.63, y=17.10, z=377.75], EntityPig['Pig'/189, l='MpServer', x=190.63, y=67.00, z=409.13], EntityPig['Pig'/190, l='MpServer', x=177.19, y=70.00, z=411.03], EntityBat['Bat'/447, l='MpServer', x=317.59, y=24.43, z=412.78], EntityPig['Pig'/200, l='MpServer', x=203.13, y=66.00, z=313.78], EntityPig['Pig'/201, l='MpServer', x=201.59, y=66.00, z=315.22], EntityChicken['Chicken'/203, l='MpServer', x=196.44, y=66.00, z=397.44], EntityPig['Pig'/204, l='MpServer', x=199.41, y=64.00, z=415.16], EntityPig['Pig'/205, l='MpServer', x=196.03, y=68.00, z=427.97], EntityCreeper['Creeper'/223, l='MpServer', x=208.31, y=15.00, z=359.69], EntityCreeper['Creeper'/224, l='MpServer', x=208.50, y=14.00, z=355.31], EntityHorse['Donkey'/225, l='MpServer', x=219.09, y=65.00, z=363.28], EntityCreeper['Creeper'/226, l='MpServer', x=219.50, y=31.00, z=428.69], EntityCreeper['Creeper'/227, l='MpServer', x=217.72, y=33.00, z=424.09], EntityCreeper['Creeper'/228, l='MpServer', x=220.50, y=34.00, z=419.50], EntityCow['Cow'/229, l='MpServer', x=210.47, y=67.00, z=431.75], EntityCreeper['Creeper'/244, l='MpServer', x=231.00, y=29.00, z=316.41], EntityCreeper['Creeper'/245, l='MpServer', x=225.72, y=50.00, z=313.06], EntityPainting['Painting'/246, l='MpServer', x=239.94, y=69.50, z=339.00], EntityHorse['Donkey'/247, l='MpServer', x=239.00, y=66.00, z=365.06], EntityPainting['Painting'/248, l='MpSer
ver', x=233.06, y=74.00, z=383.00], EntityPainting['Painting'/249, l='MpServer', x=233.06, y=68.50, z=384.50], EntityPainting['Painting'/250, l='MpServer', x=234.50, y=73.50, z=390.06], EntityPainting['Painting'/251, l='MpServer', x=233.06, y=73.50, z=393.50], EntityPainting['Painting'/252, l='MpServer', x=233.06, y=68.50, z=393.00], EntityBat['Bat'/253, l='MpServer', x=223.00, y=29.51, z=430.59]]
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: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(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 7 (x86) version 6.1
Java Version: 1.8.0_71, Oracle Corporation
Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
Memory: 142420192 bytes (135 MB) / 523501568 bytes (499 MB) up to 523501568 bytes (499 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx512M -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 12, tcache: 0, allocated: 13, tallocated: 103
FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1566 32 mods loaded, 32 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHIJAAAA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
UCHIJAAAA FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1566-1.7.10.jar)
UCHIJAAAA Forge{10.13.4.1566} [Minecraft Forge] (forge-1.7.10-10.13.4.1566-1.7.10.jar)
UCHIJAAAA CodeChickenCore{1.0.7.47} [CodeChicken Core] (minecraft.jar)
UCHIJAAAA NotEnoughItems{1.0.5.118} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.118-universal.jar)
UCHIJAAAA bspkrsCore{6.15} [bspkrsCore] ([1.7.10]bspkrsCore-universal-6.15.jar)
UCHIJAAAA Treecapitator{1.7.10} [Treecapitator] ([1.7.10]Treecapitator-universal-2.0.4.jar)
UCHIJAAAA BiblioCraft{1.11.4} [BiblioCraft] (BiblioCraft[v1.11.4][MC1.7.10].jar)
UCHIJAAAA Mantle{1.7.10-0.3.2.jenkins184} [Mantle] (Mantle-1.7.10-0.3.2.jar)
UCHIJAAAA Natura{2.2.0} [Natura] (natura-1.7.10-2.2.0.1.jar)
UCHIJAAAA Forestry{4.2.5.53} [Forestry for Minecraft] (forestry_1.7.10-4.2.5.53.jar)
UCHIJAAAA BiblioWoodsForestry{1.7} [BiblioWoods Forestry Edition] (BiblioWoods[Forestry][v1.7].jar)
UCHIJAAAA BiblioWoodsNatura{1.5} [BiblioWoods Natura Edition] (BiblioWoods[Natura][v1.5].jar)
UCHIJAAAA SKC-Core{1.1.2.0} [SKC Core] (SKC-Core-1.1.2.0-1.7.10.jar)
UCHIJAAAA SKC-CraftableHorseArmor{1.1.2.0} [Craftable Horse Armor] (CraftableHorseArmor-1.1.2.0-1.7.10.jar)
UCHIJAAAA props{1.11} [Decocraft] (Decocraft-v1.11_1.7.10.jar)
UCHIJAAAA factorization.notify{1.0} [Factorization Notification System] (Factorization-1.7.10-0.8.101.jar)
UCHIJAAAA factorization.dimensionalSlice{0.8.101} [Factorization Dimensional Slices] (Factorization-1.7.10-0.8.101.jar)
UCHIJAAAA factorization{0.8.101} [Factorization] (Factorization-1.7.10-0.8.101.jar)
UCHIJAAAA factorization.misc{0.8.101} [Factorization Miscellaneous Nonsense] (Factorization-1.7.10-0.8.101.jar)
UCHIJAAAA fz.scrap{0.8.101} [Scrap] (Factorization-1.7.10-0.8.101.jar)
UCHIJAAAA factorization.truth{0.8.101} [Truth] (Factorization-1.7.10-0.8.101.jar)
UCHIJAAAA MetallurgyCore{4.0.4} [Metallurgy Core] (MetallurgyCore-1.7.10-4.0.4.18.jar)
UCHIJAAAA Metallurgy{4.0.6} [Metallurgy 4] (Metallurgy-1.7.10-4.0.6.80.jar)
UCHIJAAAA neiintegration{1.1.1} [NEI Integration] (NEIIntegration-MC1.7.10-1.1.1.jar)
UCHIJAAAA Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar)
UCHIJAAAA Thaumcraft{4.2.3.5} [Thaumcraft] (Thaumcraft-1.7.10-4.2.3.5.jar)
UCHIJAAAA harvestcraft{1.7.10j} [Pam's HarvestCraft] (Pam's HarvestCraft 1.7.10Lb.jar)
UCHIJAAAA Railcraft{9.8.0.0} [Railcraft] (Railcraft_1.7.10-9.8.0.0.jar)
UCHIJAAAA ReiMinimap{1.7.10} [Rei's Minimap] (Reis-Minimap-Mod-1.7.10.jar)
UCHIJAAAA thaumcraftneiplugin{1.7.10-1.6} [Thaumcraft NEI Plugin] (thaumcraftneiplugin-1.7.10-1.6.jar)
UCHIJAAAA TwilightForest{2.3.7} [The Twilight Forest] (twilightforest-1.7.10-2.3.7.jar)
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.3.0' Renderer: 'GeForce GT 610/PCIe/SSE2'
Mantle Environment: Environment healthy.
Launched Version: 1.7.10-Forge10.13.4.1566-1.7.10
LWJGL: 2.9.1
OpenGL: GeForce GT 610/PCIe/SSE2 GL version 4.3.0, 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.
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)
And these are the mods I have installed (all for v 1.7.10):
Treecapitator-universal-2.0.4
BiblioCraft v1.11.4
BibiloWoods [Forest v1.7] and BiblioWoods [Natura 1.5]
CodeChickenCore 1.0.7.47 Universal
CodeChickenLib 1.1.3.138 Universal
Baubles 1.0.1.10
bspkersCore-universal-6.15
CraftableHorseArmour-1.1.2.0
Decocraft v1.11
Factorization 0.8.101
Foresty v4.2.5.53
Mantle 0.3.2
Metallurgy v 4.0.6.80
MetallurgyCore v 4.0.4.18
Natura v 2.2.0.1
NEI Integration v 1.1.1
NEI Universal v 1.0.5.118
Pam's Harvestcraft 1.7.10Lb
Railcraft v 9.8.0.0
Rei's Minimap
SKC Core v 1.1.20
Thaumcraft v 4.2.3.5
Thaumcraft NEI plugin v1.6
Twilight Forest v 2.3.7
Any help you can provide would be appreciated.
You know, I had totally missed that. Removing it has fixed the problem. Thank you!