Productive Bees

Productive Bees

10M Downloads

Recipe size with server

joklbash opened this issue ยท 9 comments

commented

0.5.2.14 is working ok on a server I've got. I tried to update to 0.6.1 and the client and server are no longer able to handshake on the recipes because of the size. On the server, there are no error messages that would indicate an issue until a client attempts to connect. The only message that shows when a client tries to connect (that is unusual) is:
[Netty Server IO #2/ERROR] [cy.jdkdigital.productivebees.ProductiveBees/]: Bee breeding recipe ingredient missing productivebees:bee_breeding/integrateddynamics/menril_bee - net.minecraftforge.common.util.Lazy$Fast@1a801d1e

On the client side, you get the usual error of the buffer size exceeding the limit.

I copied down the server world to local and it loaded ok.

commented

Yes, I have it installed and I'm running 1.16.4 still (not all of the mods I'm using have 1.16.5 yet). I usually run the Recipe Buffers mod because it helped decrease the client connection time, so I tried with and without it installed. Without it installed, I get the above error. With it installed, I get an index out of range exception on the client side when it tries to decipher the recipes. Same messages on server.

Attached log is with Recipe Buffers installed - I thought it might be helpful to see the sizes it reports - log looks similar without it, minus the size lines.
2021-02-02-1.log

commented

Productive Bees does not seem to be installed. Are you having a datapack installed with some old recipes?

commented

oh sorry, you sent the latest log, not debug log. Can you provide the debug log as well? It has much more info.

commented

I'm sorry - I've updated the server so many times going back and forth trying things that I've lost my mind. Debug log attached. And btw, I've not tried to customize bees any yet. It's all default generation. I did delete the server config for it when I updated to the newest version. Thanks for looking into this.

debug-1.log

[edit] I did try creating a new server world just to eliminate the possibility of some upgrade issue. Same issue.

commented

The recipe has an error. It was a bit confusing since I didn't change the Menril bee configs in the new version, but what I did instead was to remove the old bee entities, one of which is referred to in the recipe.
I can put out a fix soon, just want to check if there are more :)

commented

Makes sense. Thank you for the help. Having fun with the mod.

commented

Thanks for reporting :) The new version is up

commented

Do you have Integrated Dynamics installed as well?

commented

Can I see the server debug log?