HexagonMC / BungeeCord

BungeeCord for Minecraft 1.7.10/1.8/1.9/1.10/1.11/1.12/1.13/1.14/1.15/1.16/1.17/1.18/1.19
Other
157 stars 66 forks source link

Latest version is incompatible with 1.7.10 servers #252

Closed NotMyFault closed 5 years ago

NotMyFault commented 5 years ago

What Hexacord version are you using? Post the output of /bungee

This server is running HexaCord version git:BungeeCord-Bootstrap:1.13-SNAPSHOT:4d50148:225 by md_5 Protocol support for 1.7.x by Zartec, ghac and I9hdkill

Are you using Bungee plugins? If yes, please list all of them + versionnumber

https://pastebin.com/Bm2SnZDK

How can we reproduce the error/bug?

Use any build newer then v225, they seem no longer to work with with 1.7.10

Is an error message (bungee/spigot/client)? If yes, use pastebin.com and share the link.

https://pastebin.com/9tLULT0r

In addidtion to that, please explain your issue as detailed as possible.

There is not much I can add to that, using any newer build than v225 seems to disconnect the player instantly with the error given above,

spannerman79 commented 5 years ago
"name": "ProxyChannels",
                "version": "2.0.3-SNAPSHOT",

https://www.spigotmc.org/resources/proxychannels-redisbungee-support.34255/

This code has ONLY been tested against MC 1.12 running the latest BungeeCord. It is built against BungeeCord 1.8, so it should work fine for most servers. If it does not, please tell me and I will fix it for your needs. Please do not leave a bad review before attempting to have me fix the code for your needs. That is what a beta is about, after all. Leaving an unwarranted bad review will discourage me from continuing this project for free.

java.lang.IllegalArgumentException: Cannot get ID for packet class Prob a plugin on the Bungee instance - check them first.

johnfriedrich commented 5 years ago

Check that first yes, but there is a PR open that might aim that issue

NotMyFault commented 5 years ago

Check that first yes, but there is a PR open that might aim that issue

Already did earlier, but disabling doesn't fix it

johnfriedrich commented 5 years ago

Please test latest build

NotMyFault commented 5 years ago

I'll give it a try later this day 👍

NotMyFault commented 5 years ago

The EntityStatus part seems to be fixed but connecting isn't possible still https://pastebin.com/PWDmXKMZ

Sir-Will commented 5 years ago

This https://github.com/HexagonMC/BungeeCord/pull/157 seems to be no longer there in the latest versions. Also IP forwarding seems to be broken for 1.7. (It's enabled in the config but the server shows localhost)

johnfriedrich commented 5 years ago

Oh well, that‘s really a mess. Probably won‘t make it to look into it in the next time. If anyone actually uses 1.7.10 support, feel free to pr the change. I would appreciate it

dogboy21 commented 5 years ago

I've created a PR(#261) which readds my changes from #157 :)

spannerman79 commented 5 years ago

@N0tMyFaultOG & @Sir-Will give https://github.com/HexagonMC/BungeeCord/releases/tag/v243 a try

NotMyFault commented 5 years ago

That seemed to fix it, thx a lot @dogboy21