http://bugs.winehq.org/show_bug.cgi?id=12517
Summary: Wine graphics replaced by snow after upgrade to Hardy Heron Product: Wine Version: unspecified Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: enhancement Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: michael@araneidae.co.uk
After upgrading from Ubuntu 7.10 to the current version 8 beta a game which previously worked perfectly (Project Eden) now just displays a screen full of snow.
This is with wine version 0.9.59 with an ATI Radeon X1650 graphics card and the fglrx driver (xorg-driver-fglrx version 1:7.1.0-8-3+2.6.24.12-16.34).
This appears to be a regression, as the game previously worked perfectly.
http://bugs.winehq.org/show_bug.cgi?id=12517
--- Comment #1 from Lei Zhang thestig@google.com 2008-04-11 20:14:34 --- Did you upgrade to a new version of Wine when you upgraded to Hardy? When your entire OS changed, how did you determine this as a Wine bug?
http://bugs.winehq.org/show_bug.cgi?id=12517
--- Comment #2 from Michael Abbott michael@araneidae.co.uk 2008-04-12 13:24:52 --- I can confirm this as a regression. I have downloaded the head with git, compiled, confirmed the bug; then reverting to wine-0.9.58 and recompiling: the game now runs ok.
I will now run bisect and report back.
http://bugs.winehq.org/show_bug.cgi?id=12517
Michael Abbott michael@araneidae.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |major
http://bugs.winehq.org/show_bug.cgi?id=12517
Michael Abbott michael@araneidae.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |stefan@codeweavers.com
--- Comment #3 from Michael Abbott michael@araneidae.co.uk 2008-04-12 15:28:44 --- $ git bisect good 4640be8dc8347f4147cbf87c78b3cfa510fcccc3 is first bad commit commit 4640be8dc8347f4147cbf87c78b3cfa510fcccc3 Author: Stefan Dösinger stefan@codeweavers.com Date: Sat Mar 22 14:31:52 2008 +0100
wined3d: Fragment processing using GL_ATI_fragment_shader.
This adds code for handling fixed function fragment processing with the GL_ATI_fragment_shader extension. This is a sort-of programmable interface for fragment processing at the level of shader model 1.4 in d3d. This code is of use on r200, r250 and r280 cards(radeon 8500 to 9200) which do not support GL_ARB_fragment_program, but support pixel shader 1.4 on Windows. This code is somewhat a counterpart to the existing fragment processing code using GL_NV_register_combiners and GL_NV_texture_shader.
:040000 040000 1f98025b56ec69ff0ae262779ce95e40d9514c2c 8691da5c59cc3ecc2ebb39d225e3ed2d16a31111 M dlls
That took *hours*. I need a faster machine for these builds.
http://bugs.winehq.org/show_bug.cgi?id=12517
Michael Abbott michael@araneidae.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|unspecified |0.9.59.
http://bugs.winehq.org/show_bug.cgi?id=12517
Michael Abbott michael@araneidae.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Wine graphics replaced by |Wine graphics replaced by |snow after upgrade to Hardy |snow after upgrade to |Heron |version 0.9.59
http://bugs.winehq.org/show_bug.cgi?id=12517
Michael Abbott michael@araneidae.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |directx-d3d
http://bugs.winehq.org/show_bug.cgi?id=12517
--- Comment #4 from Lei Zhang thestig@google.com 2008-04-12 18:18:41 --- Thnaks for doing the regression tests. For future references, ccache is your friend.
Looks like the same issue as bug 12416?
http://bugs.winehq.org/show_bug.cgi?id=12517
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |DUPLICATE
--- Comment #5 from Austin English austinenglish@gmail.com 2008-04-12 21:58:28 --- Same patch caused the regression, and that bug report has more info/test patches. Marking this one as a dupe.
*** This bug has been marked as a duplicate of bug 12416 ***
http://bugs.winehq.org/show_bug.cgi?id=12517
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #6 from Austin English austinenglish@gmail.com 2008-04-12 21:58:36 --- Closing.
http://bugs.winehq.org/show_bug.cgi?id=12517
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|major |enhancement