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
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<endyear> and .Net - dotnet<ver> , 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.
Thanks, should I uncheck update directx and install c++ in fitgirl installer?
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:
To install a component (e.g. Visual C++ 2015):
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
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<endyear> and .Net - dotnet<ver> , 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.