http://bugs.winehq.org/show_bug.cgi?id=59807 gianluca+wine@sottospazio.it changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |gianluca+wine@sottospazio.i | |t --- Comment #1 from gianluca+wine@sottospazio.it --- Created attachment 81052 --> http://bugs.winehq.org/attachment.cgi?id=81052 Smallest reproducer Hello, I managed to make the smallest reproducer for the regression. The application attached opens a window and waits for string from a thread. When a string is received the GUI shows the string in the client area and creates a Printer Device Context. In Wine 11.9 the application shows "Hello Alice!", "Hello Bob!" and exits. In Wine 11.10 the application shows "Hello Alice!" and gets stuck because the call to SendMessage() from the non-GUI thread never returns. -- 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.