Advertisement
CubyGC

Untitled

May 17th, 2020
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.86 KB | None | 0 0
  1.  
  2. > [02:21:39 WARN]: Exception in thread "Head Conversion Thread - 2"
  3. > [02:21:39 WARN]: java.lang.IllegalArgumentException: Name and ID cannot both be blank
  4. > [02:21:39 WARN]: at com.mojang.authlib.GameProfile.<init>(GameProfile.java:25)
  5. > [02:21:39 WARN]: at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.fillGameProfile(YggdrasilMinecraftSessionService.java:181)
  6. > [02:21:39 WARN]: at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.fillProfileProperties(YggdrasilMinecraftSessionService.java:168)
  7. > [02:21:39 WARN]: at net.minecraft.server.v1_8_R3.TileEntitySkull$1.load(SourceFile:71)
  8. > [02:21:39 WARN]: at net.minecraft.server.v1_8_R3.TileEntitySkull$1.load(SourceFile:38)
  9. > [02:21:39 WARN]: at com.github.benmanes.caffeine.cache.BoundedLocalCache$BoundedLocalLoadingCache.lambda$new$0(BoundedLocalCache.java:3670)
  10. > [02:21:39 WARN]: at com.github.benmanes.caffeine.cache.BoundedLocalCache.lambda$doComputeIfAbsent$14(BoundedLocalCache.java:2337)
  11. > [02:21:39 WARN]: at java.util.concurrent.ConcurrentHashMap.compute(ConcurrentHashMap.java:1853)
  12. > [02:21:39 WARN]: at com.github.benmanes.caffeine.cache.BoundedLocalCache.doComputeIfAbsent(BoundedLocalCache.java:2335)
  13. > [02:21:39 WARN]: at com.github.benmanes.caffeine.cache.BoundedLocalCache.computeIfAbsent(BoundedLocalCache.java:2318)
  14. > [02:21:39 WARN]: at com.github.benmanes.caffeine.cache.LocalCache.computeIfAbsent(LocalCache.java:111)
  15. > [02:21:39 WARN]: at com.github.benmanes.caffeine.cache.LocalLoadingCache.get(LocalLoadingCache.java:66)
  16. > [02:21:39 WARN]: at net.minecraft.server.v1_8_R3.TileEntitySkull$3.run(SourceFile:173)
  17. > [02:21:39 WARN]: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  18. > [02:21:39 WARN]: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  19. > [02:21:39 WARN]: at java.lang.Thread.run(Thread.java:748)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement