https://bugs.winehq.org/show_bug.cgi?id=36686
Bug ID: 36686 Summary: CodeGear RAD Studio 2009 fails on startup (ISAXXMLReader::putFeature method needs to support 'normalize line breaks' feature) Product: Wine Version: 1.7.19 Hardware: x86 OS: Linux Status: NEW Severity: normal Priority: P2 Component: msxml3 Assignee: wine-bugs@winehq.org Reporter: focht@gmx.net
Hello folks,
as the summary says ...
Prerequisite: 'winetricks -q mdac28'
.NET Framework 2.0 will be automatically installed if required.
--- snip --- $ WINEDEBUG=+tid,+seh,+loadll,+process,+msxml,+msgbox wine ./bds.exe ... 0009:trace:msxml:DllGetClassObject {079aa557-4a18-424a-8eee-e39f0a8d41b9} {00000001-0000-0000-c000-000000000046} 0x33f6c8 0009:trace:msxml:DOMClassFactory_AddRef (0x525df98) ref = 1 0009:trace:msxml:DOMClassFactory_CreateInstance (nil) {a4f96ed0-f829-476e-81c0-cdc7bd2a0802} 0x7cd5f4 0009:trace:msxml:SAXXMLReader_create (0x33f64c) 0009:trace:msxml:SAXXMLReader_create returning iface 0x52542b4 0009:trace:msxml:saxxmlreader_QueryInterface 0x52542a8 {a4f96ed0-f829-476e-81c0-cdc7bd2a0802} 0x7cd5f4 0009:trace:msxml:saxxmlreader_AddRef 0x52542a8 0009:trace:msxml:saxxmlreader_Release 0x52542a8 0009:trace:msxml:DOMClassFactory_Release (0x525df98) ref = 0 0009:trace:msxml:isaxxmlreader_putFeature (0x52542a8)->(L"http://xml.org/sax/features/namespaces" 1) 0009:trace:msxml:isaxxmlreader_putFeature (0x52542a8)->(L"http://xml.org/sax/features/namespace-prefixes" 1) 0009:trace:msxml:isaxxmlreader_putFeature (0x52542a8)->(L"http://xml.org/sax/features/external-general-entities" 0) 0009:trace:msxml:isaxxmlreader_putFeature (0x52542a8)->(L"http://xml.org/sax/features/external-parameter-entities" 0) 0009:trace:msxml:isaxxmlreader_putFeature (0x52542a8)->(L"normalize-line-breaks" 1) 0009:fixme:msxml:isaxxmlreader_putFeature (0x52542a8)->(L"normalize-line-breaks" 1) stub 0009:trace:seh:raise_exception code=eedfade flags=1 addr=0x7b83ac57 ip=7b83ac57 tid=0009 0009:trace:seh:raise_exception info[0]=5005eb21 0009:trace:seh:raise_exception info[1]=00e77898 0009:trace:seh:raise_exception info[2]=80004001 0009:trace:seh:raise_exception info[3]=208e3a14 0009:trace:seh:raise_exception info[4]=007cd5f0 0009:trace:seh:raise_exception info[5]=0033f71c 0009:trace:seh:raise_exception info[6]=0033f6e8 0009:trace:seh:raise_exception eax=7b826c7d ebx=7b8bb000 ecx=0033f6e8 edx=0033f660 esi=00000001 edi=00000007 0009:trace:seh:raise_exception ebp=0033f688 esp=0033f624 cs=0023 ds=002b es=002b fs=0063 gs=006b flags=00000283 --- snip ---
'winetricks -q msxml3' works around.
$ wine --version wine-1.7.19-70-gd6a59f7
Regards