http://bugs.winehq.org/show_bug.cgi?id=31438 --- Comment #53 from James Chatterton <negatron99(a)gmail.com> 2013-01-13 07:38:08 CST --- (In reply to comment #52)
(In reply to comment #51)
(In reply to comment #50)
I used to be able to turn on logging for winhttp and it would give the full url in the wine debugging output.
I tried recently, with the sims 3, a game that successfully revealed its url before, but was unable to find the url in the log this time.
Maybe some local network snoop would help.
How did you do ? Because if i use "WINEDEBUG=+winhttp" i haven't the complete url in my output console...
Using "tcpflow" it was enough to get the full path, and the full sauth. It is available from the apt repositories. e.g. from a terminal:
sudo tcpflow -p -c -i eth0 port 80 | grep -oE '.*sauth=.*'
which outputs something like: 192.168.001.001.44737-088.221.095.092.00080: GET /eamaster/s/p/sims/sims3/sims3_dd_v2_dip.zip?sauth=1111111111_11111111111111 for a Sims3 download. But, trying to wget it isn't working, getting a "forbidden" error (HTTP 403 I think). possibly because my Origin is still at the greyed-out "downloading" state, no progress bar. When this worked for me before, I had got a partially completed download. -- 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.