Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exception when trying to run radar #22

Open
Vlieker opened this issue Jun 4, 2020 · 1 comment
Open

Exception when trying to run radar #22

Vlieker opened this issue Jun 4, 2020 · 1 comment

Comments

@Vlieker
Copy link

Vlieker commented Jun 4, 2020

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?

@ucectoplasm
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants