github Kron4ek/Wine-Builds 10.13
Wine 10.13

latest release: 10.14
15 days ago

10.13 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
65d4f5da19b7e1373293833398b807cf18431ca58025f62d9e3c2d363817d24e  wine-10.13-amd64.tar.xz
4d83675231a0fcd8128e65963c1e57b6c111f4ab8167028683d33778a8249b81  wine-10.13-amd64-wow64.tar.xz
242dd0f7cc2cc564fb9cf5cb718a6934b261c8289375d441ebf1a730798ea531  wine-10.13-staging-amd64.tar.xz
630b046a055c83d0e9f5943795d5a35c74c1bbe1747c189fc53667e22dd62a0e  wine-10.13-staging-amd64-wow64.tar.xz
d1f82ffa93fd526e72395a65db9c65df175c67f571e7db8b636005c1c50b9001  wine-10.13-staging-tkg-amd64.tar.xz
f1ae147d79204a76cba5ae082aa96c48a5796252aed3c4143eb855c90de5e758  wine-10.13-staging-tkg-amd64-wow64.tar.xz
5a2f56c7c82f44242b9382e813022fb79b84a7dfeffb18c053b757aa86f494c9  wine-10.13-staging-tkg-ntsync-amd64-wow64.tar.xz
48338eb22d18ec1e9d653c7243d0bf34bdee040f9513ee8b6a142fc574930644  wine-10.13-staging-tkg-x86.tar.xz
adebddde32ae8bf70a3c5b472aa35bc6a64d3530d6d3b851d59829660f86a6f4  wine-10.13-staging-x86.tar.xz
ede2a5577f724826723e5af1fd45a4f86d8c53627a879d06cc53a6f5c4a57dee  wine-10.13-x86.tar.xz

Don't miss a new Wine-Builds release

NewReleases is sending notifications on new releases.