85

I'm looking for a guide on how to install and play games from that girl we know using heroic launcher.

you are viewing a single comment's thread
view the rest of the comments
[-] rtxn@lemmy.world 58 points 4 weeks ago* (last edited 4 weeks ago)

Do not delete the thread if this answers your question.

This is my method for GOG and other offline installers.

To run the installer, I use GE-Proton9-27. Something happened with Wine 10 and some installers completely freeze after a few seconds. Wine 9 still works well enough.

Create a directory for the game's prefix:

mkdir -p /path/to/game/prefix

Then run the installer with Proton (assuming you've installed GE-Proton into Steam's compatibilitytools.d directory):

WINEPREFIX=/path/to/game/prefix ~/.local/share/Steam/compatibilitytools.d/GE-Proton9-27/files/bin/wine /path/to/setup.exe

Then install the games to the C: drive.

I like having my games installed outside the prefix (e.g. another directory mounted as the G: drive, or an absolute path in Z:), but for some reason, lettered drives other than C: are mounted as some kind of union filesystem where changes are only written into memory. If you want to have a game outside the prefix, you'll still have to install it to C: and move the directory afterwards.

You'll then have to set up a launcher to manage and launch the actual game. I recommend Faugus Launcher, but Heroic and Lutris are also options. The two most important fields to set are the prefix and the executable path. In Faugus and Lutris, you can set those paths when you add the game. Heroic creates a separate prefix by default, but you can set the prefix math manually in some sub-menu.

You can select the latest Proton (or GE-Proton) to run the games, downgrading to Wine 9 was only necessary for the installer.

[-] bigbangdangler@reddthat.com 14 points 4 weeks ago

Thank you for the detailed response and the call not to delete the thread.

Too many posts are being deleted after being answered. Lemmy isn't (just) for free answers; it's meant eventually to be a knowledge base, like all forums.

[-] Flagstaff@programming.dev 3 points 3 weeks ago

I wasn't aware that this was such a prevalent issue across Lemmy. I wonder if communities or the Lemmy system should have a bot that automatically captures this info and renders deleting less powerful.

[-] claim_arguably@lemdro.id 3 points 4 weeks ago

Thanks, should I uncheck update directx and install c++ in fitgirl installer?

[-] rtxn@lemmy.world 13 points 4 weeks ago* (last edited 4 weeks ago)

In general, you don't need to install or update DirectX since it's implemented outside Wine through dxvk or vkd3d. For other components (e.g. .NET or Visual C++), you should use Winetricks to automate the process:

List available components:

WINEPREFIX=/path/to/game/prefix winetricks dlls list

To install a component (e.g. Visual C++ 2015):

WINEPREFIX=/path/to/game/prefix winetricks vcrun2015
[-] claim_arguably@lemdro.id 9 points 4 weeks ago

The problem is, I don't know what's needed for each game.

I mostly was doing something similar to your guide but games just don't run after installing them. I hit run and nothing happens

[-] Wildmimic@anarchist.nexus 7 points 4 weeks ago* (last edited 4 weeks ago)

The used components depend on the game - during installation, write down the things the installer wants to Install (big ones are visual c, which is normally called vcrun and .Net - dotnet , ignore DirectX). Old games might need additional things (common things include gdiplus and different codecs)

For troubleshooting, select "verbose logs" in the game settings, run it and then on the left hand side go to the general heroic settings to view the logs.

this post was submitted on 07 Jun 2026
85 points (97.8% liked)

Linux Gaming

26577 readers
298 users here now

Discussions and news about gaming on the GNU/Linux family of operating systems (including the Steam Deck). Potentially a $HOME away from home for disgruntled /r/linux_gaming denizens of the redditarian demesne.

This page can be subscribed to via RSS.

Original /r/linux_gaming pengwing by uoou.

No memes/shitposts/low-effort posts, please.

Resources

Help:

Launchers/Game Library Managers:

General:

Discord:

IRC:

Matrix:

Telegram:

founded 3 years ago
MODERATORS