• Zebediah Figura's avatar
    kernelbase: Do not start the debugger if SEM_NOGPFAULTERRORBOX is set. · 61b88ebd
    Zebediah Figura authored
    Motor City Online apparently checks for a debugger by setting this flag and then
    intentionally causing a page fault. If no debugger is present on Windows, the
    subprocess simply dies without spawning any crash dialog. This patch emulates
    that behaviour, suppressing a (harmless) crash dialog from winedbg.
    
    This may result in legitimate failures no longer triggering a winedbg crash
    dialog, if other programs happen to use SEM_NOGPFAULTERRORBOX, but the winedbg
    crash dialog cannot be relied upon anyway.
    61b88ebd
Name
Last commit
Last update
..
tests Loading commit data...
Makefile.in Loading commit data...
console.c Loading commit data...
debug.c Loading commit data...
file.c Loading commit data...
kernelbase.h Loading commit data...
kernelbase.rc Loading commit data...
kernelbase.rgs Loading commit data...
kernelbase.spec Loading commit data...
loader.c Loading commit data...
locale.c Loading commit data...
main.c Loading commit data...
memory.c Loading commit data...
path.c Loading commit data...
process.c Loading commit data...
registry.c Loading commit data...
security.c Loading commit data...
string.c Loading commit data...
sync.c Loading commit data...
thread.c Loading commit data...
version.c Loading commit data...
volume.c Loading commit data...
winerror.mc Loading commit data...