Error on buzz startup in debugger

Post Reply
User avatar
UNZ
Posts: 808
Joined: Mon Nov 21, 2011 9:42 pm
Contact:

Error on buzz startup in debugger

Post 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.
User avatar
IXix
Posts: 1113
Joined: Wed Nov 23, 2011 3:24 pm

Re: Error on buzz startup in debugger

Post 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.
Post Reply