https://bugs.winehq.org/show_bug.cgi?id=47888
Eric Pouech eric.pouech@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |eric.pouech@gmail.com
--- Comment #5 from Eric Pouech eric.pouech@gmail.com --- For the record, I have the same kind of errors on VirtualBox vm (where VB installs a specific app to enable bidir clipboard between host and guest).
So either we ensure that no app accesses the clipboard during the tests (seems hard to get given all the cases we known of, and likely the ones we don't know of yet), or we harden the code to allow failures when opening the clipboard. Note also, if we go for the later, we need also to take care of WM_PASTE which can also fail for the same reasons. And WM_PASTE doesn't return status code.