Posted December 28, 2021
I’m a Linux Boy, have been for more than 20 years. I find that most games run better in Linux than they do in Windows, using Wine. I love Gog because nearly all of their games install and run flawlessly under Wine.
I wish Gog Galaxy would run under Wine as well.
The problem – Wine doesn’t support the latest versions of Microsoft Dot Net. Games don’t seem to require the latest version, but Gog Galaxy does.
I’m currently playing No Man’s Sky 3.75. I’m autistic and I don’t go in for the social side of multiplayer games but it would be nice if I could find and explore other people’s bases sometimes.
And for anyone interested, the setup I use is very simple. I created a new 64 bit Wine Prefix (fake windows drive) for NMS simply called NMS375.
$ Winearch=win64 WINEPREFIX=/home/username/NMS375 winecfg
I ran Winetricks on that prefix to install only two components – Corefonts and dotnet4.0
$ WINEPREFIX=/home/username/NMS375 winetricks
Then I used the command line to install the game:
$ WINEPREFIX=/home/username/NMS375 wine ./setup*.exe
That’s it. The installer puts an icon on your desktop and it now plays perfectly.
Cheers,
Andrew.
I wish Gog Galaxy would run under Wine as well.
The problem – Wine doesn’t support the latest versions of Microsoft Dot Net. Games don’t seem to require the latest version, but Gog Galaxy does.
I’m currently playing No Man’s Sky 3.75. I’m autistic and I don’t go in for the social side of multiplayer games but it would be nice if I could find and explore other people’s bases sometimes.
And for anyone interested, the setup I use is very simple. I created a new 64 bit Wine Prefix (fake windows drive) for NMS simply called NMS375.
$ Winearch=win64 WINEPREFIX=/home/username/NMS375 winecfg
I ran Winetricks on that prefix to install only two components – Corefonts and dotnet4.0
$ WINEPREFIX=/home/username/NMS375 winetricks
Then I used the command line to install the game:
$ WINEPREFIX=/home/username/NMS375 wine ./setup*.exe
That’s it. The installer puts an icon on your desktop and it now plays perfectly.
Cheers,
Andrew.