Cannot create a Vulkan device, Try updating your video driver to more recent version

I'm trying to open a game which I made in Unreal Engine 5 and build for arm64. When I try to open the game I am getting an error:

Cannot create a Vulkan device, Try updating your video driver to more recent version

I couldn't figure out which driver is that driver I have gstreamer v4l2.

https://forums.developer.nvidia.com/t/cannot-creat-a-vulkan-device-try-updating-your-video-driver-to-more-recent-version/261997

Upvotes: 2

Views: 608

Answers (1)

kamilutkumavi0
kamilutkumavi0

Reputation: 1

Agx orin 64gb had a problem with VK_KHR_ray_query and they publish a additional file for jetson linux 36.3 called overlay_libcuda_36.3 after downloading it. Unzip and go to file directory then open terminal inside of it and run:

sudo cp * /usr/lib/aarch64-linux-gnu/nvidia

Upvotes: 0

Related Questions