Skip to content

Error cannot reply to EncryptionRequestPacket on Floodgate players #616

@EnriqueGF

Description

@EnriqueGF

What happened?

Floodgate players get this error:

19:19:30 [SEVERE] java.lang.IllegalStateException: Cannot reply to EncryptionRequestPacket without profile and access token.

It kicks the player and the connection is aborted

It only happens with FastLogin plugin installed

What did you expect?

No response

Steps to reproduce

No response

Plugin list

Floodgate, GeyserMC, Fastlogin

Configuration file

No response

Server log

19:44:32 [INFO] [Geyser-BungeeCord] /86.127.253.13:59375 ha tratado de conectarse!
19:44:33 [INFO] [Geyser-BungeeCord] Jugador conectado con Gamertag EnriqueGFX1337
19:44:35 [INFO] [Geyser-BungeeCord] Intentando iniciar sesión usando el modo Floodgate... La autentificación será encriptada.
19:44:35 [INFO] [Geyser-BungeeCord] EnriqueGFX1337 (logged in as: EnriqueGFX1337) has connected to the Java server
19:44:35 [INFO] [EnriqueGFX1337,/86.127.253.13:0] <-> InitialHandler has connected
19:44:35 [INFO] [FastLogin] Incoming login request for .EnriqueGFX1337 from /86.127.253.13:0
19:44:35 [INFO] [FastLogin] Handling player .EnriqueGFX1337
19:44:35 [INFO] [FastLogin] Requesting premium login for registered player: .EnriqueGFX1337
19:44:35 [INFO] [floodgate] Jugador conectado por Floodgate como .EnriqueGFX1337 se ha desconectado
19:44:35 [INFO] [Geyser-BungeeCord] EnriqueGFX1337 has disconnected from the Java server because of java.lang.IllegalStateException: Cannot reply to EncryptionRequestPacket without profile and access token.
19:44:35 [SEVERE] java.lang.IllegalStateException: Cannot reply to EncryptionRequestPacket without profile and access token.

19:44:35 [SEVERE]     at com.github.steveice10.mc.protocol.ClientListener.packetReceived(ClientListener.java:55)

19:44:35 [SEVERE]     at com.github.steveice10.packetlib.event.session.PacketReceivedEvent.call(PacketReceivedEvent.java:51)

19:44:35 [SEVERE]     at com.github.steveice10.packetlib.tcp.TcpSession.callEvent(TcpSession.java:146)

19:44:35 [SEVERE]     at com.github.steveice10.packetlib.tcp.TcpSession.channelRead0(TcpSession.java:332)

19:44:35 [SEVERE]     at com.github.steveice10.packetlib.tcp.TcpSession.channelRead0(TcpSession.java:36)

19:44:35 [SEVERE]     at io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:99)

19:44:35 [SEVERE]     at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379)

19:44:35 [SEVERE]     at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365)

19:44:35 [SEVERE]     at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357)

19:44:35 [SEVERE]     at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:324)

19:44:35 [SEVERE]     at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:296)

19:44:35 [SEVERE]     at io.netty.handler.codec.ByteToMessageCodec.channelRead(ByteToMessageCodec.java:103)

19:44:35 [SEVERE]     at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379)

19:44:35 [SEVERE]     at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365)

19:44:35 [SEVERE]     at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357)

19:44:35 [SEVERE]     at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:324)

19:44:35 [SEVERE]     at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:296)

19:44:35 [SEVERE]     at io.netty.handler.codec.ByteToMessageCodec.channelRead(ByteToMessageCodec.java:103)

19:44:35 [SEVERE]     at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379)

19:44:35 [SEVERE]     at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365)

19:44:35 [SEVERE]     at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357)

19:44:35 [SEVERE]     at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:324)

19:44:35 [SEVERE]     at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:296)

19:44:35 [SEVERE]     at io.netty.handler.codec.ByteToMessageCodec.channelRead(ByteToMessageCodec.java:103)

19:44:35 [SEVERE]     at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379)

19:44:35 [SEVERE]     at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365)

19:44:35 [SEVERE]     at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357)

19:44:35 [SEVERE]     at io.netty.handler.timeout.IdleStateHandler.channelRead(IdleStateHandler.java:286)

19:44:35 [SEVERE]     at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379)

19:44:35 [SEVERE]     at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365)

19:44:35 [SEVERE]     at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357)

19:44:35 [SEVERE]     at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410)

19:44:35 [SEVERE]     at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379)

19:44:35 [SEVERE]     at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365)

19:44:35 [SEVERE]     at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919)

19:44:35 [SEVERE]     at io.netty.channel.local.LocalChannel.readInbound(LocalChannel.java:299)

19:44:35 [SEVERE]     at io.netty.channel.local.LocalChannel.finishPeerRead0(LocalChannel.java:445)

19:44:35 [SEVERE]     at io.netty.channel.local.LocalChannel.access$400(LocalChannel.java:50)

19:44:35 [SEVERE]     at io.netty.channel.local.LocalChannel$5.run(LocalChannel.java:403)

19:44:35 [SEVERE]     at io.netty.channel.DefaultEventLoop.run(DefaultEventLoop.java:54)

19:44:35 [SEVERE]     at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:989)

19:44:35 [SEVERE]     at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)

19:44:35 [SEVERE]     at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)

19:44:35 [SEVERE]     at java.base/java.lang.Thread.run(Thread.java:831)

Plugin version

latest

Platform

BungeeCord

Relevance

  • I tried the latest build
  • I checked for existing tickets -
    If there are, please vote them with a thumps reaction and not create new ones

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions