This patch aims to address the following two issues:
-
The Xbox sign-in window crashes and/or is completely black.
-
Even making it past the Xbox sign-in, the game itself will struggle to authenticate and essentially go into a loop until eventually the dreaded 'Lavenderbeard' error appears.
The below script can patch both these issues, resulting in a playble game. Limited testing seems to indicate decent performance with no connectivity issues.
Things remaining to test:
- Audio / voice chat
- Naval combat
- Actually meeting other players
- First-time sign-in for a Microsoft account
- Controller support?
Caution
Our fellow Linux gamers using Proton seem to be running the game just fine through Wine and avoiding bans or other problems when sailing the high seas. Even if Rare's stance has been mild, this may change.
The patch for CrossOver's credential management will affect all bottles (and any games or apps therein). If you are unsure whether this may affect you, make sure to revert the patch once you are done trying Sea of Thieves.
These are experimental changes to (small) parts of the game.
Please use at your own risk.
Game running on macOS through CrossOver 23.7.1 + D3DMetal:
~60fps @ 1440p with low quality settings on an M1 Pro
- Sea of Thieves (Steam version only)
- Microsoft account (this is a multiplayer game after all)
- CrossOver 23.7.1 or CrossOver 24.0.0
Note
Enabling D3DMetal for Sea of Thieves under CrossOver 24.0.0 seems to crash the game. Will need some investigating.
-
Install Steam and Sea of Thieves in a (fresh) CrossOver 23.7.1 bottle
-
Download the
patch-sot.sh
file -
Make it executable:
chmod +x patch-sot.sh
-
Patch
libcef
which is used for the Xbox sign-in window:./patch-sot.sh libcef <path/to/Sea of Thieves>
Note: If you get the message
Found an unknown version of libcef.dll
then the script most likely needs updating. Sea of Thieves seems to alterlibcef.dll
slightly with each release. -
Patch CrossOver's
advapi32
which contains seemingly bugged credential management:./patch-sot.sh cx
If you have installed
CrossOver.app
in a non-default location, pass it as an argument:./patch-sot.sh cx <path/to/Crossover.app>
If this fails with
Operation not permitted
temporarily grant Terminal full disk access under System Settings > Privacy & Security > Full Disk Access. -
Disable both DXVK and D3DMetal for your CrossOver bottle temporarily
-
Restart the bottle / CrossOver
-
Boot Steam, launch Sea of Thieves and sign in
Note: the sign-in window is still notoriously unstable: if it freezes, stop the game via Steam and try again.
-
Once signed in, you may have to skip the intro movie using
esc
-
At this point: quit the game, swap back to D3DMetal for improved performance 🥳
Important
If you run into any potentially problematic behavior (the game glitching, account lockouts etc.) please leave a comment so that others are informed.
Simply run the commands again to unpatch either libcef
or cx
.