http://bugs.winehq.org/show_bug.cgi?id=25303
Summary: MSXML4 parser treats tabs as characters Product: Wine Version: 1.3.6 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: msxml4 AssignedTo: wine-bugs@winehq.org ReportedBy: shiningarcanine@gmail.com
When attempting to run Rise of Nations Gold Edition after installation, the game will crash with a prompt saying:
"BHG RTS run time FATAL
Fallied to locate building graphic key: HOUSE35"
HOUSE35 is present in the XML file, but there is a tab right next to it, which causes the failure. There are two ways of fixing this. One is to run "winetricks msxml4", which installs the real Microsoft XML 4.0 Parser and it handles this without a problem. The second is to remove the tab from the file, which can be done by running the following command:
sed -i "s/HOUSE35\t/HOUSE35/g" ~/.wine/drive_c/Program\ Files/Microsoft\ Games/Rise\ of\ Nations/Thrones\ and\ Patriots/data/buildingrules.xml
Installing Rise of Nations Gold Edition requires "winetricks mfc42", but aside from that, this issue occurs with a fresh WINE prefix directory.