I've been trying to install the Not Enough Items mod and so far after downloading it, my game will crash before it even opens. Currently on 64-bit Windows 10. Mods installed are Biome's O' Plenty, CodeChickenCore, CodeChickenLib, Hats, Just Enough Items, Version Checker, Xaeros Minimap. Here's my crash log
---- Minecraft Crash Report ----
WARNING: coremods are present:
CCLCorePlugin (CodeChickenLib-1.11.2-2.7.0.268-universal.jar)
NEICorePlugin (NotEnoughItems-1.11.2-2.3.0.223-deobf.jar)
LoadingPlugin (VersionChecker-1.2.3.jar)
Contact their authors BEFORE contacting forge
java.lang.NoSuchFieldError: EMPTY
at codechicken.nei.handler.NEIClientEventHandler.drawScreenPost(NEIClientEventHandler.java:251)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_54_NEIClientEventHandler_drawScreenPost_Post.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:185)
at net.minecraftforge.client.ForgeHooksClient.drawScreen(ForgeHooksClient.java:383)
at net.minecraft.client.renderer.EntityRenderer.func_181560_a(EntityRenderer.java:1115)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1077)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:372)
at net.minecraft.client.main.Main.main(SourceFile:124)
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 --
Thread: Client thread
Stacktrace:
at codechicken.nei.handler.NEIClientEventHandler.drawScreenPost(NEIClientEventHandler.java:251)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_54_NEIClientEventHandler_drawScreenPost_Post.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:185)
at net.minecraftforge.client.ForgeHooksClient.drawScreen(ForgeHooksClient.java:383)
-- Screen render details --
Details:
Screen name: net.minecraft.client.gui.GuiMainMenu
Mouse location: Scaled: (0, 239). Absolute: (0, 0)
Screen size: Scaled: (427, 240). Absolute: (854, 480). Scale factor of 2
Stacktrace:
at net.minecraft.client.renderer.EntityRenderer.func_181560_a(EntityRenderer.java:1115)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1077)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:372)
at net.minecraft.client.main.Main.main(SourceFile:124)
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)
GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.5.14008 Compatibility Profile Context 21.19.137.1' Renderer: 'AMD Radeon(TM) R3 Graphics'
codechickenlib Invalid Fingerprint Reports: - 1 Invalid Fingerprints!:
nei has an invalid fingerprint.
nei Invalid Fingerprint Reports: - 1 Invalid Fingerprints!:
nei has an invalid fingerprint.
Launched Version: 1.11.2-forge1.11.2-13.20.0.2366
LWJGL: 2.9.4
OpenGL: AMD Radeon(TM) R3 Graphics GL version 4.5.14008 Compatibility Profile Context 21.19.137.1, ATI Technologies Inc.
GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.
Using VBOs: Yes
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)
CPU: 4x AMD A4-6210 APU with AMD Radeon R3 Graphics
I am puzzled though about one thing.. according to curseforge the file you should have is 'NotEnoughItems-1.11.2-2.3.0.223-universal.jar' not 'NotEnoughItems-1.11.2-2.3.0.223-deobf.jar'
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
I've been trying to install the Not Enough Items mod and so far after downloading it, my game will crash before it even opens. Currently on 64-bit Windows 10. Mods installed are Biome's O' Plenty, CodeChickenCore, CodeChickenLib, Hats, Just Enough Items, Version Checker, Xaeros Minimap. Here's my crash log
---- Minecraft Crash Report ----
WARNING: coremods are present:
CCLCorePlugin (CodeChickenLib-1.11.2-2.7.0.268-universal.jar)
NEICorePlugin (NotEnoughItems-1.11.2-2.3.0.223-deobf.jar)
LoadingPlugin (VersionChecker-1.2.3.jar)
Contact their authors BEFORE contacting forge
// On the bright side, I bought you a teddy bear!
Time: 6/28/17 7:36 PM
Description: Rendering screen
java.lang.NoSuchFieldError: EMPTY
at codechicken.nei.handler.NEIClientEventHandler.drawScreenPost(NEIClientEventHandler.java:251)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_54_NEIClientEventHandler_drawScreenPost_Post.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:185)
at net.minecraftforge.client.ForgeHooksClient.drawScreen(ForgeHooksClient.java:383)
at net.minecraft.client.renderer.EntityRenderer.func_181560_a(EntityRenderer.java:1115)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1077)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:372)
at net.minecraft.client.main.Main.main(SourceFile:124)
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 --
Thread: Client thread
Stacktrace:
at codechicken.nei.handler.NEIClientEventHandler.drawScreenPost(NEIClientEventHandler.java:251)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_54_NEIClientEventHandler_drawScreenPost_Post.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:185)
at net.minecraftforge.client.ForgeHooksClient.drawScreen(ForgeHooksClient.java:383)
-- Screen render details --
Details:
Screen name: net.minecraft.client.gui.GuiMainMenu
Mouse location: Scaled: (0, 239). Absolute: (0, 0)
Screen size: Scaled: (427, 240). Absolute: (854, 480). Scale factor of 2
Stacktrace:
at net.minecraft.client.renderer.EntityRenderer.func_181560_a(EntityRenderer.java:1115)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1077)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:372)
at net.minecraft.client.main.Main.main(SourceFile:124)
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.11.2
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 244204472 bytes (232 MB) / 561328128 bytes (535 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: MCP 9.38 Powered by Forge 13.20.0.2366 10 mods loaded, 10 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHIJA minecraft{1.11.2} [Minecraft] (minecraft.jar)
UCHIJA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
UCHIJA FML{8.0.99.99} [Forge Mod Loader] (forge-1.11.2-13.20.0.2366.jar)
UCHIJA forge{13.20.0.2366} [Minecraft Forge] (forge-1.11.2-13.20.0.2366.jar)
UCHIJA ccl-entityhook{1.0} [ccl-entityhook] (CodeChickenLib-1.11.2-2.7.0.268-universal.jar)
UCHIJA mercurius_updater{1.0} [mercurius_updater] (MercuriusUpdater-1.11.2.jar)
UCHIJA biomesoplenty{6.2.0.2254} [Biomes O' Plenty] (BiomesOPlenty-1.11.2-6.2.0.2254-universal.jar)
UCHIJA codechickenlib{2.7.0.268} [CodeChicken Lib] (CodeChickenLib-1.11.2-2.7.0.268-universal.jar)
UCHIJA jei{4.5.0.289} [Just Enough Items] (jei_1.11.2-4.5.0.289.jar)
UCHIJE nei{${mod_version}} [Not Enough Items] (NotEnoughItems-1.11.2-2.3.0.223-deobf.jar)
Loaded coremods (and transformers):
CCLCorePlugin (CodeChickenLib-1.11.2-2.7.0.268-universal.jar)
codechicken.lib.asm.ClassHierarchyManager
codechicken.lib.asm.CCL_ASMTransformer
NEICorePlugin (NotEnoughItems-1.11.2-2.3.0.223-deobf.jar)
codechicken.nei.asm.NEITransformer
LoadingPlugin (VersionChecker-1.2.3.jar)
GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.5.14008 Compatibility Profile Context 21.19.137.1' Renderer: 'AMD Radeon(TM) R3 Graphics'
codechickenlib Invalid Fingerprint Reports: - 1 Invalid Fingerprints!:
nei has an invalid fingerprint.
nei Invalid Fingerprint Reports: - 1 Invalid Fingerprints!:
nei has an invalid fingerprint.
Launched Version: 1.11.2-forge1.11.2-13.20.0.2366
LWJGL: 2.9.4
OpenGL: AMD Radeon(TM) R3 Graphics GL version 4.5.14008 Compatibility Profile Context 21.19.137.1, ATI Technologies Inc.
GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.
Using VBOs: Yes
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)
CPU: 4x AMD A4-6210 APU with AMD Radeon R3 Graphics
Can't be too sure but according to that log it IS definitely Not Enough Items causing the problem
I am puzzled though about one thing.. according to curseforge the file you should have is 'NotEnoughItems-1.11.2-2.3.0.223-universal.jar' not 'NotEnoughItems-1.11.2-2.3.0.223-deobf.jar'