https://bugs.winehq.org/show_bug.cgi?id=39044
Sebastian Lackner sebastian@fds-team.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |sebastian@fds-team.de
--- Comment #1 from Sebastian Lackner sebastian@fds-team.de --- (In reply to philippe.groarke from comment #0)
0088:Call KERNEL32.IsDebuggerPresent() ret=048c35c6 0088:Ret KERNEL32.IsDebuggerPresent() retval=00000000 ret=048c35c6 0088:trace:seh:raise_exception code=80000003 flags=0 addr=0x48c35e0 ip=048c35e1 tid=0088
80000003 is a breakpoint exception, which means the application intentionally crashes, either because some precondition is not fulfilled, or because it thinks that a debugger is attached. It would be interesting to see some more lines of the +tid,+relay,+seh log, otherwise its difficult to come to a conclusion.