Are you sure this is glfwOpenWindow error? I donβt know why this is possible, maybe you are using too many bits for your z-buffer? This is the only thing I can think of.
try it
GLFWvidmode dvm; glfwGetDesktopMode(&dvm); glfwOpenWindow(winWidth, winHeight, dvm.RedBits, dvm.GreenBits, dvm.BlueBits, 0, 0, 0, GLFW_WINDOW);
And let's see, it still fails.
source share