¿como puedo solucionar este error?

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

Los controladores gráficos de su sistema no parecen ser compatibles con OpenGL 3.3 / OpenGL ES 3.0, lo siento :frowning:
Godot se autodestructirá tan pronto como confirme este mensaje de error.

:bust_in_silhouette: Reply From: Calinou

Which graphics card are you using? It might be too old to support OpenGL 2.1 well, which Godot requires. If your graphics card supports OpenGL 2.1 but not 3.3, you may need to force Godot to use the GLES2 renderer by starting it with the --video-driver GLES2 argument in a Command Prompt:

path\to\godot_editor.exe --video-driver GLES2