https://bugs.winehq.org/show_bug.cgi?id=57874
Bug ID: 57874 Summary: wineloader no longer able to find ntdll.so Product: Wine Version: 9.12 Hardware: x86-64 OS: MacOS Status: UNCONFIRMED Severity: critical Priority: P2 Component: loader Assignee: wine-bugs@winehq.org Reporter: gcenx83@gmail.com
When attempting to run wine from $PREFIX/bin/wine I'm seeing
gcenx@MacBook-Pro ~ % wine explorer wine: could not load ntdll.so: dlopen(/Users/gcenx/../lib/wine/x86_64-unix/ntdll.so, 0x0002): tried: '/Users/gcenx/../lib/wine/x86_64-unix/ntdll.so' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/Users/gcenx/../lib/wine/x86_64-unix/ntdll.so' (no such file), '/Users/gcenx/../lib/wine/x86_64-unix/ntdll.so' (no such file)
That also affects the symlinks installed into $PREFIX/bin
If I run $PREFIX/lib/wine/x86_64-unix/wine that works.
If I set
export WINEDLLPATH="$PREFIX/lib/wine/x86_64-windows:$PREFIX/lib/wine/i386-windows:$PREFIX/lib/wine/x86_64-unix"
wine starts woking again