It's a pack published by Ubisoft with Age of Empires 1 and 2 and their Expansions. CodeGame series.
Application Details:
Version: | Collectors Edition by Ubisoft |
License: | Retail |
URL: | http://www.microsoft.com/games... |
Votes: | 0 |
Latest Rating: | Gold |
Latest Wine Version Tested: | 1.9.13 |
Maintainers: About Maintainership
What works
Everything
What does not
some issues with chat box flickering, not a show stopper
Workarounds
What was not tested
nothing
Hardware tested
Graphics:
Additional Comments
installs, runs, not any game stopping issues at all
Operating system | Test date | Wine version | Installs? | Runs? | Used Workaround? | Rating | Submitter | ||
Show | Arch Linux x86_64 | Jul 06 2016 | 1.9.13 | Yes | Yes | Gold | azrdev | ||
Show | Ubuntu 15.04 "Vivid" amd64 (+ variants like Kubuntu) | Aug 25 2015 | 1.7.45 | Yes | Yes | Gold | an anonymous user | ||
Show | Linux Mint 17.3 "Rosa" x86_64 | Apr 16 2016 | 1.6.2 | Yes | Yes | Silver | Kyle Nokes | ||
Show | Ubuntu 15.04 "Vivid" i386 (+ variants like Kubuntu) | Aug 26 2015 | 1.6.2 | Yes | Yes | Gold | an anonymous user | ||
Show | Mac OS X 10.10 "Yosemite" | Jan 06 2015 | 1.6.2 | Yes | Yes | Silver | an anonymous user |
Bug # | Description | Status | Resolution | Other apps affected |
Multiplayer
To get multiplayer working you have to use by now the directplay libraries from microsoft, still (since 2006) no open source libraries for direct play that include libraries to open sockets and close to play games, so install winetricks:
(in ubuntu/debian) sudo apt-get install winetricks
and then exec:
winetricks directplay
It will download the directplay libraries from microsoft and install them, that's all, tcp/ip will work with direct connect.
If you get only a black screen upon starting a game
winetricks ddr=gdi
(see https://bugs.winehq.org/show_bug.cgi?id=43627)winetricks csmt=off
(see https://bugs.winehq.org/show_bug.cgi?id=44796)