https://bugs.winehq.org/show_bug.cgi?id=38077
Bug ID: 38077 Summary: Livezilla Client 3.2.x (.NET 2.0 app) fails on startup with 'DRAGDROP_E_NOTREGISTERED' (HtmlDocument2::ExecCommand IDM_FONTSIZE support missing) Product: Wine Version: 1.7.36 Hardware: x86 OS: Linux Status: NEW Severity: normal Priority: P2 Component: mshtml Assignee: wine-bugs@winehq.org Reporter: focht@gmx.net Distribution: ---
Hello folks,
as the summary says ...
--- snip --- $ pwd /home/focht/.wine/drive_c/Program Files/LiveZilla
$ WINEDEBUG=+tid,+seh,+relay,+mshtml wine ./LiveZilla.exe >>log.txt 2>&1 ... 002a:trace:mshtml:CustomDoc_AddRef (0x1dc830) ref = 5 002a:Call KERNEL32.GetLastError() ret=79e74ade 002a:Ret KERNEL32.GetLastError() retval=00000000 ret=79e74ade 002a:trace:mshtml:HTMLDocument_execCommand (0x1dc830)->(L"FontSize" 0 0x33e258 {VT_BSTR: L"3"} 0x33e324) 002a:fixme:mshtml:cmdid_from_string Unknown command L"FontSize" 002a:Call KERNEL32.GetLastError() ret=79e74ab4 002a:Ret KERNEL32.GetLastError() retval=00000000 ret=79e74ab4 ... 002a:Call msvcr80._vsnprintf_s(09c211a8,00000029,ffffffff,79f90098 "%.8x",0033e24c) ret=79f0f55a 002a:Ret msvcr80._vsnprintf_s() retval=00000008 ret=79f0f55a 002a:Call msvcr80._CxxThrowException(0033e2d4,79f9acc4) ret=79f97365 002a:Call KERNEL32.RaiseException(e06d7363,00000001,00000003,0033e214) ret=7e90cac1 002a:trace:seh:raise_exception code=e06d7363 flags=1 addr=0x7b83b527 ip=7b83b527 tid=002a 002a:trace:seh:raise_exception info[0]=19930520 002a:trace:seh:raise_exception info[1]=0033e2d4 002a:trace:seh:raise_exception info[2]=79f9acc4 002a:trace:seh:raise_exception eax=7b8271ad ebx=7b8c0000 ecx=19930520 edx=0033e164 esi=0033e210 edi=0033e1d0 002a:trace:seh:raise_exception ebp=0033e1a8 esp=0033e144 cs=0023 ds=002b es=002b fs=0063 gs=006b flags=00200283 002a:trace:seh:call_vectored_handlers calling handler at 0x701c6d78 code=e06d7363 flags=1 ... 002a:Call KERNEL32.FormatMessageW(000031ff,00000000,80040100,00000400,0033deb0,00000000,0033de5c) ret=7a127c38 002a:Ret KERNEL32.FormatMessageW() retval=00000000 ret=7a127c38 ... 002a:Call user32.MessageBoxW(00010072,01120be4 L"Exception from HRESULT: 0x80040100 (DRAGDROP_E_NOTREGISTERED)",011212a0 L"Message",00000040) ret=032d4e73 --- snip ---
$ sha1sum LiveZilla_3.3.2.2_Client.exe 516c6d15bf2ee014e9cf13d8321e60c643fd8ccc LiveZilla_3.3.2.2_Client.exe
$ du -sh LiveZilla_3.3.2.2_Client.exe 6.8M LiveZilla_3.3.2.2_Client.exe
$ wine --version wine-1.7.36-41-ge4cb3b5
Regards