http://bugs.winehq.org/show_bug.cgi?id=34923
Bug #: 34923
Summary: SolidWorks 2014 installer needs ieframe
IWebBrowser2::Refresh2
Product: Wine
Version: 1.7.6
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: ieframe
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Classification: Unclassified
Hello folks,
as the summary says ...
--- snip ---
$ WINEDEBUG=+tid,+seh,+relay,+mshtml wine ./setup.exe >>log.txt 2>&1
...
0026:fixme:ieframe:WebBrowser_Refresh2 (0x1674b8)->({VT_I4: 3})
...
0026:Call KERNEL32.RaiseException(e06d7363,00000001,00000003,0033fab8)
ret=00a691db
0026:trace:seh:raise_exception code=e06d7363 flags=1 addr=0x7b83a8bf
ip=7b83a8bf tid=0026
0026:trace:seh:raise_exception info[0]=19930520
0026:trace:seh:raise_exception info[1]=0033fb7c
0026:trace:seh:raise_exception info[2]=00f16b74
0026:trace:seh:raise_exception eax=7b8268f1 ebx=7b8ba000 ecx=00f16b74
edx=0033fa10 esi=0033faa4 edi=0033fa70
0026:trace:seh:raise_exception ebp=0033fa48 esp=0033f9e4 cs=0023 ds=002b
es=002b fs=0063 gs=006b flags=00200287
...
0026:Call KERNEL32.lstrlenW(0122fb48 L"[E 0 1 sldIMView.cpp( 461)
18:36:01] {ID #800} The Installation Manager encountered a problem with the
Microsoft Web Browser control and must be shut down.\r\nNotify your local
support representative.\r\nIf you are running Windows XP, check that you have
the latest Service Pack installed.\r"...) ret=0046a276
--- snip ---
Source:
http://source.winehq.org/git/wine.git/blob/186d8553c10e21694b9dddfd93e82eb0…
--- snip ---
302 static HRESULT WINAPI WebBrowser_Refresh2(IWebBrowser2 *iface, VARIANT
*Level)
303 {
304 WebBrowser *This = impl_from_IWebBrowser2(iface);
305 FIXME("(%p)->(%s)\n", This, debugstr_variant(Level));
306 return E_NOTIMPL;
307 }
--- snip ---
$ wine --version
wine-1.7.6-225-g8c8d5a0
Regards
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=25762
Summary: Excel crashes trying to run macros
Product: Wine
Version: 1.3.8
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: oleaut32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dimesio(a)earthlink.net
Opening a new bug now that it's clear bug 25754 is not the same problem.
All versions of Excel that I tested (97, 2003, 2007, and 2010) crash trying to
run a macro.
To reproduce, go to Tools, Macro (in 97 and 2003) or View, Macro (in 2007 and
2010) and select record. Type something in a cell and press enter, then click
the stop button. Go back to the Macro menu and run the macro that was recorded.
Regression test results:
c0f120db5d6b72917dd9bb1e4630f2b6ff6960a6 is first bad commit
commit c0f120db5d6b72917dd9bb1e4630f2b6ff6960a6
Author: Andrew Eikum <aeikum(a)codeweavers.com>
Date: Tue Nov 9 16:04:10 2010 -0600
oleaut32: Search inherited interfaces again in ITypeComp::Bind.
:040000 040000 3b22bce11b0e5dc9df0c30658009c45a0bae7955
add823888e853fc234e1991a6aed674b456c56e8 M dlls
Reverting that commit fixes the crash.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.