someaddons / connectivity

Minecraft mod connectivity which fixes connection issues
9 stars 0 forks source link

[Bug]: Payload larger than 32767 bytes error still occurs #74

Closed StormDragon-64 closed 1 year ago

StormDragon-64 commented 1 year ago

Describe the bug you're experiencing

In the mod description, it states that the payload too large error has been fixed. However, after installation, I still get kicked from my server due to the same error.

Logs linked are server side, if you need client side too I can supply those.

Reproducability

I get this error from placing down a minecart contraption from the create mod. There are probably other ways to get this error however.

  1. Create a new forge 40.2.0 instance with the Create mod installed (I'm using Create 0.5i which also requires Flywheel) as well as connectivity
  2. Create a dedicated server with the same mods and forge version, ect.
  3. Join server
  4. Create a minecart contraption with a few chests filled with items
  5. Pickup minecart contraption
  6. Place it back down onto some rails again ❌ Get kicked from server with payload cannot exceed 32767 bytes error

Mod up to date

Minecraft version

1.18.2

Modloader version

Forge

Logs

https://gist.github.com/StormDragon-64/44b6d809921a31d4d11e15d9250c943d

someaddons commented 1 year ago

report it to create, connectivity just alleviates some of the limits but the bug is mods sending too much data to begin with

StormDragon-64 commented 1 year ago

Create can't fix it because it's an issue with how nbt is stored, but now I'm now using another mod, packet size doubler, that recently updated to fix this issue.

Terandox-The-Pineapple commented 1 year ago

I have the same problem, but i don't have create installed.... so its a problem with this mod and not with create. The fact that this got closed without proper investigation or testing breaks my heart as a programmer and shows me again, that quality died out.