You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I start debugging 'EftRadar' I am getting the following exception: Exception thrown at 0x0000000000000000 in EftRadar.exe: 0xC0000005: Access violation executing location.
The following line in gltext.h is throwing the exception:
vertexShader = glCreateShader(GL_VERTEX_SHADER);
Is there anything I can do to fix this?
The text was updated successfully, but these errors were encountered:
It is failing to create the shader, which probably means that your machine cannot handle OpenGL 3.3. Check stdout as there may be shader creation errors.
When I start debugging 'EftRadar' I am getting the following exception: Exception thrown at 0x0000000000000000 in EftRadar.exe: 0xC0000005: Access violation executing location.
The following line in gltext.h is throwing the exception:
vertexShader = glCreateShader(GL_VERTEX_SHADER);
Is there anything I can do to fix this?
The text was updated successfully, but these errors were encountered: