https://bugs.winehq.org/show_bug.cgi?id=45277
--- Comment #19 from wermaan@gmail.com ---
With the attached patch I'm getting:
0009:err:ntdll:RtlpWaitForCriticalSection section 0x7f4fa05942c0 "../../../dlls/winex11.drv/window.c: win_data_section" wait timed out in thread 0009, blocked by 0030, retrying (60 sec)
Which hangs the application.
After a second glance it appears that release_win_data is missing from that patch:
release_win_data( child_data ); release_win_data( parent_data );
While RenderDoc's windows no longer hang I still don't get any output in them.