ID:1969482
 
Applies to:Dream Daemon
Status: Open

Issue hasn't been assigned a status value.
At present, runtime errors are outputted in black in Dream Daemon. It'd be nice if they were red, to make them stand out more from other messages.
While this would be a nice addition you can already soft-code this by catching /world/Error and adding a FONT or SPAN tag around the message.

IIRC the message is no longer truncated, so it should work fine. If it doesn't, that's a bug that should be addressed.
I took a look into this and it appears like it's a bit of a pain. The same routine that outputs runtime errors to the server is also responsible for things that are not errors. DS puts all system messages in red, but for DD that isn't reasonable; I'd only want it for runtime errors as you suggested.
Could support your color formatting codes (\xFF\x--) in the console printer.
Bump. Not sure if this would be any easier to add given that you're changing how strings work in Dream Daemon.