http://bugs.winehq.org/show_bug.cgi?id=24515
Summary: Blue Mars beta client screen flickers horribly Product: Wine Version: 1.3.2 Platform: x86 URL: http://bluemars.com OS/Version: Linux Status: NEW Keywords: download Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: dank@kegel.com
The blue mars client installs and starts fine with just winetricks d3d9x_36... but it has a terrible flicker problem, there's a white background that shows up in front most of the time, and makes the app unusable.
http://bugs.winehq.org/show_bug.cgi?id=24515
--- Comment #1 from Austin English austinenglish@gmail.com 2010-11-04 20:27:58 CDT --- Still in git.
http://bugs.winehq.org/show_bug.cgi?id=24515
Matteo Bruni matteo.mystral@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |matteo.mystral@gmail.com
--- Comment #2 from Matteo Bruni matteo.mystral@gmail.com 2010-11-11 17:51:28 CST --- I gave a look to this bug. The game is actually drawing with both D3D9 and standard GDI calls to the same window. By disabling the D3D9 output (for example by hacking Present()) you can clearly see the login screen. Conversely, by hacking RedrawWindow to return immediately you can see the output of D3D rendering (that is, the initial white splash screen). As a guess, I suppose the application tries to disable D3D9 rendering once on the login screen, but for some reason this doesn't happen.
http://bugs.winehq.org/show_bug.cgi?id=24515
--- Comment #3 from Henri Verbeet hverbeet@gmail.com 2010-11-12 06:53:08 CST --- Does it set WS_CLIPCHILDREN on the window? This may be similar to bug 15232.
http://bugs.winehq.org/show_bug.cgi?id=24515
--- Comment #4 from Matteo Bruni matteo.mystral@gmail.com 2010-11-12 08:55:04 CST --- (In reply to comment #3)
Does it set WS_CLIPCHILDREN on the window? This may be similar to bug 15232.
Yes, it seems to be mostly a duplicate of bug 15232. The patch there helps, some draw glitches remain but they probably are a different problem.
http://bugs.winehq.org/show_bug.cgi?id=24515
joaopa jeremielapuree@yahoo.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jeremielapuree@yahoo.fr
--- Comment #5 from joaopa jeremielapuree@yahoo.fr 2011-07-09 23:50:36 CDT --- Duplicate of bug 15232 then?
http://bugs.winehq.org/show_bug.cgi?id=24515
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE
--- Comment #6 from Dan Kegel dank@kegel.com 2011-07-10 12:11:56 CDT --- Yeah.
*** This bug has been marked as a duplicate of bug 15232 ***
http://bugs.winehq.org/show_bug.cgi?id=24515
Jeff Zaroyko jeffz@jeffz.name changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #7 from Jeff Zaroyko jeffz@jeffz.name 2011-07-11 16:24:00 CDT --- Closing duplicate.