Good Afternoon,
I'm running a modded server, and trying to debug an odd issue. If Sticky Notes (by NiftyManiac) is enabled, placing an item on a ghost that's by a sticky note will crash the game (Error while running event StickyNotes::on_build_entity (ID 6)). I'll bring this up to the other author in a bit.
HOWEVER, if sticky notes is disabled, I get an error message. Funnily enough, both the crash and the error message seem to have the same root cause/message: attempt to index local 'note' (a nil value)
The picker version of the crash appears to occur on line 512 (if not note.target.valid)