Skip to content
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

App crash on Apple Silicon m2 #163

Closed
Corsten56 opened this issue Jan 28, 2023 · 7 comments
Closed

App crash on Apple Silicon m2 #163

Corsten56 opened this issue Jan 28, 2023 · 7 comments

Comments

@Corsten56
Copy link

Hello.

Latest 3.28 version crashes on Macbook Pro with m2 CPU.
MacOS Ventura 13.2
crashreport.txt

Best regards.

@SaschaWillems
Copy link
Owner

I don't have any MacOS hardware to test this on, but looking at the crash report it looks like it's not finding the vulkan libraries:

Termination Reason:    Namespace DYLD, Code 1 Library missing
Library not loaded: @rpath/libvulkan.1.dylib
Referenced from: <47E14B79-1F18-3CCD-8A9C-36B7AADA3942> /Applications/vulkanCapsViewer.app/Contents/MacOS/vulkanCapsViewer
Reason: tried: '/Applications/vulkanCapsViewer.app/Contents/Frameworks/libvulkan.1.dylib' (no such file), '/Applications/vulkanCapsViewer.app/Contents/Frameworks/libvulkan.1.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS@rpath/libvulkan.1.dylib' (no such file), '/Applications/vulkanCapsViewer.app/Contents/Frameworks/libvulkan.1.dylib' (no such file), '/Applications/vulkanCapsViewer.app/Contents/Frameworks/libvulkan.1.dylib' (no such file), '/usr/local/lib/libvulkan.1.dylib' (no such file), '/usr/lib/libvulkan.1.dylib' (no such file, not in dyld cache)

Do you have the LunarG SDK installed? And MoltenVK properly setup?

@Corsten56
Copy link
Author

Nothing changed after LunarG SDK installation.
Not sure where to get binaries of MoltenVK.

Termination Reason: Namespace DYLD, Code 1 Library missing Library not loaded: @rpath/libvulkan.1.dylib

@SaschaWillems
Copy link
Owner

Is this the first version where that crash occured, or does this happen with previous versions too?

@Corsten56
Copy link
Author

This was a first version I've tested.
BTW iOS version from appstore works fine.

@Corsten56
Copy link
Author

Updated to 3.29
Same error :(

@SaschaWillems
Copy link
Owner

Tbh I have no clue how to fix this then. I don't own a Mac device and I don't know why the Vulkan library can't be found.

@Corsten56
Copy link
Author

Finally, I've done clean reinstallation (vulkansdk-macos-1.3.243.0) and it works now on MacOS Ventura 13.3.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants