wine-osu-spectator-10.0-rc3-4
github-actions
released this
25 Dec 16:27
·
2 commits
to master
since this release
Release info
- Added ntsync7 (+esync/fsync), set
WINE_DISABLE_FAST_SYNC=1
to use esync/fsync instead- Ensure you have ntsync7 installed (e.g.
ntsync-dkms
AUR package, or build your kernel with it), or else only fsync/esync will work- Also make sure it's running, if it's a dkms module (
sudo modprobe ntsync
) wine: using fast synchronization.
will be printed on startup
- Also make sure it's running, if it's a dkms module (
- If you don't want any *sync:
WINEFSYNC=0
,WINEESYNC=0
, andWINE_DISABLE_FAST_SYNC=1
- Thank you @loathingKernel for doing the hard work of rebasing ntsync to Proton 9
- Ensure you have ntsync7 installed (e.g.
- Removed a few incompatible/hard to rebase patches (goodbye again threaded server)
- Add bonus WIP WoW64 mr/patch to fix some random 32-bit games
- etc...
For extra information, refer to my comment on the AUR package, and the previous releases' notes.
Installation
If installing from the attached releases, add my public key (should only be required once):
sudo pacman-key --keyserver keys.openpgp.org --recv-keys 0B47490955565BD2 && sudo pacman-key --lsign-key 0B47490955565BD2
before running the install command (can also use paru
or another AUR helper):
sudo pacman -U <url-from-below>.pkg.tar.xz
Otherwise, just run e.g. paru -S wine-osu-spectator-wow64
to build and install it from the AUR.
Merry Christmas :)