http://bugs.winehq.org/show_bug.cgi?id=30491
--- Comment #3 from Anastasius Focht focht@gmx.net 2012-04-21 08:59:28 CDT --- Hello Nikolay,
--- quote --- This should help. Actually I'm surprised it's a first report of this problem, cause every non-UTF8 with no prolog will fail the same way. --- quote ---
yes, UTF-16 data is now detected and it runs into next insufficiency which should be another bug ...
--- snip --- $ WINEDEBUG=+tid,+msxml wine ./communicator.exe ... 0009:trace:msxml:DllGetClassObject {88d96a11-f192-11d4-a65f-0040963251e5} {00000001-0000-0000-c000-000000000046} 0x32e838 0009:trace:msxml:ClassFactory_CreateInstance (nil) {c90352f5-643c-4fbc-bb23-e996eb2d51fd} 0x32e8a4 0009:trace:msxml:MXNamespaceManager_create ((nil), 0x32e7d8) 0009:trace:msxml:MXNamespaceManager_create returning iface 0x1949b8 0009:trace:msxml:vbnamespacemanager_QueryInterface (0x1949a8)->({c90352f5-643c-4fbc-bb23-e996eb2d51fd} 0x32e8a4) 0009:trace:msxml:vbnamespacemanager_AddRef (0x1949a8)->(2) 0009:trace:msxml:vbnamespacemanager_Release (0x1949a8)->(1) 0009:trace:msxml:vbnamespacemanager_put_allowOverride (0x1949a8)->(1) 0009:trace:msxml:vbnamespacemanager_AddRef (0x1949a8)->(2) 0009:trace:msxml:vbnamespacemanager_Release (0x1949a8)->(1) 0009:trace:msxml:internal_parse (0x13ae88)->({VT_BSTR: L"<categoryPublicationManifest\r\n xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance%5C%22%5Cr%5Cn xmlns:xsd="http://www.w3.org/2001/XMLSchema%5C%22%5Cr%5Cn xmlns="http://schemas.microsoft.com/200) 0009:trace:msxml:saxxmlreader_AddRef 0x13ae88 0009:trace:msxml:SAXLocator_create returning 0x194ad0 0009:trace:msxml:internal_parseBuffer detected encoding: (null) 0009:trace:msxml:internal_parseBuffer switching to UTF-16 0009:trace:msxml:isaxlocator_AddRef (0x194ad0)->(2) 0009:fixme:msxml:vbnamespacemanager_pushContext (0x1949a8): stub 0009:fixme:msxml:format_error_message_from_id MSXML errors not yet supported. 0009:trace:msxml:isaxlocator_Release (0x194ad0)->(1) 0009:trace:msxml:vbnamespacemanager_Release (0x1949a8)->(0) 0009:trace:msxml:internal_putContentHandler (0x13ae88)->((nil)) 0009:trace:msxml:internal_putProperty (0x13ae88)->(L"http://xml.org/sax/properties/lexical-handler" {VT_UNKNOWN: (nil)}) 0009:trace:msxml:internal_putErrorHandler (0x13ae88)->((nil)) 0009:trace:msxml:saxxmlreader_Release 0x13ae88 0009:trace:msxml:isaxlocator_Release (0x194ad0)->(0) 0009:trace:msxml:saxxmlreader_Release 0x13ae88 --- snip ---
Regards