yesdog / Waterdog

Waterdog, a Yesdog fork of Waterfall/BungeeCord that adds Bedrock support.
MIT License
186 stars 37 forks source link

Error while joining #61

Closed Meszpo closed 4 years ago

Meszpo commented 4 years ago

[14:33:55 ERROR]: [/x.x.x.x:26779|xIgreq] <-> InitialHandler - encount ered exception io.netty.handler.codec.EncoderException: java.lang.IllegalArgumentExceptio n: Cannot get ID for packet class net.md_5.bungee.protocol.packet.LoginSuc cess in phase GAME with direction TO_CLIENT at io.netty.handler.codec.MessageToByteEncoder.write(MessageToByte Encoder.java:125) ~[bunge.jar:git:Waterdog-Bootstrap:1.14-SNAPSHOT:85410b6 :278] at io.netty.channel.AbstractChannelHandlerContext.invokeWrite0(Abs tractChannelHandlerContext.java:706) ~[bunge.jar:git:Waterdog-Bootstrap:1. 14-SNAPSHOT:85410b6:278] at io.netty.channel.AbstractChannelHandlerContext.invokeWrite(Abst ractChannelHandlerContext.java:698) ~[bunge.jar:git:Waterdog-Bootstrap:1.1 4-SNAPSHOT:85410b6:278] at io.netty.channel.AbstractChannelHandlerContext.access$1700(Abst ractChannelHandlerContext.java:38) ~[bunge.jar:git:Waterdog-Bootstrap:1.14 -SNAPSHOT:85410b6:278] at io.netty.channel.AbstractChannelHandlerContext$AbstractWriteTas k.write(AbstractChannelHandlerContext.java:1091) ~[bunge.jar:git:Waterdog- Bootstrap:1.14-SNAPSHOT:85410b6:278] at io.netty.channel.AbstractChannelHandlerContext$WriteAndFlushTas k.write(AbstractChannelHandlerContext.java:1138) ~[bunge.jar:git:Waterdog- Bootstrap:1.14-SNAPSHOT:85410b6:278] at io.netty.channel.AbstractChannelHandlerContext$AbstractWriteTas k.run(AbstractChannelHandlerContext.java:1062) ~[bunge.jar:git:Waterdog-Bo otstrap:1.14-SNAPSHOT:85410b6:278] at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(Abst ractEventExecutor.java:163) ~[bunge.jar:git:Waterdog-Bootstrap:1.14-SNAPSH OT:85410b6:278] at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks( SingleThreadEventExecutor.java:404) ~[bunge.jar:git:Waterdog-Bootstrap:1.1 4-SNAPSHOT:85410b6:278] at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:3 33) ~[bunge.jar:git:Waterdog-Bootstrap:1.14-SNAPSHOT:85410b6:278] at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(Single ThreadEventExecutor.java:905) ~[bunge.jar:git:Waterdog-Bootstrap:1.14-SNAP SHOT:85410b6:278] at java.lang.Thread.run(Thread.java:748) [?:1.8.0_222] Caused by: java.lang.IllegalArgumentException: Cannot get ID for packet cl ass net.md_5.bungee.protocol.packet.LoginSuccess in phase GAME with direct ion TO_CLIENT at com.google.common.base.Preconditions.checkArgument(Precondition s.java:455) ~[bunge.jar:git:Waterdog-Bootstrap:1.14-SNAPSHOT:85410b6:278] at net.md_5.bungee.protocol.Protocol$DirectionData.getId(Protocol. java:669) ~[bunge.jar:git:Waterdog-Bootstrap:1.14-SNAPSHOT:85410b6:278] at net.md_5.bungee.protocol.MinecraftEncoder.encode(MinecraftEncod er.java:23) ~[bunge.jar:git:Waterdog-Bootstrap:1.14-SNAPSHOT:85410b6:278] at net.md_5.bungee.protocol.MinecraftEncoder.encode(MinecraftEncod er.java:9) ~[bunge.jar:git:Waterdog-Bootstrap:1.14-SNAPSHOT:85410b6:278] at io.netty.handler.codec.MessageToByteEncoder.write(MessageToByte Encoder.java:107) ~[bunge.jar:git:Waterdog-Bootstrap:1.14-SNAPSHOT:85410b6 :278] ... 11 more

TobiasGrether commented 4 years ago

What ServerSoftware are you using?

Meszpo commented 4 years ago

Spigot 1.13.2

colinrgodsey commented 4 years ago

waterdog is not a protocol converter, you need some other mechanism to do that.