github Kron4ek/Wine-Builds 10.19
Wine 10.19

5 hours ago

10.19 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
5462ad10e108a76c164b969d8228c5dd179a859feadc51674bbb558ea08604cc  wine-10.19-amd64.tar.xz
8f0c906628295f05049598d3020ffcdb58337e47a7a4412598558820034f9f1d  wine-10.19-amd64-wow64.tar.xz
aadce810b5e47d513eb14db0f14c3838883037a840d2eb5c6913c46b4c034698  wine-10.19-staging-amd64.tar.xz
52221b9af2149a1201f1780095fb48d6e7fa74d5611b2405a285313498cd79e3  wine-10.19-staging-amd64-wow64.tar.xz
b1ebb0a05ee2560b549582004b532cac933aa818b8b85bd470f0dc884129a280  wine-10.19-staging-tkg-amd64.tar.xz
68e0f615621f55c63cfc45c5b5fddca8bdd86de0816a02d51ff7e26a979230d2  wine-10.19-staging-tkg-amd64-wow64.tar.xz
ea6a08f923d8b61b9e573dde088d9e7f523d9b4574f58fa407cb14486ac3cbcf  wine-10.19-staging-tkg-x86.tar.xz
c524e060f217e26a40b60275480aa495bc8dc106a986517729f59cf28aaa1736  wine-10.19-staging-x86.tar.xz
9178eedaf6886dafb8431fdbbd67459a3a0fe0b96cfa28ac9eac6bf4e6eeb883  wine-10.19-x86.tar.xz

Don't miss a new Wine-Builds release

NewReleases is sending notifications on new releases.