On Thu Jul 24 23:13:33 2025 +0000, Jean Rene Dawin wrote:
From my testing it seems that commit 745a11a231816a7d82490156c72a18c39216a14c introduced the issue described in https://bugs.winehq.org/show_bug.cgi?id=58335 and for which this merge request is a fix, at least from my testing. Does that help to find a solution?
Hello @xeroxslayer, if you are prepared to build a current wine git with tests enabled, it might be interesting to copy the dlls/ntdll/x86_64-windows/ntdll_test.exe to the windows side and run `ntdll_test.exe virtual` like I have done above. Most intersting would be the line starting with `XState EnabledFeatures`.
Hello @escwyp, I fear my test result above may indicate the lowest 3 bits of `EnabledFeatures` are not set which in my opinion would mean we should not use it in `__wine_syscall_dispatcher` like it is currently done. But I guess we should wait for an authoritative answer from Alexandre when he is back.