http://bugs.winehq.org/show_bug.cgi?id=22410 --- Comment #12 from Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> 2010-04-21 06:30:35 --- If you feel that is not fixed, feel free to reopen the bug.
From your log the, something went wrong reading the XML file.
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.