-
Notifications
You must be signed in to change notification settings - Fork 14
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
22.04 Ubuntu aarch64 Vulkan Error VK_ERROR_INITIALIZATION_FAILED #81
Comments
Weird, last time I tried to run this on a Pi it worked well. Maybe I screwed up some config. Can you set the following envoriment variable and post the logs again, please?
|
I rebuilt directly on the pi so I could get more info (took forever) Here's more info which I'll be looking at what I can change, if anything.
|
Looks like it's a Vulkan driver issue. Most likely an installation problem. Can you try to run |
On a 22.04 aarch64 build on a Pi4 I've ran into the following using the main and alpha 5 branches (running it with or without root).
ubuntu@ubuntu:/usr/src/CyberEther/build$ ./cyberether
JETSTREAM [WARN] | [VULKAN] Optional device extension 'VK_EXT_external_memory_host' is not supported.
JETSTREAM [WARN] | [VULKAN] Optional device extension 'VK_KHR_portability_subset' is not supported.
JETSTREAM [INFO] | -----------------------------------------------------
JETSTREAM [INFO] | Jetstream Heterogeneous Backend [VULKAN]
JETSTREAM [INFO] | -----------------------------------------------------
JETSTREAM [INFO] | Device Name: V3D 4.2.14
JETSTREAM [INFO] | Device Type: INTEGRATED
JETSTREAM [INFO] | API Version: 1.2.255
JETSTREAM [INFO] | Unified Memory: YES
JETSTREAM [INFO] | Processor Count: 4
JETSTREAM [INFO] | Device Memory: 1.85 GB
JETSTREAM [INFO] | Staging Buffer: 64.00 MB
JETSTREAM [INFO] | Interoperability:
JETSTREAM [INFO] | - Can Import Device Memory: YES
JETSTREAM [INFO] | - Can Export Device Memory: YES
JETSTREAM [INFO] | - Can Export Host Memory: NO
JETSTREAM [INFO] | -----------------------------------------------------
JETSTREAM [ERROR] | [VULKAN] Can't create swapchain.
JETSTREAM [ERROR] | [VULKAN] Error code: VK_ERROR_INITIALIZATION_FAILED
Function main (../main.cc@180) throwed!
terminate called after throwing an instance of 'Jetstream::Result'
Aborted (core dumped)
The text was updated successfully, but these errors were encountered: