http://bugs.winehq.org/show_bug.cgi?id=3448
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|wine-net |wine-misc
--- Comment #3 from Dan Kegel dank@kegel.com 2008-01-04 10:55:47 --- Registration now seems to succeed -- I even got an email back from Broderbund -- but the ereg program hangs at the end now. Here's a log fragment showing it closing the socket and posting a message (to itself, saying it's done?):
trace:winsock:WS_closesocket socket 006c 000d:Call KERNEL32.CloseHandle(0000006c) ret=7c63e17b 000d:Ret KERNEL32.CloseHandle() retval=00000001 ret=7c63e17b 000d:Ret ws2_32.closesocket() retval=00000000 ret=003ac0eb 000d:Call user32.PostMessageA(00030060,00008064,00000000,00ca0070) ret=003a72d3 000d:Ret user32.PostMessageA() retval=00000001 ret=003a72d3 000d:Call KERNEL32.ReleaseMutex(0000005c) ret=003a4ec3 000d:Ret KERNEL32.ReleaseMutex() retval=00000001 ret=003a4ec3 000d:Ret window proc 0x3a71b0 (hwnd=0x30060,msg=8064,wp=00000000,lp=00ca0070) retval=00000000 000d:Ret user32.DispatchMessageA() retval=00000000 ret=003a4333 000d:Call KERNEL32.ReleaseMutex(0000005c) ret=003a433d 000d:Ret KERNEL32.ReleaseMutex() retval=00000001 ret=003a433d 000d:Call KERNEL32.Sleep(0000000a) ret=003a4345
It then enters the following loop forever:
0009:Ret user32.PeekMessageA() retval=00000000 ret=003a751d 0009:Call user32.PeekMessageA(0033e3a4,00030064,00000000,00000000,00000000) ret=003a751d 0009:Call winex11.drv.MsgWaitForMultipleObjectsEx(00000000,00000000,00000000,000004ff,00000000) ret=7ec172c8 0009:Ret winex11.drv.MsgWaitForMultipleObjectsEx() retval=00000102 ret=7ec172c8 0009:Ret user32.PeekMessageA() retval=00000000 ret=003a751d
so it seems there's a windows message problem?