github Kron4ek/Wine-Builds 10.8
Wine 10.8

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

10.8 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
2872463874055719bdb9209e6ac459a91b1a045ab011e6d13149f7e80e3ef92b  wine-10.8-amd64.tar.xz
4fa563b32de862e8e058836b45ec56a0efa8d1bb75366b2d1d0505b05136aa27  wine-10.8-amd64-wow64.tar.xz
7138f38a474e36c6db44a3aebb32b1f5e811dd3e38b4a016ee3999a0ac798917  wine-10.8-staging-amd64.tar.xz
cdd6effc2a61c66b5dbfb8aebbc08df151cd50bf9084b106bfef0d6ebc7b097f  wine-10.8-staging-amd64-wow64.tar.xz
8f85eb1d64c0dd1dd16c4ab56db08fbeb8adc9d5a058ff3acef1cbb8194b010d  wine-10.8-staging-tkg-amd64.tar.xz
573eabd3555ecc5c974b1fbe35b3ef32d4a77faeb2ea4b77e1de9c290b3941af  wine-10.8-staging-tkg-amd64-wow64.tar.xz
536a853de65372f68d8563aa2cf9e25e9e3ac2366e8a770cc40437fc0be76047  wine-10.8-staging-tkg-ntsync-amd64-wow64.tar.xz
4c300688b24897eacbb30072a71f056bbbff9b28c987767b315dcfbd2c69a789  wine-10.8-staging-tkg-x86.tar.xz
c2a3cbb45df7f7249f3df05475e06a3b43deacbfe0c7fe39b54a4cf501c96a45  wine-10.8-staging-x86.tar.xz
5c07601ff66f48e3300dffd3a6ba37479a8cfa5b8f47f196f8a02b1fd0d38191  wine-10.8-x86.tar.xz

Don't miss a new Wine-Builds release

NewReleases is sending notifications on new releases.