Skip to content

Instantly share code, notes, and snippets.

@unstablecraft
Created January 13, 2018 10:06
Show Gist options
  • Select an option

  • Save unstablecraft/fc203141eb268feb199cb0605e0c598a to your computer and use it in GitHub Desktop.

Select an option

Save unstablecraft/fc203141eb268feb199cb0605e0c598a to your computer and use it in GitHub Desktop.
[20:01:33] [Server thread/ERROR] [journeymap]: ExecutionException in getPlayer: com.google.common.util.concurrent.UncheckedExecutionException: java.lang.NullPointerException
at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2217)
at com.google.common.cache.LocalCache.get(LocalCache.java:4154)
at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:4158)
at com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:5147)
at journeymap.client.data.DataCache.getPlayer(DataCache.java:303)
at journeymap.client.data.DataCache.getPlayer(DataCache.java:190)
at journeymap.client.forge.event.WorldEventHandler.onUnload(WorldEventHandler.java:33)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1615_WorldEventHandler_onUnload_Unload.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:179)
at net.minecraft.server.MinecraftServer.func_71260_j(MinecraftServer.java:452)
at net.minecraft.server.integrated.IntegratedServer.func_71260_j(IntegratedServer.java:463)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:577)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.NullPointerException
at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:770)
at com.google.common.cache.LocalCache.get(LocalCache.java:4153)
at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:4158)
at com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:5147)
at com.google.common.cache.LocalCache$LocalLoadingCache.getUnchecked(LocalCache.java:5153)
at journeymap.client.data.DataCache.getEntityDTO(DataCache.java:441)
at journeymap.client.data.PlayerData.load(PlayerData.java:86)
at journeymap.client.data.PlayerData.load(PlayerData.java:30)
at com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3716)
at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2424)
at com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2298)
at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2211)
... 13 more
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment