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

Blah with OpenGL not working on Windows 10 #32

Open
qwekop opened this issue Feb 9, 2023 · 2 comments
Open

Blah with OpenGL not working on Windows 10 #32

qwekop opened this issue Feb 9, 2023 · 2 comments

Comments

@qwekop
Copy link

qwekop commented Feb 9, 2023

so i tried out the sample application from the readme and it ran fine with D3D11. but when i tried to run it with OpenGL, it just doesn't work. this is the output i get (btw i'm on CLion):

OpenGL 3.3.0 NVIDIA 528.49, NVIDIA GeForce GTX 1050/PCIe/SSE2

Process finished with exit code -1073740791 (0xC0000409)

i've tried everything from updating my nvidia drivers, updating my windows and i also tried to run it on my laptop which is also on windows 10 but every time i just get that message and nothing happens.

@NoelFB
Copy link
Owner

NoelFB commented Feb 13, 2023

I haven't had a chance to test / look into this yet but will soon! On Windows 0xC0000409 sounds like some kind of memory problem (stack buffer overrun, or something)? I'll take a look soon and see if I can spot it / reproduce it with a debugger.

@benjitrosch
Copy link
Contributor

Trying to reproduce on my Windows 10 but not getting the same problem. I am getting this warning however:

OpenGL 3.3.0 NVIDIA 526.98, NVIDIA GeForce RTX 3080 Ti/PCIe/SSE2

WARN: GL (PEROFRMANCE:MEDIUM) Program/shader state performance warning: Vertex shader in program 3 is being recompiled based on GL state.

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

3 participants