Server Crash Using Integrated NBT in Enigmatica 2 Expert
telemenar opened this issue ยท 3 comments
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.
@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.
@telemenar Sorry I was not able to reproduce the crash. I will attempt to DM you now to see if I can get more information.