https://bugs.winehq.org/show_bug.cgi?id=49929 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Regression SHA1| |c460d4ff35e69052a917a8d75f9 | |7f39d36747e52 CC| |dmitry(a)baikal.ru --- Comment #2 from Austin English <austinenglish(a)gmail.com> --- austin(a)laptop ~/wine-git ((no branch, bisect started on master)) $ git bisect good c460d4ff35e69052a917a8d75f97f39d36747e52 is the first bad commit commit c460d4ff35e69052a917a8d75f97f39d36747e52 Author: Dmitry Timoshkov <dmitry(a)baikal.ru> Date: Fri Sep 18 12:58:33 2020 +0300 sxs: Return correct path from IAssemblyCache::QueryAssemblyInfo(). Some applications call IAssemblyCache::QueryAssemblyInfo(), then append DLL name to the returned path, and call GetFileAttributes() to check DLL existence. Signed-off-by: Dmitry Timoshkov <dmitry(a)baikal.ru> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> dlls/sxs/cache.c | 18 ++++++++---------- dlls/sxs/tests/cache.c | 2 ++ 2 files changed, 10 insertions(+), 10 deletions(-) -- 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.