http://bugs.winehq.org/show_bug.cgi?id=17922
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net
--- Comment #1 from Anastasius Focht focht@gmx.net 2009-05-22 10:09:28 --- Hello,
"BinTube" (http://www.bintube.com/player/), a .NET app also suffers from this bug. Steps to reproduce:
1. clean WINEPREFIX 2. sh winetricks -q dotnet20 3. download WIC installer from http://download.microsoft.com/download/f/f/1/ff178bb1-da91-48ed-89e5-478a993... 4. install using 'wine ./wic_x86_enu.exe /quiet' (/quiet to work around bug 16876) 5. start the app there should be backtrace dialog displayed
--- snip --- ... 001a:fixme:mshtml:HTMLLocation_get_href (0x1c4458)->(0x33b0ec) 001a:trace:mshtml:HTMLLocation_AddRef (0x1c4458) ref=3 001a:trace:ole:GetErrorInfo (0, 0x33b04c, (nil)) 001a:trace:mshtml:HTMLLocation_Release (0x1c4458) ref=2 001a:trace:seh:raise_exception code=e06d7363 flags=1 addr=0x7b84385b ip=7b84385b tid=001a 001a:trace:seh:raise_exception info[0]=19930520 001a:trace:seh:raise_exception info[1]=0033b070 001a:trace:seh:raise_exception info[2]=79f9acc4 ... 001a:trace:seh:raise_exception code=e0434f4d flags=1 addr=0x7b84385b ip=7b84385b tid=001a 001a:trace:seh:raise_exception info[0]=80004001 001a:trace:seh:raise_exception eax=7b82ca1d ebx=7b8c2918 ecx=00000000 edx=0033b004 esi=0033b004 edi=e0434f4d 001a:trace:seh:raise_exception ebp=0033afcc esp=0033af68 cs=0023 ds=002b es=002b fs=0063 gs=006b flags=00000246 ... --- snip ---
Regards