No subject


Tue Feb 23 11:03:59 CST 2010


Try this patch, and post back just the error message.

diff --git a/dlls/msxml3/saxreader.c b/dlls/msxml3/saxreader.c
index a3de757..68d51bb 100644
--- a/dlls/msxml3/saxreader.c
+++ b/dlls/msxml3/saxreader.c
@@ -1314,6 +1314,8 @@ static void libxmlFatalError(void *ctx, const char *msg,
.
     vsprintf(message, msg, args);
     va_end(args);

+    FIXME("SAX error %s.\n", message);
+
     len = MultiByteToWideChar(CP_UNIXCP, 0, message, -1, NULL, 0);
     wszError = heap_alloc(sizeof(WCHAR)*len);
     if(wszError)

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