wine: could not load ntdll.so

Questions about Wine on macOS.
Locked
ajmas
Newbie
Newbie
Posts: 4
Joined: Fri Apr 14, 2023 11:45 am

wine: could not load ntdll.so

Post by ajmas »

I have just installed Wine on an Intel Mac, using:

Code: Select all

brew install gcenx/wine/wine-crossover@21
Now when I try to run Wine I get the following error:

Code: Select all

» wine
wine: could not load ntdll.so: dlopen(/usr/local/bin/../lib/wine/x86_64-unix/ntdll.so, 0x0002): tried: '/usr/local/bin/../lib/wine/x86_64-unix/ntdll.so' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/usr/local/bin/../lib/wine/x86_64-unix/ntdll.so' (no such file), '/usr/local/bin/../lib/wine/x86_64-unix/ntdll.so' (no such file)
Looking in the /usr/local/lib folder, I see no wine folder.

Any ideas?
whopperwhopper
Level 2
Level 2
Posts: 13
Joined: Thu Apr 13, 2023 4:57 pm

Re: wine: could not load ntdll.so

Post by whopperwhopper »

Did you try typing wine64?
Locked