-
-
Notifications
You must be signed in to change notification settings - Fork 71
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
mpv: hit program assert when using vf=libplacebo under Xcode debug mode #225
Comments
Hi, can you check if the vulkan validation layers report something here? It sounds like the problem is a free() being called while the object is still in use, something that the VVL should be able to catch (and give us more info on). |
try to use official Vulkan SDK (1.3.268.1 latest) and enable VVL, but libplacebo failed to initial vulkan device with error(following official document and add macOS/Framework/vulkan.framework to project):
this is the full mpv log I'm a little new on this , last time the error triggered I just replace vulkan.framework with MoltenVK.xcframework , any advise on this ? or is there any other way to enable VVL without using official SDK BTW: when using compiled mpv or ffplay under command line, libplacebo works without the above error, already try open debug app under command line, but still fail with same error |
Important Information
Reproduction steps
Expected behavior
libplacebo filter works
Actual behavior
hit program assert
Screenshot of the debug trace info
The text was updated successfully, but these errors were encountered: