https://bugs.winehq.org/show_bug.cgi?id=47888
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Assignee|wine-bugs@winehq.org |fgouget@codeweavers.com
--- Comment #2 from François Gouget fgouget@codeweavers.com --- Something causes the Radeon driver to call OpenClipboard() during our tests, our calls to fail with ERROR_ACCESS_DENIED at random (it's a race condition).
This can either happen pretty systematically as was the case initially and is still the case in a number of disk snapshots, or about 1 time out of 30 after disabling (and optionally then re-enabling) a bunch of driver settings. Because the tests don't break when re-enabling the settings the root cause of the issue is unclear. (Note that reboots make no difference)
It's still unclear if the tinkering is sufficient to consider the issue resolved, or if further steps, such as retrying the OpenClipboard() call, are necessary.
It's also unclear why a graphics driver needs to access the clipboard.