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!
What works
-Installing the game
-Playing the game
-Starting the game from a regular desktop-shortcut, using a workaround.
There is an error towards the end of the installation. A dialog pops up with the message: Runtime Error (at 69:786)
This doesn't matter though, the game is installed with all its files, as far as I can tell,
so you can save yourself the use of the innoextract tool mentioned in other comments.
What does not
The game can't be launched by simply running "wine Anno1701.exe"
If I run the .exe, then I only get a black screen and nothing happens.
Workarounds
I figured out a workaround for the black screen issue that many people reported having.
I also figured out why some people had the black screen issue and others didn't...
So, for some reason, starting the Anno_1701.exe directly won't work and will result in nothing, but black screen.
But I realized that it did work for the desktop shortcuts that can be created during installation.
I looked at how those shortcuts executed the game and realized
that this is how the game has to be started to avoid the black scren issue:
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 same goes for the Add-On and the World Editor.
Command for the Add-On:
env WINEPREFIX="/path/to/annoWinePrefix" wine C:\\windows\\command\\start.exe /Unix "/path/to/annoWinePrefix/drive_c/GOG Games/Anno 1701 AD/Anno1701AddOn.exe"
Command for the World Editor:
env WINEPREFIX="/path/to/annoWinePrefix" wine C:\\windows\\command\\start.exe /Unix "/path/to/annoWinePrefix/drive_c/GOG Games/Anno 1701 AD/WorldEditor.exe"
I have no idea what the difference is between
wine /path/to/.exe
compared to using
...start.exe /Unix /path/to/.exe
but it made all the difference for starting this game.
If someone can explain it, please comment, I would like to know what's going on here.
I would suggest using the commands in a desktop shortcut.
Then all you have to do is double-click on it, like in windows.
You can even add the original icons to the shortcut.
I also used:
winetricks d3dx9_29 corefonts
corefonts fixed an issue with font rendering in the game, but I don't know if d3dx9_29 is really needed.
What was not tested
-Multiplayer
-In-depth use of the game and the world editor
Hardware tested
Graphics:
Additional Comments
I love this game, I'm so glad to have it on GOG and now even working on Linux :D
On Medium settings I'm getting smooth fps.
-System Specs-
Laptop Model: Acer Aspire V3-471G
RAM: 8.00 GB
Processor: 64-bit Intel Core i7-3630QM @ 2.40GHz
GPU: Nvidia 640M
Operating system | Test date | Wine version | Installs? | Runs? | Used Workaround? | Rating | Submitter | ||
Show | Debian GNU/Linux 10.x "Buster" | May 14 2020 | 5.0 | Yes | Yes | Yes | Gold | Malte | |
Show | Ubuntu 16.04 "Xenial" amd64 (+ variants like Kubuntu) | Feb 07 2019 | 4.0 | Yes | Yes | No | Platinum | psofiterol | |
Current | Arch Linux x86_64 | Apr 28 2018 | 3.7 | Yes | Yes | Yes | Gold | Daniel Berger | |
Show | macOS 10.12 "Sierra" | Jan 14 2018 | 2.22 | Yes | Yes | Yes | Gold | SL | |
Show | Ubuntu 16.04 "Xenial" amd64 (+ variants like Kubuntu) | Mar 12 2017 | 2.2 | Yes | Yes | No | Gold | Wanderer |
Bug # | Description | Status | Resolution | Other apps affected |
To start the game you cannot do:
wine /path/to/Anno1701.exe
It will only give you a black screen.
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.
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 for this application have been disabled because there are no maintainers.