https://bugs.winehq.org/show_bug.cgi?id=46701
Bug ID: 46701 Summary: Native DLLs not found when symlinked to app directory by relative symlink Product: Wine Version: 4.2 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: supercoolemail@seznam.cz Distribution: ---
When DLL is linked to app directory by relative symbolic link and then set to native (by WINEDLLOVERIDES envvar in my case), 002b:err:module:import_dll will fail with "not found". Absolute symlinks work correctly. Relative symlink to pseudo-DLL (".dll.so" from wine-nine-standalone works correctly (when linked under name without ".so"). This used to work at some time in the past and I use it everywhere, but now I tried to launch some older games (not used for maybe half year) just to find, that DLLs that are present are "not found". Relative symlinks are resolved correctly by wine cmd "dir" command (sizes are correct).