[Bug 25865] New: EVE Online crashes if a character portrait requests fails
http://bugs.winehq.org/show_bug.cgi?id=25865 Summary: EVE Online crashes if a character portrait requests fails Product: Wine Version: 1.3.12 Platform: x86-64 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: MattFinn(a)gmail.com Created an attachment (id=32965) --> (http://bugs.winehq.org/attachment.cgi?id=32965) EVE's log server output showing the failure EVE Online crashes, somewhere between 30 seconds and 30 minutes of gameplay. This crash happens when a character portrait image request fails. It can be reproduced instantly on login by overriding the image server dns so it always fails: echo "127.0.0.1 images.cdn1.eveonline.com" >> /etc/hosts I tried this on my Windows Vista laptop, and when I did the same hosts file thing, the game played normally with all character portraits being replaced by the default. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=25865 --- Comment #1 from Matt Finnicum <MattFinn(a)gmail.com> 2011-01-23 11:23:03 CST --- Created an attachment (id=32966) --> (http://bugs.winehq.org/attachment.cgi?id=32966) Example console output from one of the crashes -- 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.
http://bugs.winehq.org/show_bug.cgi?id=25865 Adam <gnuman1(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |gnuman1(a)gmail.com --- Comment #2 from Adam <gnuman1(a)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.
http://bugs.winehq.org/show_bug.cgi?id=25865 Juan Lang <juan_lang(a)yahoo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #32966|application/octet-stream |text/plain mime type| | -- 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.
http://bugs.winehq.org/show_bug.cgi?id=25865 --- Comment #3 from Matt Finnicum <MattFinn(a)gmail.com> 2011-01-24 14:23:06 CST --- (In reply to comment #2) 87.237.39.100 images.cdn1.eveonline.com Putting that in /etc/hosts is a workaround. It's a random ccp server that will return the appropriate 404's and you'll play forever w/ no new character portraits. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=25865 Casey <caseyjp1(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |caseyjp1(a)gmail.com -- 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.
http://bugs.winehq.org/show_bug.cgi?id=25865 --- Comment #4 from Casey <caseyjp1(a)gmail.com> 2011-01-26 19:46:27 CST --- Confirmed that this is an issue on my system as well. Also the workaround posted here by Matt solves the crashing, but definitely leaves a lotta blank portraits. The logserver info is exactly the same as reported by the original attachments. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=25865 evanh <evanh(a)clear.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |evanh(a)clear.net.nz --- Comment #5 from evanh <evanh(a)clear.net.nz> 2011-02-12 20:21:04 CST --- Just tested with Wine 1.3.13. Don't know why but bug no longer occurring. Please close bug as fixed. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=25865 --- Comment #6 from Adam <gnuman1(a)gmail.com> 2011-02-12 23:41:27 CST --- (In reply to comment #5)
Just tested with Wine 1.3.13. Don't know why but bug no longer occurring.
Please close bug as fixed.
If you downgrade, does it still occur? If not, then CCP fixed it. If yes, then maybe Wine change fixed it. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=25865 Matt Finnicum <MattFinn(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #7 from Matt Finnicum <MattFinn(a)gmail.com> 2011-02-13 02:28:54 CST --- Confirming that this has been fixed. I just tested it with wine 1.3.11 and the crash occurred, upgraded to 1.3.13 (without changing EVE), and crash was fixed. I could locate the exact patch if it was important. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=25865 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #8 from Alexandre Julliard <julliard(a)winehq.org> 2011-02-18 12:37:12 CST --- Closing bugs fixed in 1.3.14. -- 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.
participants (1)
-
wine-bugs@winehq.org