WineHQ

Anno 1701

No Screenshot

Submit Screenshot

Anno 1701, v1.04 and includes the Sunken Dragon addon, v2.03.

Application Details:

Version: GOG Version
License: Retail
URL: http://www.anno1701.com/
Votes: 0
Latest Rating: Gold
Latest Wine Version Tested: 5.0

Maintainers: About Maintainership

No maintainers. Volunteer today!

Free Download Anno 1701 @ GOG

Test Results

Old test results
The test results you have selected are very old and may not represent the current state of Wine.
Selected Test Results

What works

everything (exceptions see original post)

What does not

game crashes if textures set to "high" and postFX "on"

Workarounds

set textures to "medium" and postFX to "off"

*water refraction "off" helps avoiding visual distortions

What was not tested

multiplayer

Hardware tested

Graphics:

  • GPU: AMD
  • Driver: proprietary

Additional Comments

selected in Test Results table below
Operating systemTest dateWine versionInstalls?Runs?Used
Workaround?
RatingSubmitter
ShowDebian GNU/Linux 10.x "Buster"May 14 20205.0Yes Yes YesGoldMalte 
ShowUbuntu 16.04 "Xenial" amd64 (+ variants like Kubuntu)Feb 07 20194.0Yes Yes NoPlatinumpsofiterol 
ShowArch Linux x86_64Apr 28 20183.7Yes Yes YesGoldDaniel Berger 
CurrentmacOS 10.12 "Sierra"Jan 14 20182.22Yes Yes YesGoldSL 
ShowUbuntu 16.04 "Xenial" amd64 (+ variants like Kubuntu)Mar 12 20172.2Yes Yes NoGoldWanderer 

Known Bugs

Bug # Description Status Resolution Other apps affected

Show all bugs

HowTo / Notes

Starting the Game

Issue: Black Screen

To start the game you cannot do:

wine /path/to/Anno1701.exe

It will only give you a black screen.


Solution: Command for a Desktop Shortcut

You must use this command to start the game correctly:

env WINEPREFIX="/path/to/annoWinePrefix" wine C:\\windows\\command\\start.exe /Unix "/path/to/annoWinePrefix/drive_c/GOG Games/Anno 1701 AD/Anno1701.exe"

The command can be put in a desktop shortcut for convenience.


Solution 2: Use 'cd' before running the game

Aternatively the game can also be started correctly, if you cd into the install directory first.

Bash Script to start the game:

#!/bin/bash
cd "/path/to/annoWinePrefix/drive_c/GOG Games/Anno 1701 AD/"
env WINEPREFIX="/path/to/annoWinePrefix" wine Anno1701.exe

Comments

Comments Disabled

Comments for this application have been disabled because there are no maintainers.
Back