github Kron4ek/Wine-Builds 10.7
Wine 10.7

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

10.7 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
b35574ec659d861c544ec185ff015967fad4def228c8a9744077b23f5b9aa389  wine-10.7-amd64.tar.xz
fe9f9099c4b5a0d6f0de1ed5c8718c5906dd03cd3b91f3f56e36416454c1a629  wine-10.7-amd64-wow64.tar.xz
b35864aca52c88982ed2c426392e1e51bd4f0dc3f5879dbdeac1e026c53b5b53  wine-10.7-staging-amd64.tar.xz
540c651915f1d6a5244886c153dd092f09368b12289cfb7bcee5886d1bca69fd  wine-10.7-staging-amd64-wow64.tar.xz
45635677b0794aedab19eba03088b1432ed8b9b202fd9910b347cdaf742755ff  wine-10.7-staging-tkg-amd64.tar.xz
8d1583676fd236c93022c1993acf0132e632bbdbcd9dcc4a68a3a629072a41b7  wine-10.7-staging-tkg-amd64-wow64.tar.xz
131e38890905025413ed50948285e0f6fd7e4671f9a9d5e68bba82a2b0fe8dd2  wine-10.7-staging-tkg-ntsync-amd64-wow64.tar.xz
e9d5ae6938e7498757e57508662c636d3aee49450822dbf734933f836fb03e02  wine-10.7-staging-tkg-x86.tar.xz
0a29761308c498a98d57729a4b4e605939fa0a51975763e9f51f909a010bfd54  wine-10.7-staging-x86.tar.xz
5a13e50703c0746bac3d3ccb5cf2da02578f33b2178ae67c3d7c0b3e54b2acc4  wine-10.7-x86.tar.xz

Don't miss a new Wine-Builds release

NewReleases is sending notifications on new releases.