github Kron4ek/Wine-Builds 10.9
Wine 10.9

latest releases: 10.14, 10.13, proton-10.0-2...
3 months ago

10.9 release.

How to know if NTSYNC works

Note that for NTSYNC you need a new Linux kernel (6.14 or newer) and, of course, a Wine build that has NTSYNC support (like staging-tkg-ntsync).

Run something through Wine (for example, winecfg) and, while it's running, execute lsof /dev/ntsync command. If you see your Wine process IDs there, then NTSYNC works and Wine uses it, otherwise it most likely does not work. An example of working NTSYNC:

$ lsof /dev/ntsync
lsof: WARNING: can't stat() tracefs file system /sys/kernel/debug/tracing
      Output information may be incomplete.
COMMAND     PID USER FD   TYPE DEVICE SIZE/OFF NODE NAME
start.exe 26395 user  7r   CHR 10,119      0t0 1216 /dev/ntsync
wineserve 26397 user  9r   CHR 10,119      0t0 1216 /dev/ntsync
services. 26401 user 14r   CHR 10,119      0t0 1216 /dev/ntsync
explorer. 26407 user  8r   CHR 10,119      0t0 1216 /dev/ntsync
winedevic 26441 user  8r   CHR 10,119      0t0 1216 /dev/ntsync
svchost.e 26460 user  8r   CHR 10,119      0t0 1216 /dev/ntsync
plugplay. 26465 user  8r   CHR 10,119      0t0 1216 /dev/ntsync
winedevic 26486 user  8r   CHR 10,119      0t0 1216 /dev/ntsync
conhost.e 26501 user 11r   CHR 10,119      0t0 1216 /dev/ntsync
winecfg.e 26503 user  8r   CHR 10,119      0t0 1216 /dev/ntsync

If you have no /dev/ntsync file at all, then your kernel either does not support NTSYNC or ntsync kernel module is not loaded, you can try to load it manually via modprobe command:

# modprobe ntsync
SHA256
274aa4d6eb411e86c0a55b5e80d5bf3aeef1a2fcc10d643ad162d1bb0a652307  wine-10.9-amd64.tar.xz
7e1e84f9f6f8b16afe25d4241b8d4a04988858a1fcbbd61a0a1684b772cd1c27  wine-10.9-amd64-wow64.tar.xz
9bcc87dba02a84099d2d51bda4d427ddf96763b838cff2851eb88465fe711f23  wine-10.9-staging-amd64.tar.xz
158cb6cdaafc7a482e5af81495cbcb5a47987b421da46ea49b8995efcb08b859  wine-10.9-staging-amd64-wow64.tar.xz
ba924d6010984eafe53659e25050243fd04d170e58f69ac3b416d8a27d0eee44  wine-10.9-staging-tkg-amd64.tar.xz
6fd81f4dc0ceac514a0dee6ea2b63be28889adec7dedaa79300eb7f29ade4f0e  wine-10.9-staging-tkg-amd64-wow64.tar.xz
dfad05ffc3a97e2cf6f7b123f9954f0886c53b4ce139a986d2fcf70f291f73af  wine-10.9-staging-tkg-ntsync-amd64-wow64.tar.xz
c4ad5fa13899bc53cf9de7f9d4123cbadb67e5a6f4a943150fb799d2cf5ef5cc  wine-10.9-staging-tkg-x86.tar.xz
4ae3753d77a23e9c4aae9ec4686dedd0aeb8f1866a050dea3b667b20b7870023  wine-10.9-staging-x86.tar.xz
639751061082ae79314e69634ab6ac9ee021d202ebb8ca121a9ea1156945c4c6  wine-10.9-x86.tar.xz

Don't miss a new Wine-Builds release

NewReleases is sending notifications on new releases.