http://bugs.winehq.org/show_bug.cgi?id=58963 --- Comment #3 from Tobias (:Tobbi) Markus <tobbi.bugs@googlemail.com> --- I added the following changes: diff --git a/dlls/wow64/file.c b/dlls/wow64/file.c index 09a455e0ae1..2b8701d399a 100644 --- a/dlls/wow64/file.c +++ b/dlls/wow64/file.c @@ -132,7 +132,8 @@ BOOL get_file_redirect( OBJECT_ATTRIBUTES *attr ) static const WCHAR * const no_redirect[] = { L"system32\\catroot", L"system32\\catroot2", L"system32\\driversstore", - L"system32\\drivers\\etc", L"system32\\logfiles", L"system32\\spool" + L"system32\\drivers\\etc", L"system32\\logfiles", L"system32\\spool", + L"system32\\Sw.ttr", L"system32\\Ly2.ttr" }; static const WCHAR windirW[] = L"\\??\\C:\\windows\\"; const WCHAR *name = attr->ObjectName->Buffer; And with those changes recompiled, the error message is different, so my suspicion that it looks for the files in the wrong location was correct. -- 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.