java.lang.NoClassDefFoundError: java/util/Objects at codechicken.nei.ItemStackMap$StackMetaKey.hashCode(ItemStackMap.java:33) at java.util.HashMap.put(Unknown Source) at codechicken.nei.ItemStackMap$DetailMap.put(ItemStackMap.java:84) at codechicken.nei.ItemStackMap.put(ItemStackMap.java:195) at codechicken.nei.api.API.setOverrideName(API.java:114) at codechicken.nei.api.ItemInfo.addVanillaBlockProperties(ItemInfo.java:240) at codechicken.nei.api.ItemInfo.load(ItemInfo.java:82) at codechicken.nei.NEIClientConfig.bootNEI(NEIClientConfig.java:243) at codechicken.nei.NEIClientConfig.loadWorld(NEIClientConfig.java:194) at codechicken.nei.ClientHandler.loadWorld(ClientHandler.java:189) at codechicken.nei.ClientHandler.tickEvent(ClientHandler.java:141) at cpw.mods.fml.common.eventhandler.ASMEventHandler_30_ClientHandler_tickEvent_ClientTickEvent.invoke(.dynamic) at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:51) at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:122) at cpw.mods.fml.common.FMLCommonHandler.onPreClientTick(FMLCommonHandler.java:324) at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1526) at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:916) at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:835) at net.minecraft.client.main.Main.main(SourceFile:103) 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:134) at net.minecraft.launchwrapper.Launch.main(Launch.java:28) Caused by: java.lang.ClassNotFoundException: java.util.Objects at java.net.URLClassLoader$1.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:104) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) ... 25 more
A detailed walkthrough of the error, its code path and all known details is as follows: ---------------------------------------------------------------------------------------
-- Head -- Stacktrace: at codechicken.nei.ItemStackMap$StackMetaKey.hashCode(ItemStackMap.java:33) at java.util.HashMap.put(Unknown Source) at codechicken.nei.ItemStackMap$DetailMap.put(ItemStackMap.java:84) at codechicken.nei.ItemStackMap.put(ItemStackMap.java:195) at codechicken.nei.api.API.setOverrideName(API.java:114) at codechicken.nei.api.ItemInfo.addVanillaBlockProperties(ItemInfo.java:240) at codechicken.nei.api.ItemInfo.load(ItemInfo.java:82) at codechicken.nei.NEIClientConfig.bootNEI(NEIClientConfig.java:243) at codechicken.nei.NEIClientConfig.loadWorld(NEIClientConfig.java:194) at codechicken.nei.ClientHandler.loadWorld(ClientHandler.java:189) at codechicken.nei.ClientHandler.tickEvent(ClientHandler.java:141) at cpw.mods.fml.common.eventhandler.ASMEventHandler_30_ClientHandler_tickEvent_ClientTickEvent.invoke(.dynamic) at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:51) at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:122) at cpw.mods.fml.common.FMLCommonHandler.onPreClientTick(FMLCommonHandler.java:324)
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.
Welcome Guest! Please Login or
Register to gain access to many features.
Posted
---- Minecraft Crash Report ----
// I just don't know what went wrong
Time: 6/27/14 12:39 PM
Description: Unexpected error
java.lang.NoClassDefFoundError: java/util/Objects
at codechicken.nei.ItemStackMap$StackMetaKey.hashCode(ItemStackMap.java:33)
at java.util.HashMap.put(Unknown Source)
at codechicken.nei.ItemStackMap$DetailMap.put(ItemStackMap.java:84)
at codechicken.nei.ItemStackMap.put(ItemStackMap.java:195)
at codechicken.nei.api.API.setOverrideName(API.java:114)
at codechicken.nei.api.ItemInfo.addVanillaBlockProperties(ItemInfo.java:240)
at codechicken.nei.api.ItemInfo.load(ItemInfo.java:82)
at codechicken.nei.NEIClientConfig.bootNEI(NEIClientConfig.java:243)
at codechicken.nei.NEIClientConfig.loadWorld(NEIClientConfig.java:194)
at codechicken.nei.ClientHandler.loadWorld(ClientHandler.java:189)
at codechicken.nei.ClientHandler.tickEvent(ClientHandler.java:141)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_30_ClientHandler_tickEvent_ClientTickEvent.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:51)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:122)
at cpw.mods.fml.common.FMLCommonHandler.onPreClientTick(FMLCommonHandler.java:324)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1526)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:916)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:835)
at net.minecraft.client.main.Main.main(SourceFile:103)
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:134)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.ClassNotFoundException: java.util.Objects
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:104)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 25 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at codechicken.nei.ItemStackMap$StackMetaKey.hashCode(ItemStackMap.java:33)
at java.util.HashMap.put(Unknown Source)
at codechicken.nei.ItemStackMap$DetailMap.put(ItemStackMap.java:84)
at codechicken.nei.ItemStackMap.put(ItemStackMap.java:195)
at codechicken.nei.api.API.setOverrideName(API.java:114)
at codechicken.nei.api.ItemInfo.addVanillaBlockProperties(ItemInfo.java:240)
at codechicken.nei.api.ItemInfo.load(ItemInfo.java:82)
at codechicken.nei.NEIClientConfig.bootNEI(NEIClientConfig.java:243)
at codechicken.nei.NEIClientConfig.loadWorld(NEIClientConfig.java:194)
at codechicken.nei.ClientHandler.loadWorld(ClientHandler.java:189)
at codechicken.nei.ClientHandler.tickEvent(ClientHandler.java:141)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_30_ClientHandler_tickEvent_ClientTickEvent.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:51)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:122)
at cpw.mods.fml.common.FMLCommonHandler.onPreClientTick(FMLCommonHandler.java:324)
-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [EntityClientPlayerMP['Dude322111_'/786595, l='MpServer', x=133.70, y=60.62, z=-2139.07]]
Chunk stats: MultiplayerChunkCache: 50, 50
Level seed: 0
Level generator: ID 00 - default, ver 1. Features enabled: false
Level generator options:
Level spawn location: World: (32,73,23), Chunk: (at 0,4,7 in 2,1; contains blocks 32,0,16 to 47,255,31), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 6857866 game time, 6909487 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: 85 total; [EntitySquid['Squid'/786624, l='MpServer', x=143.13, y=59.38, z=-2146.81], EntityClientPlayerMP['Dude322111_'/786595, l='MpServer', x=133.70, y=60.62, z=-2139.07], EntitySquid['Squid'/786625, l='MpServer', x=151.69, y=56.78, z=-2133.09], EntitySquid['Squid'/786626, l='MpServer', x=154.84, y=57.50, z=-2133.22], EntitySquid['Squid'/786627, l='MpServer', x=146.56, y=54.66, z=-2141.47], EntitySquid['Squid'/786628, l='MpServer', x=135.03, y=60.47, z=-2119.75], EntitySquid['Squid'/786629, l='MpServer', x=119.88, y=52.97, z=-2115.50], EntitySquid['Squid'/786630, l='MpServer', x=116.78, y=57.44, z=-2119.59], EntitySquid['Squid'/786631, l='MpServer', x=114.03, y=59.19, z=-2119.41], EntityItem['item.item.bone'/786632, l='MpServer', x=113.06, y=71.13, z=-2121.81], EntityZombie['Zombie'/786633, l='MpServer', x=122.06, y=71.00, z=-2127.53], EntityZombie['Zombie'/786634, l='MpServer', x=144.50, y=31.00, z=-2149.50], EntitySquid['Squid'/786635, l='MpServer', x=144.25, y=54.50, z=-2119.78], EntitySquid['Squid'/786636, l='MpServer', x=147.47, y=56.78, z=-2117.88], EntitySquid['Squid'/785392, l='MpServer', x=148.75, y=58.91, z=-2176.31], EntitySquid['Squid'/786637, l='MpServer', x=158.91, y=60.22, z=-2126.44], EntitySquid['Squid'/786638, l='MpServer', x=106.78, y=61.19, z=-2132.03], EntitySpider['Spider'/786639, l='MpServer', x=131.50, y=31.00, z=-2163.50], EntitySquid['Squid'/785388, l='MpServer', x=116.88, y=62.47, z=-2185.88], EntitySquid['Squid'/786641, l='MpServer', x=142.81, y=60.88, z=-2171.19], EntitySquid['Squid'/785389, l='MpServer', x=116.53, y=62.34, z=-2184.69], EntitySquid['Squid'/786640, l='MpServer', x=142.31, y=59.84, z=-2168.38], EntitySquid['Squid'/786643, l='MpServer', x=139.88, y=59.22, z=-2169.56], EntitySquid['Squid'/785391, l='MpServer', x=116.13, y=62.41, z=-2183.25], EntitySquid['Squid'/786642, l='MpServer', x=143.34, y=60.97, z=-2172.41], EntitySquid['Squid'/785384, l='MpServer', x=101.44, y=56.75, z=-2177.69], EntitySquid['Squid'/786645, l='MpServer', x=167.50, y=56.00, z=-2128.78], EntitySquid['Squid'/786644, l='MpServer', x=141.53, y=59.97, z=-2174.59], EntitySlime['Slime'/785386, l='MpServer', x=118.63, y=21.00, z=-2187.69], EntitySquid['Squid'/786647, l='MpServer', x=162.88, y=56.50, z=-2130.19], EntitySquid['Squid'/785387, l='MpServer', x=112.06, y=62.00, z=-2178.88], EntitySquid['Squid'/786646, l='MpServer', x=166.47, y=57.84, z=-2129.69], EntitySquid['Squid'/785380, l='MpServer', x=98.13, y=57.53, z=-2181.44], EntitySquid['Squid'/786649, l='MpServer', x=110.91, y=55.28, z=-2117.16], EntitySquid['Squid'/785381, l='MpServer', x=103.78, y=60.34, z=-2187.59], EntitySquid['Squid'/786648, l='MpServer', x=128.72, y=56.13, z=-2106.16], EntitySquid['Squid'/785382, l='MpServer', x=102.84, y=59.22, z=-2184.44], EntitySquid['Squid'/786651, l='MpServer', x=108.72, y=57.44, z=-2118.28], EntitySquid['Squid'/786650, l='MpServer', x=110.91, y=55.88, z=-2119.56], EntitySquid['Squid'/785376, l='MpServer', x=91.75, y=56.44, z=-2180.09], EntitySquid['Squid'/786653, l='MpServer', x=117.81, y=62.09, z=-2169.81], EntitySquid['Squid'/786652, l='MpServer', x=99.69, y=61.16, z=-2113.84], EntitySquid['Squid'/786655, l='MpServer', x=146.66, y=60.88, z=-2168.88], EntitySquid['Squid'/786654, l='MpServer', x=158.91, y=45.63, z=-2163.78], EntitySquid['Squid'/785375, l='MpServer', x=86.06, y=59.44, z=-2178.56], EntitySquid['Squid'/786658, l='MpServer', x=149.78, y=60.72, z=-2173.34], EntitySquid['Squid'/785374, l='MpServer', x=88.13, y=62.28, z=-2178.31], EntitySquid['Squid'/786659, l='MpServer', x=147.41, y=59.19, z=-2167.75], EntitySquid['Squid'/786656, l='MpServer', x=145.50, y=59.44, z=-2162.94], EntitySquid['Squid'/785372, l='MpServer', x=87.47, y=62.59, z=-2181.31], EntitySquid['Squid'/786657, l='MpServer', x=149.16, y=59.53, z=-2171.25], EntitySquid['Squid'/786662, l='MpServer', x=161.47, y=57.94, z=-2125.69], EntitySquid['Squid'/786663, l='MpServer', x=164.38, y=59.75, z=-2124.03], EntitySquid['Squid'/786660, l='MpServer', x=148.91, y=58.72, z=-2165.34], EntitySquid['Squid'/786661, l='MpServer', x=166.81, y=60.09, z=-2122.34], EntitySquid['Squid'/786666, l='MpServer', x=102.06, y=62.38, z=-2101.19], EntitySquid['Squid'/786667, l='MpServer', x=107.22, y=57.91, z=-2107.19], EntitySquid['Squid'/786664, l='MpServer', x=111.34, y=58.63, z=-2105.50], EntitySquid['Squid'/786665, l='MpServer', x=100.50, y=62.56, z=-2109.75], EntitySquid['Squid'/786670, l='MpServer', x=97.91, y=54.78, z=-2170.81], EntitySquid['Squid'/786671, l='MpServer', x=96.16, y=56.28, z=-2170.97], EntitySquid['Squid'/786668, l='MpServer', x=96.28, y=60.81, z=-2111.13], EntitySquid['Squid'/786669, l='MpServer', x=97.28, y=58.72, z=-2099.59], EntityBoat['Boat'/786675, l='MpServer', x=162.59, y=63.46, z=-2111.41], EntitySquid['Squid'/786674, l='MpServer', x=96.97, y=55.81, z=-2174.38], EntitySquid['Squid'/786673, l='MpServer', x=98.94, y=59.59, z=-2173.66], EntitySquid['Squid'/786672, l='MpServer', x=102.06, y=57.16, z=-2168.66], EntitySquid['Squid'/786679, l='MpServer', x=93.34, y=59.69, z=-2124.50], EntityCreeper['Creeper'/786678, l='MpServer', x=122.75, y=71.00, z=-2092.97], EntitySquid['Squid'/786683, l='MpServer', x=88.88, y=58.00, z=-2173.41], EntitySquid['Squid'/786681, l='MpServer', x=94.25, y=62.09, z=-2099.34], EntitySquid['Squid'/786680, l='MpServer', x=92.44, y=60.59, z=-2104.50], EntitySquid['Squid'/786686, l='MpServer', x=92.53, y=54.44, z=-2171.91], EntitySquid['Squid'/786685, l='MpServer', x=87.13, y=60.19, z=-2165.25], EntitySquid['Squid'/786688, l='MpServer', x=95.31, y=59.09, z=-2175.59], EntityWaypointContainer['unknown'/98, l='MpServer', x=0.00, y=0.00, z=0.00], EntitySkeleton['Skeleton'/786729, l='MpServer', x=120.50, y=21.00, z=-2184.50], EntitySquid['Squid'/786611, l='MpServer', x=142.41, y=62.53, z=-2142.28], EntityBoat['Boat'/786610, l='MpServer', x=143.81, y=63.46, z=-2143.59], EntitySkeleton['Skeleton'/786730, l='MpServer', x=124.50, y=21.00, z=-2185.50], EntityEnderman['Enderman'/786623, l='MpServer', x=134.50, y=31.00, z=-2147.50], EntityCreeper['Creeper'/786622, l='MpServer', x=136.00, y=31.00, z=-2146.44], EntityZombie['Zombie'/786621, l='MpServer', x=125.84, y=71.00, z=-2131.00], EntityZombie['Zombie'/786620, l='MpServer', x=118.91, y=71.00, z=-2130.31], EntityZombie['Zombie'/786619, l='MpServer', x=113.50, y=40.00, z=-2129.50]]
Retry entities: 0 total; []
Server brand: cauldron,craftbukkit,mcpc,fml,forge
Server type: Non-integrated multiplayer server
Stacktrace:
at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:368)
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2382)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:864)
at net.minecraft.client.main.Main.main(SourceFile:103)
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:134)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
-- System Details --
Details:
Minecraft Version: 1.7.2
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.6.0_20, Sun Microsystems Inc.
Java VM Version: Java HotSpot 64-Bit Server VM (mixed mode), Sun Microsystems Inc.
Memory: 106703808 bytes (101 MB) / 299982848 bytes (286 MB) up to 1037959168 bytes (989 MB)
JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1024m -XX:MaxPermSize=128m
AABB Pool Size: 20272 (1135232 bytes; 1 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
FML: MCP v9.03 FML v7.2.211.1121 Minecraft Forge 10.12.2.1121 7 mods loaded, 7 mods active
mcp{9.03} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
FML{7.2.211.1121} [Forge Mod Loader] (modpack.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
Forge{10.12.2.1121} [Minecraft Forge] (modpack.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
CodeChickenCore{1.0.0} [codeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
NotEnoughItems{1.0.1} [Not Enough Items] (NotEnoughItems-1.7.2-1.0.1-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
flansmod{4.3.0} [Flan's Mod] (Flans Mod-1.7.2-4.3.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
voxelmap{1.7.2} [VoxelMap] (voxelmap-1.7.2-1.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
Launched Version: 1.7.2-Forge10.12.2.1121
LWJGL: 2.9.0
OpenGL: Mobile Intel® 4 Series Express Chipset Family GL version 2.1.0 - Build 8.15.10.2302, Intel
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: 2287 (128072 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Anisotropic Filtering: Off (1)
What should I do?
EDIT: It crashes when I try to create/join a singleplayer world too.
Share this post
Link to post
Share on other sites