May 1, 2026
6:50 a.m.
Execution from the link can't find DLLs placed at additional paths in `App Paths` due to the assumption that the file name (`szName` parameter) contains only the file name itself, without the path, or that the `App Paths` subkey in the registry can contain the full path. Since registry subkeys cannot contain a backslash, it is safe to remove the path from the file name and use only the file name as the subkey to check and retrieve the path value for the application. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=625 -- https://gitlab.winehq.org/wine/wine/-/merge_requests/10798