[Bug 8107] Civilization 4 Warlords fails to start due to XML issues

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Oct 18 14:11:41 CDT 2009


http://bugs.winehq.org/show_bug.cgi?id=8107


Patrick Leamon <pleamonhp at yahoo.com.au> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pleamonhp at yahoo.com.au




--- Comment #16 from Patrick Leamon <pleamonhp at yahoo.com.au>  2009-10-18 14:11:40 ---
I've been playing around with this today, it fails due to the namespace in the
xml file:
...
<Civ4PlayerOptionInfos xmlns="x-schema:CIV4GameInfoSchema.xml">

...

For some reason libxml2 can't handle xpath for xml with a namespace like this. 
If you take out the namespace declaration then it crashes later on:
trace:msxml:xmlnode_get_namespaceURI 0x1a9e08 0x32f924

Is this something we can report upstream?  Is xpath even supposed to consider
namespaces?  I haven't encountered it before.

-- 
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