Lutris failing to properly detect VulkanAPI

I am using Manjaro for about 5 years. In the last time system updates became like a lottery, never knows what application will be broken afterwards. So did the last system update. Before the update i have used Lutris since the last year without any issues. I can use timeshift and roll back to a working system in February or March, but it is not a permanent solution.

According to Lutris error messages the issue is somewhere in python scripts that are failing to properly detect VulkanAPI. Downgrading just Lutris package also is not a solution. Because of a tight integration with python you will need to downgrade it as well (12.3 → 11.9). But, if you will do this, it will break the downgrade package that will not be able to find a repository also because of a tight integration with python. The python modules for different versions are located in separate folders and will be not found.

Here are the error messages from Lutris:

[sema@vicky ~]$ 2024-06-09 16:56:14,590: The Battle.net source is unavailable because Google protobuf could not be loaded: No module named 'google'
2024-06-09 16:56:14,743: Starting Lutris 0.5.17
2024-06-09 16:56:14,817: NVIDIA GeForce RTX 4070 (10de:2786 1458:40ed nvidia) Driver 550.78
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 /usr/src/debug/vulkan-tools/Vulkan-Tools-1.3.269/vulkaninfo/./vulkaninfo.h:688:vkCreateInstance failed with ERROR_INCOMPATIBLE_DRIVER
2024-06-09 16:56:14,832: ['vulkaninfo', '--summary'] command failed: Command '['vulkaninfo', '--summary']' returned non-zero exit status 1.
2024-06-09 16:56:14,832:  (simple-framebuffer) Driver None
2024-06-09 16:56:15,047: Error reading color-scheme: g-dbus-error-quark: GDBus.Error:org.freedesktop.DBus.Error.UnknownMethod: No such interface “org.freedesktop.portal.Settings” on object at path /org/freedesktop/portal/desktop (19)
Traceback (most recent call last):
  File "/usr/lib/python3.12/site-packages/lutris/style_manager.py", line 80, in _call_cb
    values = obj.call_finish(result)
             ^^^^^^^^^^^^^^^^^^^^^^^
gi.repository.GLib.GError: g-dbus-error-quark: GDBus.Error:org.freedesktop.DBus.Error.UnknownMethod: No such interface “org.freedesktop.portal.Settings” on object at path /org/freedesktop/portal/desktop (19)

Here the info about the present VulkanAPI:

[sema@vicky ~]$ vulkaninfo --summary
==========
VULKANINFO
==========

Vulkan Instance Version: 1.3.279


Instance Extensions: count = 23
-------------------------------
VK_EXT_acquire_drm_display             : extension revision 1
VK_EXT_acquire_xlib_display            : extension revision 1
VK_EXT_debug_report                    : extension revision 10
VK_EXT_debug_utils                     : extension revision 2
VK_EXT_direct_mode_display             : extension revision 1
VK_EXT_display_surface_counter         : extension revision 1
VK_EXT_surface_maintenance1            : extension revision 1
VK_EXT_swapchain_colorspace            : extension revision 4
VK_KHR_device_group_creation           : extension revision 1
VK_KHR_display                         : extension revision 23
VK_KHR_external_fence_capabilities     : extension revision 1
VK_KHR_external_memory_capabilities    : extension revision 1
VK_KHR_external_semaphore_capabilities : extension revision 1
VK_KHR_get_display_properties2         : extension revision 1
VK_KHR_get_physical_device_properties2 : extension revision 2
VK_KHR_get_surface_capabilities2       : extension revision 1
VK_KHR_portability_enumeration         : extension revision 1
VK_KHR_surface                         : extension revision 25
VK_KHR_surface_protected_capabilities  : extension revision 1
VK_KHR_wayland_surface                 : extension revision 6
VK_KHR_xcb_surface                     : extension revision 6
VK_KHR_xlib_surface                    : extension revision 6
VK_LUNARG_direct_driver_loading        : extension revision 1

