https://bugs.winehq.org/show_bug.cgi?id=38940
Ken Sharp imwellcushtymelike@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |ole32 Summary|Rebelbetting crash on exit |Rebelbetting crash on exit | |(ole.Context_CC_ContextCall | |back too stubby)
--- Comment #2 from Ken Sharp imwellcushtymelike@gmail.com --- Tried "winetricks -q msxml3 ie6" but they made no difference.
002d:fixme:advapi:UnregisterTraceGuids deadbeef: stub 002d:fixme:ole:Context_CC_ContextCallback (0x1a2aa0/0x1a2aa4)->(0x791c8272, [...] wine: Unhandled exception 0x80000003 in thread 2d at address 0x106aa6c1 (thread 002d), starting debugger..
The following stops the crash:
diff --git a/dlls/ole32/compobj.c b/dlls/ole32/compobj.c index 762f011..8675657 100644 --- a/dlls/ole32/compobj.c +++ b/dlls/ole32/compobj.c @@ -4784,7 +4784,7 @@ static HRESULT WINAPI Context_CC_ContextCallback(IContextCallback *iface, PFNCON Context *This = impl_from_IContextCallback(iface);
FIXME("(%p/%p)->(%p, %p, %s, %d, %p)\n", This, iface, pCallback, param, debugstr_guid(riid), method, punk); - return E_NOTIMPL; +// return E_NOTIMPL; }
static const IContextCallbackVtbl Context_Callback_Vtbl =