http://bugs.winehq.org/show_bug.cgi?id=33347
Bug #: 33347 Summary: WISO (Steuer) Sparbuch 2012/2013 fails during online activation (needs HTMLElementCollection_get__newEnum) Product: Wine Version: 1.5.27 Platform: x86 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: mshtml AssignedTo: wine-bugs@winehq.org ReportedBy: focht@gmx.net Classification: Unclassified
Hello folks,
as the summary says...
--- snip --- $ pwd /home/focht/.wine/drive_c/Program Files/WISO/Steuersoftware 2012 ... $ WINEDEBUG=+tid,+seh,+loaddll,+mshtml,+process wine ./WISO2012.EXE ... 0031:trace:mshtml:HTMLElementCollection_Create ret=0x51141b8 len=37 0031:trace:mshtml:HTMLElementCollection_QueryInterface (0x51141b8)->(IID_IUnknown 0x33ce3c) 0031:trace:mshtml:HTMLElementCollection_AddRef (0x51141b8) ref=2 0031:fixme:mshtml:HTMLElementCollection_QueryInterface (0x51141b8)->({c3fcc19e-a970-11d2-8b5a-00a0c9b7c9c4} 0x33cdec) 0031:fixme:mshtml:HTMLElementCollection_QueryInterface (0x51141b8)->({b196b283-bab4-101a-b69c-00aa00341d07} 0x33cccc) 0031:trace:mshtml:HTMLElementCollection_AddRef (0x51141b8) ref=3 0031:fixme:mshtml:HTMLElementCollection_QueryInterface (0x51141b8)->({00000003-0000-0000-c000-000000000046} 0x33cc60) 0031:trace:mshtml:HTMLElementCollection_AddRef (0x51141b8) ref=4 0031:fixme:mshtml:HTMLElementCollection_QueryInterface (0x51141b8)->({00000144-0000-0000-c000-000000000046} 0x33ccd8) 0031:trace:mshtml:HTMLElementCollection_Release (0x51141b8) ref=3 0031:trace:mshtml:HTMLElementCollection_Release (0x51141b8) ref=2 0031:trace:mshtml:HTMLElementCollection_Release (0x51141b8) ref=1 0031:trace:mshtml:HTMLDOMNode_Release (0x5bc0fb8) ref=11 0031:trace:mshtml:HTMLElementCollection_AddRef (0x51141b8) ref=2 0031:trace:mshtml:HTMLElementCollection_QueryInterface (0x51141b8)->(IID_IHTMLElementCollection 0x33d3fc) 0031:trace:mshtml:HTMLElementCollection_AddRef (0x51141b8) ref=3 0031:trace:mshtml:HTMLElementCollection_Release (0x51141b8) ref=2 0031:trace:mshtml:HTMLElementCollection_Release (0x51141b8) ref=1 0031:trace:mshtml:HTMLElementCollection_AddRef (0x51141b8) ref=2 0031:trace:mshtml:HTMLElementCollection_QueryInterface (0x51141b8)->(IID_IHTMLElementCollection 0x33d4c4) 0031:trace:mshtml:HTMLElementCollection_AddRef (0x51141b8) ref=3 0031:trace:mshtml:HTMLElementCollection_Release (0x51141b8) ref=2 0031:trace:mshtml:HTMLElementCollection_AddRef (0x51141b8) ref=3 0031:trace:mshtml:HTMLElementCollection_get_length (0x51141b8)->(0x33d5f0) 0031:trace:mshtml:HTMLElementCollection_Release (0x51141b8) ref=2 0031:trace:mshtml:HTMLElementCollection_AddRef (0x51141b8) ref=3 0031:fixme:mshtml:HTMLElementCollection_get__newEnum (0x51141b8)->(0x33d540) 0031:trace:seh:raise_exception code=e06d7363 flags=1 addr=0x7b83aabb ip=7b83aabb tid=0031 0031:trace:seh:raise_exception info[0]=19930520 0031:trace:seh:raise_exception info[1]=0033d4ec 0031:trace:seh:raise_exception info[2]=79f9acc4 0031:trace:seh:raise_exception eax=7b826891 ebx=7b8b96b0 ecx=79f9acc4 edx=0033d410 esi=00004000 edi=00000000 0031:trace:seh:raise_exception ebp=0033d448 esp=0033d3e4 cs=0023 ds=002b es=002b fs=0063 gs=006b flags=00000283 0031:trace:seh:call_stack_handlers calling handler at 0x79f9ab98 code=e06d7363 flags=1 0031:trace:seh:call_stack_handlers handler at 0x79f9ab98 returned 1 0031:trace:seh:call_stack_handlers calling handler at 0x79f9ac4c code=e06d7363 flags=1 0031:trace:seh:call_stack_handlers handler at 0x79f9ac4c returned 1 0031:trace:seh:call_stack_handlers calling handler at 0x7a309480 code=e06d7363 flags=1 --- snip ---
Managed code backtrace:
--- snip --- System.NotImplementedException: The method or operation is not implemented. at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous) at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args) at Buhl.Bdmsc.FormBdmsc.WaitAndExecute_OnWaitWorkerEvent(Object sender, WaitEventParams e) at Buhl.Bdmsc.Classes.AsyncWaitAndExecute.DoEvent(Object sender, WaitEventType eventType) at Buhl.Bdmsc.Classes.AsyncWaitAndExecute.bw_RunWorkerCompleted(Object sender, RunWorkerCompletedEventArgs e) at System.ComponentModel.BackgroundWorker.OnRunWorkerCompleted(RunWorkerCompletedEventArgs e) at System.ComponentModel.BackgroundWorker.AsyncOperationCompleted(Object arg) --- snip ---
Regards