Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Payload may not be larger than 32767 bytes #3450

Open
jkwphysics opened this issue Jan 9, 2023 · 9 comments
Open

Payload may not be larger than 32767 bytes #3450

jkwphysics opened this issue Jan 9, 2023 · 9 comments
Labels
bug Something isn't working

Comments

@jkwphysics
Copy link

Describe the bug

Using JEI to + click recipe for cover into crafting grid kicks player out of server. The result is a io.netty exception about payload size. The same feature can auto populate and craft the cover using a normal crafting table without issue.

coverbug

How can we reproduce this bug or crash?

  • On dedicated server,
  • Use the auto-populate feature (of JEI?) to put the cover recipe into the crafting grid.

What Minecraft version is this happening on?

Minecraft 1.19.2

What Forge version is this happening on?

43.2.0

What Refined Storage version is this happening on?

1.11.4

Relevant log output

09.01 00:13:58 [Disconnect] User [Player] has disconnected, reason: Internal Exception: io.netty.handler.codec.DecoderException: java.lang.IllegalArgumentException: Payload may not be larger than 32767 bytes
09.01 00:13:58 [Server] Server thread/[INFO] [minecraft/MinecraftServer]: [Player] left the game
@jkwphysics jkwphysics added the bug Something isn't working label Jan 9, 2023
@ArcadeArchie
Copy link

ArcadeArchie commented Feb 7, 2023

I've encountered the same problem with the mod version: 1.11.4 on 1.19.2 in the ATM8 modpack(includes AE2 and RS Addons and uses Forge version 43.2.3)

[07Feb2023 17:27:56.969] [Netty Epoll Server IO #19/WARN] [com.connectivity.Connectivity/]: io.netty.handler.codec.DecoderException: java.lang.IllegalArgumentException: Payload may not be larger than 32767 bytes
[07Feb2023 17:27:56.970] [Netty Epoll Server IO #19/WARN] [com.connectivity.Connectivity/]: io.netty.handler.codec.DecoderException: java.io.IOException: Packet 0/20 (Pos) was larger than I expected, found 47115 bytes extra whilst reading packet 20
[07Feb2023 17:27:57.007] [Server thread/INFO] [net.minecraft.server.network.ServerGamePacketListenerImpl/]: XXXXX lost connection: Internal Exception: io.netty.handler.codec.DecoderException: java.lang.IllegalArgumentException: Payload may not be larger than 32767 bytes

@sqldiablo
Copy link

I just encountered this in ATM 8 as well.

@HarryPlopper91
Copy link

Confirmed, just hit bug as well in ATM 8.

@IsFairy
Copy link

IsFairy commented Jul 6, 2023

Also just encountered the bug in ATM8 (with various Items such as Create Waterwheels and Supplementaries Clock Block).

@HenrikoMagnifico
Copy link

Same issue in Yao Pack 3

@raoulvdberge raoulvdberge changed the title Exception from Crafting Cover Payload may not be larger than 32767 bytes Nov 4, 2023
@JamesJJT
Copy link

JamesJJT commented Nov 5, 2023

Getting this in ATM9 aswell, while trying to craft either a chest or a clock

@Neighthanael
Copy link

Same issue in Vault Hunter 3rd Edition when "Using the auto-populate feature (of JEI?) to put the cover recipe into the crafting grid."

Running Refined Storage version 1.10.4 on Minecraft 1.18.2

@WodahsGun
Copy link

This Bug/Error will continue in ATM 9 ..... When i make the Powered Spawner on the Mod EnderIO i'll be kicked from the server

@Quills245
Copy link

Quills245 commented Mar 3, 2024

same happens here on a self made pack on 1.20.1, but it only happens with recipes that include planks so i guess maybe it's something related to the big number of planks variations that is created by mods like chipped and biomes oh plenty? (both are present on my pack, but i'm not sure if it's related in any way)

edit: adding the Packet Fixer mod fixed it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

10 participants