Godot carshes on start and displays a bunch of errors.

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

Due to the character limit i cannot past the entire cmd window but i can post only the errors:

252:
ERROR: _display_error_with_code: CanvasShaderGLES3: Vertex Program Compilatio
ailed:
ERROR: 23:2: ‘GL_ARB_explicit_attrib_location’ : extension is disabled
ERROR: 23:4: ‘GL_ARB_explicit_attrib_location’ : extension is disabled
ERROR: 23:31: ‘GL_ARB_explicit_attrib_location’ : extension is disabled

At: drivers/gles3/shader_gles3.cpp:164
ERROR: get_current_version: Method/Function Failed, returning: __null
At: drivers/gles3/shader_gles3.cpp:342
ERROR: bind: Condition ’ !version ’ is true. returned: false
At: drivers/gles3/shader_gles3.cpp:123
ERROR: _get_uniform: Condition ’ !version ’ is true. returned: -1
At: drivers/gles3/shader_gles3.h:381
ERROR: _get_uniform: Condition ’ !version ’ is true. returned: -1
At: drivers/gles3/shader_gles3.h:381
ERROR: _get_uniform: Condition ’ !version ’ is true. returned: -1
At: drivers/gles3/shader_gles3.h:381
ERROR: _get_uniform: Condition ’ !version ’ is true. returned: -1
At: drivers/gles3/shader_gles3.h:381
ERROR: _get_uniform: Condition ’ !version ’ is true. returned: -1
At: drivers/gles3/shader_gles3.h:381
ERROR: _get_uniform: Condition ’ !version ’ is true. returned: -1
At: drivers/gles3/shader_gles3.h:381
ERROR: _get_uniform: Condition ’ !version ’ is true. returned: -1
At: drivers/gles3/shader_gles3.h:381
ERROR: _get_uniform: Condition ’ !version ’ is true. returned: -1
At: drivers/gles3/shader_gles3.h:381
ERROR: _get_uniform: Condition ’ !version ’ is true. returned: -1
At: drivers/gles3/shader_gles3.h:381

Does GLES2 work? It could be a GPU driver issue causing the ERROR: _get_uniform: Condition ’ !version ’ is true. returned: -1. The cpp errors are likely a domino effect of this. Try redownloading godot (just in case the download corrupted) or/and checking the GPU driver version.

Magso | 2019-06-25 19:52

I have re-downloaded and reinstalled multiple times and yes my gpu supports OpenGL up to 4.0. My drivers were deemed up-to-date by intel driver & support system.
GPU: Intel(r) HD Graphics
Driver Model:WDDM 1.1

JessieDaJestaRice | 2019-07-04 00:49