We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug v2.4.0 doesn't work on MacOS. calling mlx_init returns NULL and mlx_errno is set to "Failed to create window".
mlx_init
NULL
mlx_errno
this bug was introduced with the release of v2.4.0, earlier versions work fine.
after looking into it, i think it's caused by the deletion of the following line here in #142
glfwWindowHint(GLFW_OPENGL_PROFILE, GLFW_OPENGL_CORE_PROFILE);
adding that back in fixes the issue
Desktop:
The text was updated successfully, but these errors were encountered:
Oof! That's weird, thought the tests would fail guess not? Let me fix this super fast.
Sorry, something went wrong.
d2d64bb
Weirdly enough at least on my M3, it worked before as well. I don't have a catalina mac availble to me atm.
If you can confirm to me that master works, i'll push out a release. Wish CI would support Catalina but monterey is oldest they support.
monterey
Master works now, thanks :D we are still using Catalina Macs in Heilbronn Campus (but soon™️ switching to Linux)
W2Wizard
No branches or pull requests
Describe the bug
v2.4.0 doesn't work on MacOS. calling
mlx_init
returnsNULL
andmlx_errno
is set to "Failed to create window".this bug was introduced with the release of v2.4.0, earlier versions work fine.
after looking into it, i think it's caused by the deletion of the following line here in #142
adding that back in fixes the issue
Desktop:
The text was updated successfully, but these errors were encountered: