On 4/11/06, Alexandre Julliard julliard@winehq.org wrote:
"Jesse Allen" the3dfxdude@gmail.com writes:
Start of process 0x8:
Creates 16x16 window, WS_POPUP style in thread 0x9, 10024 (Root Window) ShowWindow 10024 In ShowWindow .... set_active_window Creates a new thread 0xc Starts process 0xe CreateEvent "WARCRAFT_III_OK" and waits on read pipe for event
Is that a WaitForxxx or a MsgWaitForxxx?
WaitForSingleObject in kernel32. The read call is in wait_reply of dlls/ntdll/thread.c and that is where that thread gets stuck.