What happened:
- I was playing the game and editing the message on a display (with this mod active).
- I was trying to get the message to show the value of a signal (T), after showing the value of an item (iron-gear-wheels). The line I was trying to use looked like this: "[item=iron-gear-wheel][] of [item=signal-t]". (T was for total capacity of the container holding the gears.)
- No matter what I did, I could not get it to show the icon for a signal, or display its value. I tried 'signal-t', 'Signal-T', 't', 'T', and many others for the item name. Nothing worked.
- I came to the discussion board, and read about how Rich Text items are disabled by default, so I went into the mod settings (without closing the game) and enabled them. Upon confirming those changes the game instantly crashed upon resuming it, complaining about a non-recoverable error. It gave the following message:
Error while running event signal-display::on_nth_tick(2)
Unknown item name: signal-t
stack traceback:
[C]: in function 'get_signal'
signal-display/scripts/display.lua:198: in function 'update_display'
signal-display/scripts/events.lua:41: in function <signal-display/scripts/events.lua:10>
I hope this helps you fix something.
Also, as an aside, what on earth IS the proper naming convention to use for displaying the icons and values of signals, as opposed to craftable in-game items?