[Bug 25303] New: MSXML4 parser treats tabs as characters

wine-bugs at winehq.org wine-bugs at winehq.org
Fri Nov 26 13:23:55 CST 2010


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 at winehq.org
        ReportedBy: shiningarcanine at 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.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list