Settlers II: 10th Anniversary Edition (GOG) Runs at 2FPS

Hi All,

Brand new to Lutris, so please forgive any obvious mistakes. Created an installer script for Settlers 2: 10th anniversary edition from GOG. The script goes well and the game installs, but when it runs the Ubisoft intro video sound skips heavily and everything appears to begin running at around 2fps.

The script is very simple and I can’t see why this would be affecting performance. Does anyone have any tips or suggestions on how I can help get to the bottom of this low performance?

Script is as follows;

files:

  • game: N/A:Please select the GOG.com OFFLINE Windows installer.
    game:
    arch: win32
    exe: drive_c/GOG Games/The Settlers II - 10th Anniversary/bin/S2DNG.exe
    prefix: $GAMEDIR
    installer:
  • task:
    args: /silent /nogui
    executable: game
    name: wineexec
    prefix: $GAMEDIR
  • task:
    app: d3dx9
    arch: win32
    description: Installing d3dx9
    name: winetricks
    prefix: $GAMEDIR
  • task:
    app: d3dx9_36
    arch: win32
    description: Installing DirectX
    name: winetricks
    prefix: $GAMEDIR