https://bugs.winehq.org/show_bug.cgi?id=43071
Toni eldrad@autistici.org changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |eldrad@autistici.org
--- Comment #5 from Toni eldrad@autistici.org --- The root cause for this bug is the same one as for: https://bugs.winehq.org/show_bug.cgi?id=42982
Both read and write config operations suffer from the same problem:
Bayonetta requests asynchronous read/write and expects windows error STATUS_PENDIGN to be set, but wine does it sync and doesnt set it.
Check the following comment for more details: https://bugs.winehq.org/show_bug.cgi?id=42982
Check the following alternative patches from that bug that solve this issue:
https://bugs.winehq.org/attachment.cgi?id=58626
https://bugs.winehq.org/attachment.cgi?id=58627
(they are two different approaches to fixing the problem, just one of the patches is needed to solve the problem)