Application Details:
Version: | Winter Assault |
License: | Retail |
URL: | http://www.dawnofwargame.com/ |
Votes: | 0 |
Latest Rating: | Garbage |
Latest Wine Version Tested: | 1.9.19 |
Maintainers: About Maintainership
What works
Game works okay, but generates an error when you exit the
application. This in turn requests that you forward your details as a
bug report. I think this is produced because of WINE moaning about not
being able to support DirectX 9 (could be wrong though).
What does not
Sound is very choppy and unusable.
Workarounds
What was not tested
Campaign, multiplayer and mods other than the Winter Assault expansion (didn't even try the original game - what no IG?).
Anything other than the lowest graphics detail.Hardware tested
Graphics:
Additional Comments
I copied a Windows install straight into the Program Files directory. The WINE config was set to Windows 98 and the sound ALSA and OSS acceleration were set to Emulation mode. I found in XP mode the loading screens did not display properly.
Operating system | Test date | Wine version | Installs? | Runs? | Used Workaround? | Rating | Submitter | ||
Show | Arch Linux x86_64 | Sep 23 2016 | 1.9.19 | Yes | No | Garbage | Tharbad | ||
Show | Ubuntu 11.10 "Oneiric" amd64 (+ variants like Kubuntu) | Apr 17 2012 | 1.5.2 | Yes | Yes | Platinum | nadeem | ||
Show | Mandriva 2010.2 | Jan 20 2011 | 1.3.11 | Yes | Yes | Platinum | RealGecko | ||
Show | PCLinuxOS 2010 | Jun 27 2010 | 1.2-rc5 | Yes | Yes | Platinum | an anonymous user | ||
Show | Debian GNU/Linux 5.x "Lenny" | Apr 21 2009 | 1.1.19 | N/A | Yes | Bronze | an anonymous user |
After you installed the game you may get a performance boost if you use the latest version of DirectX 9.
The easiest way to do so, is using winetricks:
winetricks directx9
Read more about winetricks, here:
If the installer does not work/ crash try copying all files from CD1 and CD2 into one folder and start the installer from there.
Something like this:
mkdir ~/wa
run this for both CDs:
cp -r /path/to/your/mounted/cd/* ~/wa
change to the folder and run the installer:
cd ~/wa && wine WinterAssaultUpdater.exe
Winter Assault does not get installed into a separate folder, it gets installed in your existing Dawn Of War folder.
Therefore all patches made by Winter Assault also get applied to DoW.
The patches do not check your installed version of DoW! Because of that it is possible that an installed patch downgrades your DoW installation.
If you don't get asked for your CD key during installation here is a fix for that.
Open "regedit" from console and locate for this key:
HKEY_LOCAL_MACHINE\Software\THQ\Dawn of War\CDKEY_WXP
This key is set to 0000-0000-... currently.
Edit this key to your CD key (characters upper case), close regedit.
That's it.
If you have problems with completely corrupted textures the problem might be that your systems lacks a library that is used for texture compression in Dawn of War.
Under Debian based system install the package "libtxc-dxtn-s2tc0" and try again.