http://bugs.winehq.org/show_bug.cgi?id=7065
--- Comment #17 from Luke Bratch l_bratch@yahoo.co.uk 2007-08-21 17:43:43 --- As a test I tried changing:
{ FIXME("(%p)->(%p): Stub!\n", process, DebuggerPresent); *DebuggerPresent = FALSE; return TRUE; }
to
{ FIXME("(%p)->(%p): Stub!\n", process, DebuggerPresent); *DebuggerPresent = FALSE; return FALSE; }
in dlls/kernel32/debugger.c, as I thought maybe it would report no debuggers running, but it gave the same error.