http://bugs.winehq.org/show_bug.cgi?id=20129
--- Comment #7 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2010-10-04 09:59:16 CDT --- (In reply to comment #6)
(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.
I'll write a test, see if the problem is there