github Kron4ek/Wine-Builds 11.4
Wine 11.4

5 hours ago

11.4 release.

How to know if NTSYNC works

Note that for NTSYNC you need a new Linux kernel (6.14 or newer).

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
b98761339edb5cf9a3f622fa08de2d4b453ab96e2b5d8a612aa3687ea6ec523f  wine-11.4-amd64.tar.xz
5c5f7019754403ac50b05bad7ab568b680a504cd886e0590b05882d2bf054b25  wine-11.4-amd64-wow64.tar.xz
489026d05e87dc5684c2dfb69bb8b9ee9bf24fa9ed4b7f5ad0ff3e588a0eae11  wine-11.4-staging-amd64.tar.xz
80ff8f5bf85282d939d168740549c131ffebd64a6161c4cb887a2564d9029631  wine-11.4-staging-amd64-wow64.tar.xz
59079a52295eb978ff58e8a6ac710c6a19ec53651f0d7bcd650b3a70f3abb249  wine-11.4-staging-tkg-amd64.tar.xz
c34c4dea63aa83dc2d80c7ff7157a750e702c55dbee3844765b85425510b8e52  wine-11.4-staging-tkg-amd64-wow64.tar.xz
a33bb6214ab621bdb45a2d2d022a465c157f929563e2f03fa5cca204ed1ca1e6  wine-11.4-staging-tkg-x86.tar.xz
6b6ad775836db6c3752159673cdd12961e00726091e703a3149a05658f4d4440  wine-11.4-staging-x86.tar.xz
36f06ef31a5fd35f98466101731b092c9767709bfc345c6e166ccc1521872bf0  wine-11.4-x86.tar.xz

Don't miss a new Wine-Builds release

NewReleases is sending notifications on new releases.