On Tue, 21 Sep 2004 13:04:31 -0700 (PDT), you wrote: > First off let me say I made a mistake. > This application calls assert(0); > I tried another app that tries to access a null > pointer and I was able to see my AeDebug registry > settings take effect (tried to jump to the debugger I > specified). The idea is that if an application handles exceptions then it will handle exceptions and not wine. The debugger is only called in case of _un_handled exceptions. > > So, yes, this message is coming from the app. > I can disable it by doing a release build. > But this was a test app. > My real issue is that I need a way to prevent apps > like this one from trying to put up a dialog box. > Are we still talking about asserts? Trying to do that within wine instead of the application sounds strange. Why would you do that? > Will switching to the x11 driver do this? No, I thought it may prevent your app to do the assert(0) in the first place. > WHat will the x11 driver do \\\\\\ Use graphics vs text mode. Text mode is expected to have more bugs because fewer people test it. Rein. -- Rein Klazes rklazes@xxxxxxxxx _______________________________________________ wine-users mailing list wine-users@xxxxxxxxxx http://www.winehq.org/mailman/listinfo/wine-users