


Does not work, even after installing dotnet40 and vcrun2015.

Works perfectly after installing dotnet40 and vcrun2015.
To install these I ran:
STEAMAPPS=~/.steam/steam/steamapps ;
export WINEPREFIX=$STEAMAPPS/compatdata/865250/pfx ;
rm -rf $WINEPREFIX ;
winetricks -q dotnet40 vcrun2015 win7 ;
Then all is was good
(This came from the instructions here: https://github.com/redmcg/wine/wiki; as tipped off from the discussion here: https://steamcommunity.com/app/865250/discussions/0/1710690448231682694/)

Requires vcrun2015 and dotnet40 which are difficult to get installed due to proton defaulting to a 64 bit prefix. Go to the following link and use the pre-configured proton that someone created for Elite Dangerous. It requires the same dependencies and will work flawlessly on this build: https://github.com/redmcg/wine/wiki

Game launches but immediately crashes after loading bar finishes. It is crashing due to vcrun2015 dependencies. I tried installing vcrun2015 via protontricks but the game is not accessing the api-ms-win-crt-runtime-l1-1-0.dll or ucrtbase dlls properly. I ensured they were set as "native, built-in" in winecfg. The non-steam version of Phase shift works perfectly after installing vcrun2015 so it is likely this version can run if this can be figured out.