https://bugs.winehq.org/show_bug.cgi?id=42982
Toni eldrad@autistici.org changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |eldrad@autistici.org
--- Comment #5 from Toni eldrad@autistici.org --- Created attachment 58626 --> https://bugs.winehq.org/attachment.cgi?id=58626 Alternative1: Perform synced but set STATUS_PENDING error
The patch sets the STATUS_PENDING error for operations requesting asynchronous execution.
This allows bayonetta to detect the operation as done, since the program requests asynchronous operation and seems to just check for success by checking on STATUS_PENDING windows error with GetLastError
See Alternative2 for a full async fix