http://bugs.winehq.org/show_bug.cgi?id=13583
--- Comment #18 from Rein Klazes wijn@online.nl 2009-08-16 03:51:45 --- Created an attachment (id=23101) --> (http://bugs.winehq.org/attachment.cgi?id=23101) Quick fix
An +advapi log shows why there is a regression:
0009:fixme:advapi:LookupAccountNameW (null) L"CURRENT_USER" 0x1b4a8c 0x32f038 (nil) 0x32f034 0x32f030 - stub 0009:warn:advapi:SetEntriesInAclW bad user name L"CURRENT_USER" for trustee 0
"CURRENT_USER" looks like some default, that should not return a bad user name. Hacking this to give the same result as NULL or a Blank string lets the program connect.
Needs a test case of course. Not difficult.