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.