github Kron4ek/Wine-Builds 11.3
Wine 11.3

6 hours ago

11.3 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
6e5330aae85cdcd164991778493ab89ca3e356983c8fe398bd889f3d4bd02ef5  wine-11.3-amd64.tar.xz
63dd432a2fe58c71417f0274aa0b9433abd44fa27986ec948775f0f350be4943  wine-11.3-amd64-wow64.tar.xz
4f95358d85617d0e05bec3628267fcba347b8b3150fffe3a16086f47ec6b07bd  wine-11.3-staging-amd64.tar.xz
8aa456a8ee4cc21838b5acc12e822a8fc4fa40542a3e52bf34ca9d827fc2d8bc  wine-11.3-staging-amd64-wow64.tar.xz
71514bd1d05f45a8f696a9eda7401fc42d36531fd9812c8283cd70419be775c8  wine-11.3-staging-tkg-amd64.tar.xz
9175a589bee0c736efaa310dbf4f5021192b75761a013e526d1a606711af7b2e  wine-11.3-staging-tkg-amd64-wow64.tar.xz
68587f412c9b17a1acf021230ddd7b0725517b99308ea9f9fdc0d275168c0b72  wine-11.3-staging-tkg-x86.tar.xz
651463e26fbcd9a56610f91d2c39c862e0cf655524ac0c3c7b9f863fb2b54a70  wine-11.3-staging-x86.tar.xz
81df4dc9076bca52ef5ec83494aeb125ebfc31092e64ae82b587280b5c0f3fd9  wine-11.3-x86.tar.xz

Don't miss a new Wine-Builds release

NewReleases is sending notifications on new releases.