http://bugs.winehq.org/show_bug.cgi?id=6812
------- Additional Comments From thunderbird2k@gmx.net 2007-03-08 15:59 ------- As a hack you can try to edit dlls/winex11.drv/opengl.c Go to the function X11DRV_ChoosePixelFormat it should be around line 1000 (my opengl.c contains some new work, so I don't know the real line number).
Then lets say after: if (TRACE_ON(opengl)) { TRACE("(%p,%p)\n", physDev, ppfd);
dump_PIXELFORMATDESCRIPTOR((const PIXELFORMATDESCRIPTOR *) ppfd); }
Add a line: return 1;
Then recompile and see what happens.
BTW your Nvidia drivers haven't been installed properly. You are mixing the libraries and kernel module of different driver versions.