http://bugs.winehq.org/show_bug.cgi?id=16165
--- Comment #4 from Paul "TBBle" Hampson Paul.Hampson@Pobox.com 2008-12-30 08:34:28 --- Created an attachment (id=18326) --> (http://bugs.winehq.org/attachment.cgi?id=18326) Builtin winhttp debug log from running WAR Patcher under wine 1.1.11
WINEDEBUG=+winhttp wine warpatch.bin > warpatch-winhttp.log 2>&1
Just looking at the code that produces the "failed to resolve" error in winhttp (in 1.1.11, haven't checked git) we heap_free hostname, and then debugstr_a it for printf, in the failure path.
I'm trying to quickly fix that and rebuild wine and see if I can get a better answer from the "failed to resolve" error output.