I am a total noob know nothing about linux,
I don't even know how to install a linux
is using crossover replace all of the steps below ? ( I copy from other user's )
I was able to get past the infamous 'Failed to get remote manifest' bug - I believe it is a hidden TLS negotiation failure.
Anyway, here's what you do:
I adaptedthis guide from reddit (which was an adaptation of this winehq guide) plus added some bits.
- Install Winbind (I believe it's safe to remove this at the end, it supports the dotnet installers):
sudo apt-get install winbind
- Make a fresh prefix:
export WINEPREFIX=~/.wine/pantheon
wineboot --init
- Switch the prefix to Windows XP to get .NET Framework 4.0 installed (required for newer .NET Framework installation to work on wine):
winecfg
- Download and install .NET Framework 4.0 (if the wget fails, you can use winetricks to install dotnet40 like in step 6 below)
wine dotNetFx40_Full_x86_x64.exe /q && wineserver -k
- Change the prefix back to Windows 7 and set mscoree to native in the dll overrides for .NET Framework 4.8 installer to work:
winecfg
- Download and install .NET Framework 4.8 (yes you need 4.0 and 4.8, in that order):
winetricks > Select the default wineprefix > Install a Windows DLL or component > dotnet48
-
You have to click through a bunch of menus and say OK. It will show some warnings about 64-bit compatibility. That's OK.
-
Add the game to Lutris:
- Copy/paste the Installer exe to ~/.wine/pantheon/drive_c
- In Lutris, hit the "+" to add a new game
- "Add locally installed game"
- Select the Pantheon installer EXE
- Fill out details:
name: Pantheon
runner: wine
Game Options > Executable: select the Pantheon installer EXE you copied (after successful install, go back and change Executable to PantheonLauncher.exe)
Wine Prefix: use the directory we set for WINEPREFIX above (eg ~/.wine/pantheon)
-
Run the installer, it should 'just work'
-
After install, Go backto Lutris and right click the game and edit it, change the Game Options > Executable from the installer to ~/.wine/pantheon/drive_c/users/yourname/Documents/My Games/Pantheon/PantheonLauncher.exe
My wine version is lutris-7.2-2-x86_64