Advertisement
Guest User

Untitled

a guest
Nov 18th, 2018
18
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.37 KB | None | 0 0
  1. io.netty.handler.codec.DecoderException: java.lang.IllegalArgumentException: Illegal UUID string: java.util.concurrent.CompletableFuture@3183361d[Completed normally]
  2. at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:98)
  3. at io.netty.handler.codec.MessageToMessageCodec.channelRead(MessageToMessageCodec.java:111)
  4. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362)
  5. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348)
  6. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340)
  7. at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:102)
  8. at io.netty.handler.codec.MessageToMessageCodec.channelRead(MessageToMessageCodec.java:111)
  9. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362)
  10. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348)
  11. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340)
  12. at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:310)
  13. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:284)
  14. at io.netty.handler.codec.ByteToMessageCodec.channelRead(ByteToMessageCodec.java:103)
  15. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362)
  16. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348)
  17. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340)
  18. at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:102)
  19. at io.netty.handler.codec.MessageToMessageCodec.channelRead(MessageToMessageCodec.java:111)
  20. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362)
  21. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348)
  22. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340)
  23. at io.netty.handler.timeout.IdleStateHandler.channelRead(IdleStateHandler.java:286)
  24. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362)
  25. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348)
  26. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340)
  27. at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1434)
  28. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362)
  29. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348)
  30. at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:965)
  31. at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:163)
  32. at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:645)
  33. at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:580)
  34. at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:497)
  35. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:459)
  36. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884)
  37. at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
  38. at java.lang.Thread.run(Unknown Source)
  39. Caused by: java.lang.IllegalArgumentException: Illegal UUID string: java.util.concurrent.CompletableFuture@3183361d[Completed normally]
  40. at com.eatthepath.uuid.FastUUID.parseUUID(FastUUID.java:117)
  41. at net.glowstone.util.UuidUtils.fromString(UuidUtils.java:21)
  42. at net.glowstone.entity.meta.profile.GlowPlayerProfile.fromNbt(GlowPlayerProfile.java:134)
  43. at net.glowstone.inventory.GlowMetaSkull.lambda$readNbt$1(GlowMetaSkull.java:104)
  44. at java.util.Optional.ifPresent(Unknown Source)
  45. at net.glowstone.util.nbt.CompoundTag.readCompound(CompoundTag.java:354)
  46. at net.glowstone.inventory.GlowMetaSkull.readNbt(GlowMetaSkull.java:103)
  47. at net.glowstone.inventory.GlowItemFactory.readNbt(GlowItemFactory.java:119)
  48. at net.glowstone.net.GlowBufUtils.readSlot(GlowBufUtils.java:264)
  49. at net.glowstone.net.codec.play.inv.WindowClickCodec.decode(WindowClickCodec.java:19)
  50. at net.glowstone.net.codec.play.inv.WindowClickCodec.decode(WindowClickCodec.java:10)
  51. at net.glowstone.net.pipeline.CodecsHandler.decode(CodecsHandler.java:55)
  52. at net.glowstone.net.pipeline.CodecsHandler.decode(CodecsHandler.java:19)
  53. at io.netty.handler.codec.MessageToMessageCodec$2.decode(MessageToMessageCodec.java:81)
  54. at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:88)
  55. ... 36 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement