[Bug 25865] EVE Online crashes if a character portrait requests fails

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Jan 23 18:20:32 CST 2011


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

Adam <gnuman1 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |gnuman1 at gmail.com

--- Comment #2 from Adam <gnuman1 at gmail.com> 2011-01-23 18:20:32 CST ---
Below is what I do as a work around. I redirect all requests to local server
with an image using squid. The funny thing is that EVE does not seem to
understand this and simply gives up when HTTP response is non-200. So the 302
doesn't get follow up requests.

But if Content-Length is non-zero, like with the default 404 page for Squid,
EVE will crash. Timeouts were also resulting in crash.


GET http://images.cdn1.eveonline.com/Character/751318467_32.jpg HTTP/1.1
Accept-Encoding: identity
Host: images.cdn1.eveonline.com
Connection: close
User-Agent: Python-urllib/2.7

HTTP/1.0 302 Moved Temporarily
Server: squid/3.1.6
Date: Mon, 24 Jan 2011 00:09:59 GMT
Content-Length: 0
Location: http://localserver/image_32.jpg
X-Cache: MISS from localhost
X-Cache-Lookup: MISS from localhost:3128
Via: 1.0 localhost (squid/3.1.6)

-- 
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