Please! Not everybody at once! 😏
Since 17.5 seems far off atm I installed wine 3.13 staging on my mac since it apparently now includes Molten VK.
No success so far in running Assetto Corsa. Slowly trying to piece things together.
[s]Btw what wine version is 17.5.1 based on? Nobody seems to know …
[/s]Wine 2.8 finally figured that out.
###################################################
EDIT:
Since I am a noob on Wine without GUI I've run of course into Problems, so …
Am trying to cross off the list from a YouTube video in a 32Bit CrossOver 17.5.1 Bottle:
The hard part to get the game working in wine is getting dotnet installed properly.
- Dxvk isn't needed, but it performed better (no graphical glitches and better performances)
- Even with dxvk the game will crash with certain graphical options (I had to tone down video options to get it running)
Quick how to:
1/ Prerequisites:
- Install wine-staging
- Install DXVK ( more on this here : https://youtu.be/tkYUy8qBKEM )
- get winetricks ( https://wiki.winehq.org/Winetricks )
2/ Installation
- Use a 32 bit wineprefix
To create a new 32 bit wineprefix (or use your allready existing one)
WINEARCH=win32 WINEPREFIX=/home/-userdir/-yourwineprefixname- winecfg
- Install vc++ and dotnet
[s] WINEPREFIX=/home/-userdir/-yourwineprefixname- ./winetricks corefonts
[/s][s] WINEPREFIX=/home/-userdir/-yourwineprefixname- ./winetricks vcrun2008
[/s][s] WINEPREFIX=/home/-userdir/-yourwineprefixname- ./winetricks vcrun2010
WINEPREFIX=/home/-userdir/-yourwineprefixname- ./winetricks vcrun2012
WINEPREFIX=/home/-userdir/-yourwineprefixname- ./winetricks vcrun2013
WINEPREFIX=/home/-userdir/-yourwineprefixname- ./winetricks vcrun2015
[/s] WINEPREFIX=/home/-userdir/-yourwineprefixname- ./winetricks --force vcrun2017 (seems to be built in Wine 2.8)
[s] WINEPREFIX=/home/-userdir/-yourwineprefixname- ./winetricks msxml3
WINEPREFIX=/home/-userdir/-yourwineprefixname- ./winetricks msxml4
WINEPREFIX=/home/-userdir/-yourwineprefixname- ./winetricks msxml6
WINEPREFIX=/home/-userdir/-yourwineprefixname- ./winetricks devenum[/s] (seems to be built in Wine 2.8)
[s]WINEPREFIX=/home/-userdir/-yourwineprefixname- ./winetricks dotnet461
[/s][s] WINEPREFIX=/home/-userdir/-yourwineprefixname- ./winetricks d3dx11_43
[/s] [s]- Install steam
[/s] ./winetricks steam
[s] - Make sure you're running wine in windows 7 mode
[/s] winecfg
3/ Download and play the game
~~Launch steam ~~from a terminal
cd /home/-userdir-/-yourwineprefixname-/drive_c/-pathtosteam-
WINEPREFIX=/home/-userdir/-yourwineprefixname- wine Steam.exe -no-cef-sandbox -no-dwrite
[s] Download the game in steam
[/s]
Troubleshooting:
- If the game launcher crash: read the errors in the terminal to get hints.
Most of the time it's a dotnet issue (mscorlib), try reinstalling dotnet.
You may use Microsoft's .NET Framework Cleanup Tool to uninstall any dotnet installation before installing it again.
- If the actual game crash at launch: try changing gfx options
- If the game crash during gameplay : try changing gfx options
First try was a 64Bit bottle. Bad idea. All I got was a blackscreen and an endless crash log.
Now redownloading AC (in Steam) all over again in a new Windows 7 32Bit Bottle.