You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue is due to a bug in GLFW 3.3.5 rather than this repo but I thought it would be useful to document this here since the latest version points to GLFW 3.3.5. It took me a while to track down the issue so I hope this helps someone else figure out the problem quicker.
Device info
macOS 11 (Big Sur) or older - works fine on macOS 12 (Monterey)
tested on with Intel chip although I expect the issue exists on macs with arm chip
This issue is due to a bug in
GLFW 3.3.5
rather than this repo but I thought it would be useful to document this here since the latest version points toGLFW 3.3.5
. It took me a while to track down the issue so I hope this helps someone else figure out the problem quicker.Device info
Steps to reproduce
glfwInit()
Expected behaviour
GLFW is initialised.
Actual behaviour
App crashes with the following stack trace:
Workaround
Force
3.3.4
in yourCargo.toml
:Fix
I think this issue has been fixed in
GLFW 3.3.6
. According to the release notes:The text was updated successfully, but these errors were encountered: