http://bugs.winehq.org/show_bug.cgi?id=14318
Summary: Michisoft Reader Studio v1.5a fails to produce LIT file from HTML Product: Wine Version: 1.0.0 Platform: Other OS/Version: other Status: UNCONFIRMED Severity: enhancement Priority: P2 Component: msxml3 AssignedTo: wine-bugs@winehq.org ReportedBy: truxxon@gmail.com
I tried to use the Michisoft Reader Studio v1.5a, available at http://www.michisoft.com/programs/readerstudio/rsdownload.htm , and verified that under wine it does not finish the conversion of HTML to LIT.
Instead, it shows the following message in a dialog error box log: " LITGen warning (1101): DTD(Ver 1.0): Unrecognized metadata tag <Title>. LITGen warning (1203): DTD(Ver 1.0): The <dc-metadata> tag cannot have a <Unknown> tag in it. LITGen warning (1205): DTD(Ver 1.0): The <dc-metadata> tag cannot have text 'mytitle' as child in its content model. LITGen warning (1205): DTD(Ver 1.0): The <Unknown> tag cannot have text 'mytitle' as child in its content model. LITGen warning (1101): DTD(Ver 1.0): Unrecognized metadata tag <Creator>. LITGen warning (1203): DTD(Ver 1.0): The <dc-metadata> tag cannot have a <Unknown> tag in it. LITGen warning (1101): DTD(Ver 1.0): Unrecognized metadata tag <Identifier>. LITGen warning (1203): DTD(Ver 1.0): The <dc-metadata> tag cannot have a <Unknown> tag in it. LITGen warning (1205): DTD(Ver 1.0): The <dc-metadata> tag cannot have text '7055.475' as child in its content model. LITGen warning (1205): DTD(Ver 1.0): The <Unknown> tag cannot have text '7055.475' as child in its content model. LITGen warning (1101): DTD(Ver 1.0): Unrecognized metadata tag <Language>. LITGen warning (1203): DTD(Ver 1.0): The <dc-metadata> tag cannot have a <Unknown> tag in it. LITGen warning (1205): DTD(Ver 1.0): The <dc-metadata> tag cannot have text 'en' as child in its content model. LITGen warning (1205): DTD(Ver 1.0): The <Unknown> tag cannot have text 'en' as child in its content model. LITGen error (1207): DTD(Ver 1.0): Unique identifier not found. There should be a 'unique-identifier' attribute on the <package> tag and at least one dc:Identifier tag whose ID matches that attribute. Error 0x%x processing package file %S. "
and the corresponding wine stderr is: " fixme:ole:OLEPictureImpl_Render Not quite correct implementation of rendering icons... fixme:msxml:bsc_QueryInterface interface {6d5140c1-7436-11ce-8034-00aa006009fa} not implemented fixme:win:WIN_CreateWindowEx Parent is HWND_MESSAGE fixme:msxml:bsc_QueryInterface interface {79eac9e4-baf9-11ce-8c82-00aa004ba90b} not implemented Error 0x80004005 processing package file Z:\home\xxxx\local\bin\litgen-wine\temp\temp.opf. Terminating for error 0x80004005. fixme:ole:OLEPictureImpl_Render Not quite correct implementation of rendering icons... fixme:ole:OleLoadPictureEx (0xa7535c,774,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32e4dc), partially implemented. fixme:ole:OLEPictureImpl_get_hPal unimplemented for type 3. Returning 0 palette. fixme:ole:OleLoadPictureEx (0xa7535c,3318,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32e4dc), partially implemented. fixme:ole:OLEPictureImpl_get_hPal unimplemented for type 3. Returning 0 palette. fixme:ole:OleLoadPictureEx (0xa7535c,1086,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32e4dc), partially implemented. fixme:ole:OLEPictureImpl_get_hPal unimplemented for type 3. Returning 0 palette. fixme:ole:OLEPictureImpl_SaveAsFile (0x11c1c8)->(0x11c298, 0, (nil)), hacked stub. fixme:ole:OLEPictureImpl_Render Not quite correct implementation of rendering icons... "
The problem seems to come down to wine not implementing yet these two MSXML interfaces, and therefore being unable to support the microsoft litgen dll: fixme:msxml:bsc_QueryInterface interface {6d5140c1-7436-11ce-8034-00aa006009fa} not implemented fixme:msxml:bsc_QueryInterface interface {79eac9e4-baf9-11ce-8c82-00aa004ba90b} not implemented