doitsujin / dxvk

Vulkan-based implementation of D3D8, 9, 10 and 11 for Linux / Wine
zlib License
12.6k stars 805 forks source link

MTGA fails to start with an error message #992

Closed Ahmed-E-86 closed 5 years ago

Ahmed-E-86 commented 5 years ago

Magic the Gathering Arena fails to start with this error message:

Error_001

and the same error message happened with me before with other two unity games on Linux Mint 19.1, Ubuntu 18.04, and Ubuntu 18.10. These games are Cuphead, and Ori and the Blind Forest DE. I found a few errors/warnings in dxgi.log. That is why I posted this issue here.

Software information

Magic the Gathering Arena

System information

Log files

doitsujin commented 5 years ago
info:  Required Vulkan extension VK_KHR_get_physical_device_properties2 not supported
info:  Required Vulkan extension VK_KHR_surface not supported
info:  Required Vulkan extension VK_KHR_win32_surface not supported

As usual, your Vulkan setup is broken. Please make sure you have both 32-bit and 64-bit Vulkan driver and loader installed on your distro before reporting issues.

Ahmed-E-86 commented 5 years ago

Ops! I installed libvulkan1:i386, and forget to install mesa-vulkan-drivers:i386. They can't be found in Synaptic package manager, I had to install them manually from the terminal. Thanks, and sorry about the false alarm!