Problem with steam games, says vulkan driver is missing some extensions

Hello, my hardware is a gtx 1060 and an intel i5. I downloaded a game called planetside 2 on steam and tried to run it, and it gave me the following error:

BInit - Unable to initialize Vulkan!
Vulkan missing requested extension 'VK_KHR_surface'.
Vulkan missing requested extension 'VK_KHR_xlib_surface'.
vkEnumeratePhysicalDevices failed, unable to init and enumerate GPUs with Vulkan.

I tried to google the issue a little bit and vulkaninfo says the command is not found.
I also saw someone asking about the command -Qs vulkan so here is the output if this can be of any help to you:

local/lib32-vulkan-icd-loader 1.3.245-1
    Vulkan Installable Client Driver (ICD) Loader (32-bit)
local/spirv-tools 2022.4-1 (vulkan-devel)
    API and commands for processing SPIR-V modules
local/vulkan-icd-loader 1.3.245-1
    Vulkan Installable Client Driver (ICD) Loader
local/vulkan-intel 23.0.4-1
    Intel's Vulkan mesa driver
local/vulkan-radeon 23.0.4-1
    Radeon's Vulkan mesa driver

Additionally, i get these errors when pressing attempting the launch the game:

wine: RLIMIT_NICE is <= 20, unable to use setpriority safely
GameAction [AppID 218230, ActionID 1] : LaunchApp changed task to SiteLicenseSeatCheckout with ""
GameAction [AppID 218230, ActionID 1] : LaunchApp changed task to CreatingProcess with ""
GameAction [AppID 218230, ActionID 1] : LaunchApp waiting for user response to CreatingProcess ""
GameAction [AppID 218230, ActionID 1] : LaunchApp continues with user response "CreatingProcess"
/bin/sh\0-c\0/home/marcopolo/.local/share/Steam/ubuntu12_32/reaper SteamLaunch AppId=218230 -- /home/marcopolo/.local/share/Steam/ubuntu12_32/steam-launch-wrapper -- '/home/marcopolo/.local/share/Steam/steamapps/common/SteamLinuxRuntime_sniper'/_v2-entry-point --verb=waitforexitandrun -- '/home/marcopolo/.local/share/Steam/steamapps/common/Proton - Experimental'/proton waitforexitandrun  '/home/marcopolo/.local/share/Steam/steamapps/common/PlanetSide 2/LaunchPad.exe' Updates:enable=0 Updates:PatchSelf=1 campaignID=1063272  promoID=146 launchPoint=steam launchArgs=STEAM_ENABLED=1\0
Game process added : AppID 218230 "/home/marcopolo/.local/share/Steam/ubuntu12_32/reaper SteamLaunch AppId=218230 -- /home/marcopolo/.local/share/Steam/ubuntu12_32/steam-launch-wrapper -- '/home/marcopolo/.local/share/Steam/steamapps/common/SteamLinuxRuntime_sniper'/_v2-entry-point --verb=waitforexitandrun -- '/home/marcopolo/.local/share/Steam/steamapps/common/Proton - Experimental'/proton waitforexitandrun  '/home/marcopolo/.local/share/Steam/steamapps/common/PlanetSide 2/LaunchPad.exe' Updates:enable=0 Updates:PatchSelf=1 campaignID=1063272  promoID=146 launchPoint=steam launchArgs=STEAM_ENABLED=1", ProcID 91563, IP 0.0.0.0:0
chdir "/home/marcopolo/.local/share/Steam/steamapps/common/PlanetSide 2"
ERROR: ld.so: object '/home/marcopolo/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
ERROR: ld.so: object '/home/marcopolo/.local/share/Steam/ubuntu12_64/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS64): ignored.
ERROR: ld.so: object '/home/marcopolo/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
ERROR: ld.so: object '/home/marcopolo/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
ERROR: ld.so: object '/home/marcopolo/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
GameAction [AppID 218230, ActionID 1] : LaunchApp changed task to WaitingGameWindow with ""

(steam:88034): GLib-GObject-CRITICAL **: g_object_ref: assertion `G_IS_OBJECT (object)' failed

(steam:88034): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed
GameAction [AppID 218230, ActionID 1] : LaunchApp changed task to Completed with ""

(steam:88034): GLib-GObject-CRITICAL **: g_object_ref: assertion `G_IS_OBJECT (object)' failed

