http://bugs.winehq.org/show_bug.cgi?id=58335
--- Comment #58 from Michael Setzer II mikes@kuentos.guam.net --- With 10.11
msetzerii@setzconote:~$ wine winecfg 002c:err:seh:NtRaiseException Unhandled exception code c0000005 flags 0 addr 0x6fffffc4c5b3 0034:err:seh:NtRaiseException Unhandled exception code c0000005 flags 0 addr 0x6fffffc4c5b3 003c:err:seh:NtRaiseException Unhandled exception code c0000005 flags 0 addr 0x6fffffc4c5b3
msetzerii@setzconote:~$ WINEDEBUG=+all wine winecfg 2>all msetzerii@setzconote:~$ ls -l all -rw-r--r-- 1 msetzerii msetzerii 1488823606 Jul 1 07:42 all
msetzerii@setzconote:~$ grep "c0000005" <all 52350.467:0028:002c:trace:seh:handle_syscall_fault code=c0000005 flags=0 addr=0x7f798d18d416 ip=7f798d18d416 tid=002c 52350.467:0028:002c:trace:seh:handle_syscall_fault returning to user mode ip=00006fffffbfe204 ret=c0000005 52350.467:0028:002c:SysRet NtOpenFile() retval=c0000005 52351.895:0068:006c:trace:seh:handle_syscall_fault code=c0000005 flags=0 addr=0x7f527e181416 ip=7f527e181416 tid=006c 52351.895:0068:006c:trace:seh:handle_syscall_fault returning to user mode ip=00006fffffbfe204 ret=c0000005 52351.895:0068:006c:SysRet NtOpenFile() retval=c0000005 52358.535:0124:0128:trace:seh:handle_syscall_fault code=c0000005 flags=0 addr=0x7fe8af777416 ip=7fe8af777416 tid=0128 52358.535:0124:0128:trace:seh:handle_syscall_fault returning to user mode ip=00006fffffbfe204 ret=c0000005 52358.535:0124:0128:SysRet NtOpenFile() retval=c0000005 52359.942:012c:0130:trace:seh:handle_syscall_fault code=c0000005 flags=0 addr=0x7f5051d10416 ip=7f5051d10416 tid=0130 52359.942:012c:0130:trace:seh:handle_syscall_fault returning to user mode ip=00006fffffbfe204 ret=c0000005 52359.942:012c:0130:SysRet NtOpenFile() retval=c0000005 52361.180:012c:0130:trace:seh:handle_syscall_fault code=c0000005 flags=0 addr=0x7f5051d10416 ip=7f5051d10416 tid=0130 52361.180:012c:0130:trace:seh:handle_syscall_fault returning to user mode ip=00006fffffbfe204 ret=c0000005 52361.180:012c:0130:SysRet NtOpenFile() retval=c0000005
wine notepad will run with +heap option, but not wine winecfg? It only works with +all option that I've found?