[Bug 13839] New: Steam hangs in SteamStartup() attempting to connect to servers
http://bugs.winehq.org/show_bug.cgi?id=13839 Summary: Steam hangs in SteamStartup() attempting to connect to servers Product: Wine Version: 1.0-rc4 Platform: All OS/Version: Solaris Status: UNCONFIRMED Severity: normal Priority: P2 Component: winsock AssignedTo: wine-bugs(a)winehq.org ReportedBy: trisk+winehq(a)acm.jhu.edu Created an attachment (id=13899) --> (http://bugs.winehq.org/attachment.cgi?id=13899) Gzipped output of WINEDEBUG=trace+relay wine Steam.exe Running Steam results in strange behaviour on Solaris and OpenSolaris. When Steam is first installed (using either the current MSI installer or an older standalone installer), it successfully updates itself and automatically restarts. , On restart, it spews extensive messages to the console about connection attempts to all 100+ CSDS servers with latency. For example, the last couple of lines are: CellID: Connecting to 87.248.209.212:27031. . . CellID: Connect to 87.248.209.212:27031 took 110 MS CellID: !! Got Cell ID 2 from server 69.28.153.90:27031 It then makes no further progress and appears to hang. If interrupted with Ctrl-C, it displays a "SteamStartup() failed" messagebox before exiting. When started again, Steam.exe prints set of "CellID:" messages showing that is is connecting to a particular server, then blocks for at least a minute, then connects to a different server. This goes on indefinitely. I'm attaching a WINEDEBUG=trace+relay log (to reduce log size, this Steam instance was interrupted after about 30 seconds). I can't do WINEDEBUG=trace+all because it results in an error message from Steam about being unable to load SteamUI.dll. This seems to be a network related issue, but I'm not entirely certain. -- 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=13839 --- Comment #1 from Austin English <austinenglish(a)gmail.com> 2008-12-08 04:20:09 --- Is this still an issue in current (1.1.10 or newer) wine? -- 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=13839 --- Comment #2 from Kai Blin <kai.blin(a)gmail.com> 2008-12-18 23:56:55 --- If it still is an issue, please attach a +winsock log. -- 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=13839 --- Comment #3 from Dmitriy Geels <dmitriy.geels(a)gmail.com> 2008-12-19 02:27:11 --- Created an attachment (id=18068) --> (http://bugs.winehq.org/attachment.cgi?id=18068) steam started without debug params -- 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=13839 Dmitriy Geels <dmitriy.geels(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dmitriy.geels(a)gmail.com --- Comment #4 from Dmitriy Geels <dmitriy.geels(a)gmail.com> 2008-12-19 02:27:48 --- I confirm problem is still there in wine 1.1.10. -- 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=13839 --- Comment #5 from Dmitriy Geels <dmitriy.geels(a)gmail.com> 2008-12-19 03:08:41 --- Attachment is too large... WINEDEBUG=trace+all wine steam.exe 2>err.log 1>out.log out.log is empty, here is err.log: http://rapidshare.com/files/174792965/err.log.bz2.html Be aware: 557mb inside! -- 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=13839 Vitaliy Margolen <vitaliy(a)kievinfo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|winsock |-unknown Platform|All |Other --- Comment #6 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2008-12-19 09:16:00 --- Have you tried reinstalling steam following howto on AppDB? Doubt it's a network issue. Debug trace with WINEDEBUG=warn+all might be usefull. -- 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=13839 --- Comment #7 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2008-12-19 09:17:40 --- (In reply to comment #5) What OS are you using? -- 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=13839 --- Comment #8 from Austin English <austinenglish(a)gmail.com> 2008-12-19 11:02:47 --- (In reply to comment #5)
Attachment is too large...
WINEDEBUG=trace+all wine steam.exe 2>err.log 1>out.log
out.log is empty, here is err.log: http://rapidshare.com/files/174792965/err.log.bz2.html Be aware: 557mb inside!
Kai needs a +winsock, not a +all (WAY too much info). Instead, use: WINEDEBUG=+winsock wine steam.exe &> log.txt -- 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=13839 --- Comment #9 from Dmitriy Geels <dmitriy.geels(a)gmail.com> 2008-12-19 14:18:06 --- (In reply to comment #7)
(In reply to comment #5) What OS are you using?
sorry, didn't notice current os. i'm using linux 32 bit. this bug report looks very similar to situation i got -- 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=13839 --- Comment #10 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2008-12-20 11:19:26 --- (In reply to comment #9)
sorry, didn't notice current os. i'm using linux 32 bit. this bug report looks very similar to situation i got
Open a new bug. This one for Solaris. -- 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=13839 Chris Boyle <chris(a)boyle.name> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chris(a)boyle.name -- 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=13839 --- Comment #11 from Austin English <austinenglish(a)gmail.com> 2009-06-30 11:35:53 --- Is this still an issue in current (1.1.24 or newer) wine? -- 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=13839 Albert Lee <trisk(a)forkgnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|1.0-rc4 |1.1.44 Severity|normal |major --- Comment #12 from Albert Lee <trisk(a)forkgnu.org> 2010-05-19 16:34:42 --- This is still reproducible in Wine 1.1.44 with current versions of Steam. Set winver to winxp or earlier so that Steam doesn't attempt to install a Windows service (which fails in a different way). -- 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=13839 Ken Sharp <kennybobs(a)o2.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|1.1.44 |1.0-rc4 Severity|major |normal --- Comment #13 from Ken Sharp <kennybobs(a)o2.co.uk> 2010-05-19 19:46:34 --- Do not change the Wine version. -- 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=13839 Ken Mays <maybird1776(a)yahoo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |maybird1776(a)yahoo.com --- Comment #14 from Ken Mays <maybird1776(a)yahoo.com> 2011-08-27 12:47:49 CDT --- (In reply to comment #13)
Do not change the Wine version.
Can you validate this with using Wine 1.3.27? -- 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=13839 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download Status|UNCONFIRMED |RESOLVED URL| |http://cdn.steampowered.com | |/download/SteamInstall.msi CC| |focht(a)gmx.net Resolution| |ABANDONED --- Comment #15 from Anastasius Focht <focht(a)gmx.net> 2011-12-15 14:48:34 CST --- Hello, no reply for considerable amount of time, marking abandoned. Reopen if you can reproduce with clean WINEPREFIX and _recent_ Wine version. Regards -- 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=13839 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #16 from Austin English <austinenglish(a)gmail.com> 2012-01-23 23:55:02 CST --- Closing. -- 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