You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've had several server crashes lately that I've isolated to the following scenario:
A ComputerCraft computer connected to an AE2 interface requests autocrafting via the OpenPeripheral-provided API. Before crafting is complete, the chunk containing the computer is unloaded. When the autocrafting is complete, or is cancelled for any reason, the crafting processor attempts to notify the requesting computer of the crafting result, but as it's not there, an exception ("You are not connected to this computer") is raised and the server aborts.
The text was updated successfully, but these errors were encountered:
It appears to me that the only material difference between my crash report and the one you linked is that in my case, the computer was adjacent to the interface instead of being connected via a modem (which appears to be the case in the one you linked), which is why the one you linked has an extra frame in the backtrace.
This crash has been happening reliably a short time after the server goes vacant or all players leave the general vicinity of where the computer in question is located. In some cases, it's on a crafting cancellation (the one I linked is a cancel, presumably because Minecraft decided to unload the chunk the crafting CPU was in); in others, it's been for crafting completion (because the crafting CPU was in a different chunk that hadn't yet been unloaded and thus completed the crafting action successfully but couldn't tell the computer because it had been unloaded).
I've had several server crashes lately that I've isolated to the following scenario:
A ComputerCraft computer connected to an AE2 interface requests autocrafting via the OpenPeripheral-provided API. Before crafting is complete, the chunk containing the computer is unloaded. When the autocrafting is complete, or is cancelled for any reason, the crafting processor attempts to notify the requesting computer of the crafting result, but as it's not there, an exception ("You are not connected to this computer") is raised and the server aborts.
The text was updated successfully, but these errors were encountered: