[Bug 26512] winex11 : pixelformat_from_fbconfig_id() : crashes when calling GetDC() with OpenGL window

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Mar 22 23:25:40 CDT 2011


http://bugs.winehq.org/show_bug.cgi?id=26512

Roderick Colenbrander <thunderbird2k at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |thunderbird2k at gmail.com

--- Comment #6 from Roderick Colenbrander <thunderbird2k at gmail.com> 2011-03-22 23:25:40 CDT ---
I haven't noticed a OpenGL / D3D situation like this before and I have no idea
if it could work at all. That said, try to add a line like this to the start of
pixelformat_from_fbconfig_id:
if (!has_opengl()) return 0;

It would trigger initialization of the OpenGL code. Though I have no idea what
will happen ..

-- 
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.



More information about the wine-bugs mailing list