Skip to content
This repository has been archived by the owner on May 26, 2022. It is now read-only.

md_5.bungee.protocol.EntityEffect 79 #102

Open
Keaton1188 opened this issue Apr 30, 2019 · 11 comments
Open

md_5.bungee.protocol.EntityEffect 79 #102

Keaton1188 opened this issue Apr 30, 2019 · 11 comments

Comments

@Keaton1188
Copy link

Hi there, having this strange issue on our new FTB Builders Paradise Server, it is kicking me with a md_5 protocol Entity Effect error and doesn't let me back in. Not sure if this is pack related to Travertine or the Mod pack.

This is the error from Travertine Console.

Untitled

@123Kappa
Copy link

Did u find the cause of this?

@y6x2digc
Copy link

I can confirm this

@Irgendwer01
Copy link

@electronicboy is there any Solution for this issue?

@electronicboy
Copy link
Member

No, because I've not had the investment to rip apart 100 mod packs to work out what some mod is doing to the packet, or if the behavior causing this is still applicable to "modern" versions of forge or even at all, PaperMC/Waterfall#418

@joeydoesthings
Copy link

I have the same issue. Right after I died in game, it wouldn't let me reconnect. it says the server is down, but it clearly isn't.

@Irgendwer01
Copy link

@electronicboy after some research and testing i found that the mod Just Enough IDs is sending the packet,the mod expands the max IDs can be used

@astei
Copy link

astei commented Dec 21, 2020

Judging from JEID's resource code, it extends the potion effect packets in a non-standard way which breaks Waterfall because of a fix to a Forge 1.8 issue.

I see three options: complain that JEID is non-standard (not really an option), drop the 1.8.9 bugfix (since Minecraft 1.8 is over 6 years old and needs to go away) or flat-out say that JEID is not supported on Waterfall/Travertine and to use Velocity instead (which does not intercept the packet and doesn't have the issue).

@Irgendwer01
Copy link

@astei it happens when dying too so i don't think it's directly potion related

@electronicboy
Copy link
Member

The packet is the one used for potion effects

@Irgendwer01
Copy link

isn't there any way to let Travertine ignore this packet?

@Xernium
Copy link
Contributor

Xernium commented Dec 22, 2020

Well yes, disable entity meta rewriting in the config. If you still have issues then I’d suggest you try using Velocity instead of Travertine. I’m sure that if the config option doesn’t fix it, Velocity won’t have the issue at all

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

No branches or pull requests

8 participants