http://bugs.winehq.org/show_bug.cgi?id=5705
truiken@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |INVALID
------- Additional Comments From truiken@gmail.com 2006-02-08 14:41 ------- setup.exe is calling LookupAccountName like so:
LookupAccountNameW (null) (null) (nil) 0x33fc38 (nil) (nil) (nil)
which crashes and the app catches the crash, exiting silently. Tests on XP show that we should crash in this case. At the very least, LoockupAccountName needs cbSid and cchReferencedDomainName. If you run the setup in XP, it does the exact same thing as in Wine. Marking invalid.