http://bugs.winehq.org/show_bug.cgi?id=58335
--- Comment #109 from Michael Setzer II mikes@kuentos.guam.net --- (In reply to Ken Sharp from comment #108)
Please don't change the Wine version.
Sorry about that. Can see keeping the original version were problem occurred.
But it appeared that they thought the issue was going to be resolved with a patch in 10.12, but it may have fixed some issues, but not the one I have.
wine notepad or wine winecfg and basically everything don't work since 10.9.
$ 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
Interestingly, if a different version of wine installed it doesn't get to the point of wine being updated? Would usually after dnf update to wine, run wine notepad just to have it do that.
WINEDEBUG=+file wine notepad will have the update occur and notepad opens, but no cursor WINEDEBUG=+heap wine notepad will do update and notepad opens with cursor, but moving mouse out of window results in dark gray change to panel. Both will close without issue.
Redirected 2> to files. 2124243 Jul 19 00:55 file 2229824 Jul 19 00:55 heap
Not sure why those flags allow notepad to open while others don't? +all also works, but assume that is because they are included.
Thanks for correction.