Instance Layers: count = 10
---------------------------
VK_LAYER_FROG_gamescope_wsi_x86_64 Gamescope WSI (XWayland Bypass) Layer (x86_64) 1.3.221  version 1
VK_LAYER_MANGOAPP_overlay          Mangoapp Layer                                 1.3.0    version 1
VK_LAYER_MANGOAPP_overlay          Mangoapp Layer                                 1.3.0    version 1
VK_LAYER_MANGOHUD_overlay_x86      Vulkan Hud Overlay                             1.3.0    version 1
VK_LAYER_MANGOHUD_overlay_x86_64   Vulkan Hud Overlay                             1.3.0    version 1
VK_LAYER_NV_optimus                NVIDIA Optimus layer                           1.3.277  version 1
VK_LAYER_VALVE_steam_fossilize_32  Steam Pipeline Caching Layer                   1.3.207  version 1
VK_LAYER_VALVE_steam_fossilize_64  Steam Pipeline Caching Layer                   1.3.207  version 1
VK_LAYER_VALVE_steam_overlay_32    Steam Overlay Layer                            1.3.207  version 1
VK_LAYER_VALVE_steam_overlay_64    Steam Overlay Layer                            1.3.207  version 1

Devices:
========
GPU0:
	apiVersion         = 1.3.277
	driverVersion      = 550.78.0.0
	vendorID           = 0x10de
	deviceID           = 0x2786
	deviceType         = PHYSICAL_DEVICE_TYPE_DISCRETE_GPU
	deviceName         = NVIDIA GeForce RTX 4070
	driverID           = DRIVER_ID_NVIDIA_PROPRIETARY
	driverName         = NVIDIA
	driverInfo         = 550.78
	conformanceVersion = 1.3.7.2
	deviceUUID         = 8d68b803-947d-61d3-37a1-b80f1935405f
	driverUUID         = 16b53f03-9983-54e3-8da5-d5afcf7518e3
[sema@vicky ~]$

Moderator edit: In the future, please use proper formatting: [HowTo] Post command output and file content as formatted text

Please edit your post and paste the terminal output using proper formatting instead of posting a screenshot.

For one, you’re missing a couple optional dependencies of lutris: python-protobuf (BattleNet integration) and xdg-desktop-portal-impl. Install them as dependencies and when prompted, choose the proper XDG Desktop Portal implementation; i.e., xdg-desktop-portal-gtk if you’re using Xfce:

sudo pacman -S --asdeps python-protobuf xdg-desktop-portal-impl

As far as Lutris not detecting the Vulkan driver, please post the output of:

mhwd -li
inxi -v8azy
pacman -Qs nvidia
pacman -Qs vulkan

Originally I have tried to post it as text, but the site has refused to publish the post arguing that it has found some links there. Therefore i have taken a screenshot as a workaround.

you can’t post the raw text, but if you format it as terminal output as you did with the second example then links won’t matter - since they are just text then, not clickable active links

[sema@vicky ~]$ mhwd -li
> Installed PCI configs:
--------------------------------------------------------------------------------
                  NAME               VERSION          FREEDRIVER           TYPE
--------------------------------------------------------------------------------
          video-nvidia            2024.05.03               false            PCI

[sema@vicky ~]$ inxi -v8azy
System:
  Kernel: 6.6.32-1-MANJARO arch: x86_64 bits: 64 compiler: gcc v: 14.1.1
    clocksource: tsc avail: hpet,acpi_pm
    parameters: BOOT_IMAGE=/@/boot/vmlinuz-6.6-x86_64
    root=UUID=fc454f46-5b38-4c19-9c67-8f8cc70b7fb6 rw rootflags=subvol=@
    apparmor=1 security=apparmor udev.log_priority=3
  Desktop: Xfce v: 4.18.1 tk: Gtk v: 3.24.36 wm: xfwm4 v: 4.18.0
    with: xfce4-panel tools: light-locker vt: 7 dm: LightDM v: 1.32.0
    Distro: Manjaro base: Arch Linux
Machine:
  Type: Desktop System: ASUSTeK product: N/A v: N/A
    serial: <superuser required>
  Mobo: ASUSTeK model: Pro WS W680-ACE v: Rev 1.xx
    serial: <superuser required> part-nu: SKU uuid: <superuser required>
    UEFI: American Megatrends v: 3501 date: 04/19/2024
Battery:
  Message: No system battery data found. Is one present?
Memory:
  System RAM: total: 64 GiB available: 62.41 GiB used: 5.58 GiB (8.9%)
  Message: For most reliable report, use superuser + dmidecode.
  Array-1: capacity: 256 GiB slots: 4 modules: 2 EC: Single-bit ECC
    max-module-size: 64 GiB note: est.
  Device-1: Controller0-DIMM0 type: no module installed
  Device-2: Controller0-DIMM1 type: DDR5 detail: synchronous size: 32 GiB
    speed: 4800 MT/s volts: note: check curr: 1 min: 1 max: 1 width (bits):
    data: 64 total: 80 manufacturer: Kingston part-no: 9965794-016.A00G
    serial: <filter>
  Device-3: Controller1-DIMM0 type: no module installed
  Device-4: Controller1-DIMM1 type: DDR5 detail: synchronous size: 32 GiB
    speed: 4800 MT/s volts: note: check curr: 1 min: 1 max: 1 width (bits):
    data: 64 total: 80 manufacturer: Kingston part-no: 9965794-016.A00G
    serial: <filter>
