http://bugs.winehq.org/show_bug.cgi?id=21809
Summary: StarCraft 2 quits after confirming login name Product: Wine Version: 1.1.39 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: lubosz@gmail.com
Created an attachment (id=26391) --> (http://bugs.winehq.org/attachment.cgi?id=26391) Attempt to login. Nearly same output if i quit the application at that point.
The client quits without a exception or extra output, after typing in any email address. There are no errors or output.
In windows the password step would come next, and after that the account check with the server.
The login window is written in flash, it utilizes Scaleform gfx. http://en.wikipedia.org/wiki/Scaleform_gfx
http://bugs.winehq.org/show_bug.cgi?id=21809
--- Comment #1 from lubosz lubosz@gmail.com 2010-02-21 16:34:54 --- Created an attachment (id=26392) --> (http://bugs.winehq.org/attachment.cgi?id=26392) Relay log from right before confirm is pushed to end
This is a diff of the log backup i made right before i pushed the confirm button and the relay full log.
I think the full log is too big... Is there a better way to do this?
http://bugs.winehq.org/show_bug.cgi?id=21809
lubosz lubosz@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Platform|x86 |x86-64
http://bugs.winehq.org/show_bug.cgi?id=21809
leech@deathgrab.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |leech@deathgrab.com
--- Comment #2 from leech@deathgrab.com 2010-02-22 14:38:42 --- I have the same issue.
Wine 1.1.39 OpenSuSE 11.2 x64
http://bugs.winehq.org/show_bug.cgi?id=21809
Renaud Chaput renchap@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |renchap@gmail.com
--- Comment #3 from Renaud Chaput renchap@gmail.com 2010-02-23 01:25:44 --- Same issue, Wine 1.1.37 - Gentoo 64 bits.
http://bugs.winehq.org/show_bug.cgi?id=21809
Renaud Chaput renchap@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1
--- Comment #4 from Renaud Chaput renchap@gmail.com 2010-02-23 01:35:32 --- *** This bug has been confirmed by popular vote. ***
http://bugs.winehq.org/show_bug.cgi?id=21809
bugs.winehq.org@ben85.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |bugs.winehq.org@ben85.com
--- Comment #5 from bugs.winehq.org@ben85.com 2010-02-23 07:05:48 --- same problem here...
wine-1.1.38 2.6.31-gentoo-r6 @ x86_64
http://bugs.winehq.org/show_bug.cgi?id=21809
--- Comment #6 from Renaud Chaput renchap@gmail.com 2010-02-26 03:46:45 --- Problem still here with latest SC2 Beta patch. Gentoo 64 / wine 1.1.35 or 1.1.38
http://bugs.winehq.org/show_bug.cgi?id=21809
Jeroen Hensing mkurios@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |mkurios@gmail.com
--- Comment #7 from Jeroen Hensing mkurios@gmail.com 2010-02-28 23:36:14 --- problem here aswell, also with latest patch. ubuntu 9.10 x64 (kernel 2.6.31-19-generic) with wine-1.1.39.
http://bugs.winehq.org/show_bug.cgi?id=21809
--- Comment #8 from Roderick Colenbrander thunderbird2k@gmail.com 2010-03-01 05:34:45 --- Created an attachment (id=26558) --> (http://bugs.winehq.org/attachment.cgi?id=26558) Log file
I'm also looking at the crash right now. With some difficulty and some late-tracing hacks, I managed to record a short +all log (I activated the +all at the moment you hit the button). This is my log.
The crash occurs in battle.net.dll which is also full of debugging traps. At the end of the log you see some stack corruption. Before that point you see CreateToolhelp32Snapshot + Process32FirstW/Process32NextW calls.
I'm not sure why those functions are called. It can either be because there was a crash before those calls (perhaps something related to the memcpy/memset calls) and that these calls are part of debugging related calls (note that also CheckRemoteDebuggerPresent is called at that point). It can also be that these calls are being made to prevent reverse engineering of battle.net.
http://bugs.winehq.org/show_bug.cgi?id=21809
Lauri Niskanen ape@ape3000.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |ape@ape3000.com
--- Comment #9 from Lauri Niskanen ape@ape3000.com 2010-03-01 06:02:42 --- There is some tricks that are trying to prevent hacking. It seems that they also make Wine not work with the game.
Some hackers have been trying to reverse engineer these tricks: http://inquistor.info/darkblizz/wiki/doku.php?id=what_we_know http://inquistor.info/darkblizz/wiki/doku.php?id=protection.info
Maybe we could make use of that and make Wine work as it should.
http://bugs.winehq.org/show_bug.cgi?id=21809
Roderick Colenbrander thunderbird2k@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |thunderbird2k@gmail.com
--- Comment #10 from Roderick Colenbrander thunderbird2k@gmail.com 2010-03-01 06:53:11 --- The relay is not always the same. Sometimes you see ws2_32 / Tls calls before the CreateToolhelp32Snapshot and in my case it were msvcr80 calls. After reading the article, it seems that the exception we see is likely related to the copy protection. The game and battle.net communicate using exceptions and other tricks. It might have boobytraps to kill the game if it detects issues. All very funny :(
http://bugs.winehq.org/show_bug.cgi?id=21809
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |obfuscation
http://bugs.winehq.org/show_bug.cgi?id=21809
--- Comment #11 from Henri Verbeet hverbeet@gmail.com 2010-03-05 16:18:15 --- Created an attachment (id=26628) --> (http://bugs.winehq.org/attachment.cgi?id=26628) patch
With Alexandre being away next week, perhaps someone will find the attached patch useful in the mean time.
http://bugs.winehq.org/show_bug.cgi?id=21809
BugMeNot winehq@mailinator.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |winehq@mailinator.com
--- Comment #12 from BugMeNot winehq@mailinator.com 2010-03-06 05:59:14 --- Fails to compile here. Error message:
process.c: In Funktion »req_get_process_info«: process.c:1094: Fehler: »struct get_process_info_reply« hat kein Element namens »debug_port«
http://bugs.winehq.org/show_bug.cgi?id=21809
--- Comment #13 from Henri Verbeet hverbeet@gmail.com 2010-03-06 07:25:35 --- (In reply to comment #12)
process.c: In Funktion »req_get_process_info«: process.c:1094: Fehler: »struct get_process_info_reply« hat kein Element namens »debug_port«
You do need to run tools/make_requests to update the server protocol.
http://bugs.winehq.org/show_bug.cgi?id=21809
--- Comment #14 from BugMeNot winehq@mailinator.com 2010-03-06 09:28:39 --- That did the trick. Now I'm able to login. Thx
http://bugs.winehq.org/show_bug.cgi?id=21809
--- Comment #15 from lubosz lubosz@gmail.com 2010-03-06 12:47:01 --- I can confirm that the patch fixed the problem for me. I can now enter a password and my account data is checked.
Thank you for this patch.
http://bugs.winehq.org/show_bug.cgi?id=21809
--- Comment #16 from Renaud Chaput renchap@gmail.com 2010-03-07 10:19:45 --- Works for me with 1.1.40 and the patch.
Thanks a lot !
http://bugs.winehq.org/show_bug.cgi?id=21809
--- Comment #17 from bugs.winehq.org@ben85.com 2010-03-07 12:10:33 --- the patch fixed the problem here, too. thank you!
http://bugs.winehq.org/show_bug.cgi?id=21809
--- Comment #18 from Lauri Niskanen ape@ape3000.com 2010-03-07 12:11:45 --- Is this patch going to be in the main source code? Or is it hacky, or does it cause potential issues?
http://bugs.winehq.org/show_bug.cgi?id=21809
--- Comment #19 from Henri Verbeet hverbeet@gmail.com 2010-03-07 12:17:17 --- (In reply to comment #18)
Is this patch going to be in the main source code?
Likely, or at least something very similar. However, Alexandre is on vacation, so there will be no commits in the next few days.
http://bugs.winehq.org/show_bug.cgi?id=21809
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |pBakhuis@Gmail.com
--- Comment #20 from Austin English austinenglish@gmail.com 2010-03-07 12:20:23 --- *** Bug 21961 has been marked as a duplicate of this bug. ***
http://bugs.winehq.org/show_bug.cgi?id=21809
jelly beans jellybeans@yandex.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jellybeans@yandex.ru
--- Comment #21 from jelly beans jellybeans@yandex.ru 2010-03-07 22:47:25 --- thanks, that hack works for me
http://bugs.winehq.org/show_bug.cgi?id=21809
kurt kurt_2007_2007@yahoo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |kurt_2007_2007@yahoo.com
--- Comment #22 from kurt kurt_2007_2007@yahoo.com 2010-03-07 23:40:20 --- if possible can anyone help me on how to apply the patch through source
http://bugs.winehq.org/show_bug.cgi?id=21809
--- Comment #23 from Austin English austinenglish@gmail.com 2010-03-08 11:50:58 --- (In reply to comment #22)
if possible can anyone help me on how to apply the patch through source
http://wiki.winehq.org/Patching
http://bugs.winehq.org/show_bug.cgi?id=21809
--- Comment #24 from kurt kurt_2007_2007@yahoo.com 2010-03-08 13:23:11 --- thank you
http://bugs.winehq.org/show_bug.cgi?id=21809
--- Comment #25 from kurt kurt_2007_2007@yahoo.com 2010-03-08 16:51:17 --- i tried patching it which seemed to work but when i compile it i get an error and it doesn't apply. make[1]: *** [process.o] Error 1 make[1]: Leaving directory `/home/anku/wine-git/server' make: *** [server] Error 2 i get this at the end
http://bugs.winehq.org/show_bug.cgi?id=21809
--- Comment #26 from Andrew Nguyen arethusa26@gmail.com 2010-03-08 17:29:58 --- Did you run tools/make_requests after applying the patch and before compiling as per comment #13?
http://bugs.winehq.org/show_bug.cgi?id=21809
--- Comment #27 from kurt kurt_2007_2007@yahoo.com 2010-03-08 17:35:18 --- no i didn't, how would i do the tools/make_requests
http://bugs.winehq.org/show_bug.cgi?id=21809
--- Comment #28 from Juan Lang juan_lang@yahoo.com 2010-03-08 17:50:32 --- This isn't the appropriate place to discuss how to apply bugs, please ask on wine-users for help.
http://bugs.winehq.org/show_bug.cgi?id=21809
Sven-Erik Petermann sverik@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |sverik@gmail.com
--- Comment #29 from Sven-Erik Petermann sverik@gmail.com 2010-03-15 04:33:40 --- I've successfully applied the patch, however it still crashes after clicking "confirm", also no additional lines are printed to log/err. Any ideas how I could get more info/log about the crash?
http://bugs.winehq.org/show_bug.cgi?id=21809
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dank@kegel.com
--- Comment #30 from Dan Kegel dank@kegel.com 2010-03-15 22:21:24 --- Today's git plus http://www.winehq.org/pipermail/wine-patches/2010-March/085817.html works. Tomorrow's git will probably have that patch in it.
http://bugs.winehq.org/show_bug.cgi?id=21809
--- Comment #31 from Sven-Erik Petermann sverik@gmail.com 2010-03-17 04:09:42 --- Thanks, it's working now.
http://bugs.winehq.org/show_bug.cgi?id=21809
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #32 from Dmitry Timoshkov dmitry@codeweavers.com 2010-03-17 04:31:07 --- Reported fixed.http://www.google.ru/#hl=ru&source=hp&q=is+Wingding+font+available+o...
http://bugs.winehq.org/show_bug.cgi?id=21809
--- Comment #33 from Dmitry Timoshkov dmitry@codeweavers.com 2010-03-17 04:31:51 --- Sorry for the stray paste.
http://bugs.winehq.org/show_bug.cgi?id=21809
--- Comment #34 from Henri Verbeet hverbeet@gmail.com 2010-03-17 04:55:38 --- It's not fixed.
http://bugs.winehq.org/show_bug.cgi?id=21809
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED |
--- Comment #35 from Dmitry Timoshkov dmitry@codeweavers.com 2010-03-17 05:22:15 --- Reopening.
http://bugs.winehq.org/show_bug.cgi?id=21809
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |NEW
--- Comment #36 from Austin English austinenglish@gmail.com 2010-03-23 12:15:29 --- (In reply to comment #30)
Today's git plus http://www.winehq.org/pipermail/wine-patches/2010-March/085817.html works. Tomorrow's git will probably have that patch in it.
The patch was rejected: 59258 Rejected Henri Verbeet [PATCH 01/10] ntdll: Fixup imports after CREATE_PROCESS_DEBUG_EVENT.
See also http://www.winehq.org/pipermail/wine-devel/2010-March/082358.html
http://bugs.winehq.org/show_bug.cgi?id=21809
z@ziff.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |z@ziff.net
http://bugs.winehq.org/show_bug.cgi?id=21809
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch CC| |austinenglish@gmail.com
http://bugs.winehq.org/show_bug.cgi?id=21809
--- Comment #37 from Austin English austinenglish@gmail.com 2010-04-07 22:22:40 --- Most of the patch is in: http://source.winehq.org/git/wine.git/?a=commitdiff;h=ef058b3030db46601b5a4a... http://source.winehq.org/git/wine.git/?a=commitdiff;h=f0a5045254111774130846... http://source.winehq.org/git/wine.git/?a=commitdiff;h=4ce43cd919d9754de081c3...
still need the ntdll parts to get past the crash though.
http://bugs.winehq.org/show_bug.cgi?id=21809
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #26628|0 |1 is obsolete| |
--- Comment #38 from Austin English austinenglish@gmail.com 2010-04-09 20:18:04 --- Created an attachment (id=27306) --> (http://bugs.winehq.org/attachment.cgi?id=27306) Henri's patch, rediff'ed to latest git
Henri's patch is for the most part in, except for this bit.
http://bugs.winehq.org/show_bug.cgi?id=21809
runetmember@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |runetmember@gmail.com
--- Comment #39 from runetmember@gmail.com 2010-04-10 05:25:04 --- Someone already test this patch?
http://bugs.winehq.org/show_bug.cgi?id=21809
Manu Manuel.Bihl@gmx.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |Manuel.Bihl@gmx.de
--- Comment #40 from Manu Manuel.Bihl@gmx.de 2010-04-10 05:43:02 --- I'm still using this patch: http://bugs.winehq.org/attachment.cgi?id=26628 which keeps me playing SC2 :P. I haven't tested the other patches, since this one still works (wine 1.1.42 and current sc2-uk version)
http://bugs.winehq.org/show_bug.cgi?id=21809
Florian florian@fkoeberle.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |florian@fkoeberle.de
--- Comment #41 from Florian florian@fkoeberle.de 2010-04-17 11:52:01 --- I switched from wine 1.1.40 + attachment #26628 to 1.1.43 + attachment #27306. It works even better now as now for example: * The nexus show an animation when producing units * The end of a building warpin gets now displayed * The loading bar no longer jumps to the right when it's full (bug #22088)
http://bugs.winehq.org/show_bug.cgi?id=21809
--- Comment #42 from Manu Manuel.Bihl@gmx.de 2010-04-17 14:56:40 --- (In reply to comment #41)
I switched from wine 1.1.40 + attachment #26628 [details] to 1.1.43 + attachment #27306 [details]. It works even better now as now for example:
- The nexus show an animation when producing units
- The end of a building warpin gets now displayed
- The loading bar no longer jumps to the right when it's full (bug #22088)
The loading bar bug is even mentioned in the newest wine changelog. The building warp also was displayed since I started playing (with the old patch). And the Nexus-Animation was displayed as well, but I'll try the other patch next time :P.
http://bugs.winehq.org/show_bug.cgi?id=21809
Paaru pcxunlimited@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |pcxunlimited@gmail.com
http://bugs.winehq.org/show_bug.cgi?id=21809
topha@arcor.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |topha@arcor.de
http://bugs.winehq.org/show_bug.cgi?id=21809
Joe Maloney jpm820@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jpm820@gmail.com
--- Comment #43 from Joe Maloney jpm820@gmail.com 2010-05-09 00:20:20 --- (In reply to comment #42)
(In reply to comment #41)
I switched from wine 1.1.40 + attachment #26628 [details] [details] to 1.1.43 + attachment #27306 [details] [details]. It works even better now as now for example:
- The nexus show an animation when producing units
- The end of a building warpin gets now displayed
- The loading bar no longer jumps to the right when it's full (bug #22088)
The loading bar bug is even mentioned in the newest wine changelog. The building warp also was displayed since I started playing (with the old patch). And the Nexus-Animation was displayed as well, but I'll try the other patch next time :P.
I can confirm attachment #27306 patch also works with the latest 1.1.44 for me and fixes the login issue
http://bugs.winehq.org/show_bug.cgi?id=21809
Jerome Leclanche adys.wh@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |adys.wh@gmail.com
--- Comment #44 from Jerome Leclanche adys.wh@gmail.com 2010-05-14 16:21:01 --- This issues affects WoW 3.3.5 PTR.
http://bugs.winehq.org/show_bug.cgi?id=21809
--- Comment #45 from Hans Leidekker hans@meelstraat.net 2010-05-14 16:23:07 --- *** Bug 22673 has been marked as a duplicate of this bug. ***
http://bugs.winehq.org/show_bug.cgi?id=21809
--- Comment #46 from Jerome Leclanche adys.wh@gmail.com 2010-05-16 10:14:07 --- Henri, is there any chance this can be fixed for 1.2? This bug is about to get extremely popular with the wow crowd in a few weeks if distros don't include unstable wine releases for a while (just like what happened with 1.0).
http://bugs.winehq.org/show_bug.cgi?id=21809
--- Comment #47 from Dan Kegel dank@kegel.com 2010-05-16 10:36:25 --- Alexandre says it's not as easy as it seems to do right.
http://bugs.winehq.org/show_bug.cgi?id=21809
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #27306|application/text |text/plain mime type| |
http://bugs.winehq.org/show_bug.cgi?id=21809
Christoph Korn c_korn@gmx.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |c_korn@gmx.de
http://bugs.winehq.org/show_bug.cgi?id=21809
Erich Hoover ehoover@mines.edu changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |ehoover@mines.edu
http://bugs.winehq.org/show_bug.cgi?id=21809
sT331h0rs3@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |sT331h0rs3@gmail.com
--- Comment #48 from sT331h0rs3@gmail.com 2010-05-26 00:25:12 --- (In reply to comment #44)
This issues affects WoW 3.3.5 PTR.
Bump! Same issue for me for WoW 3.3.5 PTR, can't log in...
http://bugs.winehq.org/show_bug.cgi?id=21809
--- Comment #49 from Dan Kegel dank@kegel.com 2010-05-27 23:21:26 --- Hmm. Exiting after putting in password now even with the patch...?
http://bugs.winehq.org/show_bug.cgi?id=21809
Reece Dunn msclrhd@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |msclrhd@gmail.com
http://bugs.winehq.org/show_bug.cgi?id=21809
--- Comment #50 from Manu Manuel.Bihl@gmx.de 2010-05-28 08:10:49 --- (In reply to comment #49)
Hmm. Exiting after putting in password now even with the patch...?
No, the patch is still working (SC2)
http://bugs.winehq.org/show_bug.cgi?id=21809
Jukka Tastula poltsy@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |poltsy@gmail.com
--- Comment #51 from Jukka Tastula poltsy@gmail.com 2010-05-30 12:17:14 --- Works for sc2 beta but appears to do nothing at all for wow ptr.
http://bugs.winehq.org/show_bug.cgi?id=21809
Robert roppie93@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |roppie93@hotmail.com
--- Comment #52 from Robert roppie93@hotmail.com 2010-06-02 09:29:31 --- This patch no longer seems to work since the new sc2 patch (14). I have this http://aur.archlinux.org/packages.php?ID=36651&detail=1 version installed.
The patch also affects Warcraft III, it crashes on logon with the patch applied.
http://bugs.winehq.org/show_bug.cgi?id=21809
--- Comment #53 from Robert roppie93@hotmail.com 2010-06-02 10:07:32 --- So I tested this on my ubuntu installation (64 bits, wine 1.1.42) and I can simply login without this patch. Looks like Blizzard fixed it?
I played a full game without any patches.
http://bugs.winehq.org/show_bug.cgi?id=21809
--- Comment #54 from Manu Manuel.Bihl@gmx.de 2010-06-02 15:54:13 --- I have the same problem with patch 14. Game crashes instantly after start. Tested with wine 1.2rc1, rc2 both with and without patch, no changes
http://bugs.winehq.org/show_bug.cgi?id=21809
Cynyr andrew.frink@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |andrew.frink@gmail.com
--- Comment #55 from Cynyr andrew.frink@gmail.com 2010-06-22 23:19:41 --- (In reply to comment #54)
I have the same problem with patch 14. Game crashes instantly after start. Tested with wine 1.2rc1, rc2 both with and without patch, no changes
#wine --version wine-1.2-rc3
World of Warcraft 3.3.5 Ruby Sanctum, crashes with an access violation while trying to log in. This is no longer the PTR client, it's live as of today. I have not tried the patch proposed.
If any additional info or debug logs would be helpful, I can post those as needed.
/vote
http://bugs.winehq.org/show_bug.cgi?id=21809
rmlipman@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |rmlipman@gmail.com
--- Comment #56 from rmlipman@gmail.com 2010-06-22 23:38:00 --- (In reply to comment #55)
(In reply to comment #54)
I have the same problem with patch 14. Game crashes instantly after start. Tested with wine 1.2rc1, rc2 both with and without patch, no changes
#wine --version wine-1.2-rc3
World of Warcraft 3.3.5 Ruby Sanctum, crashes with an access violation while trying to log in. This is no longer the PTR client, it's live as of today. I have not tried the patch proposed.
If any additional info or debug logs would be helpful, I can post those as needed.
/vote
The latest patch works for me. I was able to log in fine.
http://bugs.winehq.org/show_bug.cgi?id=21809
Mark morganm.qc@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |morganm.qc@gmail.com
--- Comment #57 from Mark morganm.qc@gmail.com 2010-06-23 00:09:56 --- I guess I picked a terrible day to turn my WoW account back on, having abandoned all Windows machines in my house many months ago. :) Looks like 3.3.5 just got released today so as of now WoW is unplayable on Linux without the legwork of grabbing the latest source & patch here and rolling your own wine.
I'm downloading wine from GIT and will install all the development libraries to try to get the latest patch in this thread working for me, but hopefully a fix is imminent in the current repositories so that downstream distributions can pick up the change and distribute via their package management tools to solve this problem. Thanks for your help with this.
http://bugs.winehq.org/show_bug.cgi?id=21809
--- Comment #58 from Roderick Colenbrander thunderbird2k@gmail.com 2010-06-23 00:18:36 --- Just that people are aware of it. A new bug has been opened for WoW 3.3.5 (see bug 23323) since the login crash might be more than just the SC2 bug.
http://bugs.winehq.org/show_bug.cgi?id=21809
--- Comment #59 from Mark morganm.qc@gmail.com 2010-06-23 00:58:11 --- OK I just finished a built-from-git install of wine 1.2 with latest patch I could find on this thread applied (http://bugs.winehq.org/attachment.cgi?id=27306):
wine --version
wine-1.2-rc4-70-g802c4de
uname -a
Linux rage 2.6.33.5-112.fc13.x86_64 #1 SMP Thu May 27 02:28:31 UTC 2010 x86_64 x86_64 x86_64 GNU/Linux
Warcraft 3.3.5 still crashes when attempting to login to battle.net. Comment #56 seems to indicate that the patch worked, but maybe that was for SC2 and the Warcraft 3.3.5 login is breaking in a different way. I'd be interested to know if anyone is able to get the latest patch working with Warcraft 3.3.5, or if we are completely without a fix at this time.
ps. I tried this with and without the "wldap32" hack mentioned on this thread: http://forum.winehq.org/viewtopic.php?t=8688&sid=3f73490cfe6d50f809163fb... ; it made no difference.
http://bugs.winehq.org/show_bug.cgi?id=21809
--- Comment #60 from Manu Manuel.Bihl@gmx.de 2010-06-23 02:15:57 --- I still have problems with SC2, but I can login and play Wow as well as WC3 (both on official Servers / Bnet in Europe). WC3 is even working in a clean wine-prefix. WoW is working after a few winetricks installations (no Idea which are usefull). E.G. try the guide which should help to play SC2 on Ubuntu Lucid and you can succesfully login into WoW. I'm using Debian squeeze/sid with 2.6.34.
http://bugs.winehq.org/show_bug.cgi?id=21809
s_kracker@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |s_kracker@web.de
--- Comment #61 from s_kracker@web.de 2010-06-23 08:28:58 --- (In reply to comment #57)
I guess I picked a terrible day to turn my WoW account back on, having abandoned all Windows machines in my house many months ago. :) Looks like 3.3.5 just got released today so as of now WoW is unplayable on Linux without the legwork of grabbing the latest source & patch here and rolling your own wine.
I'm downloading wine from GIT and will install all the development libraries to try to get the latest patch in this thread working for me, but hopefully a fix is imminent in the current repositories so that downstream distributions can pick up the change and distribute via their package management tools to solve this problem. Thanks for your help with this.
There is a way to play WoW without compiling your own wine version or using a patch. I've downloaded and installed Microsoft Visual C++ 2005 SP1 Redistributable Package: http://www.microsoft.com/downloads/en/confirmation.aspx?familyId=200b2fd9-ae...
After installing login to WoW works fine without installing winetricks (which got that fixed in package vcrun2005) or using a patch.
I found that hint in the WoW forums: http://forums.wow-europe.com/thread.html?topicId=11824663929&sid=1
http://bugs.winehq.org/show_bug.cgi?id=21809
--- Comment #62 from Mark morganm.qc@gmail.com 2010-06-23 10:59:37 ---
There is a way to play WoW without compiling your own wine version or using a patch. I've downloaded and installed Microsoft Visual C++ 2005 SP1 Redistributable Package: http://www.microsoft.com/downloads/en/confirmation.aspx?familyId=200b2fd9-ae...
After installing login to WoW works fine without installing winetricks (which got that fixed in package vcrun2005) or using a patch.
I found that hint in the WoW forums: http://forums.wow-europe.com/thread.html?topicId=11824663929&sid=1
I tried this and I get the same crash. I can't help but notice your European address and reference to European forums. Someone pointed out that European servers haven't received the 3.3.5 patch with RealID yet, and that seems to be what's breaking Linux-Wine-WoW on the US side.
At least one person (handle: Rhael) has reported success on the US servers, though I've no idea what he is doing different than the rest of the population here that is experiencing the crashes.
Wow-forum thread here: http://forums.worldofwarcraft.com/thread.html?topicId=25552675524&sid=1&...
and he (Rhael) also left a note on the other WineHQ bug (23323) reporting that his setup is working.
http://bugs.winehq.org/show_bug.cgi?id=21809
--- Comment #63 from Dan Kegel dank@kegel.com 2010-06-23 14:08:39 --- The SC2 patch seems to work for WoW here.
http://bugs.winehq.org/show_bug.cgi?id=21809
Torsten Andersson torsten.andersson@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |torsten.andersson@gmail.com
--- Comment #64 from Torsten Andersson torsten.andersson@gmail.com 2010-07-10 15:24:54 --- Seems like the only patch needed is the one to fix "patch #16" startup screen. Can someone confirm? If this is true we can close a lot of buggs.
http://bugs.winehq.org/show_bug.cgi?id=21809
--- Comment #65 from Florian florian@fkoeberle.de 2010-07-10 17:31:25 --- I can confirm that I no longer need the attached patch to play Starcraft 2. The patch which fixes bug 23556 is enough. It could be that either Blizzard fixed Starcraft 2 or that a installed (linux kernel?) security update fixed my system.
http://bugs.winehq.org/show_bug.cgi?id=21809
--- Comment #66 from Paaru pcxunlimited@gmail.com 2010-07-10 17:40:23 --- I cloned git into a new folder, then applied the patch from bug 23556. I did NOT apply the patch to fix the login crash. I then compiled Wine and tried SC2. The black screen was no longer there, and I could login correctly! I have not played any matches yet, but it does appear the login patch is no longer necessary.
...However, it is still disturbing that Wine crashed on a program when Windows does not. It may be a good idea to figure out why Wine/SC2 was crashing, and fix it so this problem doesn't occur again.
http://bugs.winehq.org/show_bug.cgi?id=21809
--- Comment #67 from Robert roppie93@hotmail.com 2010-07-12 15:49:59 --- Fixed for me too, looks like blizzard is watching us, or it's pure luck. Finding out why this bug occurred is gonna be a hard one, we can no longer test it.
http://bugs.winehq.org/show_bug.cgi?id=21809
--- Comment #68 from Henri Verbeet hverbeet@gmail.com 2010-07-12 17:12:18 --- (In reply to comment #67)
Finding out why this bug occurred is gonna be a hard one, we can no longer test it.
It's clear why the bug happened, and that it's still present. It's just that actually fixing it turns out to be non-trivial.
http://bugs.winehq.org/show_bug.cgi?id=21809
--- Comment #69 from lubosz lubosz@gmail.com 2010-07-12 20:10:27 --- I can confirm that this is not an issue for StarCraft II anymore. Should it be renamed and/or removed from the SC2 bug list?
http://bugs.winehq.org/show_bug.cgi?id=21809
d3snoopy@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |d3snoopy@gmail.com
--- Comment #70 from d3snoopy@gmail.com 2010-07-12 20:25:58 --- Confirmed also that it is no longer an issue.
http://bugs.winehq.org/show_bug.cgi?id=21809
--- Comment #71 from bugs.winehq.org@ben85.com 2010-07-12 20:43:49 --- can confirm that this patch is no longer needed, with current wine 1.2-rc5
but now i have crashs before loading screen about 90% of my trys, 5% crash ingame before login, 3% crash after founding players for match, and 2% chance to play an game.
but i think this is another problem, read something about kernel related problems, maybe i'll try to downgrade to 2.6.32
http://bugs.winehq.org/show_bug.cgi?id=21809
--- Comment #72 from Manu Manuel.Bihl@gmx.de 2010-07-13 00:00:51 --- (In reply to comment #71)
can confirm that this patch is no longer needed, with current wine 1.2-rc5
but now i have crashs before loading screen about 90% of my trys, 5% crash ingame before login, 3% crash after founding players for match, and 2% chance to play an game.
but i think this is another problem, read something about kernel related problems, maybe i'll try to downgrade to 2.6.32
I had the same problem and upgraded to 2.6.35-rc4 (current testing) and it's working fine. If you don't want to downgrade, upgrade, if you prefer older stables over never testing kernels, downgrade. Both should fix the 90%-crashing-issue.
http://bugs.winehq.org/show_bug.cgi?id=21809
--- Comment #73 from Florian florian@fkoeberle.de 2010-07-19 13:49:15 --- Could a World of Warcraft user please test if this bug is still existent on a Linux 2.6.32 or Linux 2.6.35+ system?
http://bugs.winehq.org/show_bug.cgi?id=21809
--- Comment #74 from Manu Manuel.Bihl@gmx.de 2010-07-19 14:06:59 --- (In reply to comment #73)
Could a World of Warcraft user please test if this bug is still existent on a Linux 2.6.32 or Linux 2.6.35+ system?
I've upgraded to: 2.6.35-rc4 to fix the other SC2 Bug, and I just patched WoW Europe (Germany like you, if you get your email in your home country :P) to current version and it worked fine. I haven't tested unpatched wine, I only applied the Patch to evade the black Screen on SC2 start.
http://bugs.winehq.org/show_bug.cgi?id=21809
--- Comment #75 from Florian florian@fkoeberle.de 2010-07-19 15:41:55 --- I vote for closing this bug then since both application have been fixed by blizzard.
http://bugs.winehq.org/show_bug.cgi?id=21809
--- Comment #76 from Dan Kegel dank@kegel.com 2010-07-19 15:51:08 --- A kernel fix was needed. We may want to keep this open until distros are shipping the good kernel...
http://bugs.winehq.org/show_bug.cgi?id=21809
--- Comment #77 from Dmitry Timoshkov dmitry@codeweavers.com 2010-07-21 07:06:44 --- Then the original bug has been fixed, and another problem is a duplicate of the bug 23323.
http://bugs.winehq.org/show_bug.cgi?id=21809
--- Comment #78 from Henri Verbeet hverbeet@gmail.com 2010-07-21 07:24:58 --- (In reply to comment #77)
Then the original bug has been fixed, and another problem is a duplicate of the bug 23323.
No, the original bug is still present, SC2 (apparently) just isn't affected by it anymore. Since the original bug (which comes down to more closely matching Windows process initialization) is non-trivial, that may mean we don't care anymore. I guess either WONTFIX or ABANDONED would be appropriate in that case. On the other hand, I wouldn't be completely surprised if it turns out other obfuscation schemes run into similar issues.
You're right that this bug has nothing at all to do with bug 23323, which was about the kernel bug wrt. handling icebp / int01.
http://bugs.winehq.org/show_bug.cgi?id=21809
Johan Euphrosine proppy@aminche.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |proppy@aminche.com
--- Comment #79 from Johan Euphrosine proppy@aminche.com 2010-08-01 07:15:07 --- I reported a similar issue there: http://bugs.winehq.org/show_bug.cgi?id=23858
With Starcraft 2: 1.0.1.16195 and 2.6.35-rc6 kernel.
ACCESS_VIOLATION after login with battle.net account.
I was not sure it was the same issue since upgrading the kernel didn't resolved the problem.
http://bugs.winehq.org/show_bug.cgi?id=21809
Robert saloution@googlemail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |saloution@googlemail.com
--- Comment #80 from Robert saloution@googlemail.com 2010-09-28 07:41:14 CDT --- After updating from opensuse 11.2 64bit to 11.3 64bit I am not able to play this game on my Laptop Lenovo T61 with Nvidia Quadro NVS 140M.
My setup: - opensuse 11.3 64 bit with kde 4.5.1 - kernel 2.6.36-rc5 with opensuse patches from factory repo - nvidia driver v256.53 patched version for kernel 2.6.36 - installed with WINEARCH=win32 into an own WINEPREFIX using wine-snapshot-32bit version 1.3.3.20100927 - sc2 updated itself without problems to the recent version - I did not tweak any registry entries or anything else.
Problem: After entering my mail address and pressing enter, the game crashes.
http://bugs.winehq.org/show_bug.cgi?id=21809
--- Comment #81 from Dan Kegel dank@kegel.com 2010-09-28 08:12:28 CDT --- Please file a bug with your linux vendor, they may be able to point you to an updated kernel.
http://bugs.winehq.org/show_bug.cgi?id=21809
--- Comment #82 from Robert saloution@googlemail.com 2010-09-28 08:19:49 CDT --- (In reply to comment #81)
Please file a bug with your linux vendor, they may be able to point you to an updated kernel.
I thought that 2.6.36-rc5 already contains the one necessary patch I heard of. Why version/patch is needed?
http://bugs.winehq.org/show_bug.cgi?id=21809
--- Comment #83 from Dan Kegel dank@kegel.com 2011-02-09 13:12:45 CST --- Can this be closed yet?
http://bugs.winehq.org/show_bug.cgi?id=21809
--- Comment #84 from Jerome Leclanche adys.wh@gmail.com 2011-02-09 13:13:28 CST --- (In reply to comment #83)
Can this be closed yet?
Yes. Probably as dupe of bug 23323.
http://bugs.winehq.org/show_bug.cgi?id=21809
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE
--- Comment #85 from Dmitry Timoshkov dmitry@codeweavers.com 2011-02-09 23:08:55 CST --- Marking as a duplicate.
*** This bug has been marked as a duplicate of bug 23323 ***
http://bugs.winehq.org/show_bug.cgi?id=21809
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #86 from Dmitry Timoshkov dmitry@codeweavers.com 2011-02-09 23:09:17 CST --- Closing duplicate.