github Kron4ek/Wine-Builds 11.5
Wine 11.5

10 hours ago

11.5 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
fe79b3cf04ac1f5a3b500762b0c08271ba46f3d298e80b6fbc485b9ca2bf6f8e  wine-11.5-amd64.tar.xz
ecf9ec141063cdc1f37ae309500c390884757cba561a8c324ec1743627faa5ec  wine-11.5-amd64-wow64.tar.xz
d81ac619e17ae3a61739f9bd8e72548ea43d9396ce4f2754b1d442391c8e2d4e  wine-11.5-staging-amd64.tar.xz
33a3bd827e2252a169e87487255441f9ad2e84f1e8382a67b5734066ea908f96  wine-11.5-staging-amd64-wow64.tar.xz
21a7f20500ed521213f8089a0e4e86b8efadf7a4d9c14ffa9d2b5f284c479416  wine-11.5-staging-tkg-amd64.tar.xz
10a175c30cc179dd94b7b66cefaf8f3cba9a4a8f7038a3efce46fd9b0e31afe1  wine-11.5-staging-tkg-amd64-wow64.tar.xz
7f0304a2458fb41c5d5494e664c61315b11a5f1b7b0ed12ea393bc19d89e157c  wine-11.5-staging-tkg-x86.tar.xz
c72cfadce331b8af3cb0c2a767a7b75d5b96eabf2d26baf0797d57f0b6625c6f  wine-11.5-staging-x86.tar.xz
3f0ce0f2477869a1491809b63033d92b208dc1857f7a1f1fcffceb48998d17e9  wine-11.5-x86.tar.xz

Don't miss a new Wine-Builds release

NewReleases is sending notifications on new releases.