June 3, 2026
4:41 p.m.
A regression from !10957. MSDN documents that the final argument should be set to the number of returned elements, even if the function returns S_FALSE. steamservice.exe crashes on launch without this; it passes an uninitialized variable as pCeltFetched, so it proceeds to loop over some arbitrary number of (nonexistent) variants. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/11061