http://bugs.winehq.org/show_bug.cgi?id=22608
Summary: EVE online planets and planetary interaction icons fail to render correctly after 1.1.41 Product: Wine Version: 1.1.41 Platform: x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: directx-d3d AssignedTo: wine-bugs@winehq.org ReportedBy: rcxdude@gmail.com
after wine 1.1.41, planets in EVE online (and some other effects) do not render correctly - instead of an atmospheric glow a flat colour is shown. This is not particularly important but in the latest test version of the client the icons for the new planetary interaction feature do not appear at all, making this part of the game unplayable.
I was able to bisect this to the commit: [4cd69b8a097f16012f5c6ba3a6237df3495fba97] wined3d: Simplify the generated GLSL for NRM.
and reversing the changes made there on the latest version of wine in git fixed both the planet's atmospheres and the icons.
However, this appears to be graphics card dependent. I am using an NVIDIA 7950GT, while this bug was reported not to appear to occur on an NVIDIA GTX 275 (at least the planetary interaction icons appeared)
I have no idea what the above change does, but it appears to be incorrect in some cases.