https://bugs.winehq.org/show_bug.cgi?id=42009
--- Comment #8 from felix.huber@schyf.de --- I could track down the problem to line 529 in server/clipboard.c clipboard->owner = clipboard->open_win;
If I comment out this line, the data pointer is not altered and clipboard copy and paste works again.