April 6, 2026
10:54 a.m.
Some application call NtCreateWaitablePort, which made them crash since it wasn't available. By implementing a stub applications will at least not completely crash. Tested with StarMoney 10, which now throws an internal error instead of crashing. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=59494 -- v3: wow64: Add NtCreateWaitablePort Add test for NtCreateWaitablePort https://gitlab.winehq.org/wine/wine/-/merge_requests/10571