http://bugs.winehq.org/show_bug.cgi?id=7940
------- Additional Comments From mikolaj.zalewski@gmail.com 2007-05-05 13:26 ------- The problem is that Shareaza send uninitialized structures to Shell_NotifyIconW. The current code tries to send this data to explorer but fails as the nid->cbSize may be very large. I've sent a patch (http://www.winehq.org/pipermail/wine-patches/2007-May/038889.html) that, as under Windows, fails Shell_NotifyIconW if the cbSize is invalid