The officially official Devuan Forum!

You are not logged in.

#1 2020-08-05 23:55:50

torvn77
Member
Registered: 2020-08-04
Posts: 6  

While a pause until rechecking.

Hello! I installed the Steam store client on Devuan, but many games do not work as there is no 32 bit version of the vulkan library. You could not compile it, otherwise you only have a library for 64 bits in your distribution.

$ apt list |grep vulkan

libvulkan-dev/stable 1.1.97-2 amd64
libvulkan-dev/stable 1.1.97-2 i386
libvulkan1/stable,now 1.1.97-2 amd64 [installed,automatic]
libvulkan1/stable,now 1.1.97-2 i386 [installed,automatic]
mesa-vulkan-drivers/stable,now 18.3.6-2+deb10u1 amd64 [installed]
mesa-vulkan-drivers/stable,now 18.3.6-2+deb10u1 i386 [installed]
nvidia-legacy-390xx-nonglvnd-vulkan-icd/stable 390.138-1~deb10u1 amd64
nvidia-legacy-390xx-nonglvnd-vulkan-icd/stable 390.138-1~deb10u1 i386
nvidia-legacy-390xx-vulkan-icd/stable 390.138-1~deb10u1 amd64
nvidia-legacy-390xx-vulkan-icd/stable 390.138-1~deb10u1 i386
nvidia-nonglvnd-vulkan-common/stable 418.152.00-1 amd64
nvidia-nonglvnd-vulkan-common/stable 418.152.00-1 i386
nvidia-nonglvnd-vulkan-icd/stable 418.152.00-1 amd64
nvidia-nonglvnd-vulkan-icd/stable 418.152.00-1 i386
nvidia-tesla-418-nonglvnd-vulkan-icd/stable-backports 418.152.00-1~bpo10+1 amd64
nvidia-tesla-418-nonglvnd-vulkan-icd/stable-backports 418.152.00-1~bpo10+1 i386
nvidia-tesla-418-vulkan-icd/stable-backports 418.152.00-1~bpo10+1 amd64
nvidia-tesla-418-vulkan-icd/stable-backports 418.152.00-1~bpo10+1 i386
nvidia-vulkan-common/stable 418.152.00-1 amd64
nvidia-vulkan-common/stable 418.152.00-1 i386
nvidia-vulkan-icd/stable 418.152.00-1 amd64
nvidia-vulkan-icd/stable 418.152.00-1 i386
vulkan-tools/stable 1.1.97+dfsg1-2 amd64
vulkan-tools/stable,now 1.1.97+dfsg1-2 i386 [installed]
vulkan-utils/stable,stable 1.1.97+dfsg1-2 all
vulkan-validationlayers-dev/stable 1.1.97-2 amd64
vulkan-validationlayers-dev/stable 1.1.97-2 i386
vulkan-validationlayers/stable 1.1.97-2 amd64
vulkan-validationlayers/stable,now 1.1.97-2 i386 [installed]

And pay attention, as you can see from the listing in the OP, the libvulkan1 library: i386 is already installed.

$ vulkaninfo
ERROR: [Loader Message] Code 0 : /usr/lib/x86_64-linux-gnu/libvulkan_intel.so: wrong ELF class: ELFCLASS64
ERROR: [Loader Message] Code 0 : /usr/lib/x86_64-linux-gnu/libvulkan_radeon.so: wrong ELF class: ELFCLASS64
==========
VULKANINFO
==========

Vulkan Instance Version: 1.1.97

And pay attention, as you can see from the listing in the OP, the libvulkan1 library: i386 is already installed.
$ vulkaninfo
ERROR: [Loader Message] Code 0 : /usr/lib/x86_64-linux-gnu/libvulkan_intel.so: wrong ELF class: ELFCLASS64
ERROR: [Loader Message] Code 0 : /usr/lib/x86_64-linux-gnu/libvulkan_radeon.so: wrong ELF class: ELFCLASS64
==========
VULKANINFO
==========

Vulkan Instance Version: 1.1.97

Last edited by torvn77 (2020-08-07 00:11:54)

Offline

#2 2020-08-06 17:02:00

Head_on_a_Stick
Member
From: London
Registered: 2019-03-24
Posts: 3,125  
Website

Re: While a pause until rechecking.

torvn77 wrote:

there is no 32 bit version of the vulkan library

Yes there is, it's clearly listed in your posted output.

Your actual problem is that your Steam games don't work so please change the thread title to accurately reflect the situation rather than state your opinion of the cause.

Have you seen https://wiki.debian.org/Steam#Steam_runtime_issues?

We had a similar thread over at fdn but in that one vulkaninfo(1) couldn't find the 64-bit libraries: http://forums.debian.net/viewtopic.php?f=6&t=142110

Last edited by Head_on_a_Stick (2020-08-06 17:36:21)


Brianna Ghey — Rest In Power

Offline

#3 2020-08-07 00:20:34

torvn77
Member
Registered: 2020-08-04
Posts: 6  

Re: While a pause until rechecking.

I need to double-check and clarify everything, I wrote a lot under the impression of Debian bullseye, where this library really didn’t exist and I had to compile it myself, while naturally it was compiled for me so that everything did not work, and if it worked, then much buggy.

Since I started Steam already on your distribution kit, although something did not work for me either, but what exactly did not work and why we need to figure it out.

Maybe I'm overestimating something due to bad experiences from Debian. 

_____________________

Thank you very much for the links, I will study them, although it is not a fact that Steam's installation requirements will be relevant, since it often changes them.

Last edited by torvn77 (2020-08-07 00:23:00)

Offline

Board footer