http://bugs.winehq.org/show_bug.cgi?id=5347
------- Additional Comments From mikolaj.zalewski@gmail.com 2007-21-03 07:53 ------- It writes something to the NULL locations and thus crashes the application. From the Lenders dump we know that the problem is that even if IShellFolder::GetAttributesOf is required to work only for simple PIDLs, the Windows desktop folder works for full PIDLs as well and Photoshop makes use of it. When we add this feature to Wine desktop folder the errors should disappear.