http://bugs.winehq.org/show_bug.cgi?id=58335
--- Comment #9 from Michael Setzer II mikes@kuentos.guam.net --- uploaded all.xz which is output that runs without the seh errors. Have no clue why.. Is a huge file of junk
Running notepad results in errors and crash. wine notepad 002c:err:seh:NtRaiseException Unhandled exception code c0000005 flags 0 addr 0x6fffffc4c133 0034:err:seh:NtRaiseException Unhandled exception code c0000005 flags 0 addr 0x6fffffc4c133 003c:err:seh:NtRaiseException Unhandled exception code c0000005 flags 0 addr 0x6fffffc4c133
Will also work, but sends tons of lines to screen # WINEDEBUG=all wine notepad
These result in nothing happening WINEDEBUG=all wine notepad 2>/dev/null # WINEDEBUG=all,+seh wine notepad 2>/dev/null
This does work relatively quickly and notepad works. # WINEDEBUG=all wine notepad 2>/tmp/all
But creates output file 267M Jun 10 09:01 all converted to xz file of upload attachment 6.8M Jun 10 09:10 all.xz
Don't know if there might be a different option than all that would work to solve issue. Not sure why redirecting to /dev/null doesn't work?