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(a)winehq.org ReportedBy: austinenglish(a)gmail.com CC: julliard(a)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(a)austin-desktop:~/wine-git$ rm -rf ~/.wine && ~/wine-git/wine notepad # this works fine austin(a)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 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.