github Kron4ek/Wine-Builds 11.8
Wine 11.8

4 hours ago

11.8 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
7529422fca07320bc8a824a0605a6cf7c0e7f418077ed19a81f0f8f84457c6ce  wine-11.8-amd64.tar.xz
3d80396b275f36bc7b1fb46b634dfa7d3b257e4e4508e656651bd59e4d65c302  wine-11.8-amd64-wow64.tar.xz
6c6f642b0954248493ebbd86ec232c46a6b9cf97c747ab3f1bcb707a22efed1d  wine-11.8-staging-amd64.tar.xz
373b00192a830c728046fb098d786d909dd1dfac28f2bf92de382d3246de3f20  wine-11.8-staging-amd64-wow64.tar.xz
bd6ba3969b2af80c421b5cf69fdbe16ae43727fb673c2dcc4437f5284f26603b  wine-11.8-staging-tkg-amd64.tar.xz
d8132f9e0959efc6e1c2c72f21377347107c4fc54278eb66ff2b358b703be4ab  wine-11.8-staging-tkg-amd64-wow64.tar.xz
1a39831537c7f9d9bcb80e49518b93a168ac560877f3ea5836baf54c4d02ef6b  wine-11.8-staging-tkg-x86.tar.xz
45bb30d6d5e642139dd423fa27a2883c30f1cc79d02b41131ddffbd02d260856  wine-11.8-staging-x86.tar.xz
57423ad8f0d20aed2d05ce6a3e1b8f6409511db0a8fd5265c6faad358cdff0eb  wine-11.8-x86.tar.xz

Don't miss a new Wine-Builds release

NewReleases is sending notifications on new releases.