http://bugs.winehq.org/show_bug.cgi?id=2642
--- Comment #19 from Didi didi@isoc.org.il 2008-07-20 09:43:25 --- I run the client.
I press "New Profile".
A window pops up, letting me define connection details. In the wine terminal, I get: fixme:ras:RasEnumDevicesA ((nil),0x33ae10,0x33ae08),stub! fixme:ras:RasEnumDevicesA (0x751740,0x33ae10,0x33ae08),stub!
I fill in some "Description".
I press the first octet of the IP address field.
I get in the terminal: err:ipaddress:IPADDRESS_GetPartIndex We subclassed the wrong window! (hwnd=0x10060)
I uncheck "Use Default Port Number".
I get: err:ipaddress:IPADDRESS_GetPartIndex We subclassed the wrong window! (hwnd=0x1006e)
I fill in the port number and press OK. The popup closes.
I Right-click the new profile and select "New Connection".
Two windows pop-up: "Connection Status" and "Login".
In the wine terminal: fixme:toolhelp:CreateToolhelp32Snapshot Unimplemented: heap list snapshot fixme:toolhelp:Heap32ListFirst : stub
In "Login", I select "remember nothing", fill in "User Name", "Password", and press OK.
The login popup closes, then the "connection status" popup closes, but focus does not return to the main raritan window.
Then, the first mouse click anywhere on this window does nothing, and any further clicks emit a beep. Nothing further is output to the wine terminal. If I press there ^C, it closes cleanly the window and returns to the prompt without any more output.
On a next run, it does remember the profile details, and behaves the same - after the login window closes it's stuck, beeps on all mouse clicks except the first.
I also tried running it in winedbg, and pressed ^C in this blocked state, and 'bt'. Output was: Backtrace: =>1 0xb7fe640e (0x0033fafc) 2 0x7bc6909b NTDLL_wait_for_multiple_objects+0x20b() in ntdll (0x0033fbfc) 3 0x7bc69372 NtWaitForMultipleObjects+0x62() in ntdll (0x0033fc2c) 4 0x7b88bf82 WaitForMultipleObjectsEx+0x142() in kernel32 (0x0033fd7c) 5 0x7e50fb76 X11DRV_MsgWaitForMultipleObjectsEx+0xe6() in winex11 (0x0033fdac) 6 0x7ec14407 GetMessageW+0x117() in user32 (0x0033fdec) 7 0x7ec144ee GetMessageA+0x4e() in user32 (0x0033fe1c) 8 0x0049ff1f in remoteclient (+0x9ff1f) (0x00505e78) 9 0x00000113 (0x0001002c)
I know almost nothing about wine, please direct me to some howto on further debugging or tell me what to try. It seems to me it has some problem showing or closing some popup or something like that, but I do not see anything else happening.