http://bugs.winehq.org/show_bug.cgi?id=58335
--- Comment #93 from Michael Setzer II mikes@kuentos.guam.net --- wine 10.12 does not fix the issue for me?? Download and installed 10.12
~$ wine --version wine-10.12 $ wine winecfg 002c:err:seh:NtRaiseException Unhandled exception code c0000005 flags 0 addr 0x6fffffc4c573 0034:err:seh:NtRaiseException Unhandled exception code c0000005 flags 0 addr 0x6fffffc4c573 003c:err:seh:NtRaiseException Unhandled exception code c0000005 flags 0 addr 0x6fffffc4c573
Doesn't make any output other than that and no winecfg
$ WINEDEBUG=+file wine winecfg 2>/tmp/winecfg
Doesn't make any output to screen and no winecfg
$ wine notepad 002c:err:seh:NtRaiseException Unhandled exception code c0000005 flags 0 addr 0x6fffffc4c573 0034:err:seh:NtRaiseException Unhandled exception code c0000005 flags 0 addr 0x6fffffc4c573 003c:err:seh:NtRaiseException Unhandled exception code c0000005 flags 0 addr 0x6fffffc4c573
No other output and no notepad $ WINEDEBUG=+file wine notepad 2>/tmp/notepad Notepad opens notepad and then closed ok.
But WINEDEBUG=+file wine notepad text.txt >/2mp/notepad2 Opens notepad, but file is not openned?
Did a number of test with different sized text.txt and using +all. Generally noted only shorter files will open ok, but seems to show the white screen, and then it flashes to a light grey, then the text will appear. Strangely, if move mouse outside notepad widow, it goes to a little darker gray color and all text disappears??
So, note clear what test to try with 10.12, or if something new, but patch didn't seem to solve this problem.
msetzerii@setzconote:~$