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

[1.20.1] Server crash when any storage system interacts with an incomplete Functional Storage system #308

Open
rruy-dev opened this issue Aug 20, 2024 · 0 comments

Comments

@rruy-dev
Copy link

There's an issue with requesting items from an Storage Controller w/ no inventories attached, or unlinked Controller Access Point.
If ..getSlots() is run on a system with no available inventories / unlinked access point, a server crash occurs.

So if any pipe requests items from an incomplete system, the server crashes as soon as the pipe attempts to run ..getSlots(). (Server crash happens when the item is requested).
And when AE2 attempts to build an item cache on an incomplete system, it runs ..getSlots() as part of this. (Server crash occurs upon loading the area).

Noticed the issue on ATM9, which has the latest version of Functional Storage available for 1.20.1 on Curseforge, v1.2.11.

Server Crash Log:
https://mclo.gs/qxtcbtc

Issue typically occurs when players are going to move their storages, but don't break the pipes interacting with the Functional Storage system before doing so.

@rruy-dev rruy-dev changed the title [1.20.1] Server crash when Storage System interacts with an incomplete system [1.20.1] Server crash when any storage system interacts with an incomplete Functional Storage system Aug 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant