Tip Of The Day #021
- Home
- Tip of the Day
- Tip Of The Day #021
- On
- By
- Categories: Tip of the Day
Tip Of The Day #021
When things are not working right don’t be scared to take a look in the logs (tools menu view logs). Go to the bottom of the file and search for
[crit – these are either crashes or messages indicating we are about to crash. Not much you can do here. As long as you sent us the crash report we are on it.
[err – something is seriously wrong. Most of the time you would have seen an error message but sometimes that is just not possible so we write them to the log so we can look good when you ask us what is wrong
[warn – something is not quite right. Most commonly this is slow rendering but sometimes it is other things. Worth looking at just in case it explains something that doesn’t seem quite right
Everything else are just progress/informational messages that we use to understand what is going on when you report a problem or the program crashes.
Note: include the [ in the search as otherwise you will find a bunch of lines which are not actually worth looking at.