(steam:88034): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed
fsync: up and running.
wine: RLIMIT_NICE is <= 20, unable to use setpriority safely

The game has always worked on other operating systems, so i don’t know why it doesn’t work on mabox. I’m also on the 6.31.1 kernel.

I hope you guys can help , thank you!

1 Like

Hi @Raindrop, and welcome!

Please provide the output of:

pamac search --installed vulkan

Edit:

I don’t know if this is applicable to you, but this might offer some help or insight at least:

Also please provide the output of:

pamac search vulkan-utils
1 Like

Hello, pamac search vulkan-utils works but it doesnt provide any output.

I saw the thread that you referred, my /usr/share/vulkan/icd.d/ doesn’t have all of the jsons that he said needed to be there. Should i add the kisak-mesa repository and update from there?

It looks like this might also be a driver issue, i am using the mhwd nvidia drivers, should i try installing dkms ?

I forgot to add the output of pamac search --installed vulkan

spirv-tools                                                 2022.4-1   extra 
    API and commands for processing SPIR-V modules
lib32-vulkan-icd-loader                                     1.3.245-1  multilib 
    Vulkan Installable Client Driver (ICD) Loader (32-bit)
vulkan-radeon                                               23.0.4-1   extra 
    Radeon's Vulkan mesa driver
vulkan-intel                                                23.0.4-1   extra 
    Intel's Vulkan mesa driver
vulkan-icd-loader                                           1.3.245-1  extra 
    Vulkan Installable Client Driver (ICD) Loader

That should work. I’ve just tested it again. Try updating your mirrors fist:

sudo pacman-mirrors -f 5 && sudo pacman -Syyu

Followed by repeating the search:

pamac search vulkan-utils

I don’t even know what that is, so I doubt it. Also, AFAIK, and I admit I might be wrong on this, Mesa is only for AMD and not Nvidia, so it might be totally useless.

AFAIK mhwd installs DKMS drivers. Or we’re missing each other, which is a distinct possibility. So also, please provide the output for:

mhwd --list && mhwd --listinstalled

And go thorough this, and provide necessary information:

Hope you manage!


:bangbang: Tip: :bangbang:

To provide terminal output, copy the text you wish to share, and paste it here, surrounded by three (3) backticks, a.k.a grave accents. Like this:

```
pasted text
```

Or three (3) tilde signs, like this:

~~~
pasted text
~~~

This will just cause it to be rendered like this:

Portaest sed
elementum
cursus nisl nisi
hendrerit ac quis
sit
adipiscing
tortor sit leo commodo.

Instead of like this:

Portaest sed elementum cursus nisl nisi hendrerit ac quis sit adipiscing tortor sit leo commodo.

Alternatively, paste the text you wish to format as terminal output, select all pasted text, and click the </> button on the taskbar. This will indent the whole pasted section with one TAB, causing it to render the same way as described above.

Thereby improving legibility and making it much easier for those trying to be of assistance.


:bangbang::bangbang: Additionally

If your language isn’t English, please prepend any and all terminal commands with LC_ALL=C. For example:

LC_ALL=C bluetoothctl

This will just cause the terminal output to be in English, making it easier to understand and debug.

Hello, here is the output of mhwd list; mhwd

the updating mirrors didn’t work for pamac vulkan utils. I also edited my first reply to add in the output of pamac search --installed which works.

edit: the driver for my card is supposed to be the 530 or the 515 driver and what is listed is 470 and 390 ??

Please don’t attach screenshots, or photos in this case, of text. See

Also, you mentioned

Which is Nvidia AFAIK. Yet, according to the screenshot, you don’t have any Nvidia drivers installed.

Please provide the information I previously requested:

1 Like

Here is my system information

System:
  Kernel: 6.1.31-2-MANJARO arch: x86_64 bits: 64 compiler: gcc v: 13.1.1
    parameters: BOOT_IMAGE=/boot/vmlinuz-6.1-x86_64
    root=UUID=80368798-9ef2-49b0-91af-3c97ffcf3723 rw quiet
    udev.log_priority=3
  Desktop: Xfce info: tint2 wm: Openbox v: 3.6.1 vt: 7 dm: LightDM v: 1.32.0
    Distro: Manjaro Linux base: Arch Linux
