http://bugs.winehq.org/show_bug.cgi?id=11694
Summary: Wine crashes when run in a directory other than build directory Product: Wine Version: 0.9.56. Platform: PC OS/Version: Linux Status: NEW Keywords: regression, source Severity: normal Priority: P2 Component: ntdll AssignedTo: wine-bugs@winehq.org ReportedBy: austinenglish@gmail.com CC: julliard@winehq.org
ntdll: Store the unhandled exception filter at startup to avoid race conditions. commit:78fba54ab791f8ed6d68305869b18403d08011e0
Ever since this commit, running wine from a directory other than the build directory. For instance:
austin@austin-desktop:~/wine-git$ rm -rf ~/.wine && ~/wine-git/wine notepad # this works fine austin@austin-desktop:~$ rm -rf ~/.wine && ~/wine-git/wine notepad # fails
Reverting this commit lets wine run fine for me.
Also, see: https://bugs.edge.launchpad.net/ubuntu/+source/wine/+bug/191575