---- Minecraft Crash Report ----
// Why is it breaking
Time: 6/4/16 4:54 PM
Description: Rendering item
com.google.common.util.concurrent.UncheckedExecutionException: java.lang.NullPointerException
at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2201)
at com.google.common.cache.LocalCache.get(LocalCache.java:3934)
at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:3938)
at com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:4821)
at com.google.common.cache.LocalCache$LocalLoadingCache.getUnchecked(LocalCache.java:4827)
at bwk.a(SourceFile:126)
at bpr.a(SourceFile:81)
at bnb.a(SourceFile:67)
at brw.a(SourceFile:152)
at brw.a(SourceFile:328)
at brw.a(SourceFile:363)
at bcs.a(SourceFile:1016)
at bcs.a(SourceFile:465)
at bcs.a(SourceFile:155)
at bnd.a(SourceFile:1038)
at bcd.av(SourceFile:992)
at bcd.a(SourceFile:399)
at net.minecraft.client.main.Main.main(SourceFile:124)
Caused by: java.lang.NullPointerException
at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.isWhitelistedDomain(YggdrasilMinecraftSessionService.java:210)
at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.getTextures(YggdrasilMinecraftSessionService.java:149)
at bwk$1.a(SourceFile:47)
at bwk$1.load(SourceFile:44)
at com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3524)
at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2317)
at com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2280)
at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2195)
... 17 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Thread: Client thread
Stacktrace:
at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2201)
at com.google.common.cache.LocalCache.get(LocalCache.java:3934)
at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:3938)
at com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:4821)
at com.google.common.cache.LocalCache$LocalLoadingCache.getUnchecked(LocalCache.java:4827)
at bwk.a(SourceFile:126)
at bpr.a(SourceFile:81)
at bnb.a(SourceFile:67)
at brw.a(SourceFile:152)
at brw.a(SourceFile:328)
-- Item being rendered --
Details:
Item Type: [email protected]
Item Aux: 3
Item NBT: {SkullOwner:{Id:"9d744c33-f3c4-4040-a7fc-73b47c840f0c",Properties:{textures:[0:{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6IiJ9fX0="}]},Name:"CrashItem"},display:{Name:"CrashItem"},crash:1b}
Item Foil: false
Stacktrace:
at brw.a(SourceFile:363)
at bcs.a(SourceFile:1016)
at bcs.a(SourceFile:465)
at bcs.a(SourceFile:155)
-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [bmr['GalacticCatX'/3570, l='MpServer', x=-11170.00, y=84.42, z=-10165.58]]
Chunk stats: MultiplayerChunkCache: 0, 0
Level seed: 0
Level generator: ID 00 - default, ver 1. Features enabled: false
Level generator options:
Level spawn location: World: (-64,152,-58), Chunk: (at 0,9,6 in -4,-4; contains blocks -64,0,-64 to -49,255,-49), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,0,-512 to -1,255,-1)
Level time: 573313131 game time, 6865848000 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: creative (ID 1). Hardcore: false. Cheats: false
Forced entities: 1 total; [bmr['GalacticCatX'/3570, l='MpServer', x=-11170.00, y=84.42, z=-10165.58]]
Retry entities: 0 total; []
Server brand: PaperSpigot
Server type: Non-integrated multiplayer server
Stacktrace:
at bks.a(SourceFile:365)
at bcd.b(SourceFile:2521)
at bcd.a(SourceFile:408)
at net.minecraft.client.main.Main.main(SourceFile:124)
-- System Details --
Details:
Minecraft Version: 1.9.4
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: 162109296 bytes (154 MB) / 256839680 bytes (244 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: 13, tallocated: 95
Launched Version: 1.9.4
LWJGL: 2.9.4
OpenGL: Intel(R) HD Graphics 4400 GL version 4.3.0 - Build 20.19.15.4424, Intel
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: No
Is Modded: Probably not. Jar signature remains and client brand is untouched.
Type: Client (map_client.txt)
Resource Packs:
Current Language: English (US)
Profiler Position: N/A (disabled)
CPU: [email protected]
---- Minecraft Crash Report ----
// Why is it breaking
Time: 6/4/16 4:54 PM
Description: Rendering item
com.google.common.util.concurrent.UncheckedExecutionException: java.lang.NullPointerException
at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2201)
at com.google.common.cache.LocalCache.get(LocalCache.java:3934)
at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:3938)
at com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:4821)
at com.google.common.cache.LocalCache$LocalLoadingCache.getUnchecked(LocalCache.java:4827)
at bwk.a(SourceFile:126)
at bpr.a(SourceFile:81)
at bnb.a(SourceFile:67)
at brw.a(SourceFile:152)
at brw.a(SourceFile:328)
at brw.a(SourceFile:363)
at bcs.a(SourceFile:1016)
at bcs.a(SourceFile:465)
at bcs.a(SourceFile:155)
at bnd.a(SourceFile:1038)
at bcd.av(SourceFile:992)
at bcd.a(SourceFile:399)
at net.minecraft.client.main.Main.main(SourceFile:124)
Caused by: java.lang.NullPointerException
at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.isWhitelistedDomain(YggdrasilMinecraftSessionService.java:210)
at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.getTextures(YggdrasilMinecraftSessionService.java:149)
at bwk$1.a(SourceFile:47)
at bwk$1.load(SourceFile:44)
at com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3524)
at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2317)
at com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2280)
at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2195)
... 17 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Thread: Client thread
Stacktrace:
at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2201)
at com.google.common.cache.LocalCache.get(LocalCache.java:3934)
at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:3938)
at com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:4821)
at com.google.common.cache.LocalCache$LocalLoadingCache.getUnchecked(LocalCache.java:4827)
at bwk.a(SourceFile:126)
at bpr.a(SourceFile:81)
at bnb.a(SourceFile:67)
at brw.a(SourceFile:152)
at brw.a(SourceFile:328)
-- Item being rendered --
Details:
Item Type: [email protected]
Item Aux: 3
Item NBT: {SkullOwner:{Id:"9d744c33-f3c4-4040-a7fc-73b47c840f0c",Properties:{textures:[0:{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6IiJ9fX0="}]},Name:"CrashItem"},display:{Name:"CrashItem"},crash:1b}
Item Foil: false
Stacktrace:
at brw.a(SourceFile:363)
at bcs.a(SourceFile:1016)
at bcs.a(SourceFile:465)
at bcs.a(SourceFile:155)
-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [bmr['GalacticCatX'/3570, l='MpServer', x=-11170.00, y=84.42, z=-10165.58]]
Chunk stats: MultiplayerChunkCache: 0, 0
Level seed: 0
Level generator: ID 00 - default, ver 1. Features enabled: false
Level generator options:
Level spawn location: World: (-64,152,-58), Chunk: (at 0,9,6 in -4,-4; contains blocks -64,0,-64 to -49,255,-49), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,0,-512 to -1,255,-1)
Level time: 573313131 game time, 6865848000 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: creative (ID 1). Hardcore: false. Cheats: false
Forced entities: 1 total; [bmr['GalacticCatX'/3570, l='MpServer', x=-11170.00, y=84.42, z=-10165.58]]
Retry entities: 0 total; []
Server brand: PaperSpigot
Server type: Non-integrated multiplayer server
Stacktrace:
at bks.a(SourceFile:365)
at bcd.b(SourceFile:2521)
at bcd.a(SourceFile:408)
at net.minecraft.client.main.Main.main(SourceFile:124)
-- System Details --
Details:
Minecraft Version: 1.9.4
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: 162109296 bytes (154 MB) / 256839680 bytes (244 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: 13, tallocated: 95
Launched Version: 1.9.4
LWJGL: 2.9.4
OpenGL: Intel(R) HD Graphics 4400 GL version 4.3.0 - Build 20.19.15.4424, Intel
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: No
Is Modded: Probably not. Jar signature remains and client brand is untouched.
Type: Client (map_client.txt)
Resource Packs:
Current Language: English (US)
Profiler Position: N/A (disabled)
CPU: [email protected]
bump
You have an item in your inventory or at your location that has been specially constructed to crash you.
Someone will have to remove this item from the world or your inventory.
I'm playing on a server and I am in the Hub. the Hub items just cannot be removed from my inventory. Am I stuck forever?
The skull in your inventory was designed to crashed your client.
Either someone gave it to you maliciously, the admin gave it to on purpose or the server was hacked to mess people up like this.