Machine:
  Type: Desktop Mobo: ASUSTeK model: PRIME B250M-A v: Rev X.0x
    serial: <superuser required> UEFI: American Megatrends v: 1205
    date: 05/11/2018
CPU:
  Info: model: Intel Core i5-7600 bits: 64 type: MCP arch: Kaby Lake
    gen: core 7 level: v3 note: check built: 2018 process: Intel 14nm family: 6
    model-id: 0x9E (158) stepping: 9 microcode: 0xF2
  Topology: cpus: 1x cores: 4 smt: <unsupported> cache: L1: 256 KiB
    desc: d-4x32 KiB; i-4x32 KiB L2: 1024 KiB desc: 4x256 KiB L3: 6 MiB
    desc: 1x6 MiB
  Speed (MHz): avg: 2150 high: 3500 min/max: 800/4100 scaling:
    driver: intel_pstate governor: powersave cores: 1: 800 2: 3500 3: 800 4: 3500
    bogomips: 28009
  Flags: avx avx2 ht lm nx pae sse sse2 sse3 sse4_1 sse4_2 ssse3
  Vulnerabilities:
  Type: itlb_multihit status: KVM: VMX unsupported
  Type: l1tf mitigation: PTE Inversion
  Type: mds mitigation: Clear CPU buffers; SMT disabled
  Type: meltdown mitigation: PTI
  Type: mmio_stale_data mitigation: Clear CPU buffers; SMT disabled
  Type: retbleed mitigation: IBRS
  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: IBRS, IBPB: conditional, STIBP: disabled, RSB
    filling, PBRSB-eIBRS: Not affected
  Type: srbds mitigation: Microcode
  Type: tsx_async_abort mitigation: TSX disabled
