-
Notifications
You must be signed in to change notification settings - Fork 428
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
vkGetInstanceProcAddr Crash #1808
Comments
Adding log from the Vulkan Configurator in API dump mode. |
Your It's not clear from your If |
I'm getting a similar crash when running through chapter 2 of the updated vulkan guide, the section on "Setting up ImGui". An exception with EXC_BAD_ACCESS, code 2 is raised when trying to call |
This is on "Apple M1" with Vulkan 1.2.275 driver. |
Have you enabled the |
I tracked this down to Dear ImGui loading vulkan.h while volk was also in use, resulting in symbol name conflicts. |
When calling GlfwWindow.Create the MoltenVK function vkGetInstanceProcAddr crashes the runtime.
For context:
dotnet/Silk.NET#1192
The same solution works on windows.
I tried to execute visa Rosetta and native arm64.
crash-report-arm64.txt
crashreport.txt
The text was updated successfully, but these errors were encountered: