├── .gitignore
├── CX22.1.1_14_fix.zip
└── README.md
/.gitignore:
--------------------------------------------------------------------------------
1 |
2 | .DS_Store
3 |
--------------------------------------------------------------------------------
/CX22.1.1_14_fix.zip:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Gcenx/CrossOver-fixes/HEAD/CX22.1.1_14_fix.zip
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | ## CrossOver-fixes
2 |
3 |
4 | Heres a quick fix for macOS Sonoma 14 until CodeWeaver provide a new release.
5 |
6 | - Download the attached archive
7 | - Open Terminal and run the following command
8 | > xattr -drs com.apple.quarantine ~/Downloads
9 | - extract the archive
10 | - copy/paste wine64-preloader into
11 | > CrossOver.app/Contents/SharedSupport/CrossOver/bin
12 | - (replace when prompted)
13 |
14 | CrossOver should now run like normal
15 |
16 |
17 |
18 | # Disclaimer
19 | While the provided fix gets CrossOver functioning again modifying CrossOver isn't supported by CodeWeavers.
20 |
21 | CodeWeavers have imported the exact same fixes into there nightly builds and a release should land shortly.
22 |
23 |
24 |
25 | The _only_ reason I've decided to provide a public fix is downgrading Apple Silicon systems can be rather complicated.
26 |
--------------------------------------------------------------------------------