Building Wine / MoltenVK problems on macOS (arm64)

Questions about Wine on macOS.
Post Reply
user55
Newbie
Newbie
Posts: 1
Joined: Sat Jul 19, 2025 1:25 am

Building Wine / MoltenVK problems on macOS (arm64)

Post by user55 »

Hej, currently trying build wine on my macOS 15.5 (arm64). After building (under rosetta 2)

Code: Select all

../configure --build=x86_64-apple-darwin --enable-archs=x86_64 --disable-tests --enable-win64
Installing n running, giving me:

Code: Select all

err:vulkan:vulkan_init_once Failed to load libMoltenVK.dylib
wine: Unhandled page fault on write access to 000000014001EB38 at address 00006FFFFFC350F8 (thread 0068), starting debugger...
err:service:process_send_start_message service L"Winedevice1" failed to start
Tried installing MoltenVK through brew, macports, building from source and linking from other wine builds versions (LDFLAGS), nothing helps.
I can provide config.log file if needed.
Maybe someone knows how to do it right? Thank u :shock:
Post Reply