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

Failure Splitting Packets on Channel "refinedstorage:main_channel" #3466

Closed
YDeltagon opened this issue Feb 11, 2023 · 3 comments
Closed

Failure Splitting Packets on Channel "refinedstorage:main_channel" #3466

YDeltagon opened this issue Feb 11, 2023 · 3 comments
Labels
bug Something isn't working

Comments

@YDeltagon
Copy link

Describe the bug

I am encountering an error when updating the grid interface in Refined Storage.

The following error message is displayed: "Failure Splitting Packets on Channel "refinedstorage:main_channel". with class com.refinedmods.refinedstorage.network.grid.GridItemUpdateMessage. Number of Packets sent 5, expected number of Packets 7, maximum number of packets for a message of this type 5."

How can we reproduce this bug or crash?

Open Minecraft 1.18.2 and load the world with Refined Storage 1.10.4 and Forge 40.2.1 installed.
Access the grid interface in Refined Storage with a creative storage with more than 1 000 000 items and fluid
Observe the error message displayed.

What Minecraft version is this happening on?

Minecraft 1.18.2

What Forge version is this happening on?

40.2.1

What Refined Storage version is this happening on?

1.10.4

Relevant log output

Failure Splitting Packets on Channel "refinedstorage:main_channel". with class com.refinedmods.refinedstorage.network.grid.GridItemUpdateMessage.  Number of Packets sent 5, expected number of Packets 7, maximum number of packets for a message of this type 5
@YDeltagon YDeltagon added the bug Something isn't working label Feb 11, 2023
@Darkere
Copy link
Collaborator

Darkere commented Feb 11, 2023

Yes there are limits to the amount of items that you can add to a system. That limit only cares about data size which means predominantly items with lots of nbt cause you to reach that limit quickly. Large stacks of a single item don't matter.

We've increased the limit for 1.19 in a recent update

@YDeltagon
Copy link
Author

Ok, i try to delete items with name or nbt
No update on the road for 1.18.2 ?

@YDeltagon
Copy link
Author

I transferred all these items in 1 copy to another RStorage, 50,000 different items, ouch...

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 15, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants