generated from MeteorDevelopment/meteor-addon-template
-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Labels
bugSomething isn't workingSomething isn't working
Description
I wanted to let you know about a crash I keep encountering on servers when using the fetch and refill feature in "BetterBaritoneBuild". It never happens in single player, but under packet delays the client throws a “NoSuchElementException” and disconnects.. After the module finishes shift clicking items out of a linked chest, it schedules a “fetch items” event. On a laggy server, that event can fire after the fetch list has already been emptied by earlier inventory updates. The callback unconditionally tries to grab the first material from the list, even though the list is now empty. That out of bounds access is what triggers the exception.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working