https://bugs.winehq.org/show_bug.cgi?id=43833
Bug ID: 43833 Summary: FATAL ERROR: wglCreateContextAttribsARB failed in Wolfenstein: The New Order Product: Wine Version: 2.17 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: katoflip@protonmail.com Distribution: ---
Whenver I try to start up Wolfenstein: TNO I get this message.
https://ghostbin.com/paste/eyrvx
Let me know what other information I can provide.
https://bugs.winehq.org/show_bug.cgi?id=43833
--- Comment #1 from Justin Mitzel katoflip@protonmail.com --- none, apparently
https://bugs.winehq.org/show_bug.cgi?id=43833
--- Comment #2 from Ken Thomases ken@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.
https://bugs.winehq.org/show_bug.cgi?id=43833
Timothy t_arceri@yahoo.com.au changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |t_arceri@yahoo.com.au
--- Comment #3 from Timothy t_arceri@yahoo.com.au --- We have just enabled OpenGL 4.4 compat profile on the radeonsi Mesa driver this bug was reported against. The game now runs well, I'd recommend closing this bug.
https://bugs.winehq.org/show_bug.cgi?id=43833
Henri Verbeet hverbeet@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |NOTOURBUG Status|UNCONFIRMED |RESOLVED
--- Comment #4 from Henri Verbeet hverbeet@gmail.com --- (In reply to Timothy from comment #3)
We have just enabled OpenGL 4.4 compat profile on the radeonsi Mesa driver this bug was reported against. The game now runs well, I'd recommend closing this bug.
Thanks!
https://bugs.winehq.org/show_bug.cgi?id=43833
Henri Verbeet hverbeet@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #5 from Henri Verbeet hverbeet@gmail.com --- Reported fixed upstream.