http://bugs.winehq.org/show_bug.cgi?id=59970 --- Comment #9 from TOM <l12436.tw@gmail.com> --- Sorry about update regression commit Test procedure: After multiple test, regression seems not on ea5211a86752f0ac988425a7a941229824b27449 I initially thought. It seems just accidentally working due to memory or something. If I switch to master and revert ea5211a86752f0ac988425a7a941229824b27449 it still happened. I believe regression is not locate at that. Now I found is locate at f50b263562c002c61ab049baa1212c3bd36994bb. This time, Not only I test on checkout before that commit. I also check revert commit. but due to master also has a commit seems use dpi code, it will show conflict on server/window.c. I actually revert cba7652eac8fda005c53851e59fcc6f194168df9 and f50b263562c002c61ab049baa1212c3bd36994bb. All the above is test on the wine prefix that did not often used. If I test on the wineprefix that is use daily, I need to revert one more 2587d2822c986f525ce96e2176bd41d01dcb5593. In order to shown dialog like winecfg. or it will just stuck with log 00dc:err:sync:RtlpWaitForCriticalSection section 00006FFFFFC3D460 "../dlls/ntdll/loader.c: loader_section" wait timed out in thread 00dc, blocked by 00d8, retrying (60 sec) Even wineboot.exe -u dialog did not shown. So I can said the regression is start with 2587d2822c986f525ce96e2176bd41d01dcb5593 ? Summary: revert 2587d2822c986f525ce96e2176bd41d01dcb5593, and f50b263562c002c61ab049baa1212c3bd36994bb will fix stuck and seh issue. but It will show extra conflict on server/window. so need to revert cba7652eac8fda005c53851e59fcc6f194168df9 to prevent this conflict. All of the test is tested with wine winecfg. only when winecfg shown. than I will test my window steam setup five times to check if issue still there. -- 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.