http://bugs.winehq.org/show_bug.cgi?id=8107
--- Comment #18 from Patrick Leamon <pleamonhp(a)yahoo.com.au> 2009-10-19 02:08:35 ---
Ok, sorry again for more mail but I think I understand it now. Wine only has a
stubbed implementation of namespaces:
fixme:msxml:schema_cache_add (0x137110)->(L"x-schema:CIV4GameInfoSchema.xml",
var(vt 9)): stub
So to fix this bug we would have to store the namespaces supplied to this call
and then use those namespaces in any xpath we run. The function to do this in
libxml2 is:
http://xmlsoft.org/html/libxml-xpathInternals.html#xmlXPathRegisterNs
However libxml2 doesn't allow a default namespace to be registered for xpath,
where msxml3 seems to be fine with that. So even if namespaces weren't
stubbed, it wouldn't fix Civ 4 anyway.
So to fix Civ 4 we'd need:
- non stubbed namespace implementation
- libxml2 to support default namespaces for xpath (which I'm not sure they'd
accept - http://mail.gnome.org/archives/xml//2001-December/msg00074.html)
--
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.
http://bugs.winehq.org/show_bug.cgi?id=8107
--- Comment #17 from Patrick Leamon <pleamonhp(a)yahoo.com.au> 2009-10-18 14:26:50 ---
Sorry for the bug spam - libxml2 is behaving just fine. For those (like me)
that don't understand namespaces in xpath, have a look here:
http://msdn.microsoft.com/en-us/library/ms950779.aspx
for some good examples.
--
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.
http://bugs.winehq.org/show_bug.cgi?id=8107
Patrick Leamon <pleamonhp(a)yahoo.com.au> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |pleamonhp(a)yahoo.com.au
--- Comment #16 from Patrick Leamon <pleamonhp(a)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.
http://bugs.winehq.org/show_bug.cgi?id=7526
Nikolay Sivov <bunglehead(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|comctl32 |-unknown
--
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.
http://bugs.winehq.org/show_bug.cgi?id=7695
Nikolay Sivov <bunglehead(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|comctl32 |-unknown
--- Comment #14 from Nikolay Sivov <bunglehead(a)gmail.com> 2009-10-18 05:34:27 ---
I don't get why it's a comctl32 problem.
--
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.
http://bugs.winehq.org/show_bug.cgi?id=20288
Summary: Parser error : PCDATA invalid Char value 17
Product: Wine
Version: 1.1.30
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: shakaran(a)gmail.com
On Ubuntu 9.10 beta with wine 1.1.30 I get this error when I open files .exe.
$ wine UltraStar-0.6.2.exe
fixme:shell:SHAutoComplete SHAutoComplete stub
/home/shakaran/.local/share/mime/packages/x-wine-extension-8ba.xml:5: parser
error : PCDATA invalid Char value 17
<comment>L</comment>
^
(x20 times)
fixme:shell:DllCanUnloadNow stub
fixme:shell:DllCanUnloadNow stub
fixme:shell:DllCanUnloadNow stub
fixme:shell:DllCanUnloadNow stub
fixme:shell:DllCanUnloadNow stub
--
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.
http://bugs.winehq.org/show_bug.cgi?id=20396
Summary: 'Enter bug' page for Wine product defaults to 1.1.13
version
Product: WineHQ Bugzilla
Version: unspecified
Platform: Other
OS/Version: other
Status: NEW
Severity: trivial
Priority: P2
Component: bugzilla-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bunglehead(a)gmail.com
Could we advance default version to current each release? Or reset it to
unspecified if it's to complicated to implement. Using hardcoded 1.1.13 is a
bit confusing.
--
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.
http://bugs.winehq.org/show_bug.cgi?id=20393
Summary: No funciona el cambio a la lengua española.
Product: WineHQ Bugzilla
Version: unspecified
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: bugzilla-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gjotam(a)hotmail.com
La página principal se setea a español, pero la información aparece en inglés.
--
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.
http://bugs.winehq.org/show_bug.cgi?id=9142
--- Comment #19 from Alexandre Julliard <julliard(a)winehq.org> 2009-10-17 11:42:55 ---
That may be possible, though there would be a number of performance and
security issues to address.
--
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.