[Bug 23637] New: Starcraft II is stuck in an infinite loop after starting
http://bugs.winehq.org/show_bug.cgi?id=23637 Summary: Starcraft II is stuck in an infinite loop after starting Product: Wine Version: 1.2-rc7 Platform: x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: directx-d3d AssignedTo: wine-bugs(a)winehq.org ReportedBy: vicky(a)cs1.fr Starcraft II displays a black screen (and the cursor of starcraft) with the wine console looping this : err:d3d:wined3d_event_query_test Event query created despite lack of GL support err:d3d:IWineD3DEventQueryImpl_GetData The GL event query failed, returning D3DERR_INVALIDCALL It may be a problem with my hardware. Graphic Card : ATI mobility radeon HD3450 Driver : radeonhd 1.3.0-5.4 -- 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=23637 --- Comment #1 from Jeff Zaroyko <jeffz(a)jeffz.name> 2010-07-13 19:37:36 --- please attach full terminal output as a text file http://wiki.winehq.org/FAQ#get_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=23637 Florian <florian(a)fkoeberle.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |florian(a)fkoeberle.de --- Comment #2 from Florian <florian(a)fkoeberle.de> 2010-07-14 02:33:18 --- Please also have a look at http://wiki.winehq.org/3DDriverIssues as it looks like your 3D driver isn't setup properly. The page describes how to get a +wgl log. Please attach the +wgl log to this bug as well. -- 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=23637 --- Comment #3 from Vickylatruite <vicky(a)cs1.fr> 2010-07-14 06:53:16 --- Created an attachment (id=29596) --> (http://bugs.winehq.org/attachment.cgi?id=29596) terminal output -- 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=23637 --- Comment #4 from Vickylatruite <vicky(a)cs1.fr> 2010-07-14 06:58:08 --- Created an attachment (id=29597) --> (http://bugs.winehq.org/attachment.cgi?id=29597) +wgl 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=23637 lubosz <lubosz(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lubosz(a)gmail.com --- Comment #5 from lubosz <lubosz(a)gmail.com> 2010-07-14 10:14:41 --- Does anyone with ATI cards does not have this problem? -- 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=23637 --- Comment #6 from Vickylatruite <vicky(a)cs1.fr> 2010-07-14 10:50:52 --- I just found this post on wine forum : http://forum.winehq.org/viewtopic.php?p=45949#45949 The same problem with Nvidia. -- 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=23637 --- Comment #7 from Florian <florian(a)fkoeberle.de> 2010-07-22 02:51:40 --- I had a second look at the log. It looks like WINE tries to use ARB shaders and fails to do so because the shader is to complex. Maybe before patch 16 the shader was simpler and that is why it worked before. The big question is: Why does it use ARB shaders and not GLSL? It could be that your graphic card or graphic card driver does not support GLSL. If you are lucky that isn't the case and you have disabled GLSL manually some time ago and forgot about it: You can use regedit to find out if the following registry key is set and to which value (Don't change any registry key if you don't know what you do or you may run in some strange "bugs" later on): HKEY_CURRENT_USER/Software/Wine/Direct3D/UseGLSL -- 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=23637 --- Comment #8 from Vickylatruite <vicky(a)cs1.fr> 2010-08-04 05:44:23 --- I didn't try the game before patch 16, so I don't know if it worked before. The key Direct3D didn't exist so I created it and I set UseGLSL to "enabled". This didn't solve the 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=23637 --- Comment #9 from lubosz <lubosz(a)gmail.com> 2010-08-04 06:13:18 --- Does this issue still occur with wine 1.3? Isn't this a duplicate of http://bugs.winehq.org/show_bug.cgi?id=23556 ? -- 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=23637 --- Comment #10 from Florian <florian(a)fkoeberle.de> 2010-08-04 06:53:50 --- No this isn't a duplicate of bug 23556. This bug most likely gets caused by the inablity of the 3D driver to deliver what WINE requests. -- 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=23637 Dario Meloni <mellon85(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mellon85(a)gmail.com --- Comment #11 from Dario Meloni <mellon85(a)gmail.com> 2010-08-15 01:42:02 --- It doesn't occour to me anymore (ATI HD 4890) with wine 1.3.0 -- 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=23637 Jörn Dreyer <jfd+winehq(a)butonic.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 --- Comment #12 from Jörn Dreyer <jfd+winehq(a)butonic.de> 2010-08-19 13:51:20 --- *** This bug has been confirmed by popular vote. *** -- 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=23637 Xavier Vachon <xvachon(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |xvachon(a)gmail.com --- Comment #13 from Xavier Vachon <xvachon(a)gmail.com> 2010-08-24 07:53:11 --- I do not experience this either with NVIDIA hardware and current git (1.3.1). Do we need more confirmations before marking this 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=23637 --- Comment #14 from Vickylatruite <vicky(a)cs1.fr> 2010-08-25 05:48:30 --- The bug still occurs with wine 1.3.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=23637 --- Comment #15 from Florian <florian(a)fkoeberle.de> 2010-08-31 17:21:20 CDT --- Dario Meloni and Xavier Vachon: Can you reproduce this bug with any older wine version? Jörn Dreyer: What graphic card are you using? Can you attach a +wgl log as well? -- 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=23637 --- Comment #16 from Dario Meloni <mellon85(a)gmail.com> 2010-09-01 00:36:32 CDT --- (In reply to comment #15)
Dario Meloni and Xavier Vachon: Can you reproduce this bug with any older wine version?
1.1.9 I have issues compiling this right now 1.2.0 no (here there was the bug) 1.3.0 no 1.3.1 no HEAD no -- 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=23637 Jörn Dreyer <jfd+winehq(a)butonic.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jfd+winehq(a)butonic.de --- Comment #17 from Jörn Dreyer <jfd+winehq(a)butonic.de> 2010-09-04 10:54:18 CDT --- hm, I switched back to wine-1.2 and dont experience this bug anymore. $lspci 01:05.0 VGA compatible controller: ATI Technologies Inc RS780M/RS780MN [Radeon HD 3200 Graphics] sc2+wgl.log attached. -- 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=23637 --- Comment #18 from Jörn Dreyer <jfd+winehq(a)butonic.de> 2010-09-04 11:08:49 CDT --- Created an attachment (id=30549) --> (http://bugs.winehq.org/attachment.cgi?id=30549) StarCraft II wine-1.2 +wgl 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=23637 --- Comment #19 from Florian <florian(a)fkoeberle.de> 2010-09-04 11:19:42 CDT --- Bug 23556 is about the black screen freeze which occred when starting the Starcraft 2 Beta. Bug 23556 does not occur in the released game so you can use wine 1.2 to run it. This is bug report is about a very similar issue but with warnings about "lack of GL support". -- 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=23637 --- Comment #20 from Vickylatruite <vicky(a)cs1.fr> 2010-10-31 07:44:05 CDT --- It seems the problem is solved with wine 1.35 -- 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=23637 Dan Kegel <dank(a)kegel.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dank(a)kegel.com --- Comment #21 from Dan Kegel <dank(a)kegel.com> 2010-10-31 08:22:27 CDT --- Anybody still having this problem with wine-1.3.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=23637 --- Comment #22 from lubosz <lubosz(a)gmail.com> 2010-12-06 15:08:33 CST --- Try to wait for 5 minutes. It starts eventually for me, as stated in my comment here http://bugs.winehq.org/show_bug.cgi?id=24742 -- 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=23637 joaopa <jeremielapuree(a)yahoo.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jeremielapuree(a)yahoo.fr --- Comment #23 from joaopa <jeremielapuree(a)yahoo.fr> 2011-08-02 06:20:38 CDT --- still a bug in current 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=23637 Patrick <thehub(a)lofty.net.au> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |thehub(a)lofty.net.au --- Comment #24 from Patrick <thehub(a)lofty.net.au> 2011-08-21 18:33:23 CDT --- I didn't check for terminal activity, but I did leave it for a while only to find that it was actually running at about two frames per minute on the intro video. -- 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=23637 Ken Sharp <kennybobs(a)o2.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |Abandoned? --- Comment #25 from Ken Sharp <kennybobs(a)o2.co.uk> 2013-08-04 11:17:01 CDT --- Please re-test in Wine 1.7 or later. -- 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=23637 Ken Sharp <imwellcushtymelike(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |ABANDONED --- Comment #26 from Ken Sharp <imwellcushtymelike(a)gmail.com> --- Abandoned. -- 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=23637 Wylda <wylda(a)volny.cz> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED CC| |wylda(a)volny.cz --- Comment #27 from Wylda <wylda(a)volny.cz> --- Closing. -- 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