http://bugs.winehq.org/show_bug.cgi?id=27476
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download Status|UNCONFIRMED |NEW CC| |dank@kegel.com Component|-unknown |winhttp Ever Confirmed|0 |1
--- Comment #4 from Dan Kegel dank@kegel.com 2011-11-06 10:47:09 CST --- I see this, too:
fixme:appbar:handle_appbarmessage SHAppBarMessage(ABM_GETAUTOHIDEBAR, hwnd=(nil), edge=3): stub Unhandled exception: page fault on read access to 0x00000068 in 32-bit code (0x7bc3469a). Backtrace: =>0 RtlEnterCriticalSection+0x16(crit=0x54) [dlls/ntdll/critsection.c:530] 1 in spotify (+0x7e671) (0x1909e7ac) 2 in spotify (+0x7e411) (0x1909e7f8) 3 open_connection+0xb1(request=0x196540) [dlls/winhttp/request.c:926] 4 send_request+0x2fd(request=0x196540, headers=0x0(nil), headers_len=0, optional=0x10a2e01c, optional_len=0x129, total_len=0x129, context=0x10a2e160, async=0x1) [dlls/winhttp/request.c:1073] 5 task_send_request+0x6a(task=0x196690) [dlls/winhttp/request.c:1111] 6 task_thread+0x19(param=0x196690) [dlls/winhttp/request.c:183]
+winhttp shows
trace:winhttp:WinHttpConnect 0x1, L"api.facebook.com", 443, 0 ... trace:winhttp:WinHttpConnect returning 0x6 trace:winhttp:WinHttpOpenRequest 0x6, L"GET", L"/method/facebook.fql.multiquery?access_token=AAAAAKLSe4lIBAL3F2dweZCSRUFrpJM3ZAUumCBWoyYU68fpnl6EYVgbq6gzYUmJe3BBlpu8OAzvDxL62ZCPOGsCqkq6agAZD&format=json&queries=%7b%22friends_query%22%3a%22SELECT+uid%2c+name%2c+username%2c+pic_square_with_logo%2c+pic%2c+pic_small%2c+pic_big%2c+online_presence%2c+pr"..., (null), (null), (nil), 0x00800000
... trace:winhttp:process_header L"Host": L"graph.facebook.com" 0x10000000 trace:winhttp:get_header_index L"Host" trace:winhttp:get_header_index returning -1 trace:winhttp:process_header L"Connection": L"Keep-Alive" 0x10000000 trace:winhttp:get_header_index L"Connection" trace:winhttp:get_header_index returning -1 trace:winhttp:send_callback 0x10a92ea0, 0x00000001, 0x10b00bd8, 19 trace:seh:raise_exception code=c0000005 flags=0 addr=0x7bc3469a ip=7bc3469a tid=000d
winetricks winhttp seems to work around the problem here.