-
Notifications
You must be signed in to change notification settings - Fork 5
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
Server crashes when dropping items ouf of Barrel #25
Comments
Further notes:
This provides some more evidence that Barrels, Drums, Storage and More might be responsible. |
I wonder if I... oh... I see what I did. Yea this one is on me. I forgot about thread safety when I changed the interaction controls to be handled by the networking. Sorta surprised this wasn't noticed way sooner before SF4's release honestly |
Experiencing this as well on SF4, though our server doesn't crash, just the user that did it gets booted. |
@Funwayguy What's the status on this issue? |
Same here for me on SkyFactory 4. Running your mod 0.0.24, server crash when I take too many out too fast I think. |
I builded the fix code from theashenwolf |
In the Sky Factory 4 modpack, I have experienced a couple server crashes while emptying barrels. As long as the items go into the player's inventory all is fine, but as soon as the items drop into the world as Item Entities (e.g. because the player's inventory is full), they can crash the server.
The server crashes with a ConcurrentModificationException without referencing any mod's source code. Hence I am unsure if this is a forge issue or a Barrels, Drums, Storage and More issue. The following exception is thrown, taken from the full crash report (https://gist.github.com/marco-david/f3a721aa06dfcddf2d00365fac635c06).
Some testing so far has shown the following:
The text was updated successfully, but these errors were encountered: