[Bug 43833] FATAL ERROR: wglCreateContextAttribsARB failed in Wolfenstein: The New Order

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Oct 16 21:22:32 CDT 2017


https://bugs.winehq.org/show_bug.cgi?id=43833

--- Comment #2 from Ken Thomases <ken at codeweavers.com> ---
This game uses OpenGL (as opposed to Direct3D) and requires that the OpenGL
implementation supports the "compatibility profile". My understanding is that
the only driver that implements that on Linux is the NVIDIA proprietary binary
driver. Mesa does not. Other drivers support the "core profile" of OpenGL 3.2+,
which drops support for a lot of ancient, deprecated features. Apparently,
W:TNO still needs and uses those ancient, deprecated features.

This isn't just neglect on their part, where they asked for the compatibility
profile by default even though they could work with the core profile. We've
tried faking it and returning a core profile context, but the game really does
attempt to use the missing functionality.

There's not much Wine can do here, I'm afraid.

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