http://bugs.winehq.org/show_bug.cgi?id=34840
Bug #: 34840 Summary: Problem of starting ICC dasher using wine Ubuntu ( it crashes ) Product: Wine Version: unspecified Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: jposchmann@gmail.com Classification: Unclassified
Created attachment 46444 --> http://bugs.winehq.org/attachment.cgi?id=46444 this is the debugging file generated by wine
after installation of ICC Dasher 1.5.6 in my download folder i try to start the Dasher.exe and it crashes. I am a newbie and only recently switched to Ubuntu from windows7 please assist
http://bugs.winehq.org/show_bug.cgi?id=34840
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|unspecified |1.4
--- Comment #1 from Nikolay Sivov bunglehead@gmail.com 2013-11-02 01:04:02 CDT --- You're using a very old wine version, first try to upgrade to a recent release.
http://bugs.winehq.org/show_bug.cgi?id=34840
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Version|1.4 |1.7.5 URL| |http://www.chessclub.com/do | |wnload-software/dasher/ Keywords| |download Component|-unknown |mshtml CC| |focht@gmx.net Ever Confirmed|0 |1 Summary|Problem of starting ICC |Internet Chess Club (ICC) |dasher using wine Ubuntu ( |Dasher 1.5.x fails to run |it crashes ) |due to unimplemented | |HTMLBodyElement_put_scroll | |stub
--- Comment #2 from Anastasius Focht focht@gmx.net 2013-11-02 05:37:30 CDT --- Hello folks,
confirming. The unimplemented HTMLBodyElement_put_scroll stub is the culprit here.
--- snip --- $ pwd /home/focht/.wine/drive_c/Program Files/Internet Chess Club/Dasher ... $ WINEDEBUG=+tid,+seh,+mshtml,+relay wine ./Dasher.exe >>log.txt 2>&1 ... 0024:trace:mshtml:HTMLElement_setAttribute (0x507b058)->(L"scroll" {VT_BSTR: L"no"} 00000000) 0024:trace:mshtml:DispatchEx_GetDispID (0x507b058)->(L"scroll" a 0x33da9c) 0024:trace:mshtml:DispatchEx_InvokeEx (0x507b058)->(800113d7 800 4 0x33da88 (nil) 0x33da68 (nil)) 0024:trace:mshtml:HTMLBodyElement_QI (0x507b058)->(IID_IHTMLBodyElement 0x33d8ac) 0024:trace:mshtml:HTMLDOMNode_AddRef (0x507b058) ref=3 0024:fixme:mshtml:HTMLBodyElement_put_scroll (0x507b058)->(L"no") 0024:trace:mshtml:HTMLDOMNode_Release (0x507b058) ref=2 0024:warn:mshtml:HTMLDOMNode_QI (0x507b058)->({df0b3d60-548f-101b-8e65-08002b2bd119} 0x33db18) 0024:Call KERNEL32.RaiseException(e06d7363,00000001,00000003,0033dacc) ret=007355b5 0024:trace:seh:raise_exception code=e06d7363 flags=1 addr=0x7b83a8bf ip=7b83a8bf tid=0024 0024:trace:seh:raise_exception info[0]=19930520 0024:trace:seh:raise_exception info[1]=0033dae8 0024:trace:seh:raise_exception info[2]=0086fa24 0024:trace:seh:raise_exception eax=7b8268f1 ebx=7b8ba000 ecx=0086fa24 edx=0033da20 esi=0033dab8 edi=0033da80 0024:trace:seh:raise_exception ebp=0033da58 esp=0033d9f4 cs=0023 ds=002b es=002b fs=0063 gs=006b flags=0000028 --- snip ---
The failing HTMLDOMNode QI for IID_ISupportErrorInfo is just the result of earlier HTMLBodyElement_put_scroll() stub returning E_NOTIMPL.
Source: http://source.winehq.org/git/wine.git/blob/af6c518e7d25f33aa80a5c4d8ac6add2f...
--- snip --- 605 static HRESULT WINAPI HTMLBodyElement_put_scroll(IHTMLBodyElement *iface, BSTR v) 606 { 607 HTMLBodyElement *This = impl_from_IHTMLBodyElement(iface); 608 FIXME("(%p)->(%s)\n", This, debugstr_w(v)); 609 return E_NOTIMPL; 610 } --- snip ---
$ sha1sum Dasher_156_installer.exe 455f8f030c93d49da25b6e93566f107682382a6d Dasher_156_installer.exe
$ du -sh Dasher_156_installer.exe 12M Dasher_156_installer.exe
$ wine --version wine-1.7.5-251-gbcf4ded
Regards
http://bugs.winehq.org/show_bug.cgi?id=34840
GyB gyebro69@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |gyebro69@gmail.com
--- Comment #3 from GyB gyebro69@gmail.com 2013-11-02 09:13:00 CDT --- *** Bug 29863 has been marked as a duplicate of this bug. ***
http://bugs.winehq.org/show_bug.cgi?id=34840
--- Comment #4 from Anastasius Focht focht@gmx.net 2013-11-10 06:08:02 CST --- *** Bug 34885 has been marked as a duplicate of this bug. ***
http://bugs.winehq.org/show_bug.cgi?id=34840
Jacek Caban jacek@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jacek@codeweavers.com
--- Comment #5 from Jacek Caban jacek@codeweavers.com 2013-11-11 07:40:46 CST --- Patch sent: http://source.winehq.org/patches/data/100345
http://bugs.winehq.org/show_bug.cgi?id=34840
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |ea24a5b1f42bf7cc90ea042370e | |b1628dec35b98 Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #6 from Anastasius Focht focht@gmx.net 2013-11-11 17:00:40 CST --- Hello folks,
IHTMLBodyElement::scroll attribute is implemented by http://source.winehq.org/git/wine.git/commitdiff/ea24a5b1f42bf7cc90ea042370e...
It still crashes on startup but that's another mshtml bug.
Thanks Jacek
Regards
http://bugs.winehq.org/show_bug.cgi?id=34840
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #7 from Alexandre Julliard julliard@winehq.org 2013-11-22 12:51:04 CST --- Closing bugs fixed in 1.7.7.
https://bugs.winehq.org/show_bug.cgi?id=34840
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- URL|http://www.chessclub.com/do |https://web.archive.org/web |wnload-software/dasher/ |/20120506235853/http://www. | |chessclub.com/bits/interfac | |e/Dasher_155_installer.exe
--- Comment #8 from Anastasius Focht focht@gmx.net --- Hello folks,
adding stable download links via Internet Archive for documentation.
For 1.5.6 no snapshots exist but the adjacent versions.
https://web.archive.org/web/20120506235853/http://www.chessclub.com/bits/int...
https://www.virustotal.com/gui/file/ddd7c1926ce9323cd672da8ffdd17df58b67ba21...
https://web.archive.org/web/20140803064557/http://www6.chessclub.com/bits/in...
https://www.virustotal.com/gui/file/8f19bf0129f2b25f27a909c75c9d2c0214ea3d64...
$ sha1sum Dasher_15* 3d3aecf6868f9d5bc2e5dbc3b7fcfba8fcf54698 Dasher_155_installer.exe 6cf0cf42726e2edb4e06b9aa6fc7f770b0965f10 Dasher_157_installer.exe
$ du -sh Dasher_15* 12M Dasher_155_installer.exe 12M Dasher_157_installer.exe
Regards