Page 1 of 1

Error on buzz startup in debugger

Posted: Wed May 13, 2020 12:19 pm
by UNZ
sometimes (very rarely) when i start buzz, in the debugger i get a break and this message in the output:

<mda:msg xmlns:mda="http://schemas.microsoft.com/CLR/2004/10/mda">
<!--
Attempting managed execution inside OS Loader lock. Do not attempt to run
managed code inside a DllMain or image initialization function since doing so
can cause the application to hang.
-->
<mda:loaderLockMsg break="true"/>
</mda:msg>
buzz.exe has triggered a breakpoint.

Re: Error on buzz startup in debugger

Posted: Wed May 13, 2020 12:35 pm
by IXix
I've always had three of those (or maybe a similar one) in a row when I start debugging, on my old system too. I just have to continue past them and then everything is fine.