[Bug 22306] New: Unable to see menus with ATI graphics cards
http://bugs.winehq.org/show_bug.cgi?id=22306 Summary: Unable to see menus with ATI graphics cards Product: Wine Version: unspecified Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: blocker Priority: P2 Component: directx-d3d AssignedTo: wine-bugs(a)winehq.org ReportedBy: xnerdxinlove(a)aim.com After logging into Starcraft 2 the menus are constantly changing through different jagged shapes and disappear and reappear. Constantly moving the virtual desktop window allows the menus for battle.net to be seen clearly but window must constantly be moving. Navigation works if you can guess correctly what button is what from shacking the window around, in-game graphics icons units are covered by green/gray static. According to most users ATI graphics cards seem to be unable to run Starcraft 2 in comparison to other graphics cards using 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=22306 Vitaliy Margolen <vitaliy(a)kievinfo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Alias|Starcraft2 | Severity|blocker |minor --- Comment #1 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2010-04-07 20:02:27 --- Not blocker: http://bugs.winehq.org/page.cgi?id=fields.html#bug_severity What Wine version? What exact video card and what exact video drivers 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=22306 --- Comment #2 from Michael Griffith <xnerdxinlove(a)aim.com> 2010-04-07 22:31:31 --- Versions 1.1.39 - 1.1.41 Graphics Card is ATI Radeon HD 4850: http://www.amd.com/us/products/desktop/graphics/ati-radeon-hd-4000/hd-4850/P... Graphics Driver is from ATI (latest): http://support.amd.com/us/gpudownload/linux/Pages/radeon_linux.aspx?type=2.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=22306 Dmitry Timoshkov <dmitry(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|unspecified |1.1.41 -- 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=22306 Roderick Colenbrander <thunderbird2k(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |thunderbird2k(a)gmail.com --- Comment #3 from Roderick Colenbrander <thunderbird2k(a)gmail.com> 2010-04-14 03:21:46 --- I can confirm this issue. Right now SC2 doesn't work for me at all on current GIT (nothing is shown) but an older version worked fine. While hunting this regression I spotted an older Wine version which doesn't have the rendering issue you describe (I have seen that one before as well). I'll try to find that one 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=22306 --- Comment #4 from Roderick Colenbrander <thunderbird2k(a)gmail.com> 2010-04-14 07:13:13 --- The bug goes away if you disable GL_ARB_map_buffer_range by adding a '//' in dlls/wined3d/directx.c: // {"GL_ARB_map_buffer_range", ARB_MAP_BUFFER_RANGE, 0 }, It is too early to say whether it is a Wine bug or a driver 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=22306 --- Comment #5 from Roderick Colenbrander <thunderbird2k(a)gmail.com> 2010-04-14 08:01:59 --- Created an attachment (id=27357) --> (http://bugs.winehq.org/attachment.cgi?id=27357) Fix This patch should fix the issue. We still need to check how it affects other games like Half-life2 before I submit 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=22306 Roderick Colenbrander <thunderbird2k(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Unable to see menus with |StarCraft 2: misrendered |ATI graphics cards |menus with ATI graphics | |cards --- Comment #6 from Roderick Colenbrander <thunderbird2k(a)gmail.com> 2010-04-14 08:02:51 --- Changed the topic. -- 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=22306 Evan Smith <easmith0683(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |easmith0683(a)gmail.com --- Comment #7 from Evan Smith <easmith0683(a)gmail.com> 2010-04-16 20:09:04 --- Sorry, but Linux and WINE are new to me. How do I implement the fix posted above? -- 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=22306 kurt <xxxdeadzombiexxx(a)aol.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |xxxdeadzombiexxx(a)aol.com --- Comment #8 from kurt <xxxdeadzombiexxx(a)aol.com> 2010-04-23 05:12:03 --- i have an ati 4850 i applied the patch and notice some improvements but im still experiencing trouble with the screen distorted while selecting different options. when i try to start a match it exit to desktop< not sure if its related when applyed the patch. -- 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=22306 --- Comment #9 from kurt <xxxdeadzombiexxx(a)aol.com> 2010-04-23 05:13:23 --- sorry to mention wine 1.1.43 -- 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=22306 Roderick Colenbrander <thunderbird2k(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |DUPLICATE --- Comment #10 from Roderick Colenbrander <thunderbird2k(a)gmail.com> 2010-04-29 05:25:04 --- Duplicate *** This bug has been marked as a duplicate of bug 21610 *** -- 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=22306 Dmitry Timoshkov <dmitry(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #11 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2010-04-29 05:54:28 --- Closing duplicate. -- 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