http://bugs.winehq.org/show_bug.cgi?id=24243
Summary: urlmon's HttpProtocol_open_request fails in small test app Product: Wine Version: 1.3.1 Platform: x86 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: urlmon AssignedTo: wine-bugs@winehq.org ReportedBy: dank@kegel.com
Continuing with the sample app http://netikka.net/dev/ole.zip : to get around bug 24242, do 'winetricks msxml3'. The app then fails when you click on the button with
001c:Call wininet.InternetConnectW(00000001,001973c0 L"www.winehq.org",00000050,00000000,00000000,00000003,00000000,001972b8) ret=7 e27f890 trace:urlmon:internet_status_callback 0x1972b8 INTERNET_STATUS_HANDLE_CREATED trace:urlmon:HttpProtocol_AddRef (0x1972b8) ref=3 001c:Ret wininet.InternetConnectW() retval=00000002 ret=7e27f890 trace:urlmon:BindInfo_GetBindString (0x193408)->(2 0x32d8d4 256 0x32df18) warn:urlmon:HttpProtocol_open_request GetBindString BINDSTRING_ACCEPT_MIMES failed: 800c0012 ... trace:ole:ICreateErrorInfoImpl_SetDescription (0x1933c8): L"System error: -2146697206.\r\n"
'winetricks ie6' works around this.