HGL
genetic-orange
The Expanse (Telltale) failing to launch
The Expanse (Telltale) fails to launch through both Wine-GE and Proton-GE, prompting me to install a "Visual C++ Runtime" (does not specific a specific version).
Attempting to install any windows DLL/component in Proton-GE throws an error, however I successfully installed Visual C++ Runtime 2015 in the Wine-GE environment, though it continued to prompt me to install Visual C++ on launch.
The launcher is running in a flatpak environment.
2 Replies
The "vcrunYYYY" packages install the Visual C++ Runtime in Winetricks; I'd try
vcrun2019
first
mfc140
is, as the title says, just one part of vcrun2015
genetic-orangeOP•2y ago
seems like that did the trick, thanks!