On Tue Feb 4 19:03:36 2025 +0000, Elizabeth Figura wrote:
0020:0130:err:sync:get_fast_sync_obj get_linux_sync_obj server ret 0xc0000024 0020:0130:err:sync:fast_wait get_fast_sync_obj ret 0xc0000024
That's also not even this patch set.
I just realized this patchset (as well as `ntsync7` from the secret Wine repo) changes the `NtWaitForSingleObject()` call to `server_wait_for_object()` in the `NtRemoveIoCompletion()` function (so the problematic `fast_wait()` call is avoided)
There might be some apps messing with some NT internals which might re-trigger that issue (but that's basically an impossibility I guess)
That's also not even this patch set.
I added some debug prints there to explain my problem better (but this is also the older `ntsync5` patchset which has different behavior as I've realized above)