Travertine icon indicating copy to clipboard operation
Travertine copied to clipboard

md_5.bungee.protocol.EntityEffect 79

Open Keaton1188 opened this issue 5 years ago • 11 comments

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

Keaton1188 avatar Apr 30 '19 23:04 Keaton1188

Did u find the cause of this?

123Kappa avatar Dec 17 '19 22:12 123Kappa

I can confirm this

y6x2digc avatar Aug 14 '20 09:08 y6x2digc

@electronicboy is there any Solution for this issue?

Irgendwer01 avatar Dec 18 '20 13:12 Irgendwer01

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, https://github.com/PaperMC/Waterfall/issues/418

electronicboy avatar Dec 18 '20 13:12 electronicboy

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.

joeydoesthings avatar Dec 21 '20 01:12 joeydoesthings

@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

Irgendwer01 avatar Dec 21 '20 01:12 Irgendwer01

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).

astei avatar Dec 21 '20 01:12 astei

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

Irgendwer01 avatar Dec 22 '20 00:12 Irgendwer01

The packet is the one used for potion effects

electronicboy avatar Dec 22 '20 00:12 electronicboy

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

Irgendwer01 avatar Dec 22 '20 00:12 Irgendwer01

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

Xernium avatar Dec 22 '20 05:12 Xernium