Where are plugin loading errors reported

We used to see log messages on DebugView, but no more with Xojo 2019r3?
At least it doesn’t complain about failed to load plugin or which plugin it found.

I think we used to have that in DebugView, so it if it’s missing now, that sounds like a regression.
<https://xojo.com/issue/61480>

Screenshot from older version of Xojo.

@William_Yu, can you check where the log messages are?
Especially if LoadLibrary() fails on Windows, this should be logged with DLL file path and Windows GetLastError() result.

The debug logging has been disabled (probably should not have been for error type messages but alas…). If you need help tracking what is failing ping me privately.

As requested in feedback case, please make sure all LoadLibrary errors are logged.
Thanks.

1 Like