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
https://bugs.winehq.org/show_bug.cgi?id=38077
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |dotnet, download URL| |http://plantandgardenphotos | |.com/livezilla_setup/LiveZi | |lla_3.3.2.2_Client.exe
--- Comment #1 from Anastasius Focht focht@gmx.net --- Hello folks,
requires workaround for bug 27294
Prerequisite: 'winetricks -q dotnet20'
Regards
https://bugs.winehq.org/show_bug.cgi?id=38077
Jacek Caban jacek@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jacek@codeweavers.com
--- Comment #2 from Jacek Caban jacek@codeweavers.com --- Patch sent:
http://source.winehq.org/patches/data/109110
https://bugs.winehq.org/show_bug.cgi?id=38077
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |32f177ae309ce6026ebb8214c5f | |386b67ee7dd1a Status|NEW |RESOLVED Resolution|--- |FIXED
--- Comment #3 from Anastasius Focht focht@gmx.net --- Hello folks,
this is fixed by commit http://source.winehq.org/git/wine.git/commitdiff/32f177ae309ce6026ebb8214c5f...
Thanks Jacek
--- snip --- ... 002a:trace:mshtml:HTMLDocument_execCommand (0x1bbbe8)->(L"FontSize" 0 0x33e258 {VT_BSTR: L"3"} 0x33e324) 002a:trace:mshtml:exec_fontsize (0x1bbbe8)->(0x33e258 0x33e278) 002a:fixme:mshtml:set_font_size range_cnt 0 not supprted 002a:fixme:mshtml:HTMLDocument_execCommand Handle ret 0x33e278 {VT_I4: 0} 002a:Call oleaut32.VariantClear(0033e278) ret=7d9ab443 002a:trace:variant:VariantClear (0x33e278 {VT_I4: 0}) 002a:Ret oleaut32.VariantClear() retval=00000000 ret=7d9ab443 002a:Call KERNEL32.GetLastError() ret=79e74ab4 002a:Ret KERNEL32.GetLastError() retval=00000000 ret=79e74ab4 002a:Call KERNEL32.GetLastError() ret=79e74ade 002a:Ret KERNEL32.GetLastError() retval=00000000 ret=79e74ade 002a:Call oleaut32.VariantClear(0033e340) ret=79f28046 002a:trace:variant:VariantClear (0x33e340 {VT_BSTR: L"3"}) 002a:Ret oleaut32.VariantClear() retval=00000000 ret=79f28046 002a:Call msvcr80.memset(0033e340,00000000,00000010) ret=79f27fd5 002a:Ret msvcr80.memset() retval=0033e340 ret=79f27fd5 002a:trace:mshtml:CustomDoc_Release (0x1bbbe8) ref = 4 ... --- snip ---
Regards
https://bugs.winehq.org/show_bug.cgi?id=38077
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #4 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 1.7.37.
https://bugs.winehq.org/show_bug.cgi?id=38077
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- URL|http://plantandgardenphotos |https://web.archive.org/web |.com/livezilla_setup/LiveZi |/20211117211705/http://www. |lla_3.3.2.2_Client.exe |bitstorm.com.br/programas/L | |iveZilla_3.3.2.2_Client.exe
--- Comment #5 from Anastasius Focht focht@gmx.net --- Hello folks,
adding stable download links via Internet Archive for documentation.
https://web.archive.org/web/20211117211705/http://www.bitstorm.com.br/progra...
https://web.archive.org/web/20211117211249/http://201.49.196.220/_Outros/Liv...
https://web.archive.org/web/20211117211619/https://mordyt.com/download/livez...
$ sha1sum LiveZilla_3.3.2.2_Client.exe 4bfb28b44e0a080f0173d2addb7c94adf13e1cf9 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
https://www.virustotal.com/gui/file/4f0e8a9d4acfd106037439ae77c13ac333ab03d3...
Regards