http://bugs.winehq.org/show_bug.cgi?id=58335 --- Comment #36 from Michael Setzer II <mikes(a)kuentos.guam.net> --- Created attachment 78828 --> http://bugs.winehq.org/attachment.cgi?id=78828 Output with WINEDEBUG=+pid,+module,+seh,+actctx wine notepad 2>/tmp/out2 WINEDEBUG=+pid,+module,+seh,+actctx wine notepad 2>/tmp/out2 notepad does open without the +heap In earlier testing, seems around line 775 in ntdll/heap.c there was a line that says to ignore error and that allowed notepad to open. which wine /usr/bin/wine # ls -l /usr/bin/wine lrwxrwxrwx 1 root root 24 Jun 14 07:46 /usr/bin/wine -> /opt/wine-devel/bin/wine So that is the wine it is running. Running wine notepad does this. wine notepad 002c:err:seh:NtRaiseException Unhandled exception code c0000005 flags 0 addr 0x6fffffc4c173 0034:err:seh:NtRaiseException Unhandled exception code c0000005 flags 0 addr 0x6fffffc4c173 003c:err:seh:NtRaiseException Unhandled exception code c0000005 flags 0 addr 0x6fffffc4c173 WINEDEBUG=+pid,+module,+seh,+actctx wine notepad 2>/tmp/out2 Now opens notepad and produces the attached out2.xz file. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.