this post was submitted on 07 Jun 2026
72 points (97.4% liked)

Linux Gaming

26113 readers
173 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
 

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
[–] claim_arguably@lemdro.id 3 points 22 hours ago (1 children)

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

[–] rtxn@lemmy.world 11 points 21 hours ago* (last edited 21 hours ago) (1 children)

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 6 points 21 hours ago (1 children)

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 6 points 19 hours ago* (last edited 19 hours 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.