[Bug 14381] Google Lively installer does not work

wine-bugs at winehq.org wine-bugs at winehq.org
Fri Aug 8 17:33:53 CDT 2008


http://bugs.winehq.org/show_bug.cgi?id=14381





--- Comment #14 from Roy Shea <royshea at gmail.com>  2008-08-08 17:33:53 ---
Created an attachment (id=15354)
 --> (http://bugs.winehq.org/attachment.cgi?id=15354)
Lively Install Recipe

I've attached a revised recipe for running the lively installer in Wine.  One
of the current problems is missing winhttp functionality, requiring the use of
a native winhttp.dll.  I took a look at the specific winhttp calls that the
installer needs.  Looks like the set is:

WinHttpAddRequestHeaders
WinHttpCloseHandle
WinHttpConnect
WinHttpCrackUrl
WinHttpGetDefaultProxyConfiguration
WinHttpGetIEProxyConfigForCurrentUser
WinHttpOpen
WinHttpOpenRequest
WinHttpQueryDataAvailable
WinHttpQueryHeaders
WinHttpReadData
WinHttpReceiveResponse
WinHttpSendRequest
WinHttpSetStatusCallback

You can reproduce this list by running the lively installer with:

WINEDEBUG=+snoop ./wine ~/tmp/livelysetup.exe 2>snoop.txt
grep WINHTTP dump.txt | tr -s ' ' | cut -f2 -d' ' | cut -f2 -d'.' | cut -f1
-d\( | sort | uniq

If any winhttp hackers are looking for something to do... :-)


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list