I have a program that, under certain circumstances, will crash out with the "Serious Error" popup. In order to better probe the crash with an automated test harness, I'd like to be able to skip that popup and just have the process terminate. Is there a way to do that? Tell Wine "hey, if this program segfaults, just close it without asking me"?
Hoping this is something really easy, but I couldn't find anything on 'man wine' or similar.
Running Wine 1.5.26 on Debian Wheezy, if that makes any difference. I'm hoping for something along the lines of "wine --close-on-crash SomeProgram.exe" or an environment variable, but if the solution is to patch the source and recompile, that's probably doable (though I haven't compiled Wine in over a year).
Thanks in advance!
Automatically close Windows program on crash?
Re: Automatically close Windows program on crash?
winetricks nocrashdialogrosuav wrote:Is there a way to do that? Tell Wine "hey, if this program segfaults, just close it without asking me"?
That version is over two years old and no longer supported. The current development release is 1.7.36.Running Wine 1.5.26 on Debian Wheezy,
Re: Automatically close Windows program on crash?
Ah! Perfect, thank you.dimesio wrote:winetricks nocrashdialogrosuav wrote:Is there a way to do that? Tell Wine "hey, if this program segfaults, just close it without asking me"?
Yeah, and I would update except that it was a bit fiddly to get everything working the way I want it to. At some point (probably once Jessie becomes stable), I'll redo this computer with Debian Jessie, and start using a newer version (although that seems to be 1.6.2 rather than 1.7.x).That version is over two years old and no longer supported. The current development release is 1.7.36.Running Wine 1.5.26 on Debian Wheezy,