http://bugs.winehq.org/show_bug.cgi?id=17193 --- Comment #8 from Roderick Colenbrander <thunderbird2k(a)gmx.net> 2009-03-16 02:38:53 --- Hmm, strange. Figure out if wined3d is actually entering the DescribePixelFormat based pixel format initialization. You could force this by replacing 'if(GL_SUPPORT(WGL_ARB_PIXEL_FORMAT)) with 'if(0)'. If the code is entered figure out if the following part isn't entered: + ERR("Disabling Direct3D because no hardware accelerated pixel formats have been found!\n"); + + WineD3D_ReleaseFakeGLContext(); + HeapFree(GetProcessHeap(), 0, adapter->cfgs); + goto nogl_adapter; -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.