http://bugs.winehq.org/show_bug.cgi?id=22400
Roderick Colenbrander thunderbird2k@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|directx-d3d |opengl
--- Comment #5 from Roderick Colenbrander thunderbird2k@gmail.com 2010-04-18 13:53:06 --- I have seen the log but have to study a bit what is going wrong. It looks like the issue is in the Wine opengl code. I think it has something to do with the visuals / fbconfigs. The current code assumes (based on what Nvidia did) that when a format lacks a visual that it is an offscreen format (e.g. a float pbuffer format). It appears that this driver offers 16-bit glxfbconfigs for which there is no visual. The code might be making some assumptions but I have to check that in detail. I will try to write a patch.