erincatto / box2d

Box2D is a 2D physics engine for games
https://box2d.org
MIT License
8.05k stars 1.51k forks source link

GLFW error #700

Closed kadko closed 2 years ago

kadko commented 2 years ago

I build testbed by running build.bat file then I created binaries with generated Visual Studio 17 solution file

When I click testbed.exe I got this error:

GLFW error occured. Code: 65543. Description: WGL: OpenGL profile requested but
WGL_ARB_create_context_profile is unavailable
Failed to open GLFW g_mainWindow.

image

erincatto commented 2 years ago

I guess your platform is not supported by the version of OpenGL I use. Sorry!