https://bugs.winehq.org/show_bug.cgi?id=50461
--- Comment #1 from bebing2@optimum.net --- Oh yeah, it doesn't seem like it was right to pick ntdll.so, but since it happens to be the what exposed the error I selected that. This seems like a ./configure issue
Here are my procedures after installing wine-staging:
cd /usr/src/wine-5.20 mkdir wine64-build cd wine64-build
../configure \ --sysconfdir=/etc \ --localstatedir=/var \ --libdir=/usr/lib64 \ --enable-win64 \ --without-gstreamer \ --without-oss \ --without-xrandr \ --without-xxf86vm
make
cd .. mkdir wine32-build cd wine32-build
PKG_CONFIG_PATH=/usr/lib32/pkgconfig ../configure \ --sysconfdir=/etc \ --localstatedir=/var \ --libdir=/usr/lib32 \ --without-gstreamer \ --without-oss \ --without-xrandr \ --without-xxf86vm \ --with-wine64=../wine64-build
make
as root
cd /usr/src/wine-5.20
cd wine32-build make install
cd ../wine64-build make install
winecfg