[Bug 45599] Support for FILE_FLAG_WRITE_THROUGH in CreateFile breaks Wargaming.net Game Center

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Aug 9 10:18:08 CDT 2018


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

--- Comment #1 from Dmitry Timoshkov <dmitry at baikal.ru> ---
Apparently O_DIRECT adds strict requirement of an aligned buffer passed
to write/pwrite and current code simply is not prepared for that. This
patch set should be fixed by removing the server part (and completely
omitting the O_DIRECT requirements as a result).

-- 
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