[Bug 27652] New: World of Warcraft Patch 4.2 "hangs" when clicking "Play" to start game.
http://bugs.winehq.org/show_bug.cgi?id=27652 Summary: World of Warcraft Patch 4.2 "hangs" when clicking "Play" to start game. Product: Wine Version: unspecified Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: matt.palermo(a)gmail.com Created an attachment (id=35359) --> (http://bugs.winehq.org/attachment.cgi?id=35359) Output from running WoW's Launcher.exe Wine has been running WoW fine for me for several months. After installing WoW's Patch 4.2 yesterday, wine "hangs". Please see attachment. After Launcher starts up, you click "Play" to start the game. The Launcher window goes away and the last line in the log is where it sits. I have left it sit for an hour (no exaggeration to make it sound "bad" :-) ), and it doesn't come back to life. I have already "regression tested". The attached log was generated with git pulled last night (~8:30PM Eastern US, June 29, 2011). I am running this test in a 100% fresh ~/.wine dir. Is there anything else you need to know? M. -- 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=27652 --- Comment #1 from Xanadu <matt.palermo(a)gmail.com> 2011-06-29 15:40:58 CDT --- Created an attachment (id=35360) --> (http://bugs.winehq.org/attachment.cgi?id=35360) After Hitting CTRL+C This dumps out when hitting CTRL+C after the hang. It seemed important... M. -- 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=27652 mikahbot(a)gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mikahbot(a)gmail.com --- Comment #2 from mikahbot(a)gmail.com 2011-06-29 17:13:44 CDT --- I am having the same issue here. I just recently downloaded patch 4.2 for Firelands from WoW, and now it hangs after I hit the 'launch' button on the Launcher. I tried the same thing. I blew away my original WoW installation and created a new prefix for it, and still the same issue. If it helps, I'm running wine version 1.3.23. It feels as if the World of Warcraft.lnk is broken, and so is Launcher.exe. The repair tool does nothing for this. Was working perfectly fine before the new patch. I can blow away the prefix away and reinstall, but I don't think that's going to fix the issue. -- 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=27652 Jason Simpson <jason(a)xio.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jason(a)xio.com --- Comment #3 from Jason Simpson <jason(a)xio.com> 2011-06-29 21:32:34 CDT --- Same problem here. wine 1.3.21 (via http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu) on Ubuntu 10.04.2 LTS, WoW installed via 'winetricks games wowtrial' originally, and it ran fine prior to the 4.2 patch. I saw mention of being unable to find WoW.exe, so I renamed Wow.exe to WoW.exe, that didn't help. I have that, while the Launcher just seems to hang when clicking the Play button, I can successfully launch the main WoW.exe app itself like this: env WINEPREFIX="$HOME/.local/share/wineprefixes/wowtrial" \ wine C:\\windows\\command\\start.exe /Unix \ "$HOME/.local/share/wineprefixes/wowtrial/dosdevices/c:/Program Files/World of Warcraft/WoW.exe" Would be nice if the Launcher still worked though. -- 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=27652 --- Comment #4 from Xanadu <matt.palermo(a)gmail.com> 2011-06-29 21:38:17 CDT --- (In reply to comment #3)
env WINEPREFIX="$HOME/.local/share/wineprefixes/wowtrial" \ wine C:\\windows\\command\\start.exe /Unix \ "$HOME/.local/share/wineprefixes/wowtrial/dosdevices/c:/Program Files/World of Warcraft/WoW.exe"
Would be nice if the Launcher still worked though.
(Different launch script, but...) Confirmed. World of Warcraft Patch 4.2 runs 100% fine when Wow.exe is called directly. It seems that it's only launcher.exe that's busted. M. -- 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=27652 --- Comment #5 from mikahbot(a)gmail.com 2011-06-29 23:13:52 CDT --- (In reply to comment #3)
Same problem here. wine 1.3.21 (via http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu) on Ubuntu 10.04.2 LTS, WoW installed via 'winetricks games wowtrial' originally, and it ran fine prior to the 4.2 patch.
I saw mention of being unable to find WoW.exe, so I renamed Wow.exe to WoW.exe, that didn't help.
I have that, while the Launcher just seems to hang when clicking the Play button, I can successfully launch the main WoW.exe app itself like this:
env WINEPREFIX="$HOME/.local/share/wineprefixes/wowtrial" \ wine C:\\windows\\command\\start.exe /Unix \ "$HOME/.local/share/wineprefixes/wowtrial/dosdevices/c:/Program Files/World of Warcraft/WoW.exe"
Would be nice if the Launcher still worked though.
I can double confirm that I used env WINEPREFIX="/home/user/.wineWoW" wine /home/user/.wineWoW/drive_c/Program\ Files\ \(x86\)/World\ of\ Warcraft/Wow.exe in order to run my script [seems a little simpler than yours, Jason]. The first two times I kept getting the WoW 10th anniversary video, third time it wasn't there and just went to the login screen. If we could get the launcher to work again, that would be nice. It's not that much of a hassle, but I suppose until this is solved, we can check the WoW site for any patch updates. Here's one thing that might be long term that I'd like to test. Will auto patches [as in, run the launcher to pick up the patch, let it install, then quit] still work with the launcher issue, or will we have to manually add them in. I'll have to test that if we can't get the launcher to work until then. -- 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=27652 Jukka Tastula <poltsy(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |poltsy(a)gmail.com --- Comment #6 from Jukka Tastula <poltsy(a)gmail.com> 2011-06-30 02:31:49 CDT --- The launcher does downloading and installing patches just fine, it just gets stuck when I hit play. Minor irritation in a growing list. However looking at the eu forums it seems some users are having a similar issue on windows so it may not be a wine bug. http://eu.battle.net/wow/en/forum/topic/2313881428?page=1 -- 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=27652 Boris Wong <boris(a)bshed.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |boris(a)bshed.com --- Comment #7 from Boris Wong <boris(a)bshed.com> 2011-08-14 21:20:56 CDT --- I can also confirm that this is a problem. However, if you launch Wow.exe after Launcher.exe finishes its patching and whatnot the game does run fine for me. -- 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=27652 André Fettouhi <A.Fettouhi(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |A.Fettouhi(a)gmail.com --- Comment #8 from André Fettouhi <A.Fettouhi(a)gmail.com> 2011-09-19 16:44:14 CDT --- I can confirm this bug as well on Arch Linux 64 bit. -- 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=27652 Michael Westwind <earthworm(a)freegeek.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |earthworm(a)freegeek.org --- Comment #9 from Michael Westwind <earthworm(a)freegeek.org> 2011-10-25 16:55:39 CDT --- (In reply to comment #6)
The launcher does downloading and installing patches just fine, it just gets stuck when I hit play. Minor irritation in a growing list.
However looking at the eu forums it seems some users are having a similar issue on windows so it may not be a wine bug.
Just a note that the solution from this thread is to reinitialize winsock. (netsh winsock reset). Perhaps that is a clue to a solution in 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=27652 James Eder <jimportal(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jimportal(a)gmail.com --- Comment #10 from James Eder <jimportal(a)gmail.com> 2012-03-15 12:02:50 CDT --- This looks like Bug 27657. If you can try the patch attached to that bug. -- 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=27652 --- Comment #11 from Jukka Tastula <poltsy(a)gmail.com> 2012-03-15 13:34:33 CDT --- Works for me. -- 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=27652 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |DUPLICATE --- Comment #12 from Austin English <austinenglish(a)gmail.com> 2012-03-15 13:47:22 CDT --- (In reply to comment #11)
Works for me.
Dupe. *** This bug has been marked as a duplicate of bug 27657 *** -- 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=27652 Jerome Leclanche <adys.wh(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED CC| |adys.wh(a)gmail.com --- Comment #13 from Jerome Leclanche <adys.wh(a)gmail.com> 2012-03-16 05:49:07 CDT --- 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