Skip to content

SDL_Vulkan_LoadLibrary may fail in sandboxed Mac apps #8426

Open
@kiddkaffeine

Description

@kiddkaffeine

On MacOS, calling SDL_Vulkan_LoadLibrary(NULL) is supposed to look for libvulkan or libMoltenVK.

However, if an app is sandboxed, it appears that this lookup is done in ~/Library/Containers/your.app.id/Data rather than /path/to/App/Contents/MacOS, which will cause Vulkan loading to fail.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions