cocos2d-x-3rd-party-libs-bin
cocos2d-x-3rd-party-libs-bin copied to clipboard
glfw 3.2 crashes during glfwInit() on some Windows 10 machines, upgrade to 3.2.1
Unfortunately I can't tell the exact reason because the bundled binary has no debug symbols, but it crashes with an access violation during glfwInit on one of my machines, although it's working fine on others. The machines are very similar (including the graphics card and the monitor configuration) except the one that crashes has a Ryzen CPU.
Updating the lib to glfw 3.2.1 seems to have fixed the issue.
Indeed updating the lib to glfw 3.2.1 fixed the issue for me.