Unreal Engine won't open. Failed to Create Vulkan Device Error

Hello.

I have been experiencing an on launch error and inability to open the editor with the following error.

As far as I know I am on the latest drivers for my version of Debian Sid.

Here is the output of nvidia-smi:

+---------------------------------------------------------------------------------------+
| NVIDIA-SMI 535.161.08             Driver Version: 535.161.08   CUDA Version: 12.2     |
|-----------------------------------------+----------------------+----------------------+
| GPU  Name                 Persistence-M | Bus-Id        Disp.A | Volatile Uncorr. ECC |
| Fan  Temp   Perf          Pwr:Usage/Cap |         Memory-Usage | GPU-Util  Compute M. |
|                                         |                      |               MIG M. |
|=========================================+======================+======================|
|   0  NVIDIA GeForce RTX 2080 Ti     On  | 00000000:01:00.0  On |                  N/A |
|  0%   35C    P8              21W / 250W |    457MiB / 11264MiB |      1%      Default |
|                                         |                      |                  N/A |
+-----------------------------------------+----------------------+----------------------+

+---------------------------------------------------------------------------------------+
| Processes:                                                                            |
|  GPU   GI   CI        PID   Type   Process name                            GPU Memory |
|        ID   ID                                                             Usage      |
|=======================================================================================|
|    0   N/A  N/A       949      G   /usr/lib/xorg/Xorg                          232MiB |
|    0   N/A  N/A      1227      G   /usr/bin/nextcloud                           11MiB |
|    0   N/A  N/A      1341      G   alacritty                                    10MiB |
|    0   N/A  N/A      1460      G   /usr/lib/firefox/firefox                    199MiB |
+---------------------------------------------------------------------------------------+

I have checked that all my packages are up to date and I have managed to launch Unreal Engine before on this very machine. I am not sure what else I could try here. I am also certain that I have the latest Vulkan Drivers.

Here is the output of running the engine from the terminal: https://pastebin.com/mMFfYRiP

I would greatly appreciate any assistance from anyone that might know how to solve this. I am not sure what else I should do to troubleshoot this and I have tried all I found online.

I mean I’m no expert on any of these stats. But I noticed your driver version is Linux (correct me if I’m wrong.) Did you download UE using their special Linux download instructions?

If not that it could be a corrupted engine file, in which case you can uninstall and reinstall the engine.

Otherwise maybe rolling back a driver version might help?


All just basic troubleshooting. Sorry I couldn’t be of any more support. Hope it works though!

Yup, as I mentioned I am attempting to run the engine using Linux Debian. I installed the engine by downloaded the precompiled packages that are supplied by Epic Games.

Rolling back to an older version of nvidia drivers is something I don’t want to have to do but I will try it if all else fails.

Reinstalling the version of Unreal that I am using (5.2.1) from the Epics own prebuilt versions of the engine doesn’t seem to work. It just results in the same message.

Thanks for the help anyway.