github Kron4ek/Wine-Builds 10.10
Wine 10.10

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

10.10 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
9631d2a2e0673d74455006b5c5948c05f8486d3980ae5658a7a840025f498e0e  wine-10.10-amd64.tar.xz
71025061f8f99def3f0c8e2cb13c68a57851f25c654461d45eabc01122e1109a  wine-10.10-amd64-wow64.tar.xz
94146d35e42a9c7fccc01ea2e1bb2a6af63611f7efc55496bd93d78ab3e0476d  wine-10.10-staging-amd64.tar.xz
7f67e6460b708b977990c9530dc597b372a08eb69d697dabdab5d68f7c1942c1  wine-10.10-staging-amd64-wow64.tar.xz
1d97bb21a931ac1839e9291bce9f321c80d1cc84183badbc1a86e6c42ebf678a  wine-10.10-staging-tkg-amd64.tar.xz
ef40107cfeb9cc3e50decc53b84d6e3d83304866ca6c447ced5941e51a521674  wine-10.10-staging-tkg-amd64-wow64.tar.xz
100fa1659c6b707dab1905817f230eabd171d36a6098593cfa082ac909bde740  wine-10.10-staging-tkg-ntsync-amd64-wow64.tar.xz
0eb3df7a68ba9b4adc497002c368763f701ff24b065e6a52b67dafc68ae1052a  wine-10.10-staging-tkg-x86.tar.xz
7e12db6e390065e95a3bed0c2b19425e98c720fee8f4f9346d1630347ed204f5  wine-10.10-staging-x86.tar.xz
2685f748bc569ffa4d23d4f1841520ad8d737523c6967537dd96b3c02cffe6cf  wine-10.10-x86.tar.xz

Don't miss a new Wine-Builds release

NewReleases is sending notifications on new releases.