Im getting this error message when i try to install and run ground control. It sounds like my graphics drivers aren’t up to date. However, as far as i can tell, they seem to be updated as far as i can. Does it seem like i need to buy a new graphics card or something? I hope not. Any insight is appreciated.
That’s what I ended up doing. I looked at my existing graphics card and it said I had an up to date version of Open GL, but it still would not work for me. I ended up buying a $40 graphics card off of Amazon and it fixed the issue.
2 Likes
open powershell as an administrator, and run this:
[Environment]::SetEnvironmentVariable(“KIVY_GL_BACKEND”, “angle_sdl2”, “User”)
Otherwise, if for some reason you wanted to do it manually instead of using powershell, do this:
- right click on This PC then open Properties .
- go to Advanced system settings .
- click on Environment Variables .
- click on New in User variables for — .
- put KIVY_GL_BACKEND in Variable name .
- put angle_sdl2 in Variable value .
3 Likes