http://bugs.winehq.org/show_bug.cgi?id=14381
Andre Wisplinghoff andre.wisplinghoff@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |andre.wisplinghoff@gmail.com
--- Comment #5 from Andre Wisplinghoff andre.wisplinghoff@gmail.com 2008-07-29 14:56:22 --- With current git, using native winhttp helps getting a bit further (like Justin posted). I get even a little more output (rest of messages is the same):
fixme:crypt:CertNameToStrW unsupported flags: 12000000 err:ole:COMPOBJ_DllList_Add couldn't load in-process dll L"mstask.dll"
the first line is repeated a few dozen times. The unsupported flags translate to CERT_NAME_STR_NO_QUOTING_FLAG and CERT_NAME_STR_REVERSE_FLAG - but I don't know if this this is really important.