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.
http://bugs.winehq.org/show_bug.cgi?id=25303
--- Comment #1 from Austin English austinenglish@gmail.com 2010-11-26 14:06:44 CST --- You might give it a try in 1.3.8, there's been a lot of msxml improvements since 1.3.6.
http://bugs.winehq.org/show_bug.cgi?id=25303
Adam Martinson amartinson@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |amartinson@codeweavers.com
--- Comment #2 from Adam Martinson amartinson@codeweavers.com 2010-11-26 14:30:47 CST --- This is a duplicate of bug 21668, fixed by commit 85ced167bd68e882900085ea50f25897e8457172.
http://bugs.winehq.org/show_bug.cgi?id=25303
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |DUPLICATE
--- Comment #3 from Austin English austinenglish@gmail.com 2010-11-26 14:47:17 CST --- (In reply to comment #2)
This is a duplicate of bug 21668, fixed by commit 85ced167bd68e882900085ea50f25897e8457172.
Dupe.
*** This bug has been marked as a duplicate of bug 21668 ***
http://bugs.winehq.org/show_bug.cgi?id=25303
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #4 from Austin English austinenglish@gmail.com 2010-11-26 14:47:33 CST --- Closing.