GLFW Failure, error Code: 65543: WGL: Failed to create OpenGL context

cello21 wrote on Monday, October 13, 2014:

If I start my Program, the following Message appears:

GLFW Failure, error Code: 65543: WGL: Failed to create OpenGL context!
Visual Studio Stops on Line: glfwSetFramebufferSizeCallback(win, framebuffer_size_callback);

I use Windows 7 64 Bit. I testet the 64 bit Versions of GLFW, but the same Error appears.

cello21 wrote on Monday, October 13, 2014:

Here a Screenshot…

elmindreda wrote on Monday, October 13, 2014:

Sounds like you are requesting a context your machine does not support.

cello21 wrote on Monday, October 13, 2014:

I think that the Windows window system is in a conflict with OpenGL… But i cant solve the problem… I Need a Little bit more help :frowning:

elmindreda wrote on Monday, October 13, 2014:

I think that the Windows window system is in a conflict with OpenGL.

Sorry, I don’t understand what you mean.

cello21 wrote on Wednesday, October 15, 2014:

YEEEES I got it - the problem was the graphic driver! I’ve update the drivers and so it runs now! :slight_smile:

me too same problom :innocent: :stuck_out_tongue_winking_eye:

Have you tried updating your driver, as this fixed the issue in the original post?

1 Like