http://bugs.winehq.org/show_bug.cgi?id=18071
--- Comment #4 from Austin English austinenglish@gmail.com 2009-04-16 11:34:51 --- (In reply to comment #3)
(In reply to comment #2)
(In reply to comment #1)
(In reply to comment #0)
First problem: on install, get this error. It's been reported on wine-users (http://www.winehq.org/pipermail/wine-users/2008-March/031475.html) but I haven't seen a bug for it. Looks like it may be related to NTFS ACL's.
Looks like it's not happy with what GetNamedSecurityInfo returns if descriptor =0. Hack below gets rid of the errormessage. You'd have to test i guess what happens on windows if descriptor=0.
I added a testcase:
http://www.winehq.org/pipermail/wine-patches/2009-April/071934.html
but on 2k at least, returns ERROR_INVALID_PARAMETER.