Advertisement
Guest User

Untitled

a guest
Dec 17th, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.13 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Oops.
  3.  
  4. Time: 17/12/17 12:45
  5. Description: Rendering item
  6.  
  7. com.google.common.util.concurrent.UncheckedExecutionException: java.lang.NullPointerException
  8. at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2201)
  9. at com.google.common.cache.LocalCache.get(LocalCache.java:3934)
  10. at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:3938)
  11. at com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:4821)
  12. at com.google.common.cache.LocalCache$LocalLoadingCache.getUnchecked(LocalCache.java:4827)
  13. at bnp.a(SourceFile:126)
  14. at bhk.a(SourceFile:76)
  15. at bfi.a(SourceFile:52)
  16. at bjh.a(RenderItem.java:192)
  17. at bjh.a(RenderItem.java:495)
  18. at bjh.b(RenderItem.java:537)
  19. at ayl.a(SourceFile:249)
  20. at ayl.a(SourceFile:107)
  21. at bfk.a(EntityRenderer.java:1434)
  22. at ave.av(SourceFile:915)
  23. at ave.a(SourceFile:325)
  24. at net.minecraft.client.main.Main.main(SourceFile:124)
  25. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  26. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  27. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  28. at java.lang.reflect.Method.invoke(Unknown Source)
  29. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  30. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  31. Caused by: java.lang.NullPointerException
  32. at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.getTextures(YggdrasilMinecraftSessionService.java:144)
  33. at bnp$1.a(SourceFile:47)
  34. at bnp$1.load(SourceFile:44)
  35. at com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3524)
  36. at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2317)
  37. at com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2280)
  38. at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2195)
  39. ... 22 more
  40.  
  41.  
  42. A detailed walkthrough of the error, its code path and all known details is as follows:
  43. ---------------------------------------------------------------------------------------
  44.  
  45. -- Head --
  46. Stacktrace:
  47. at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2201)
  48. at com.google.common.cache.LocalCache.get(LocalCache.java:3934)
  49. at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:3938)
  50. at com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:4821)
  51. at com.google.common.cache.LocalCache$LocalLoadingCache.getUnchecked(LocalCache.java:4827)
  52. at bnp.a(SourceFile:126)
  53. at bhk.a(SourceFile:76)
  54. at bfi.a(SourceFile:52)
  55. at bjh.a(RenderItem.java:192)
  56. at bjh.a(RenderItem.java:495)
  57.  
  58. -- Item being rendered --
  59. Details:
  60. Item Type: aat@5a30722c
  61. Item Aux: 3
  62. Item NBT: {SkullOwner:{Id:"f9a19ba4-5d9a-3eb9-91f9-bfa6afc9ad46",Properties:{textures:[0:{Signature:"",Value:""}]},Name:"Batman"},display:{Lore:[0:"§fPoder: §71/10",1:"§fMoedas: §70.0",2:"§fKDR: §70.0",3:"§fAbates: §70",4:"§fMortes: §70",5:"§fCargo: §7+Membro",6:"§fStatus: §7§aOnline"],Name:"§7Batman"}}
  63. Item Foil: false
  64. Stacktrace:
  65. at bjh.b(RenderItem.java:537)
  66. at ayl.a(SourceFile:249)
  67. at ayl.a(SourceFile:107)
  68.  
  69. -- Screen render details --
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement