https://bugs.winehq.org/show_bug.cgi?id=36741
Bug ID: 36741 Summary: Windows Live Writer 14.0.x fails to detect blog settings (HTMLMetaElement_get_charset is a stub) Product: Wine Version: 1.7.20 Hardware: x86 OS: Linux Status: NEW Severity: normal Priority: P2 Component: mshtml Assignee: wine-bugs@winehq.org Reporter: focht@gmx.net
Hello folks,
continuation of bug 15600
--- snip --- $ pwd /home/focht/.wine/drive_c/Program Files/Windows Live/Writer
$ WINEDEBUG=+tid,+seh,+relay,+mshtml,+ole,+variant wine ./WindowsLiveWriter.exe
log.txt 2>&1
... 0046:trace:ole:_invoke Calling 0x7c7f2f94(03350a28,0356d3c0,) 0046:fixme:mshtml:HTMLMetaElement_get_charset (0x33509c0)->(0x356d3c0) 0046:trace:ole:_invoke returns 80004001 ... 0045:trace:ole:xCall -- 0x80004001 ... 0045:Call msvcr80._vsnprintf_s(03570830,00000029,ffffffff,79f90098 "%.8x",07addcb8) ret=79f0f55a 0045:Ret msvcr80._vsnprintf_s() retval=00000008 ret=79f0f55a 0045:Call msvcr80._CxxThrowException(07addd40,79f9acc4) ret=79f97365 0045:Call KERNEL32.RaiseException(e06d7363,00000001,00000003,07addc84) ret=7e973b71 0045:trace:seh:raise_exception code=e06d7363 flags=1 addr=0x7b83ac6b ip=7b83ac6b tid=0045 0045:trace:seh:raise_exception info[0]=19930520 0045:trace:seh:raise_exception info[1]=07addd40 0045:trace:seh:raise_exception info[2]=79f9acc4 0045:trace:seh:raise_exception eax=7b826c7d ebx=7b8bb000 ecx=19930520 edx=07addbd4 esi=07addc80 edi=07addc40 0045:trace:seh:raise_exception ebp=07addc18 esp=07addbb4 cs=0023 ds=002b es=002b fs=0063 gs=006b flags=00200283 0045:trace:seh:call_stack_handlers calling handler at 0x79f9ab98 code=e06d7363 flags=1 0045:trace:seh:call_stack_handlers handler at 0x79f9ab98 returned 1 ... 0045:Call KERNEL32.RaiseException(e0434f4d,00000001,00000001,07addcd4) ret=79f97065 0045:trace:seh:raise_exception code=e0434f4d flags=1 addr=0x7b83ac6b ip=7b83ac6b tid=0045 0045:trace:seh:raise_exception info[0]=80004001 0045:trace:seh:raise_exception eax=7b826c7d ebx=7b8bb000 ecx=80004001 edx=07addc18 esi=07addcb4 edi=07addc80 0045:trace:seh:raise_exception ebp=07addc58 esp=07addbf4 cs=0023 ds=002b es=002b fs=0063 gs=006b flags=00200287 0045:trace:seh:call_stack_handlers calling handler at 0x79f9a3c8 code=e0434f4d flags=1 0045:Call msvcr80._except_handler4_common(7a381240,79e717fb,07addc00,07addcec,07add890,07add76c) ret=79f9a3e7 ... 002a:Call user32.MessageBoxW(00020072,00a590f4 L"An unexpected error occurred while attempting to detect blog settings:\r\n\r\nThe method or operation is not implemented.",00a54f20 L"Unexpected Error Occurred",00000030) ret=05e06d33 --- snip ---
Source: http://source.winehq.org/git/wine.git/blob/b79ef6769bb841d34cfdb876e41ed93b1...
--- snip --- 169 static HRESULT WINAPI HTMLMetaElement_get_charset(IHTMLMetaElement *iface, BSTR *p) 170 { 171 HTMLMetaElement *This = impl_from_IHTMLMetaElement(iface); 172 FIXME("(%p)->(%p)\n", This, p); 173 return E_NOTIMPL; 174 } --- snip ---
$ sha1sum writer-ship-en.cab fef05d3479328977a6ba5bc38466a1817918049a writer-ship-en.cab
$ du -sh writer-ship-en.cab 5.2M writer-ship-en.cab
$ wine --version wine-1.7.20
Regards