Refined Storage Integration Deadlock on World/Server Load
TheIllusiveC4 opened this issue ยท 0 comments
Versions (Be specific, do not write "latest"):
- Polymorph: 1.16.5-0.36
- Forge/Fabric: Forge 1.16.5-36.2.20
Observed Behavior:
The Refined Storage integration causes deadlocks in certain situations due to an error during server/world loading.
Expected Behavior:
Servers/worlds should load normally with the Refined Storage integration active.
Steps to Reproduce:
Note: I am unable to reproduce this myself with the production build; however, I can force the error to arise by making some small changes to the development build. The steps below are what I have gathered from other people.
- Place a Refined Storage Crafting Grid
- Place a valid recipe within the crafting grid and leave it there
- Exit and restart the world/server
- Observe that the world/server fails to fully load and hangs until terminated
Refer also to comments in: #114
Current workaround: Go into the configs
folder, open the polymorph-integrations.toml
config file, and set refinedstorage = false
to turn off all aspects of the Refined Storage integration.