https://bugs.winehq.org/show_bug.cgi?id=17922
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- URL|http://livezilla.net/downlo |https://www.livezilla.net/d |ads/files/outdated/LiveZill |ownloads/pubfiles/afiles/Li |a_3.1.8.3_Full.exe |veZilla_4.0.1.0_Full.exe Depends on| |27294 Summary|LiveZilla aborts due to |LiveZilla 3.x/4.x (.NET 2.0 |unimplemented |app) aborts due to |HTMLDocument_execCommand |unimplemented | |HTMLDocument_execCommand
--- Comment #8 from Anastasius Focht focht@gmx.net --- Hello folks,
revisiting, still present.
Trace log and managed debugger output:
--- snip --- ... 002a:fixme:mshtml:HTMLDocument_execCommand (0x329ce68)->(L"FontName" 0 0x33e158 {VT_BSTR: L"Microsoft Sans Serif"} 0x33e1d4) 002a:trace:seh:raise_exception code=e06d7363 flags=1 addr=0x7b83ae8f ip=7b83ae8f tid=002a 002a:trace:seh:raise_exception info[0]=19930520 002a:trace:seh:raise_exception info[1]=0033e184 002a:trace:seh:raise_exception info[2]=79f9acc4 002a:trace:seh:raise_exception eax=7b826d6d ebx=7b8be000 ecx=19930520 edx=0033e094 esi=00004000 edi=00000000 002a:trace:seh:raise_exception ebp=0033e0d8 esp=0033e074 cs=0023 ds=002b es=002b fs=0063 gs=006b flags=00200283 ... (29.2a): C++ EH exception - code e06d7363 (first chance) ... 002a:trace:seh:call_catch_block done, continuing at 0x7a044db1 002a:trace:seh:raise_exception code=e0434f4d flags=1 addr=0x7b83ae8f ip=7b83ae8f tid=002a 002a:trace:seh:raise_exception info[0]=80004001 002a:trace:seh:raise_exception eax=7b826d6d ebx=7b8be000 ecx=80004001 edx=0033e0a4 esi=0033e130 edi=e0434f4d 002a:trace:seh:raise_exception ebp=0033e0e8 esp=0033e084 cs=0023 ds=002b es=002b fs=0063 gs=006b flags=00200283 (29.2a): CLR exception - code e0434f4d (first chance) ... OS Thread Id: 0x2a (0) ESP EIP 0033e404 7b83ae8f [ComPlusMethodFrameGeneric: 0033e404] System.Windows.Forms.UnsafeNativeMethods+IHTMLDocument2.ExecCommand(System.String, Boolean, System.Object) 0033e41c 05ebd722 System.Windows.Forms.HtmlDocument.ExecCommand(System.String, Boolean, System.Object) 0033e42c 0735d4c7 LiveZilla.HtmlEditor.??? ??????(System.Object, System.Object, Boolean, System.Object) 0033e448 0735d2f6 LiveZilla.HtmlEditor.??? ... 0033e4d8 073583aa LiveZilla.HtmlEditor..ctor() 0033e50c 07357f2b LiveZilla.ChatBox..ctor() 0033e580 073555b7 LiveZilla.ConversationView.??? ??????() 0033e6d0 073546c2 LiveZilla.ConversationView..ctor() 0033e6dc 0735276e LiveZilla.CenterControl.??? ??????() 0033ea64 07350f9b LiveZilla.CenterControl..ctor() 0033ea70 07502a8e LiveZilla.MainForm.??? ??????() 0033f270 06ff799c LiveZilla.MainForm..ctor() 0033f2a4 0544fec9 LiveZilla.GlobalClass.??? ??????(System.Object) 0033f2e0 054401c0 <PrivateImplementationDetails>{4B859832-5178-4BE2-B7E7-98927EBE0C9F}.Main(System.String[]) ... --- snip ---
Source: http://source.winehq.org/git/wine.git/blob/HEAD:/dlls/mshtml/htmldoc.c#l1160
$ sha1sum LiveZilla_4.0.1.0_Full.exe 3f5dc75fc02384d918216ca974a637c917349824 LiveZilla_4.0.1.0_Full.exe
$ du -sh LiveZilla_4.0.1.0_Full.exe 7.7M LiveZilla_4.0.1.0_Full.exe
$ wine --version wine-1.7.24-150-gcf4404c
Regards