http://bugs.winehq.org/show_bug.cgi?id=6812
------- Additional Comments From thunderbird2k@gmx.net 2006-03-12 06:06 ------- Indeed the program fails to find a pixel format but I don't think this is the real reason for the program not to work. As after the 'failed' call it checks for iPixelFormat 1 which always exists.
The program calls wglGetCurrentContext a number of times without explicitly creating a wgl context before calling it. Is the program in question by chance using glut? I have seen similar issues in programs which use glut.