Graphics:
  Device-1: NVIDIA GP106 [GeForce GTX 1060 6GB] vendor: eVga.com.
    driver: nouveau v: kernel non-free: 530.xx+ status: current (as of 2023-05)
    arch: Pascal code: GP10x process: TSMC 16nm built: 2016-21 pcie: gen: 1
    speed: 2.5 GT/s lanes: 16 link-max: gen: 3 speed: 8 GT/s ports:
    active: HDMI-A-1 empty: DP-1, DP-2, DP-3, DVI-D-1 bus-ID: 01:00.0
    chip-ID: 10de:1c03 class-ID: 0300 temp: 60.0 C
  Display: x11 server: X.Org v: 21.1.8 compositor: Picom v: git-b700a driver:
    X: loaded: modesetting unloaded: fbdev alternate: vesa dri: nouveau
    gpu: nouveau display-ID: :0 screens: 1
  Screen-1: 0 s-res: 1920x1080 s-dpi: 96 s-size: 508x285mm (20.00x11.22")
    s-diag: 582mm (22.93")
  Monitor-1: HDMI-A-1 mapped: HDMI-1 model: LG (GoldStar) IPS FULLHD
    built: 2014 res: 1920x1080 hz: 60 dpi: 102 gamma: 1.2
    size: 480x270mm (18.9x10.63") diag: 551mm (21.7") ratio: 16:9 modes:
    max: 1920x1080 min: 720x400
  API: OpenGL Message: Unable to show GL data. Required tool glxinfo missing.
Audio:
  Device-1: Intel 200 Series PCH HD Audio vendor: ASUSTeK driver: snd_hda_intel
    v: kernel bus-ID: 00:1f.3 chip-ID: 8086:a2f0 class-ID: 0403
  Device-2: NVIDIA GP106 High Definition Audio vendor: eVga.com.
    driver: snd_hda_intel v: kernel pcie: gen: 1 speed: 2.5 GT/s lanes: 16
    link-max: gen: 3 speed: 8 GT/s bus-ID: 01:00.1 chip-ID: 10de:10f1
    class-ID: 0403
  API: ALSA v: k6.1.31-2-MANJARO status: kernel-api
    tools: alsactl,alsamixer,amixer
  Server-1: JACK v: 1.9.22 status: off tools: N/A
  Server-2: PulseAudio v: 16.1 status: active with: pulseaudio-alsa
    type: plugin tools: pacat,pactl,pamixer,pavucontrol
Network:
  Device-1: Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet
    vendor: ASUSTeK PRIME B450M-A driver: r8169 v: kernel pcie: gen: 1
    speed: 2.5 GT/s lanes: 1 port: d000 bus-ID: 03:00.0 chip-ID: 10ec:8168
    class-ID: 0200
  IF: enp3s0 state: up speed: 1000 Mbps duplex: full mac: <filter>
Drives:
  Local Storage: total: 931.51 GiB used: 30.05 GiB (3.2%)
  SMART Message: Required tool smartctl not installed. Check --recommends
  ID-1: /dev/sda maj-min: 8:0 vendor: Western Digital model: WD10EZEX-08WN4A0
    size: 931.51 GiB block-size: physical: 4096 B logical: 512 B speed: 6.0 Gb/s
    tech: HDD rpm: 7200 serial: <filter> fw-rev: 1A01 scheme: GPT
Partition:
  ID-1: / raw-size: 931.22 GiB size: 915.53 GiB (98.32%) used: 30.05 GiB (3.3%)
    fs: ext4 block-size: 4096 B dev: /dev/sda2 maj-min: 8:2
  ID-2: /boot/efi raw-size: 300 MiB size: 299.4 MiB (99.80%)
    used: 288 KiB (0.1%) fs: vfat block-size: 512 B dev: /dev/sda1 maj-min: 8:1
Swap:
  Alert: No swap data was found.
Sensors:
  System Temperatures: cpu: 37.0 C mobo: N/A gpu: nouveau temp: 60.0 C
  Fan Speeds (RPM): N/A gpu: nouveau fan: 0
Info:
  Processes: 175 Uptime: 54m wakeups: 0 Memory: available: 15.57 GiB
  used: 2.48 GiB (15.9%) Init: systemd v: 253 default: graphical
  tool: systemctl Compilers: gcc: 13.1.1 Packages: pm: pacman pkgs: 967
  libs: 261 tools: pamac,yay Shell: Bash v: 5.1.16 running-in: terminator
  inxi: 3.3.27

You are right gtx 1060 is nvidia. I thought the drivers were installed because when i go to software gui i see that mhwd version 530 which is the driver for my card is already installed. I dont know why it doesn’t show in pamac. Should i uninstall it ?

From what I can see, it’s not installed. So I’d say, first remove the incorrect one:

mhwd --remove video-linux

Don’t reboot and then instaoll the Nvidia one:

mhwd --install video-nvidia

And then you can reboot. And please provide the system info as you just did again, then.

:man_facepalming:

God, why? Why removing all open source gpu drivers? NVIDIA driver can be just installed additionally.

I dont think it did anything ? It didn’t print any output both when i removed and installed it.

anyways, here is the output.

System:
  Kernel: 6.1.31-2-MANJARO arch: x86_64 bits: 64 compiler: gcc v: 13.1.1
    parameters: BOOT_IMAGE=/boot/vmlinuz-6.1-x86_64
    root=UUID=80368798-9ef2-49b0-91af-3c97ffcf3723 rw quiet
    udev.log_priority=3
  Desktop: Xfce info: tint2 wm: Openbox v: 3.6.1 vt: 7 dm: LightDM v: 1.32.0
    Distro: Manjaro Linux base: Arch Linux
Machine:
  Type: Desktop Mobo: ASUSTeK model: PRIME B250M-A v: Rev X.0x
    serial: <superuser required> UEFI: American Megatrends v: 1205
    date: 05/11/2018
CPU:
  Info: model: Intel Core i5-7600 bits: 64 type: MCP arch: Kaby Lake
    gen: core 7 level: v3 note: check built: 2018 process: Intel 14nm family: 6
    model-id: 0x9E (158) stepping: 9 microcode: 0xF2
  Topology: cpus: 1x cores: 4 smt: <unsupported> cache: L1: 256 KiB
    desc: d-4x32 KiB; i-4x32 KiB L2: 1024 KiB desc: 4x256 KiB L3: 6 MiB
    desc: 1x6 MiB
  Speed (MHz): avg: 1475 high: 3500 min/max: 800/4100 scaling:
    driver: intel_pstate governor: powersave cores: 1: 800 2: 800 3: 800 4: 3500
    bogomips: 28009
  Flags: avx avx2 ht lm nx pae sse sse2 sse3 sse4_1 sse4_2 ssse3
  Vulnerabilities:
  Type: itlb_multihit status: KVM: VMX unsupported
  Type: l1tf mitigation: PTE Inversion
  Type: mds mitigation: Clear CPU buffers; SMT disabled
  Type: meltdown mitigation: PTI
  Type: mmio_stale_data mitigation: Clear CPU buffers; SMT disabled
  Type: retbleed mitigation: IBRS
  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: IBRS, IBPB: conditional, STIBP: disabled, RSB
    filling, PBRSB-eIBRS: Not affected
  Type: srbds mitigation: Microcode
  Type: tsx_async_abort mitigation: TSX disabled
Graphics:
  Device-1: NVIDIA GP106 [GeForce GTX 1060 6GB] vendor: eVga.com.
    driver: nouveau v: kernel non-free: 530.xx+ status: current (as of 2023-05)
    arch: Pascal code: GP10x process: TSMC 16nm built: 2016-21 pcie: gen: 1
    speed: 2.5 GT/s lanes: 16 link-max: gen: 3 speed: 8 GT/s ports:
    active: HDMI-A-1 empty: DP-1, DP-2, DP-3, DVI-D-1 bus-ID: 01:00.0
    chip-ID: 10de:1c03 class-ID: 0300 temp: 60.0 C
  Display: x11 server: X.Org v: 21.1.8 compositor: Picom v: git-b700a driver:
    X: loaded: modesetting unloaded: fbdev alternate: vesa dri: nouveau
    gpu: nouveau display-ID: :0 screens: 1
  Screen-1: 0 s-res: 1920x1080 s-dpi: 96 s-size: 508x285mm (20.00x11.22")
    s-diag: 582mm (22.93")
  Monitor-1: HDMI-A-1 mapped: HDMI-1 model: LG (GoldStar) IPS FULLHD
    built: 2014 res: 1920x1080 hz: 60 dpi: 102 gamma: 1.2
    size: 480x270mm (18.9x10.63") diag: 551mm (21.7") ratio: 16:9 modes:
    max: 1920x1080 min: 720x400
  API: OpenGL Message: Unable to show GL data. Required tool glxinfo missing.
Audio:
  Device-1: Intel 200 Series PCH HD Audio vendor: ASUSTeK driver: snd_hda_intel
    v: kernel bus-ID: 00:1f.3 chip-ID: 8086:a2f0 class-ID: 0403
  Device-2: NVIDIA GP106 High Definition Audio vendor: eVga.com.
    driver: snd_hda_intel v: kernel pcie: gen: 1 speed: 2.5 GT/s lanes: 16
    link-max: gen: 3 speed: 8 GT/s bus-ID: 01:00.1 chip-ID: 10de:10f1
    class-ID: 0403
  API: ALSA v: k6.1.31-2-MANJARO status: kernel-api
    tools: alsactl,alsamixer,amixer
  Server-1: JACK v: 1.9.22 status: off tools: N/A
  Server-2: PulseAudio v: 16.1 status: active with: pulseaudio-alsa
    type: plugin tools: pacat,pactl,pamixer,pavucontrol
Network:
  Device-1: Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet
    vendor: ASUSTeK PRIME B450M-A driver: r8169 v: kernel pcie: gen: 1
    speed: 2.5 GT/s lanes: 1 port: d000 bus-ID: 03:00.0 chip-ID: 10ec:8168
    class-ID: 0200
  IF: enp3s0 state: up speed: 1000 Mbps duplex: full mac: <filter>
Drives:
  Local Storage: total: 931.51 GiB used: 30.06 GiB (3.2%)
  SMART Message: Required tool smartctl not installed. Check --recommends
  ID-1: /dev/sda maj-min: 8:0 vendor: Western Digital model: WD10EZEX-08WN4A0
    size: 931.51 GiB block-size: physical: 4096 B logical: 512 B speed: 6.0 Gb/s
    tech: HDD rpm: 7200 serial: <filter> fw-rev: 1A01 scheme: GPT
Partition:
  ID-1: / raw-size: 931.22 GiB size: 915.53 GiB (98.32%) used: 30.06 GiB (3.3%)
    fs: ext4 block-size: 4096 B dev: /dev/sda2 maj-min: 8:2
  ID-2: /boot/efi raw-size: 300 MiB size: 299.4 MiB (99.80%)
    used: 288 KiB (0.1%) fs: vfat block-size: 512 B dev: /dev/sda1 maj-min: 8:1
Swap:
  Alert: No swap data was found.
Sensors:
  System Temperatures: cpu: 33.0 C mobo: N/A gpu: nouveau temp: 60.0 C
  Fan Speeds (RPM): N/A gpu: nouveau fan: 0
Info:
  Processes: 170 Uptime: 3m wakeups: 0 Memory: available: 15.57 GiB
  used: 1.27 GiB (8.2%) Init: systemd v: 253 default: graphical tool: systemctl
  Compilers: gcc: 13.1.1 Packages: pm: pacman pkgs: 967 libs: 261
  tools: pamac,yay Shell: Bash v: 5.1.16 running-in: terminator inxi: 3.3.27

the graphical interface stills says mhwd 530 is installed, i think it’s talking about opensource 530 driver ??

How that? This driver is working:

And your mhwd output just shows only video-linux is installed.

So…

Take a look here:

sudo mhwd -a pci nonfree 0300

I’m @Mirdarthos, not a deity.

And I do this for safety’s sake so that the open-source doesn’t take any priority and nobody has ever told me otherwise until just now. Thank you!

Forgot about that, thanks!

Sorry, I was praying. Sometimes it rids the mind of all bad thoughts. Nothing personal. Hope no offense was taken. :slight_smile:

The mhwd script blacklists nouveau and let nvidia be loaded on the next boot. It also writes a xorg config. So usually it does everything needed to take priority.

Then I’ll not worry about it further.

Nah, none at all. I’m way to laid back to let that bother me. Besides, if you spoke to me, calling me a deity nonetheless, it’s actually a compliment I’d say. :grin:

I don’t know , look at that

I did the command you said and it printed nvidia drivers successfully installed, am i good to go now ?

If so, then you can reboot.

PS: The picture shows only mhwd and its databases… :slight_smile:

The game still fails to launch after doing the command , and vulkan still missing ‘VK_KHR_surface’. and ‘VK_KHR_xlib_surface’ upon steam opening. Here is my system info after doing the command:

System:
  Kernel: 6.1.31-2-MANJARO arch: x86_64 bits: 64 compiler: gcc v: 13.1.1
    parameters: BOOT_IMAGE=/boot/vmlinuz-6.1-x86_64
    root=UUID=80368798-9ef2-49b0-91af-3c97ffcf3723 rw quiet
    udev.log_priority=3
  Desktop: Xfce info: tint2 wm: Openbox v: 3.6.1 vt: 7 dm: LightDM v: 1.32.0
    Distro: Manjaro Linux base: Arch Linux
Machine:
  Type: Desktop Mobo: ASUSTeK model: PRIME B250M-A v: Rev X.0x
    serial: <superuser required> UEFI: American Megatrends v: 1205
    date: 05/11/2018
CPU:
  Info: model: Intel Core i5-7600 bits: 64 type: MCP arch: Kaby Lake
    gen: core 7 level: v3 note: check built: 2018 process: Intel 14nm family: 6
    model-id: 0x9E (158) stepping: 9 microcode: 0xF2
  Topology: cpus: 1x cores: 4 smt: <unsupported> cache: L1: 256 KiB
    desc: d-4x32 KiB; i-4x32 KiB L2: 1024 KiB desc: 4x256 KiB L3: 6 MiB
    desc: 1x6 MiB
  Speed (MHz): avg: 1475 high: 3500 min/max: 800/4100 scaling:
    driver: intel_pstate governor: powersave cores: 1: 800 2: 3500 3: 800 4: 800
    bogomips: 28009
  Flags: avx avx2 ht lm nx pae sse sse2 sse3 sse4_1 sse4_2 ssse3
  Vulnerabilities:
  Type: itlb_multihit status: KVM: VMX unsupported
  Type: l1tf mitigation: PTE Inversion
  Type: mds mitigation: Clear CPU buffers; SMT disabled
  Type: meltdown mitigation: PTI
  Type: mmio_stale_data mitigation: Clear CPU buffers; SMT disabled
  Type: retbleed mitigation: IBRS
  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: IBRS, IBPB: conditional, STIBP: disabled, RSB
    filling, PBRSB-eIBRS: Not affected
  Type: srbds mitigation: Microcode
  Type: tsx_async_abort mitigation: TSX disabled
Graphics:
  Device-1: NVIDIA GP106 [GeForce GTX 1060 6GB] vendor: eVga.com.
    driver: nvidia v: 530.41.03 alternate: nouveau,nvidia_drm non-free: 530.xx+
    status: current (as of 2023-05) arch: Pascal code: GP10x process: TSMC 16nm
    built: 2016-21 pcie: gen: 1 speed: 2.5 GT/s lanes: 16 link-max: gen: 3
    speed: 8 GT/s bus-ID: 01:00.0 chip-ID: 10de:1c03 class-ID: 0300
  Display: x11 server: X.Org v: 21.1.8 compositor: Picom v: git-b700a driver:
    X: loaded: nvidia gpu: nvidia display-ID: :0 screens: 1
  Screen-1: 0 s-res: 1920x1080 s-dpi: 101 s-size: 483x272mm (19.02x10.71")
    s-diag: 554mm (21.82")
  Monitor-1: HDMI-0 res: 1920x1080 hz: 60 dpi: 102
    size: 480x270mm (18.9x10.63") diag: 551mm (21.68") modes: N/A
  API: OpenGL Message: Unable to show GL data. Required tool glxinfo missing.
Audio:
  Device-1: Intel 200 Series PCH HD Audio vendor: ASUSTeK driver: snd_hda_intel
    v: kernel bus-ID: 00:1f.3 chip-ID: 8086:a2f0 class-ID: 0403
  Device-2: NVIDIA GP106 High Definition Audio vendor: eVga.com.
    driver: snd_hda_intel v: kernel pcie: gen: 1 speed: 2.5 GT/s lanes: 16
    link-max: gen: 3 speed: 8 GT/s bus-ID: 01:00.1 chip-ID: 10de:10f1
    class-ID: 0403
  API: ALSA v: k6.1.31-2-MANJARO status: kernel-api
    tools: alsactl,alsamixer,amixer
  Server-1: JACK v: 1.9.22 status: off tools: N/A
  Server-2: PulseAudio v: 16.1 status: active with: pulseaudio-alsa
    type: plugin tools: pacat,pactl,pamixer,pavucontrol
Network:
  Device-1: Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet
    vendor: ASUSTeK PRIME B450M-A driver: r8169 v: kernel pcie: gen: 1
    speed: 2.5 GT/s lanes: 1 port: d000 bus-ID: 03:00.0 chip-ID: 10ec:8168
    class-ID: 0200
  IF: enp3s0 state: up speed: 1000 Mbps duplex: full mac: <filter>
Drives:
  Local Storage: total: 931.51 GiB used: 31.56 GiB (3.4%)
  SMART Message: Required tool smartctl not installed. Check --recommends
  ID-1: /dev/sda maj-min: 8:0 vendor: Western Digital model: WD10EZEX-08WN4A0
    size: 931.51 GiB block-size: physical: 4096 B logical: 512 B speed: 6.0 Gb/s
    tech: HDD rpm: 7200 serial: <filter> fw-rev: 1A01 scheme: GPT
Partition:
  ID-1: / raw-size: 931.22 GiB size: 915.53 GiB (98.32%) used: 31.56 GiB (3.4%)
    fs: ext4 block-size: 4096 B dev: /dev/sda2 maj-min: 8:2
  ID-2: /boot/efi raw-size: 300 MiB size: 299.4 MiB (99.80%)
    used: 288 KiB (0.1%) fs: vfat block-size: 512 B dev: /dev/sda1 maj-min: 8:1
Swap:
  Alert: No swap data was found.
Sensors:
  System Temperatures: cpu: 37.0 C mobo: N/A gpu: nvidia temp: 63 C
  Fan Speeds (RPM): N/A gpu: nvidia fan: 9%
Info:
  Processes: 173 Uptime: 5m wakeups: 0 Memory: available: 15.57 GiB
  used: 2.29 GiB (14.7%) Init: systemd v: 253 default: graphical
  tool: systemctl Compilers: gcc: 13.1.1 Packages: pm: pacman pkgs: 974
  libs: 262 tools: pamac,yay Shell: Bash v: 5.1.16 running-in: terminator
  inxi: 3.3.27

Did anything change? Should i redo the command and try to reinstall it once again?

Driver is now the one from NVIDIA.

Please check again:

 vulkaninfo --summary

and run:

vkcube

to check if vulkan in general works.

Have you checked ProtonDB? It seems adding the following to the game launch options may help:

WINEDLLOVERRIDES=libglesv2=d %command%