http://bugs.winehq.org/show_bug.cgi?id=58335
--- Comment #124 from Michael Setzer II mikes@kuentos.guam.net --- Just that a number of messages and test were looking at the CPU not have the avx flag..
This is what happens when run. wine notepad 002c:err:seh:NtRaiseException Unhandled exception code c0000005 flags 0 addr 0x6fffffc4d4b3 0034:err:seh:NtRaiseException Unhandled exception code c0000005 flags 0 addr 0x6fffffc4d4b3 003c:err:seh:NtRaiseException Unhandled exception code c0000005 flags 0 addr 0x6fffffc4d4b3
As I've mentioned with WINEDEBUG=+all wine notepad it seems to work at least to open notepad
[msetzerii@setzconote ~]$ WINEDEBUG=+all wine notepad winehq-notepad.sh 2>/tmp/all
opens notepad with the cursor, and shows file, but moving mouse outside window has screen go gray. With no file open, it didn't go gray.
Problem is the file created is huge 1496052043 Aug 18 14:49 all
Looking at lines with the c0000005 show this cat all | grep c0000005 54685.826:0028:002c:trace:seh:handle_syscall_fault code=c0000005 flags=0 addr=0x7f1a0d2364d6 ip=7f1a0d2364d6 tid=002c 54685.826:0028:002c:trace:seh:handle_syscall_fault returning to user mode ip=00006fffffbfee44 ret=c0000005 54685.826:0028:002c:SysRet NtOpenFile() retval=c0000005 54686.733:0070:0074:trace:seh:handle_syscall_fault code=c0000005 flags=0 addr=0x7f9d58ed34d6 ip=7f9d58ed34d6 tid=0074 54686.733:0070:0074:trace:seh:handle_syscall_fault returning to user mode ip=00006fffffbfee44 ret=c0000005 54686.733:0070:0074:SysRet NtOpenFile() retval=c0000005 54690.296:0124:0128:trace:seh:handle_syscall_fault code=c0000005 flags=0 addr=0x7f97e55c44d6 ip=7f97e55c44d6 tid=0128 54690.296:0124:0128:trace:seh:handle_syscall_fault returning to user mode ip=00006fffffbfee44 ret=c0000005 54690.296:0124:0128:SysRet NtOpenFile() retval=c0000005 54691.179:012c:0130:trace:seh:handle_syscall_fault code=c0000005 flags=0 addr=0x7f2f2d99f4d6 ip=7f2f2d99f4d6 tid=0130 54691.179:012c:0130:trace:seh:handle_syscall_fault returning to user mode ip=00006fffffbfee44 ret=c0000005 54691.179:012c:0130:SysRet NtOpenFile() retval=c0000005 54691.662:012c:0130:trace:seh:handle_syscall_fault code=c0000005 flags=0 addr=0x7f2f2d99f4d6 ip=7f2f2d99f4d6 tid=0130 54691.662:012c:0130:trace:seh:handle_syscall_fault returning to user mode ip=00006fffffbfee44 ret=c0000005 54691.662:012c:0130:SysRet NtOpenFile() retval=c0000005
So, may be the AVX flag was either not the issue, or only part of it,