Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Floodgate Issue #9

Closed
200Tigersbloxed opened this issue Sep 6, 2020 · 2 comments
Closed

Floodgate Issue #9

200Tigersbloxed opened this issue Sep 6, 2020 · 2 comments

Comments

@200Tigersbloxed
Copy link

Hey, finally got this working after switching JDK version, so I tried it out on a test server.

When I had my server in Offline Mode (and Geyser too), I was able to join the server just fine.
In Online mode, I was also able to join the server, just had to login.

But when I tried to join using Floodgate, to use online mode, and skip the login, Geyser and the Server outputs Warnings.

Geyser Warning:
[Geyser-Spigot] Downstream packet error! Invalid packet id: 25

Server INFO:
x:x lost connection: Internal Exception: io.netty.handler.codec.DecoderException: java.io.IOException: Packet 0/0 (PacketPlayInTeleportAccept) was larger than I expected, found 5 bytes extra whilst reading packet 0

Then after that, Minecraft:EE says Connection Lost

Server Spec:
PaperMC 175
Plugins:

  • Viaversion
  • ViaBackwards
  • ViaRewind
  • Geyser (with plugins ofc)
  • Floodgate

If you need any more details, please respond, and I'll try to get them to you.

@bundabrg
Copy link
Owner

bundabrg commented Sep 7, 2020

Thanks. I suspect the floodgate section of code is being skipped as GeyserReversion handles a lot of the login first and it might never reach floodgate in geyser itself.

I'll have a look. Perhaps either a change in Geyser to split calling floodgate outside of the login packet function (so we can just call it ourselves) or I re-implement the floodgate part here as well.

@edwardhuahan
Copy link

I'm also experiencing the same issue with the same error message

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants