We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have found an error "RuntimeError: vk::createInstanceUnique: ErrorExtensionNotPresent" during the running of reenact.py. How to fix this problem?
The text was updated successfully, but these errors were encountered:
Hi, @NW9712
I got the same error "RuntimeError: vk::createInstanceUnique: ErrorExtensionNotPresent".
Have you solved this problem? If you solve it, please tell me how, thank you very much!
Sorry, something went wrong.
Hi, @michaildoukas
I think this may be a problem caused by the driver not supporting it. Can you tell me your driver version?
When I run "vulkaninfo", I got this error :
`VULKAN INFO
Vulkan Instance Version: 1.1.70
/build/vulkan-UL09PJ/vulkan-1.1.70+dfsg1/demos/vulkaninfo.c:2700: failed with VK_ERROR_INITIALIZATION_FAILED`
I guess I found the answer: game-ci/docker#215 (comment)
No branches or pull requests
I have found an error "RuntimeError: vk::createInstanceUnique: ErrorExtensionNotPresent" during the running of reenact.py. How to fix this problem?
The text was updated successfully, but these errors were encountered: