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 was doing a setup for duping Astral Sorcery Crystals, and this crash happened twice.
I might try to reproduce this in more constrained circumstances. But I'm pretty sure that it happened on a monitor displaying an NBT property which was from a Entity Reader -> Entities List -> Get(0) -> Entity NBT -> Integrated NBT Path -- and the crash happened when there were no items in the pool such that Get(0) was not a valid operation. I'm going trying replacing this with an "?" operator that won't use the Integrated NBT variable if the list was empty but have not done it yet.
The text was updated successfully, but these errors were encountered:
@telemenar Thank you for reporting. From what I gathered so far, it seems that a the source NBT variable's type somehow got changed from NBT to Integer. I don't really know why that happened, but I will try to reproduce it now.
crash-2020-11-15_11.56.56-server.txt
I was doing a setup for duping Astral Sorcery Crystals, and this crash happened twice.
I might try to reproduce this in more constrained circumstances. But I'm pretty sure that it happened on a monitor displaying an NBT property which was from a Entity Reader -> Entities List -> Get(0) -> Entity NBT -> Integrated NBT Path -- and the crash happened when there were no items in the pool such that Get(0) was not a valid operation. I'm going trying replacing this with an "?" operator that won't use the Integrated NBT variable if the list was empty but have not done it yet.
The text was updated successfully, but these errors were encountered: