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
http://bugs.winehq.org/show_bug.cgi?id=33347
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download URL| |http://www.downloads.de/a/F | |inanzen/732/WISO-Steuer-Spa | |rbuch-2012.html
--- Comment #1 from Anastasius Focht focht@gmx.net 2013-04-07 11:13:10 CDT --- Hello folks,
filling fields ...
Prerequisite for installation: 'winetricks -q msxml3 dotnet20' Workaround for this issue: 'winetricks -q ie8'
$ du -sh WISOSteuersoftware2012_Testversion.exe 619M WISOSteuersoftware2012_Testversion.exe
$ sha1sum WISOSteuersoftware2012_Testversion.exe 02b57e3bdfaee0096792a3dc7b93a9577a0176c4 WISOSteuersoftware2012_Testversion.exe
$ wine --version wine-1.5.27-200-g8b28893
Regards
http://bugs.winehq.org/show_bug.cgi?id=33347
--- Comment #2 from Nikolay Sivov bunglehead@gmail.com 2013-04-07 11:22:08 CDT --- What is a problem with msxml3?
http://bugs.winehq.org/show_bug.cgi?id=33347
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Depends on| |26226
--- Comment #3 from Anastasius Focht focht@gmx.net 2013-04-07 11:28:27 CDT --- Hello Nikolay,
it's bug 26226 Adding dependency.
Regards
http://bugs.winehq.org/show_bug.cgi?id=33347
Jacek Caban jacek@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jacek@codeweavers.com
--- Comment #4 from Jacek Caban jacek@codeweavers.com --- Patch sent:
http://source.winehq.org/patches/data/104090
http://bugs.winehq.org/show_bug.cgi?id=33347
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |f7635f17b3cabf81b05ad948a10 | |7a8810a4f31ab Status|NEW |RESOLVED Resolution|--- |FIXED
--- Comment #5 from Anastasius Focht focht@gmx.net --- Hello folks,
this is fixed by commit http://source.winehq.org/git/wine.git/commitdiff/f7635f17b3cabf81b05ad948a10...
Thanks Jacek
Online activation works now.
Regards
https://bugs.winehq.org/show_bug.cgi?id=33347
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #6 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 1.7.18.