[Bug 43071] Bayonetta can't read its "system_data" config file

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Jul 6 06:00:30 CDT 2017


https://bugs.winehq.org/show_bug.cgi?id=43071

Toni <eldrad at autistici.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |eldrad at autistici.org

--- Comment #5 from Toni <eldrad at 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)

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list