Garux / netradiant-custom

The open-source, cross-platform level editor for id Tech based games.
https://garux.github.io/NRC/
Other
300 stars 52 forks source link

log plugin load failures #203

Closed Vorschreibung closed 1 week ago

Vorschreibung commented 1 week ago

When plugins fail loading they currently are silently ignored - this commit adds stderr logging output to diagnose what went wrong.

Garux commented 1 week ago

Nice, debugging this type of issues required some background without explicit message. Probably something even more obvious can be added, like assert_message. I moved filename print to be coherent with win32 path, otherwise duplicate info was shown: image Also changed formatting to be uniform.