Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- io.netty.handler.codec.DecoderException: java.lang.IllegalArgumentException: Illegal UUID string: java.util.concurrent.CompletableFuture@3183361d[Completed normally]
- at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:98)
- at io.netty.handler.codec.MessageToMessageCodec.channelRead(MessageToMessageCodec.java:111)
- at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362)
- at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348)
- at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340)
- at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:102)
- at io.netty.handler.codec.MessageToMessageCodec.channelRead(MessageToMessageCodec.java:111)
- at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362)
- at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348)
- at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340)
- at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:310)
- at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:284)
- at io.netty.handler.codec.ByteToMessageCodec.channelRead(ByteToMessageCodec.java:103)
- at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362)
- at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348)
- at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340)
- at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:102)
- at io.netty.handler.codec.MessageToMessageCodec.channelRead(MessageToMessageCodec.java:111)
- at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362)
- at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348)
- at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340)
- at io.netty.handler.timeout.IdleStateHandler.channelRead(IdleStateHandler.java:286)
- at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362)
- at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348)
- at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340)
- at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1434)
- at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362)
- at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348)
- at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:965)
- at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:163)
- at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:645)
- at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:580)
- at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:497)
- at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:459)
- at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884)
- at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
- at java.lang.Thread.run(Unknown Source)
- Caused by: java.lang.IllegalArgumentException: Illegal UUID string: java.util.concurrent.CompletableFuture@3183361d[Completed normally]
- at com.eatthepath.uuid.FastUUID.parseUUID(FastUUID.java:117)
- at net.glowstone.util.UuidUtils.fromString(UuidUtils.java:21)
- at net.glowstone.entity.meta.profile.GlowPlayerProfile.fromNbt(GlowPlayerProfile.java:134)
- at net.glowstone.inventory.GlowMetaSkull.lambda$readNbt$1(GlowMetaSkull.java:104)
- at java.util.Optional.ifPresent(Unknown Source)
- at net.glowstone.util.nbt.CompoundTag.readCompound(CompoundTag.java:354)
- at net.glowstone.inventory.GlowMetaSkull.readNbt(GlowMetaSkull.java:103)
- at net.glowstone.inventory.GlowItemFactory.readNbt(GlowItemFactory.java:119)
- at net.glowstone.net.GlowBufUtils.readSlot(GlowBufUtils.java:264)
- at net.glowstone.net.codec.play.inv.WindowClickCodec.decode(WindowClickCodec.java:19)
- at net.glowstone.net.codec.play.inv.WindowClickCodec.decode(WindowClickCodec.java:10)
- at net.glowstone.net.pipeline.CodecsHandler.decode(CodecsHandler.java:55)
- at net.glowstone.net.pipeline.CodecsHandler.decode(CodecsHandler.java:19)
- at io.netty.handler.codec.MessageToMessageCodec$2.decode(MessageToMessageCodec.java:81)
- at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:88)
- ... 36 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement