http://bugs.winehq.org/show_bug.cgi?id=5620
--- Comment #6 from Mikolaj Zalewski mikolaj.zalewski@gmail.com 2007-09-21 22:07:02 --- All these bugs are about the SafeCast copy protection in Adobe programs. They are very similar, only the code in Photoshop CS2 is slightly different - it doesn't use ConvertSecurityDescriptorToStringSecurityDescriptor on the service ACL. Maybe that is because as I've read in the first releases the Adobe licence manager service that runs with LocalSystem priviledges was created with a NULL ACL - this allows everyone to do everything with the service, including changing the binary name and starting it. Maybe newer Adobe programs tries to detect that case and fix it.