On Thu Jun 20 21:50:09 2024 +0000, Dean M Greer wrote:
`/opt/local/bin/wine-preloader` is not present, right?
Correct
Also you must have done this somehow, but you ran `autoreconf` to
regenerate `configure` and `include/config.h.in`? Yep I ran `autoreconf -i` so both `configure` and `include/config.h.in` were both updated correctly, even downgraded my copy of `autoconf` to match the one used by the Winehq actions.
I installed MacPorts, added a local repo, and copied the wine-devel Portfile+patches to it. I did remove `/Library/Developer/CommandLineTools` and reinstalled the latest version, but `xcode-select -p` is still set to Xcode 15.4. I did had to remove the vulkan and MoltenVK references from the Portfile in order to build (I ended up with an ARM64-only MoltenVK causing the build to fail). After that it installed and worked correctly.
I then added the patches from this MR (plus the `configure` and `config.h.in` update) ([nopreloader_mp.patch](/uploads/2aeadad496aaa3f73f3d4c701ad201c6/nopreloader_mp.patch)), reinstalled, confirmed it's correct (no preloader) and it's working for me. Could you try building with that patch?