Problem with GLFW

Monkey Targets Forums/Desktop/Problem with GLFW

Big Jim(Posted 2011) [#1]
I get the following error after compiling for GLFW. This happens when it's trying to open the window.

glfwOpenWindow failed
Failed to select a GLFWFBConfig from the alternatives
Unable to find a usable pixel format
Failed to create GLFW window
TRANS Failed to execute 'MonkeyGame', return code=-1


Big Jim(Posted 2011) [#2]
Bump...


marksibly(Posted 2011) [#3]
Hi,

Have you installed latest GL drivers?

Monkey also requires HW accelerated OpenGL.


therevills(Posted 2011) [#4]
A quick google search I came up with this:

http://orx-project.org/forum?func=view&catid=12&id=976&start=20#1058


After I reinstall the newest video card driver.. all problems are gone, Yeah! the default complied binaries from sourceforge.net is also works fine now.



and this:
http://sourceforge.net/projects/glfw/forums/forum/247562/topic/4039407

Maybe its the video card drivers... try updating them.


Big Jim(Posted 2011) [#5]
Strange, I didn't find these when I googled. Thanks! I'll give this a try when I get home.