http://bugs.winehq.org/show_bug.cgi?id=20129
--- Comment #6 from Dmitry Timoshkov dmitry@codeweavers.com 2010-10-04 03:55:25 CDT --- (In reply to comment #5)
Looks like the problem is here:
001c:Call user32.FindWindowA(0045b074 "Shell_TrayWnd",0045b5dc "") ret=00438c6d 001c:Ret user32.FindWindowA() retval=00000000 ret=00438c6d
Wine does provide a tray implementation, probably FindWindow() should ignore title when it's NULL or empty (!title[0]). Needs a test case.