PCI Slots:
  Permissions: Unable to run dmidecode. Root privileges required.
CPU:
  Info: model: 13th Gen Intel Core i5-13600K bits: 64 type: MST AMCP
    arch: Raptor Lake gen: core 13 level: v3 note: check built: 2022+
    process: Intel 7 (10nm) family: 6 model-id: 0xB7 (183) stepping: 1
    microcode: 0x123
  Topology: cpus: 1x cores: 14 mt: 6 tpc: 2 st: 8 threads: 20 smt: enabled
    cache: L1: 1.2 MiB desc: d-8x32 KiB, 6x48 KiB; i-6x32 KiB, 8x64 KiB
    L2: 20 MiB desc: 6x2 MiB, 2x4 MiB L3: 24 MiB desc: 1x24 MiB
  Speed (MHz): avg: 905 high: 1108 min/max: 800/5100:3900 scaling:
    driver: intel_pstate governor: powersave cores: 1: 1100 2: 1108 3: 1100
    4: 800 5: 1100 6: 800 7: 1100 8: 800 9: 1100 10: 800 11: 1100 12: 800
    13: 800 14: 800 15: 800 16: 800 17: 800 18: 800 19: 800 20: 800
    bogomips: 139820
  Flags: 3dnowprefetch abm acpi adx aes aperfmperf apic arat
    arch_capabilities arch_lbr arch_perfmon art avx avx2 avx_vnni bmi1 bmi2
    bts cat_l2 cdp_l2 clflush clflushopt clwb cmov constant_tsc cpuid
    cpuid_fault cx16 cx8 de ds_cpl dtes64 dtherm dts epb ept ept_ad erms est
    f16c flexpriority flush_l1d fma fpu fsgsbase fsrm fxsr gfni hfi ht hwp
    hwp_act_window hwp_epp hwp_notify hwp_pkg_req ibpb ibrs ibrs_enhanced ibt
    ida intel_pt invpcid lahf_lm lm mca mce md_clear mmx monitor movbe
    movdir64b movdiri msr mtrr nonstop_tsc nopl nx ospke pae pat pbe pclmulqdq
    pconfig pdcm pdpe1gb pebs pge pku pln pni popcnt pse pse36 pts rdpid
    rdrand rdseed rdt_a rdtscp rep_good sdbg sep serialize sha_ni smap smep
    smx split_lock_detect ss ssbd sse sse2 sse4_1 sse4_2 ssse3 stibp syscall
    tm tm2 tme tpr_shadow tsc tsc_adjust tsc_deadline_timer tsc_known_freq
    umip user_shstk vaes vme vmx vnmi vpclmulqdq vpid waitpkg x2apic xgetbv1
    xsave xsavec xsaveopt xsaves xtopology xtpr
  Vulnerabilities:
  Type: gather_data_sampling status: Not affected
  Type: itlb_multihit status: Not affected
  Type: l1tf status: Not affected
  Type: mds status: Not affected
  Type: meltdown status: Not affected
  Type: mmio_stale_data status: Not affected
  Type: reg_file_data_sampling mitigation: Clear Register File
  Type: retbleed status: Not affected
  Type: spec_rstack_overflow status: Not affected
  Type: spec_store_bypass mitigation: Speculative Store Bypass disabled via
    prctl
  Type: spectre_v1 mitigation: usercopy/swapgs barriers and __user pointer
    sanitization
  Type: spectre_v2 mitigation: Enhanced / Automatic IBRS; IBPB: conditional;
    RSB filling; PBRSB-eIBRS: SW sequence; BHI: BHI_DIS_S
  Type: srbds status: Not affected
  Type: tsx_async_abort status: Not affected
