I am unable to run my project. Godot gives me this error message - Unable to initialize video driver

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By bhagyajkuamar

this the message
Your video card driver doesn’t support any of the supported openGL
versions.
Please update your drivers or if you have a very old or integrated GPU
upgrade it.

Actually I have an up to date driver
Please help me

I got a similar message when I exported my game for PC. On one computer the game wouldn’t start throwing a similar drivers error, while on another it ran smoothly without a hitch. My guess back then was that GLES3 was to blame and I waited until Godot 3.1 was released, which supports GLES2. There seem to be some incompatibility issues with GLES3, so going GLES2 might solve the issue. I would suggest you run the game on multiple computers and if that doesn’t work, I suggest you try exporting a GLES2 version of your project.

johnygames | 2019-08-02 15:05

Which graphics card do you have? In many cases, despite an up to date driver, it could be that your hardware is just too old to run GLES3.

Zylann | 2019-08-02 15:15

:bust_in_silhouette: Reply From: mabelair88

I have the same problem, my video card is a GeForce RTX 2070 Nvidia. My CPU is an Omen HP I7 and I am running on Win 10 Familly. I think the video card is running on OpenGL GLES 4.6. How can I set it to GLES2.
Michel