-
-
Notifications
You must be signed in to change notification settings - Fork 639
New issue
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
LWJGL 3.3.4 crash in Vulkan natives (MoltenVK) on MacOS #1000
Comments
hi @Spasi I am facing the same issue in Mac. @kles4enko |
Outdated lwjgl version in vulkan mod jar file you need to ask devloper to fix this |
Yes.. They are on it I think. It works for me in 3.3.3. |
Had the same issue on MacOS Sequoia. Rolling back to 3.3.3 fixed it. Hopefully this will be fixed in the future |
LWJGL 3.3.4 causes a crash in Vulkan natives on macOS (see LWJGL issue #1000 LWJGL/lwjgl3#1000)
Version
3.3.4
Platform
macOS arm64
JDK
Oracle JDK 21.0.4
Module
Vulkan
Bug description
Version 3.3.4 has broken MoltenVK bindings for MacOS. Although, all good in 3.3.3.
OS: MacOS 14.5, 14.6.1, arm64
To reproduce the crash we just need to init GLWF and check for vulkan support:
Stacktrace or crash log output
In 3.3.3 all good and I have next lwjgl debug log:
In 3.3.4 I have crash:
System crash report:
Workaround
As a workaround just rollback to version 3.3.3.
The text was updated successfully, but these errors were encountered: