https://bugs.winehq.org/show_bug.cgi?id=38516
Bug ID: 38516 Summary: Winhttprequest setoption doesn't work Product: Wine Version: 1.7.42 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: minor Priority: P2 Component: oleaut32 Assignee: wine-bugs@winehq.org Reporter: ocean04@suomi24.fi Distribution: ---
Created attachment 51386 --> https://bugs.winehq.org/attachment.cgi?id=51386 Test app + Delphi source
Run and click button.
fixme:ole:ITypeInfo_fnGetRefTypeInfo Can't find pRefType for ref c8 err:ole:userdefined_to_variantvt Could not get typeinfo of hreftype c8 for VT_USERDEFINED, hr = 0x80004005
It fails on line: fhttp.Option(6):=false;
Workarounds: native oleaut32 -OR- winetricks winhttp
https://bugs.winehq.org/show_bug.cgi?id=38516
ocean04@suomi24.fi changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, source
https://bugs.winehq.org/show_bug.cgi?id=38516
--- Comment #1 from Nikolay Sivov bunglehead@gmail.com --- Could you attach +winhttp,+tid,+typelib log for that? (I don't have access to dev machine at the moment). Native oleaut32 could help if our typelib code is broken, and native winhttp could be working with our oleaut32 because it doesn't necessary use it to call methods.
https://bugs.winehq.org/show_bug.cgi?id=38516
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|oleaut32 |-unknown
https://bugs.winehq.org/show_bug.cgi?id=38516
--- Comment #2 from ocean04@suomi24.fi --- Created attachment 51389 --> https://bugs.winehq.org/attachment.cgi?id=51389 +winhttp,+tid,+typelib log
https://bugs.winehq.org/show_bug.cgi?id=38516
--- Comment #3 from Hans Leidekker hans@meelstraat.net --- This should be fixed by 01bfb3d6a6df9311e05315b9a776c25857f9deda.
https://bugs.winehq.org/show_bug.cgi?id=38516
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |winhttp
https://bugs.winehq.org/show_bug.cgi?id=38516
super_man@post.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |super_man@post.com
--- Comment #4 from super_man@post.com --- The test application gives output of
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>302 Found</title> </head><body> <h1>Found</h1> <p>The document has moved <a href="https://www.winehq.org/">here</a>.</p> </body></html>
and console prints:
fixme:winhttp:request_set_option 0 (null) (null)
So it sounds fixed.
wine-1.7.51-268-g781b88b
https://bugs.winehq.org/show_bug.cgi?id=38516
ocean04@suomi24.fi changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |01bfb3d6a6df9311e05315b9a77 | |6c25857f9deda Status|UNCONFIRMED |RESOLVED Resolution|--- |FIXED
--- Comment #5 from ocean04@suomi24.fi --- works
https://bugs.winehq.org/show_bug.cgi?id=38516
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #6 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 1.7.53.