Unable to initialize OpenGL
See original GitHub issueDescribe the bug when program want to use OGL , vs output show error :
[OpenGL] Unable to initialize OpenGL: current platform does not support multithreaded context sharing (String #818892507)
To Reproduce
- just clone XamlControlsGallery
- build netcore project directly within AnyCPU
- click Media in menu
- See error in vs ouptut
Screenshots

Desktop (please complete the following information):
-
OS:

-
Version:

Issue Analytics
- State:
- Created 3 years ago
- Comments:10 (5 by maintainers)
Top Results From Across the Web
Unable to initialize OpenGL on Windows 11/10
The Unable to initialize OpenGL error on your Windows 11/10 gaming PC is graphics driver-related. So, you can begin troubleshooting to fix the ......
Read more >Unable to initialize OpenGL
The Unable to initialize OpenGL error usually means that the OpenGL version on your system (driver) is not in line with a specific...
Read more >Fix: Unable to initialize OpenGL window
Solution 1: Changing 'TKGRAPHICSSETTINGS.MXML' · Solution 2: Installing latest client for PS4 · Solution 3: Changing user/ logging in again.
Read more >SOLVED! No Man's Sky Unable To Initialize OpenGL Window
A Few Fixes · Restart · Free Game Files Of Corruption · Update The Graphics Card Driver · Apply Changes To Settings.
Read more >Doom 3: BFG Edition - Unable to initialize OpenGL
Doom 3: BFG Edition - Unable to initialize OpenGL. Please navigate to the game installation folder (default: C:\GOG Games\DOOM 3 BFG\).
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

OpenGL control isn’t currently supported with ANGLE, you need to switch to WGL by adding
to your app builder.
Same thing here… However, I cloned the Avalonia and built
ControlCatalog.NetCorewith UseWgl and the OpenGL tab work just fine on it so not quite sure what is going on here.Tested with NVIDIA driver 460.79 on Windows 20H2 (19042) with an RTX 2070 Max-Q.