Open Veovis-Muaddib opened 6 years ago
FYI, over at https://github.com/Azanor/thaumcraft-beta/issues/1282, Azanor had this to say: "I suspect the itemstack passed in the event from Mystcraft is null which is bad for a few reasons. I added a null check just in case, but it should probably not be happening."
I listen for the event, but I don't know if it's ever null because I immediately pass the itemstack over to a helper function that tries to pull out a symbol. I can say that it's not always null.
I should go through and test to see if hovering over the background fires an event with a null itemstack.
Was reported in #mystcraft-info earlier, it looks like Thaumcraft's custom tooltip renderer is expecting a property to not be null from the tooltip event. I have no visibility into Thaumcraft to know what property was being accessed.
If Mystcraft can't provide a sane default for... whatever is being accessed then it wouldn't be too hard for Mystcraft Info to listen for a separate but similar event type instead.