[Bug 49920] New: wine: could not load ntdll.so, and more

WineHQ Bugzilla wine-bugs at winehq.org
Wed Sep 30 10:40:54 CDT 2020


https://bugs.winehq.org/show_bug.cgi?id=49920

            Bug ID: 49920
           Summary: wine: could not load ntdll.so, and more
           Product: Wine
           Version: 5.18
          Hardware: x86
                OS: Linux
            Status: UNCONFIRMED
          Severity: major
          Priority: P2
         Component: loader
          Assignee: wine-bugs at winehq.org
          Reporter: ferion11 at hotmail.com
      Distribution: ---

When using custom path and environment, through environment variables,
wine-vanilla v5.17-v5.18 fails to load with the error:

wine: could not load ntdll.so: /my/path/lib/wine/fakedlls/ntdll.so: cannot open
shared object file: No such file or directory

And if I create a symbolic link to the wrong place in ntdll.so, it tries to
load the wine executable in another place that isn't even in the environment
variables:

/my/path/usr/lib32/wine: error while loading shared libraries:
/my/path/usr/lib32/wine: cannot open shared object file: No such file or
directory

For the info: Wine is installed in /my/path/ (bin, lib, share...), and the
dependency libraries in /my/path/usr/ (bin, lib, lib32)

The v5.16 works, then I made the bisect:

4826900a30a431faa8bcc9e3f0007f794d8d15bb is the first bad commit
commit 4826900a30a431faa8bcc9e3f0007f794d8d15bb
Author: Alexandre Julliard <julliard at winehq.org>
Date:   Tue Sep 8 09:55:38 2020 +0200

    loader: No longer depend on libwine.

    Signed-off-by: Alexandre Julliard <julliard at winehq.org>

 loader/Makefile.in |   4 +-
 loader/main.c      | 159 +----------------------------------------------------
 2 files changed, 5 insertions(+), 158 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.



More information about the wine-bugs mailing list