github Kron4ek/Wine-Builds 10.15
Wine 10.15

8 hours ago

10.15 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
7971dfa352c3fb604082c2162ee85be6e343c3d11390f37f60ef61e196e7f592  wine-10.15-amd64.tar.xz
fe613121d6b2be4738efc046276beeaf449636b626237a50bfe38940ba82a3e5  wine-10.15-amd64-wow64.tar.xz
3c6d14a58cd67ef7250967eadb84be7d0ef5f789ebacaed424bc5f3da51293b4  wine-10.15-staging-amd64.tar.xz
1db25efed78d5fe6b74aeea6bb1f07f3c0c5751560be8c02272158a7eb87a565  wine-10.15-staging-amd64-wow64.tar.xz
47a4e3972f067f2d26d86c3af06c22b4d0358039e2c52c4d1574d2e43bfe4999  wine-10.15-staging-tkg-amd64.tar.xz
961ed5ba23a7aab85a01f90a59f8fa625077a51f6cdd35a5495644022959f517  wine-10.15-staging-tkg-amd64-wow64.tar.xz
2e26780b851b2d110d65024c8473b3b82ee9ee537869bbf6b77ae65b9a2a49f3  wine-10.15-staging-tkg-ntsync-amd64-wow64.tar.xz
f3b9ebf460e80956854311c7be7975505f0535a69b1c49eddeb0ac2817932d58  wine-10.15-staging-tkg-x86.tar.xz
c474566c0a06bb907f05ffd7355fea79da03df5b8875b04c71513e795d5d14f3  wine-10.15-staging-x86.tar.xz
df66d24d613fc7578adc78603c34f8276eadcd2bc8b6aa797ec562f20abfa890  wine-10.15-x86.tar.xz

Don't miss a new Wine-Builds release

NewReleases is sending notifications on new releases.