Starcraft 2 won't run

Hi, I am running Arch Linux, have amdhybrid graphics (Dell 9575 with AMD Radeon RX Vega M GL), and have Lutris 0.5.2.1-2 installed. SC2 was eventually installed and I can log in to battlenet, but then the launcher shows up, but obviously doesn’t look right (see screenshots below). Afterwards, the process just dies.

I switched the Executable from using “Battlenet Launcher.exe” to “Battle.net.exe” and I also added “DRI_PRIME=1” to Arguments. Taking this last option out doesn’t seem to make a difference since “Use discrete graphics” is on. I’ve also tried to turn on “Disable Lutris Runtime” and changing the Vulkan ICD Loader, but again, no effect.

I’m pretty sure I have all the drivers I need installed. I can play Civ 6 directly through steam. What else can I do to solve this?

lutris -d output: https://paste.ubuntu.com/p/2Qmp45tXXb/

Screenshots: https://imgur.com/a/O4wfhd3

Vulkan packages installed:

➜  ~ pacman -Qs vulkan
local/lib32-vulkan-icd-loader 1.1.101-1
    Vulkan Installable Client Driver (ICD) Loader (32-bit)
local/lib32-vulkan-radeon 19.0.2-1
    Radeon's Vulkan mesa driver (32-bit)
local/spirv-tools 2018.5-1 (vulkan-devel)
    API and commands for processing SPIR-V modules
local/vulkan-icd-loader 1.1.101-1
    Vulkan Installable Client Driver (ICD) Loader
local/vulkan-radeon 19.0.2-1
    Radeon's Vulkan mesa driver

glxinfo:

➜  ~ glxinfo | grep "OpenGL renderer"
OpenGL renderer string: Mesa DRI Intel(R) HD Graphics 630 (Kaby Lake GT2) 
➜  ~ DRI_PRIME=1 glxinfo | grep "OpenGL renderer" 
OpenGL renderer string: AMD VEGAM (DRM 3.27.0, 5.0.9-arch1-1-ARCH, LLVM 8.0.0)