I have recently built a decently stable modpack running 1.7.10 with about 50 mods and have found everything to be working fluently, until it comes to trying to get a recipe for an item. The NEI crashes my computer (java 64-bit) when trying to open the recipe. It happens on vanilla and modded items. Anyone have had experience with this? I will post the crash report below.
---- Minecraft Crash Report ----
// But it works on my machine.
java.lang.NoSuchFieldError: recipes
at tonius.neiintegration.forestry.RecipeHandlerCentrifuge.loadCraftingRecipes(RecipeHandlerCentrifuge.java:115)
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(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 tonius.neiintegration.forestry.RecipeHandlerCentrifuge.loadCraftingRecipes(RecipeHandlerCentrifuge.java:115)
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)
I was not the person to create the originial pack, just the person like an editor to author, and am too lazy to remake it. What mod is in the wrong version and needs to be replaced or taken out? Thanks for telling me NEI integration was bad.
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
Hello,
I have recently built a decently stable modpack running 1.7.10 with about 50 mods and have found everything to be working fluently, until it comes to trying to get a recipe for an item. The NEI crashes my computer (java 64-bit) when trying to open the recipe. It happens on vanilla and modded items. Anyone have had experience with this? I will post the crash report below.
---- Minecraft Crash Report ----
// But it works on my machine.
Time: 1/10/16 3:59 PM
Description: Updating screen events
java.lang.NoSuchFieldError: recipes
at tonius.neiintegration.forestry.RecipeHandlerCentrifuge.loadCraftingRecipes(RecipeHandlerCentrifuge.java:115)
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(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 tonius.neiintegration.forestry.RecipeHandlerCentrifuge.loadCraftingRecipes(RecipeHandlerCentrifuge.java:115)
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: 2 total; [EntityClientPlayerMP['mattme1'/5800, l='MpServer', x=-91.58, y=66.62, z=1282.01], EntityOtherPlayerMP['EyeSack33'/5473, l='MpServer', x=-89.69, y=66.00, z=1293.38]]
Chunk stats: MultiplayerChunkCache: 433, 433
Level seed: 0
Level generator: ID 00 - default, ver 1. Features enabled: false
Level generator options:
Level spawn location: World: (-321,64,876), Chunk: (at 15,4,12 in -21,54; contains blocks -336,0,864 to -321,255,879), Region: (-1,1; contains chunks -32,32 to -1,63, blocks -512,0,512 to -1,255,1023)
Level time: 27929 game time, 12360 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: 122 total; [EntityOtherPlayerMP['EyeSack33'/5473, l='MpServer', x=-303.63, y=69.00, z=890.50], EntityOtherPlayerMP['EyeSack33'/5473, l='MpServer', x=-334.31, y=69.00, z=955.09], EntityOtherPlayerMP['EyeSack33'/5473, l='MpServer', x=-82.09, y=64.00, z=743.09], EntityGaiaBoneKnight['Bone Knight'/48642, l='MpServer', x=-73.50, y=28.00, z=1330.50], EntityBat['Bat'/42500, l='MpServer', x=-93.97, y=35.45, z=1305.28], EntityGaiaMermaid['Mermaid'/47108, l='MpServer', x=-92.56, y=39.00, z=1295.63], EntityGaiaBoneKnight['Bone Knight'/48644, l='MpServer', x=-73.50, y=28.00, z=1333.50], EntityWitch['Witch'/47109, l='MpServer', x=-86.56, y=37.00, z=1290.94], EntityZombie['Zombie'/48651, l='MpServer', x=-81.50, y=30.00, z=1349.50], EntityCreeper['Creeper'/48652, l='MpServer', x=-87.50, y=30.00, z=1350.50], EntityZombie['Zombie'/48151, l='MpServer', x=-126.50, y=15.00, z=1205.50], EntityCreeper['Creeper'/48663, l='MpServer', x=-163.50, y=13.00, z=1317.50], EntityCaveSpider['Cave Spider'/48668, l='MpServer', x=36.66, y=-46.41, z=8.58], EntitySkeleton['Skeleton'/59934, l='MpServer', x=26.26, y=-16.62, z=-22.51], EntityZombie['Zombie'/48169, l='MpServer', x=-96.50, y=31.00, z=1258.50], EntityCaveSpider['Cave Spider'/48695, l='MpServer', x=35.80, y=-45.98, z=17.16], EntityItem['item.item.bone'/46144, l='MpServer', x=-154.88, y=11.13, z=1312.28], EntitySkeleton['Skeleton'/48710, l='MpServer', x=-79.50, y=24.00, z=1329.50], EntityNautilus['Nautilus'/211016, l='MpServer', x=-115.50, y=39.00, z=1273.53], EntityBat['Bat'/48722, l='MpServer', x=-81.20, y=30.07, z=1354.48], EntityItem['item.item.seeds'/47188, l='MpServer', x=-81.50, y=62.13, z=1281.78], EntityBat['Bat'/48724, l='MpServer', x=-54.54, y=23.73, z=1349.49], EntityBat['Bat'/48725, l='MpServer', x=-69.63, y=26.80, z=1345.75], EntityOtherPlayerMP['EyeSack33'/5473, l='MpServer', x=-302.50, y=68.00, z=941.72], EntityCreeper['Creeper'/48732, l='MpServer', x=-109.50, y=25.00, z=1334.50], EntityCreeper['Creeper'/48733, l='MpServer', x=-111.50, y=25.00, z=1336.50], EntityWisp['Wisp'/155744, l='MpServer', x=37.78, y=-5.81, z=28.11], EntityClientPlayerMP['mattme1'/5800, l='MpServer', x=-310.70, y=70.62, z=953.70], EntityZombie['Zombie'/48747, l='MpServer', x=-42.50, y=28.00, z=1297.09], EntityZombie['Zombie'/48748, l='MpServer', x=-40.50, y=29.00, z=1290.50], EntityCreeper['Creeper'/48749, l='MpServer', x=-46.50, y=29.00, z=1289.50], EntityOtherPlayerMP['EyeSack33'/5473, l='MpServer', x=-89.69, y=66.00, z=1293.38], EntityZombie['Zombie'/48246, l='MpServer', x=-144.69, y=37.00, z=1299.69], EntityZombie['Zombie'/48764, l='MpServer', x=-147.50, y=22.00, z=1241.50], EntityZombie['Zombie'/48766, l='MpServer', x=-116.50, y=23.00, z=1333.50], EntityZombie['Zombie'/48767, l='MpServer', x=-120.50, y=23.00, z=1336.50], EntityZombie['Zombie'/48768, l='MpServer', x=-119.00, y=27.00, z=1348.44], EntitySkeleton['Skeleton'/48770, l='MpServer', x=-120.56, y=23.00, z=1339.56], EntitySkeleton['Skeleton'/48771, l='MpServer', x=-120.50, y=23.00, z=1337.50], EntitySkeleton['Skeleton'/48772, l='MpServer', x=-120.56, y=23.00, z=1338.47], EntityItem['item.item.swordWood'/48777, l='MpServer', x=-83.09, y=60.13, z=1278.47], EntitySkeleton['Skeleton'/48778, l='MpServer', x=-79.50, y=23.00, z=1327.79], EntityCreeper['Creeper'/48780, l='MpServer', x=-41.50, y=52.00, z=1315.50], EntityCreeper['Creeper'/48271, l='MpServer', x=-82.50, y=32.00, z=1333.50], EntitySkeleton['Skeleton'/48786, l='MpServer', x=-95.50, y=15.00, z=1346.66], EntitySkeleton['Skeleton'/48787, l='MpServer', x=-95.22, y=15.00, z=1345.78], EntityZombie['Zombie'/48788, l='MpServer', x=-96.44, y=15.00, z=1346.03], EntityOtherPlayerMP['EyeSack33'/5473, l='MpServer', x=-12.13, y=91.00, z=1179.00], EntitySkeleton['Skeleton'/48796, l='MpServer', x=-159.50, y=18.00, z=1239.50], EntityCreeper['Creeper'/48797, l='MpServer', x=-160.50, y=18.00, z=1239.50], EntityItem['item.tile.cloth.white'/48287, l='MpServer', x=-86.44, y=55.13, z=1270.81], EntityItem['item.item.bone'/46244, l='MpServer', x=-92.25, y=19.13, z=1328.22], EntityZombie['Zombie'/48293, l='MpServer', x=-3.19, y=-28.14, z=-49.32], EntityItem['item.item.bone'/46247, l='MpServer', x=-101.66, y=25.13, z=1333.03], EntityCreeper['Creeper'/48820, l='MpServer', x=-159.50, y=25.00, z=1243.50], EntityCreeper['Creeper'/48821, l='MpServer', x=-160.50, y=25.00, z=1243.50], EntityNautilus['Nautilus'/33470, l='MpServer', x=-69.49, y=48.47, z=1270.73], EntityZombie['Zombie'/48840, l='MpServer', x=-169.50, y=18.00, z=1265.50], EntityOtherPlayerMP['EyeSack33'/5473, l='MpServer', x=-22.28, y=79.00, z=1164.69], EntityZombie['Zombie'/48843, l='MpServer', x=-117.50, y=27.00, z=1351.50], EntityCreeper['Creeper'/48844, l='MpServer', x=-117.50, y=27.00, z=1349.50], EntityItem['item.tile.cloth.gray'/48337, l='MpServer', x=-86.06, y=55.13, z=1270.78], EntityGaiaBoneKnight['Bone Knight'/48341, l='MpServer', x=-84.50, y=16.00, z=1303.50], EntityCreeper['Creeper'/41696, l='MpServer', x=-94.50, y=41.00, z=1307.50], EntityZombie['Zombie'/48360, l='MpServer', x=-120.50, y=24.00, z=1342.50], EntityNautilus['Nautilus'/243958, l='MpServer', x=-53.10, y=51.51, z=1229.69], EntityNautilus['Nautilus'/243956, l='MpServer', x=-69.47, y=48.31, z=1269.41], EntityCreeper['Creeper'/46366, l='MpServer', x=-91.50, y=39.00, z=1309.50], EntitySpider['Spider'/47903, l='MpServer', x=-80.94, y=28.00, z=1339.53], EntityOtherPlayerMP['EyeSack33'/5473, l='MpServer', x=-302.59, y=70.00, z=963.41], EntityBat['Bat'/48424, l='MpServer', x=-28.28, y=33.10, z=1336.25], EntityChicken['Chicken'/38703, l='MpServer', x=-16.59, y=74.00, z=1348.59], EntityChicken['Chicken'/38704, l='MpServer', x=-18.41, y=75.00, z=1341.63], EntityChicken['Chicken'/38705, l='MpServer', x=-17.63, y=71.00, z=1353.53], EntityItem['item.item.emptyShell'/46388, l='MpServer', x=-119.03, y=38.13, z=1271.13], EntityCaveSpider['Cave Spider'/60729, l='MpServer', x=1.63, y=-45.63, z=-45.15], EntityBat['Bat'/46910, l='MpServer', x=-47.31, y=35.10, z=1288.25], EntityZombie['Zombie'/53065, l='MpServer', x=25.30, y=-39.62, z=-31.70], EntityZombie['Zombie'/194889, l='MpServer', x=14.30, y=-31.62, z=44.18], EntityItem['item.item.bone'/47435, l='MpServer', x=-121.91, y=34.13, z=1277.19], EntityNautilus['Nautilus'/33625, l='MpServer', x=-116.20, y=32.02, z=1212.52], EntityPig['Pig'/33114, l='MpServer', x=-21.34, y=68.00, z=1214.22], EntityNautilus['Nautilus'/33627, l='MpServer', x=-133.78, y=32.41, z=1217.58], EntityNautilus['Nautilus'/33631, l='MpServer', x=-74.16, y=48.00, z=1257.78], EntityOtherPlayerMP['EyeSack33'/5473, l='MpServer', x=-89.69, y=66.00, z=1293.38], EntityNautilus['Nautilus'/37731, l='MpServer', x=-68.51, y=48.31, z=1268.90], EntityCreeper['Creeper'/46948, l='MpServer', x=-95.50, y=31.00, z=1301.50], EntityNautilus['Nautilus'/33637, l='MpServer', x=-77.43, y=48.00, z=1261.25], EntityNautilus['Nautilus'/33639, l='MpServer', x=-112.29, y=32.22, z=1219.52], EntityNautilus['Nautilus'/33641, l='MpServer', x=-80.82, y=48.39, z=1267.25], EntityNautilus['Nautilus'/33643, l='MpServer', x=-107.99, y=32.36, z=1228.98], EntityZombie['Zombie'/48493, l='MpServer', x=-63.50, y=13.00, z=1357.50], EntityZombie['Zombie'/48494, l='MpServer', x=-66.13, y=14.00, z=1355.41], EntityPig['Pig'/33141, l='MpServer', x=-14.84, y=63.00, z=1217.09], EntityWisp['Wisp'/111479, l='MpServer', x=41.53, y=-9.62, z=20.14], EntityPig['Pig'/33143, l='MpServer', x=-13.06, y=66.00, z=1221.53], EntityCreeper['Creeper'/47997, l='MpServer', x=-97.50, y=24.00, z=1331.50], EntityGaiaEnderEye['Ender Eye'/44415, l='MpServer', x=-82.91, y=38.00, z=1288.98], EntityOtherPlayerMP['EyeSack33'/5473, l='MpServer', x=-38.31, y=66.00, z=1201.72], EntityZombie['Zombie'/48006, l='MpServer', x=-168.50, y=24.00, z=1291.50], EntitySkeleton['Skeleton'/48010, l='MpServer', x=-126.50, y=37.00, z=1348.50], EntityZombie['Zombie'/48011, l='MpServer', x=-116.91, y=37.00, z=1347.50], EntityOtherPlayerMP['EyeSack33'/5473, l='MpServer', x=-335.09, y=69.00, z=901.94], EntitySkeleton['Skeleton'/48534, l='MpServer', x=-120.50, y=41.00, z=1337.50], EntityItem['item.item.string'/46489, l='MpServer', x=-117.78, y=23.13, z=1333.25], EntityBat['Bat'/48029, l='MpServer', x=-92.25, y=38.92, z=1302.59], EntityItem['item.item.rottenFlesh'/46512, l='MpServer', x=-153.69, y=34.13, z=1282.75], EntityClientPlayerMP['mattme1'/5800, l='MpServer', x=-9.10, y=87.62, z=1172.30], EntityZombie['Zombie'/48572, l='MpServer', x=-170.50, y=37.00, z=1287.50], EntitySpider['Spider'/51138, l='MpServer', x=34.55, y=-44.62, z=18.57], EntityBat['Bat'/48082, l='MpServer', x=-78.69, y=16.10, z=1322.72], EntityBat['Bat'/48083, l='MpServer', x=-85.13, y=11.89, z=1325.86], EntityItem['item.item.string'/48600, l='MpServer', x=-81.63, y=28.13, z=1338.88], EntityCreeper['Creeper'/48093, l='MpServer', x=-89.66, y=14.00, z=1336.41], EntityBat['Bat'/48605, l='MpServer', x=-121.74, y=34.44, z=1281.19], EntityNautilus['Nautilus'/162781, l='MpServer', x=-53.10, y=51.51, z=1230.69], EntityBat['Bat'/48616, l='MpServer', x=-75.25, y=24.10, z=1358.75], EntityBat['Bat'/48617, l='MpServer', x=-86.75, y=30.10, z=1346.25], EntityBat['Bat'/48618, l='MpServer', x=-82.96, y=30.87, z=1359.54], EntityCreeper['Creeper'/48119, l='MpServer', x=-24.41, y=55.00, z=1346.00], EntityItem['item.item.bone'/47098, l='MpServer', x=-110.72, y=32.13, z=1324.13], EntityClientPlayerMP['mattme1'/5800, l='MpServer', x=-91.58, y=66.62, z=1282.01]]
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(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 10 (amd64) version 10.0
Java Version: 1.8.0_65, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 471583096 bytes (449 MB) / 1034420224 bytes (986 MB) up to 1034420224 bytes (986 MB)
JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms1024m -Xmx1024m
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1614 Optifine OptiFine_1.7.10_HD_C1 47 mods loaded, 47 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] (modpack.jar)
UCHIJA Forge{10.13.4.1614} [Minecraft Forge] (modpack.jar)
UCHIJA AM2-Preloader{0.0.2} [AMCore] (minecraft.jar)
UCHIJA CodeChickenCore{1.0.7.46} [CodeChicken Core] (minecraft.jar)
UCHIJA NotEnoughItems{1.0.5.111} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.111-universal.jar)
UCHIJA OpenComputers|Core{1.5.13.28} [OpenComputers (Core)] (minecraft.jar)
UCHIJA ThaumicTinkerer-preloader{0.1} [Thaumic Tinkerer Core] (minecraft.jar)
UCHIJA AnimationAPI{1.2.4} [AnimationAPI] (AnimationAPI-1.7.10-1.2.4.jar)
UCHIJA arsmagica2{1.4.0.008} [Ars Magica 2] (1.7.10_AM2-1.4.0.008.jar)
UCHIJA BiblioCraft{1.10.5} [BiblioCraft] (BiblioCraft[v1.10.6][MC1.7.10].jar)
UCHIJA Mantle{1.7.10-0.3.2.jenkins184} [Mantle] (Mantle-1.7.10-0.3.2.jar)
UCHIJA Natura{2.2.0} [Natura] (natura-1.7.10-2.2.0.1.jar)
UCHIJA BiomesOPlenty{2.1.0} [Biomes O' Plenty] (BiomesOPlenty-1.7.10-2.1.0.1283-universal.jar)
UCHIJA BiblioWoodsBoP{1.9} [BiblioWoods Biomes O'Plenty Edition] (BiblioWoods[BiomesOPlenty][v1.9].jar)
UCHIJA Forestry{3.6.3.20} [Forestry for Minecraft] (forestry_1.7.10-3.6.3.20.jar)
UCHIJA BiblioWoodsForestry{1.7} [BiblioWoods Forestry Edition] (BiblioWoods[Forestry][v1.7].jar)
UCHIJA BiblioWoodsNatura{1.5} [BiblioWoods Natura Edition] (BiblioWoods[Natura][v1.5].jar)
UCHIJA Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar)
UCHIJA Thaumcraft{4.2.3.5} [Thaumcraft] (Thaumcraft-1.7.10-4.2.3.5.jar)
UCHIJA Botania{r1.6-193} [Botania] (Botania r1.6-193.jar)
UCHIJA CarpentersBlocks{3.3.6} [Carpenter's Blocks] (Carpenters Blocks v3.3.6 - MC 1.7.10.jar)
UCHIJA ForgeMultipart{1.1.2.331} [Forge Multipart] (ForgeMultipart-1.7.10-1.1.2.331-universal.jar)
UCHIJA chisel{2.5.0.43} [Chisel 2] (Chisel2-2.5.0.43.jar)
UCHIJA FastCraft{1.21} [FastCraft] (fastcraft-1.21.jar)
UCHIJA ThaumicTinkerer{unspecified} [Thaumic Tinkerer] (ThaumicTinkerer-2.5-1.7.10-507.jar)
UCHIJA ForbiddenMagic{1.7.10-0.57} [Forbidden Magic] (Forbidden Magic-1.7.10-0.57.jar)
UCHIJA fossil{1.7.10 Build 7.2.1} [Fossils and Archeology Revival] (Fossils_Archeology_Revival-1.7.10_Build-7.2.1.jar)
UCHIJA GrimoireOfGaia{1.0.0} [Grimoire of Gaia 3] (GrimoireOfGaia3-1.7.10-1.1.1.jar)
UCHIJA ImmersiveEngineering{0.5.2} [Immersive Engineering] (ImmersiveEngineering-0.5.2.jar)
UCHIJA TConstruct{1.7.10-1.8.7.build979} [Tinkers' Construct] (TConstruct-1.7.10-1.8.7.jar)
UCHIJA MagicBees{1.7.10-2.3.2} [Magic Bees] (magicbees-1.7.10-2.3.2.jar)
UCHIJA NEIAddons{1.12.3.11} [NEI Addons] (neiaddons-mc1710-1.12.3.11.jar)
UCHIJA NEIAddons|Botany{1.12.3.11} [NEI Addons: Botany] (neiaddons-mc1710-1.12.3.11.jar)
UCHIJA NEIAddons|Forestry{1.12.3.11} [NEI Addons: Forestry] (neiaddons-mc1710-1.12.3.11.jar)
UCHIJA NEIAddons|CraftingTables{1.12.3.11} [NEI Addons: Crafting Tables] (neiaddons-mc1710-1.12.3.11.jar)
UCHIJA NEIAddons|ExNihilo{1.12.3.11} [NEI Addons: Ex Nihilo] (neiaddons-mc1710-1.12.3.11.jar)
UCHIJA neiintegration{1.0.3} [NEI Integration] (NEIIntegration-MC1.7.10-1.0.3.jar)
UCHIJA notenoughkeys{@[email protected]} [NotEnoughKEys] (NotEnoughKeys-1.7.10-1.0.0b29.jar)
UCHIJA neresources{0.1.0.95} [Not Enough Resources] (NotEnoughResources-1.7.10-0.1.0.95.jar)
UCHIJA OpenComputers{1.5.13.28} [OpenComputers] (OpenComputers-MC1.7.10-1.5.13.28-universal.jar)
UCHIJA harvestcraft{1.7.10i} [Pam's HarvestCraft] (Pams HarvestCraft 1.7.10i.jar)
UCHIJA thaumcraftneiplugin{@[email protected]} [Thaumcraft NEI Plugin] (thaumcraftneiplugin-1.7.10-1.7a.jar)
UCHIJA ThaumicExploration{0.6.0} [Thaumic Exploration] (ThaumicExploration-1.7.10-1.1-34.jar)
UCHIJA TMechworks{0.2.14.100} [Tinkers' Mechworks] (TMechworks-1.7.10-0.2.14.100.jar)
UCHIJA McMultipart{1.1.2.331} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.1.2.331-universal.jar)
UCHIJA ForgeMicroblock{1.1.2.331} [Forge Microblocks] (ForgeMultipart-1.7.10-1.1.2.331-universal.jar)
GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.5.13399 Compatibility Profile Context 15.201.1151.1008' Renderer: 'AMD Radeon HD 6900 Series'
Mantle Environment: DO NOT REPORT THIS CRASH! Unsupported mods in environment: optifine
TConstruct Environment: Environment healthy.
Forestry : Warning: You have mods that change the behavior of Minecraft, ForgeModLoader, and/or Minecraft Forge to your client:
Optifine
These may have caused this error, and may not be supported. Try reproducing the crash WITHOUT these mods, and report it then.
Launched Version: 1.7.10-Forge10.13.4.1614-1.7.10
LWJGL: 2.9.1
OpenGL: AMD Radeon HD 6900 Series GL version 4.5.13399 Compatibility Profile Context 15.201.1151.1008, 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)
Thanks in advance if I don't respond,
Matt
And it says its optifine, but I deleted that and it still crashes.
I was not the person to create the originial pack, just the person like an editor to author, and am too lazy to remake it. What mod is in the wrong version and needs to be replaced or taken out? Thanks for telling me NEI integration was bad.