Re: [GD-Windows] MAX Crashes During Batch
Brought to you by:
vexxed72
From: yogiwp <yo...@gm...> - 2005-05-28 05:31:11
|
Good idea! I think I can do something similar. In our case, max is started in 'silent' mode causing it to not show any dialog box (apparently including errors boxes). This is necessary because otherwise it will show dialogs about missing texture etc. and stops the build. So what I'll try is monitor max' window caption, and if it doesn't change after a while I know max is stuck. Thanks all. ----- Original Message ----- From: "Martin Slater" <ms...@he...> > > I'm clueless on how to 'detect' max crashes. And I'm not even sure if this > > is a good idea. Anyone? > > In the past I've had a little util that sits doing a FindWindow on the > error dialog box title every second or so then just take the resulting > HWND and do SendMessage(hwnd, WM_CLOSE) to it. > > Martin |