Graphics:
  Device-1: NVIDIA AD104 [GeForce RTX 4070] vendor: Gigabyte driver: nvidia
    v: 550.78 alternate: nouveau,nvidia_drm non-free: 550.xx+
    status: current (as of 2024-04) arch: Lovelace code: AD1xx
    process: TSMC n4 (5nm) built: 2022+ pcie: gen: 2 speed: 5 GT/s lanes: 16
    link-max: gen: 4 speed: 16 GT/s ports: active: none off: DP-1
    empty: DP-2,DP-3,HDMI-A-1 bus-ID: 01:00.0 chip-ID: 10de:2786 class-ID: 0300
  Display: x11 server: X.Org v: 21.1.13 with: Xwayland v: 24.1.0
    compositor: xfwm4 v: 4.18.0 driver: X: loaded: nvidia
    gpu: nvidia,nvidia-nvswitch display-ID: :0.0 screens: 1
  Screen-1: 0 s-res: 3840x2160 s-dpi: 96 s-size: 1016x572mm (40.00x22.52")
    s-diag: 1166mm (45.9")
  Monitor-1: DP-0 res: 3840x2160 hz: 60 dpi: 138
    size: 708x399mm (27.87x15.71") diag: 813mm (32") modes: N/A
  API: EGL v: 1.5 hw: drv: nvidia platforms: device: 0 drv: nvidia device: 2
    drv: swrast gbm: drv: kms_swrast surfaceless: drv: nvidia x11: drv: nvidia
    inactive: wayland,device-1
  API: OpenGL v: 4.6.0 compat-v: 4.5 vendor: nvidia mesa v: 550.78 glx-v: 1.4
    direct-render: yes renderer: NVIDIA GeForce RTX 4070/PCIe/SSE2
    memory: 11.71 GiB
  API: Vulkan v: 1.3.279 layers: 10 device: 0 type: discrete-gpu
    name: NVIDIA GeForce RTX 4070 driver: nvidia v: 550.78 device-ID: 10de:2786
    surfaces: xcb,xlib
Audio:
  Device-1: Intel Alder Lake-S HD Audio vendor: ASUSTeK driver: snd_hda_intel
    v: kernel alternate: snd_sof_pci_intel_tgl bus-ID: 00:1f.3 chip-ID: 8086:7ad0
    class-ID: 0403
  Device-2: NVIDIA vendor: Gigabyte driver: snd_hda_intel v: kernel pcie:
    gen: 4 speed: 16 GT/s lanes: 16 bus-ID: 01:00.1 chip-ID: 10de:22bc
    class-ID: 0403
  API: ALSA v: k6.6.32-1-MANJARO status: kernel-api with: aoss
    type: oss-emulator tools: alsactl,alsamixer,amixer
  Server-1: JACK v: 1.9.22 status: off tools: N/A
  Server-2: PipeWire v: 1.0.7 status: active with: 1: pipewire-pulse
    status: active 2: pipewire-media-session status: active 3: pipewire-alsa
    type: plugin tools: pactl,pw-cat,pw-cli
Network:
  Device-1: Intel Ethernet I226-LM vendor: ASUSTeK driver: igc v: kernel pcie:
    gen: 2 speed: 5 GT/s lanes: 1 port: N/A bus-ID: 06:00.0 chip-ID: 8086:125b
    class-ID: 0200
  IF: enp6s0 state: up speed: 1000 Mbps duplex: full mac: <filter>
  IP v4: <filter> type: noprefixroute scope: global broadcast: <filter>
  Device-2: Intel Ethernet I226-LM vendor: ASUSTeK driver: igc v: kernel
    pcie: gen: 2 speed: 5 GT/s lanes: 1 port: N/A bus-ID: 07:00.0
    chip-ID: 8086:125b class-ID: 0200
  IF: enp7s0 state: down mac: <filter>
  Info: services: NetworkManager, nfsd, sshd, systemd-timesyncd
  WAN IP: <filter>
Bluetooth:
  Device-1: Cambridge Silicon Radio Bluetooth Dongle (HCI mode) driver: btusb
    v: 0.8 type: USB rev: 2.0 speed: 12 Mb/s lanes: 1 mode: 1.1 bus-ID: 1-2:2
    chip-ID: 0a12:0001 class-ID: e001
  Report: rfkill ID: hci0 rfk-id: 0 state: up address: see --recommends
Logical:
  Message: No logical block device data found.
RAID:
  Hardware-1: Intel Volume Management Device NVMe RAID Controller Intel
    driver: vmd v: 0.6 port: N/A bus-ID: 00:0e.0 chip-ID: 8086:a77f rev:
    class-ID: 0104
Drives:
  Local Storage: total: 18.19 TiB used: 15.05 TiB (82.7%)
  SMART Message: Unable to run smartctl. Root privileges required.
  ID-1: /dev/nvme0n1 maj-min: 259:1 vendor: Samsung model: 980 PRO with
    Heatsink 2TB size: 1.82 TiB block-size: physical: 512 B logical: 512 B
    speed: 63.2 Gb/s lanes: 4 tech: SSD serial: <filter> fw-rev: 5B2QGXA7
    temp: 46.9 C scheme: GPT
  ID-2: /dev/nvme1n1 maj-min: 259:0 vendor: Samsung model: 980 PRO with
    Heatsink 2TB size: 1.82 TiB block-size: physical: 512 B logical: 512 B
    speed: 63.2 Gb/s lanes: 4 tech: SSD serial: <filter> fw-rev: 5B2QGXA7
    temp: 46.9 C scheme: GPT
  ID-3: /dev/sda maj-min: 8:0 vendor: Toshiba model: MG08ACA16TE
    size: 14.55 TiB block-size: physical: 4096 B logical: 512 B speed: 6.0 Gb/s
    tech: HDD rpm: 7200 serial: <filter> fw-rev: 0103 scheme: GPT
  Optical-1: /dev/sr0 vendor: ASUS model: BW-16D1HT rev: 3.01
    dev-links: cdrom
  Features: speed: 48 multisession: yes audio: yes dvd: yes
    rw: cd-r,cd-rw,dvd-r,dvd-ram state: running
Partition:
  ID-1: / raw-size: 256 GiB size: 256 GiB (100.00%) used: 140.89 GiB (55.0%)
    fs: btrfs dev: /dev/nvme1n1p2 maj-min: 259:5 label: /
    uuid: fc454f46-5b38-4c19-9c67-8f8cc70b7fb6
  ID-2: /boot/efi raw-size: 499 MiB size: 498 MiB (99.80%)
    used: 25.9 MiB (5.2%) fs: vfat dev: /dev/nvme1n1p1 maj-min: 259:4 label: EFI
    uuid: 928C-AD21
  ID-3: /home raw-size: 1024 GiB size: 1024 GiB (100.00%)
    used: 193.36 GiB (18.9%) fs: btrfs dev: /dev/nvme1n1p3 maj-min: 259:6
    label: Home uuid: b7198bc6-80d8-48d9-8e9a-afcfbf9a7e31
  ID-4: /mnt/Games raw-size: 1.46 TiB size: 1.46 TiB (100.00%)
    used: 917.52 GiB (61.6%) fs: btrfs dev: /dev/nvme0n1p1 maj-min: 259:2
    label: Games uuid: 6a4295bf-3553-4a79-976a-709755544127
  ID-5: /mnt/Work raw-size: 14.55 TiB size: 14.55 TiB (100.00%)
    used: 13.83 TiB (95.0%) fs: btrfs dev: /dev/sda1 maj-min: 8:1 label: Work
    uuid: 62544e40-c874-4773-bd3c-6d10a4853142
  ID-6: /var/cache raw-size: 256 GiB size: 256 GiB (100.00%)
    used: 140.89 GiB (55.0%) fs: btrfs dev: /dev/nvme1n1p2 maj-min: 259:5
    label: / uuid: fc454f46-5b38-4c19-9c67-8f8cc70b7fb6
  ID-7: /var/log raw-size: 256 GiB size: 256 GiB (100.00%)
    used: 140.89 GiB (55.0%) fs: btrfs dev: /dev/nvme1n1p2 maj-min: 259:5
    label: / uuid: fc454f46-5b38-4c19-9c67-8f8cc70b7fb6
Swap:
  Kernel: swappiness: 1 (default 60) cache-pressure: 50 (default 100)
    zswap: yes compressor: zstd max-pool: 20%
  ID-1: swap-1 type: partition size: 32 GiB used: 0 KiB (0.0%) priority: -2
    dev: /dev/nvme1n1p4 maj-min: 259:7 label: swap
    uuid: 6fa1bdea-e3a7-4e8f-bb6e-66655b3d767f
Unmounted:
  ID-1: /dev/nvme0n1p2 maj-min: 259:3 size: 8 MiB fs: ntfs label: N/A
    uuid: 7AFC4BDDFC4B91F5
  ID-2: /dev/nvme1n1p5 maj-min: 259:8 size: 177.92 GiB fs: ntfs label: Win10
    uuid: FC84042D8403E94A
USB:
  Hub-1: 1-0:1 info: hi-speed hub with single TT ports: 16 rev: 2.0
    speed: 480 Mb/s (57.2 MiB/s) lanes: 1 mode: 2.0 chip-ID: 1d6b:0002
    class-ID: 0900
  Device-1: 1-2:2 info: Cambridge Silicon Radio Bluetooth Dongle (HCI mode)
    type: bluetooth driver: btusb interfaces: 2 rev: 2.0
    speed: 12 Mb/s (1.4 MiB/s) lanes: 1 mode: 1.1 power: 100mA
    chip-ID: 0a12:0001 class-ID: e001
  Device-2: 1-4:3 info: Nintendo Wii U GameCube Controller Adapter type: HID
    driver: hid-generic,usbhid interfaces: 1 rev: 2.0 speed: 12 Mb/s (1.4 MiB/s)
    lanes: 1 mode: 1.1 power: 500mA chip-ID: 057e:0337 class-ID: 0300
    serial: <filter>
  Hub-2: 1-5:4 info: Genesys Logic Hub ports: 4 rev: 2.1
    speed: 480 Mb/s (57.2 MiB/s) lanes: 1 mode: 2.0 chip-ID: 05e3:0610
    class-ID: 0900
  Hub-3: 1-5.1:6 info: Genesys Logic Hub ports: 4 rev: 2.1
    speed: 480 Mb/s (57.2 MiB/s) lanes: 1 mode: 2.0 chip-ID: 05e3:0610
    class-ID: 0900
  Device-1: 1-5.1.1:8 info: ASUSTek ASUS ProArt Calibration Device type: HID
    driver: hid-generic,usbhid interfaces: 1 rev: 1.1 speed: 12 Mb/s (1.4 MiB/s)
    lanes: 1 mode: 1.1 power: 200mA chip-ID: 0b05:187f class-ID: 0300
    serial: <filter>
  Device-2: 1-5.2:7 info: MStar BillBoard type: billboard driver: N/A
    interfaces: 1 rev: 2.0 speed: 12 Mb/s (1.4 MiB/s) lanes: 1 mode: 1.1
    chip-ID: 1b20:0400 class-ID: 1100 serial: <filter>
  Hub-4: 1-7:5 info: VIA Labs USB2.0 Hub ports: 4 rev: 2.1
    speed: 480 Mb/s (57.2 MiB/s) lanes: 1 mode: 2.0 chip-ID: 2109:2817
    class-ID: 0900
  Device-1: 1-7.2:10 info: Samsung Galaxy series misc. (MTP mode)
    type: <vendor specific> driver: N/A interfaces: 1 rev: 2.1
    speed: 480 Mb/s (57.2 MiB/s) lanes: 1 mode: 2.0 power: 500mA
    chip-ID: 04e8:6860 class-ID: 0000 serial: <filter>
  Device-2: 1-11:9 info: Corsair K70 RGB PRO Mechanical Gaming Keyboard
    type: keyboard,HID driver: hid-generic,usbhid interfaces: 3 rev: 2.0
    speed: 480 Mb/s (57.2 MiB/s) lanes: 1 mode: 2.0 power: 500mA
    chip-ID: 1b1c:1bb3 class-ID: 0300 serial: <filter>
  Device-3: 1-12:11 info: Logitech G403 Prodigy Gaming Mouse type: mouse,HID
    driver: hid-generic,usbhid interfaces: 2 rev: 2.0 speed: 12 Mb/s (1.4 MiB/s)
    lanes: 1 mode: 1.1 power: 300mA chip-ID: 046d:c083 class-ID: 0300
    serial: <filter>
  Hub-5: 1-13:12 info: Genesys Logic Hub ports: 4 rev: 2.0
    speed: 480 Mb/s (57.2 MiB/s) lanes: 1 mode: 2.0 power: 100mA
    chip-ID: 05e3:0608 class-ID: 0900
  Hub-6: 2-0:1 info: super-speed hub ports: 9 rev: 3.1
    speed: 20 Gb/s (2.33 GiB/s) lanes: 2 mode: 3.2 gen-2x2 chip-ID: 1d6b:0003
    class-ID: 0900
  Hub-7: 2-5:2 info: Genesys Logic GL3523 Hub ports: 4 rev: 3.2
    speed: 5 Gb/s (596.0 MiB/s) lanes: 1 mode: 3.2 gen-1x1 chip-ID: 05e3:0620
    class-ID: 0900
  Hub-8: 2-5.1:4 info: Genesys Logic GL3523 Hub ports: 4 rev: 3.2
    speed: 5 Gb/s (596.0 MiB/s) lanes: 1 mode: 3.2 gen-1x1 chip-ID: 05e3:0620
    class-ID: 0900
  Hub-9: 2-7:3 info: VIA Labs USB3.0 Hub ports: 4 rev: 3.1
    speed: 5 Gb/s (596.0 MiB/s) lanes: 1 mode: 3.2 gen-1x1 chip-ID: 2109:0817
    class-ID: 0900
  Device-1: 2-8:5 info: Norelsys NS1081 type: mass storage
    driver: usb-storage interfaces: 1 rev: 3.0 speed: 5 Gb/s (596.0 MiB/s)
    lanes: 1 mode: 3.2 gen-1x1 power: 152mA chip-ID: 2537:1081 class-ID: 0806
    serial: <filter>
Sensors:
  System Temperatures: cpu: 32.0 C mobo: 29.0 C gpu: nvidia temp: 39 C
  Fan Speeds (rpm): fan-1: 848 fan-2: 511 fan-3: 958 fan-4: 954 fan-5: 0
    fan-7: 0 gpu: nvidia fan: 0%
Repos:
  Packages: pm: pacman pkgs: 1891 libs: 554 tools: pamac,yay pm: flatpak
    pkgs: 0
  Active pacman repo servers in: /etc/pacman.d/mirrorlist
    1: https://mirror.alpix.eu/manjaro/stable/$repo/$arch
Processes:
  CPU top: 5 of 523
  1: cpu: 47.8% command: thunderbird pid: 2864 mem: 774.7 MiB (1.2%)
  2: cpu: 13.3% command: firefox pid: 2112 mem: 812.7 MiB (1.2%)
  3: cpu: 4.9% command: firefox pid: 4766 mem: 74.2 MiB (0.1%)
  4: cpu: 4.9% command: firefox pid: 8502 mem: 306.2 MiB (0.4%)
  5: cpu: 4.3% command: firefox pid: 2654 mem: 255.1 MiB (0.3%)
  Memory top: 5 of 523
  1: mem: 812.7 MiB (1.2%) command: firefox pid: 2112 cpu: 13.3%
  2: mem: 774.7 MiB (1.2%) command: thunderbird pid: 2864 cpu: 47.8%
  3: mem: 374.6 MiB (0.5%) command: firefox pid: 2335 cpu: 0.7%
  4: mem: 365.2 MiB (0.5%) command: firefox pid: 4545 cpu: 2.7%
  5: mem: 322.0 MiB (0.5%) command: skypeforlinux pid: 1687 cpu: 0.2%
Info:
  Processes: 523 Power: uptime: 1h 16m states: freeze,mem,disk suspend: deep
    avail: s2idle wakeups: 0 hibernate: platform avail: shutdown, reboot,
    suspend, test_resume image: 24.92 GiB services: upowerd,xfce4-power-manager
    Init: systemd v: 255 default: graphical tool: systemctl
  Compilers: clang: 17.0.6 gcc: 14.1.1 Shell: Bash v: 5.2.26
    running-in: xfce4-terminal inxi: 3.3.34

[sema@vicky ~]$ pacman -Qs nvidia
local/egl-wayland 2:1.1.13-2
    EGLStream-based Wayland external platform
local/lib32-libvdpau 1.5-2
    Nvidia VDPAU library
local/lib32-nvidia-utils 550.78-1
    NVIDIA drivers utilities (32-bit)
local/lib32-opencl-nvidia 550.78-1
    OpenCL implemention for NVIDIA (32-bit)
local/libva-nvidia-driver 0.0.12-1
    VA-API implementation that uses NVDEC as a backend
local/libvdpau 1.5-2
    Nvidia VDPAU library
local/libxnvctrl 550.78-1
    NVIDIA NV-CONTROL X extension
local/linux61-nvidia 550.78-8 (linux61-extramodules)
    NVIDIA drivers for linux
local/linux66-nvidia 550.78-8 (linux66-extramodules)
    NVIDIA drivers for linux
local/mhwd-nvidia 550.78-1
    MHWD module-ids for nvidia 550.78
local/mhwd-nvidia-390xx 390.157-11
    MHWD module-ids for nvidia 390.157
local/mhwd-nvidia-470xx 470.239.06-3
    MHWD module-ids for nvidia 470.239.06
local/nvidia-settings 550.78-1
    Tool for configuring the NVIDIA graphics driver
local/nvidia-utils 550.78-1
    NVIDIA drivers utilities
local/nvtop 3.1.0-1
    GPUs process monitoring for AMD, Intel and NVIDIA
local/opencl-nvidia 550.78-1
    OpenCL implemention for NVIDIA

[sema@vicky ~]$ pacman -Qs vulkan
local/lib32-nvidia-utils 550.78-1
    NVIDIA drivers utilities (32-bit)
local/lib32-vkd3d 1.11-1
    Direct3D 12 to Vulkan translation library By WineHQ
local/lib32-vulkan-icd-loader 1.3.279-1
    Vulkan Installable Client Driver (ICD) Loader (32-bit)
local/mangohud 0.7.2-1
    A Vulkan overlay layer for monitoring FPS, temperatures, CPU/GPU load and more.
local/nvidia-utils 550.78-1
    NVIDIA drivers utilities
local/qt6-shadertools 6.7.1-1 (qt6)
    Provides functionality for the shader pipeline that allows Qt Quick to operate on Vulkan, Metal, and Direct3D, in addition to OpenGL
local/spirv-tools 2024.1-1 (vulkan-devel)
    API and commands for processing SPIR-V modules
local/vkd3d 1.11-1
    Direct3D 12 to Vulkan translation library By WineHQ
local/vulkan-headers 1:1.3.285-1 (vulkan-devel)
    Vulkan header files
local/vulkan-icd-loader 1.3.285-1
    Vulkan Installable Client Driver (ICD) Loader
local/vulkan-tools 1.3.269-1 (vulkan-devel)
    Vulkan Utilities and Tools

I have installed the first recommended package, the second was already there (the environment is Xfce).

[sema@vicky ~]$ sudo pamac install python-protobuf
[sudo] password for sema: 
Preparing...
Synchronizing package databases...
Resolving dependencies...                                                                                                                           
Checking inter-conflicts...

To install (1):
  python-protobuf  25.3-4    extra  

Total installed size: 2,4 MB

Apply transaction ? [y/N] y
Checking keyring...                                                                                                                            [1/1]
Checking integrity...                                                                                                                          [1/1]
Loading packages files...                                                                                                                      [1/1]
Checking file conflicts...                                                                                                                     [1/1]
Checking available disk space...                                                                                                               [1/1]
Installing python-protobuf (25.3-4)...                                                                                                         [1/1]
Transaction successfully finished.
[sema@vicky ~]$ sudo pamac install xdg-desktop-portal-gtk
Preparing...
Warning: xdg-desktop-portal-gtk-1.15.1-2 is up to date -- skipping
Nothing to do.
Transaction successfully finished.

After installation the first error message is gone, but the major one regarding the missing Vulkan drivers is still there.

[sema@vicky ~]$ lutris&
[2] 12530
[sema@vicky ~]$ 2024-06-09 18:20:16,914: Starting Lutris 0.5.17
2024-06-09 18:20:16,957: NVIDIA GeForce RTX 4070 (10de:2786 1458:40ed nvidia) Driver 550.78
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 /usr/src/debug/vulkan-tools/Vulkan-Tools-1.3.269/vulkaninfo/./vulkaninfo.h:688:vkCreateInstance failed with ERROR_INCOMPATIBLE_DRIVER
2024-06-09 18:20:16,972: ['vulkaninfo', '--summary'] command failed: Command '['vulkaninfo', '--summary']' returned non-zero exit status 1.
2024-06-09 18:20:16,972:  (simple-framebuffer) Driver None


Moderator edit: fixed formatting typo

I can reproduce the issue and we’re not the only ones:

Duplicate issue:

Searching for a solution in the internet i have found a thread in Luris GitHub about the same issue.

https://github.com/lutris/lutris/issues/5439

As a resume the developers admit that it is an issue in the last version of Lutris and the only one solution to this moment is to downgrade to 0.5.16. However, as i have already posted before in Manjaro the devs have changed also the version of python and downgrading of Lutris will not make it working.

I would like to ask the question, If the issue was already known and even published by the developers of Lutris, why Manjaro’s release team has included this version of Lutris in the stable branch? It looks like nobody is really take care about the stability of the packages.

Aha! The one I found was a duplicate of 5439. Edited my reply above.

I didn’t know about it as Lutris is working for me and apparently everyone else despite the error.

Either way, this is an upstream issue, not a packaging issue.

EDIT: I’ve edited your topic title to properly reflect the issue.

Although it may not be directly related to this issue, sudo should not be used with pamac. Using sudo with pamac will eventually cause problems with your system due to incorrect permissions.

Well, you can always use the PKGBUILD of the old version and compile that against the new python update, @Hauru