Driver error messages when running "lutris -d"

( lutris --submit-issue )

Hi,

When starting “lutris -d”, driver error messages appear:

lutris -d

INFO 2025-01-25 08:55:45,935 [application.do_command_line:480]:Starting Lutris 0.5.18
INFO 2025-01-25 08:55:46,054 [startup.run_all_checks:120]:“card1” is NVIDIA GeForce RTX 4060 Ti (10de:2803 1462:5172 nvidia) Driver 550.120
ERROR: [Loader Message] Code 0 : vkCreateInstance: Found no drivers!
Cannot create Vulkan instance.
This problem is often caused by a faulty installation of the Vulkan driver or attempting to use a GPU that does not support Vulkan.
ERROR at ./vulkaninfo/./vulkaninfo.h:458:vkCreateInstance failed with ERROR_INCOMPATIBLE_DRIVER
ERROR 2025-01-25 08:55:46,112 [system.read_process_output:189]:[‘vulkaninfo’, ‘–summary’] command failed: Command ‘[‘vulkaninfo’, ‘–summary’]’ returned non-zero exit status 1.
DEBUG 2025-01-25 08:55:46,112 [system._execute:109]:Executing lspci
INFO 2025-01-25 08:55:46,121 [startup.run_all_checks:120]:“card0” is No GPU (simple-framebuffer) Driver None
DEBUG 2025-01-25 08:55:46,386 [path_cache._update_missing_games:114]:Checking for missing games
DEBUG 2025-01-25 08:55:46,419 [api.check_stale_runtime_versions:52]:Modified at Сб 25 янв 2025 08:29:19, will update after Сб 25 янв 2025 14:29:19
DEBUG 2025-01-25 08:55:46,420 [lutriswindow.create_runtime_updater_cb:1358]:Runtime up to date

What should I do about it?

  1. Check your graphics driver install.
  2. Check your vulkan install.
  3. Search the internet for RTX 40xx wine problem. I’ve read that there are specific problems for RTX 30xx and 40xx. Since I don’t own one I don’t know more.

You need to get to a state where the terminal command “vulkaninfo” gives you correct output without errors. After that try lutris -d again.

1 Like