[Solved] New version 2.5.0 of Heroic Games Launcher not working on Mint 19.3

Anything related to gaming on Linux Mint including game discussion or questions concerning Steam or Wine.
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
cosmiclaser
Level 3
Level 3
Posts: 150
Joined: Sat Aug 04, 2018 1:29 am

[Solved] New version 2.5.0 of Heroic Games Launcher not working on Mint 19.3

Post by cosmiclaser »

[Solved] The new version 2.5.0 of Heroic Games Launcher was not able to launch any games on Mint 19.3
(I didn't try to install it on 20.x and 21.x)

The solution I found was to install the flatpak version and downgrade it to 2.4.3. Steps:

1) install the latest flatpak version of the Heroic Games Launcher

Code: Select all

flatpak install flathub com.heroicgameslauncher.hgl
2) find the commit of the previous version (2.4.3)

Code: Select all

flatpak remote-info --log flathub com.heroicgameslauncher.hgl
For 2.4.3, the commit is: 34e73847173e83e493710c429b361803d791e00dfae6d62a91d28571d4514c88

3) Downgrade to this commit:

Code: Select all

sudo flatpak update --commit=34e73847173e83e493710c429b361803d791e00dfae6d62a91d28571d4514c88 com.heroicgameslauncher.hgl
4) prevent the app from being included in updates (either manual or automatic):

Code: Select all

flatpak mask com.heroicgameslauncher.hgl
More info about how to downgrade a flatpak program: https://docs.flatpak.org/en/latest/tips ... owngrading

I hope this can help anyone with the same problem!
Last edited by LockBot on Sat Jun 03, 2023 10:00 pm, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
User avatar
MiZoG
Level 8
Level 8
Posts: 2356
Joined: Fri Jan 26, 2018 8:30 pm
Location: Athens, Greece

Re: [Solved] New version 2.5.0 of Heroic Games Launcher not working on Mint 19.3

Post by MiZoG »

I think it would be much simpler to just revert to 2.4.3 deb package instead.
cosmiclaser
Level 3
Level 3
Posts: 150
Joined: Sat Aug 04, 2018 1:29 am

Re: [Solved] New version 2.5.0 of Heroic Games Launcher not working on Mint 19.3

Post by cosmiclaser »

I agree, but forgot to specify, unfortunately, neither .deb version (2.4.3 and 2.5.0) worked on Mint 19.3.
Only flatpak version 2.4.3 works well.
Locked

Return to “Gaming”