8.10: Update README.md (#60)
The shared versions of wine-gecko-2.47.4
and wine-mono-8.0.0
are bundled within these packages, this will help reduce the install footprint when using multiple wineprefixes.
Apple Silicon support?
Only wine64 will function via Rosetta2
macOS Sierra and lower support?
See macports-wine, this will aid in compiling modern wine on Mac OSX 10.8 and later.
Applied patches
wineboot: Add env variable to hide wait window
- MR2552wined3d: CXHACK 18311: Use VK on 64-bit macOS for d3d10/11
winemac.drv: No Flicker patch
- Bugzilla 34166loader: Call _dyld_make_delayed_module_initializer_calls() in preloader to fix macOS Sonoma.
- Bugzilla 54831
How to enable no flicker;
To enable set the following registry key in your wineprefix:
[HKCU\Software\Wine\Mac Driver]
"ForceOpenGLBackingStore"="y"
How to disable wineboot dialog
export WINEBOOT_HIDE_DIALOG=1
MoltenVK
Stock v1.2.3 built using github actions this improves performance with DXVK-macOS.
DXVK cache files need to be removed to work
Use the following env;
MVK_CONFIG_RESUME_LOST_DEVICE=1 // XXX Required by WINE (doesn't handle VK_ERROR_DEVICE_LOST correctly)
Don't report wine(64) issues here
File bug reports on Winehq Bugzilla, you can file an issue here if wine(64) complains about a missing dylib otherwise report all issues on Winehq.