HGL
foreign-sapphire
Cuphead on Ubuntu 24 with ProtonGE Latest
Attempt to launch through Heroic Launcher, the game opens and immediately closes
Solution:Jump to solution
flatpak update
should have some updates (specifically org.freedesktop.Platform.GL.nvidia-575-64-03
and its 32-bit counterpart). Install those14 Replies
foreign-sapphireOP•2w ago
I feel like I'm proably missing something obvious, so any help would be appreciated
DXVK is not picking up your Nvidia GPU
Please send the following into this channel:
- A recent game log (with verbose logging enabled), if not sent already
- The output of the following commands:
-
flatpak run --command=vulkaninfo com.heroicgameslauncher.hgl --summary
- flatpak run --command=vkcube com.heroicgameslauncher.hgl
- nvidia-smi
- flatpak list --runtime -v
foreign-sapphireOP•2w ago
foreign-sapphireOP•2w ago
foreign-sapphireOP•2w ago
Solution
flatpak update
should have some updates (specifically org.freedesktop.Platform.GL.nvidia-575-64-03
and its 32-bit counterpart). Install thoseYou can also remove
org.freedesktop.Platform.GL.nvidia-550-163-01
, org.freedesktop.Platform.GL32.nvidia-550-144-03
and org.freedesktop.Platform.GL32.nvidia-550-163-01
foreign-sapphireOP•2w ago
All I get from: flatpak run --command=vkcube com.heroicgameslauncher.hgl

foreign-sapphireOP•2w ago
ran flatpak update and "flatpak run --command=vkcube com.heroicgameslauncher.hgl" runs properly now
That's promising, try re-running the game now
foreign-sapphire•2w ago
it does look like you're missing the 575 driver
which is why it probably works now after
flatpak update
foreign-sapphireOP•2w ago
Yep it ran as expected now, thanks so much for the support
No problem. If you ever update your Nvidia driver again, make sure to run
flatpak update
again afterwards