https://bugs.winehq.org/show_bug.cgi?id=42625
Sebastian Lackner sebastian@fds-team.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Regression SHA1| |f7d40d45da7a1bc0accd58bca6d | |6da4e34861937 Component|comdlg32 |-unknown Status|NEEDINFO |NEW Summary|fixme:commdlg:GetOpenFileNa |Flushing file (int 0x21, |me16 custom hook 0x17a7053e |ah=0x68) fails with access |no longer supported |denied error in 16-bit code CC| |gofmanp@gmail.com
--- Comment #8 from Sebastian Lackner sebastian@fds-team.de --- Bisecting reveals that the real issue is something different.
--- snip --- commit f7d40d45da7a1bc0accd58bca6d6da4e34861937 Author: Paul Gofman gofmanp@gmail.com Date: Wed Mar 1 14:05:54 2017 +0300
ntdll: NtFlushBuffersFile should fail if the file handle has no write access.
Signed-off-by: Paul Gofman gofmanp@gmail.com Signed-off-by: Alexandre Julliard julliard@winehq.org --- snip ---
I've sent a patch.