[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
Fri Aug 10 05:38:49 CDT 2018


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

--- Comment #5 from Dmitry Timoshkov <dmitry at baikal.ru> ---
(In reply to Alistair Leslie-Hughes from comment #3)
> (In reply to Dmitry Timoshkov from comment #1)
> > 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).
> 
> I assume you will post another set of patches at some point.  I'd be happy
> to include them in staging if you want to get them tested before
> up-streaming them.

As I already pointed out the real culprit is the wineserver patch that
has added O_DIRECT to the open() flags. Other patches in the series
should be fine and don't need a resend.

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