Skip to content

Instantly share code, notes, and snippets.

@Nithanim
Created January 21, 2019 04:03
Show Gist options
  • Save Nithanim/81059dc70fa5bb623260fea1dee0797e to your computer and use it in GitHub Desktop.
Save Nithanim/81059dc70fa5bb623260fea1dee0797e to your computer and use it in GitHub Desktop.
Northland/8th Wonder of the World on Linux

Northland/8th Wonder of the World on Linux

Wine is needed which can be downloaded from https://winehq.org/. Note that the game is 32 bit and most likely needs the 32 bit arch enabled.

For Ubuntu the instructions can be found on https://wiki.winehq.org/Ubuntu including the 32 bit command. At time of writing I am on Ubuntu 18.04 (bionic) with the wine staging branch.

$ wine --version                                                                                                                        
wine-4.0-rc6 (Staging)

The GoG version of Northland installs and runs without problems.

For multiplayer, directplay is needed which is missing and results in an error message in game. To fix this, install and run winetricks. Select "Select the default wineprefix", then "Install a Windows DLL or component" and tick the "directplay" checkbox.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment