http://bugs.winehq.org/show_bug.cgi?id=17605
Roderick Colenbrander thunderbird2k@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |thunderbird2k@gmail.com
--- Comment #20 from Roderick Colenbrander thunderbird2k@gmail.com 2009-06-17 04:16:52 --- I would recommend to add +wgl to the +relay,+synchronous log as there might be something wrong in there. I'm not sure why there would be a crash in the normal GL code (it just forwards to native opengl) unless there is no WGL opengl context around or something like that. It could also be that glu32.dll is causing issues. This dll is a helper dll around opengl and internally it uses libGLU.so. There might be a bug somewhere there e.g. a calling convention one or so.
It would be useful to try a win32 glu32.dll using dll overrides (or just remove the wine version to be certain that it isn't used).
Roderick