Alexthw46 / Eidolon-Repraised

Port of an 1.16.5 magic mod to 1.19+.
https://curseforge.com/minecraft/mc-mods/eidolon-repraised
18 stars 11 forks source link

Bug >> Internal exception: io.netty.handler... Kicking Everyone From Server >> capabilities.dat #60

Closed KakashoLin closed 7 months ago

KakashoLin commented 7 months ago

Since the latest update, there has been an issue where anyone joining will get auto kicked with the following message "internal exception: io.netty.handler index 26 out of bounds for length 5".

After a few days of digging, our server found it was an entry under capabilities.dat for Eidolon-Repraised was causing the error. Once you removed the entry for the entire mod under capabilities.dat, then the error went away and people could join again.

File at issue: capabilities.dat Minecraft Version: 1.20.1 Version: 0.3.8.8b

oitsjustjose commented 7 months ago

Can confirm, deleting the times compound from capabilities.dat > data > eidolon:reputation was enough to fix this for us. Probably could use migration logic to fix this for others.

euquinox commented 7 months ago

have the same issue, had to downgrade to the old version

Alexthw46 commented 7 months ago

managed to reproduce it by plugging in an old world data caps, trying to get what's wrong

Alexthw46 commented 7 months ago

might have found the issue & fix, if it's not out tomorrow it will the day after

Alexthw46 commented 7 months ago

updates on this? .9 is supposed to be fixing the issue

KakashoLin commented 7 months ago

updates on this? .9 is supposed to be fixing the issue Tested on the server that was having the kick issue, and this latest update fixed the issue.