Missing Vulcan Libraries

I have just upgraded from Kubuntu 22.04 to 22.10 and when I start Lutris this window pope up:

lutris

I followed the suggested link and input the terminal command and restarted but the message continues to appear. Libvulcan1 and Libvulcan-dev are both installed. Any ideas?

1 Like

It’s complaining about the 32 bit vulkan (i386)

sudo apt install mesa-vulkan-drivers:i386

This should also install the 32 bit vulkan icd loader, I think. You should have the 64 bit vulkan loader already.

(Been a while since I’ve had to deal with a *buntu distro but I think that’s the command… look it up if that’s not the package name for 32 bit vulkan drivers)

1 Like

@Grogan,

you are right on the money, thanks. What threw me was that the linked page refers to a libvulcan1:i386 (or similar) which does not exist in the repos.

1 Like

I have the same problem after upgrading Wine to the latest version from custom repo,
the solution was:

sudo apt-get install dxvk

which should install:
dxvk dxvk-wine32-development:i386 dxvk-wine64-development