[Bug 16239] Cake Poker installer requires native msxml3

wine-bugs at winehq.org wine-bugs at winehq.org
Sat Jan 16 13:45:19 CST 2010


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





--- Comment #4 from Mike Kaplinskiy <mike.kaplinskiy at gmail.com>  2010-01-16 13:45:18 ---
This seems to have been fixed in the latest installer (developers removed the
xmlns attribute on the root element). There are still errors from libxml2 but
the program seems to install fine. The errors look like:

trace:msxml:domdoc_get_documentElement 0x164758
...
trace:msxml:xmlnode_selectSingleNode 0x1692d8 L"//en:TfrmSetupMain" 0x32fa90
trace:msxml:xmlnode_selectNodes 0x1692d8 L"//en:TfrmSetupMain" 0x32f8f8
trace:msxml:queryresult_create (0x7cbb7df8, L"//en:TfrmSetupMain", 0x32f8f8)
XPath error : Undefined namespace prefix
xmlXPathEval: evaluation failed

The log doesn't show the setup trying to set the SelectionNamespaces property,
so I'm not quite sure how the above is supposed to work at all. Seems that IF
this works in msxml, then it actually uses a different namespace list when the
lookup is done on a specific node as opposed to a document, which is highly
unlikely. But we don't even know if this does work in native.

This bug should probably be closed as WORKSFORME

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