[Bug 45763] Visual Studio 2010 (full edition): devenv.exe Framework Version: v4.0.30319 unhandled exception

WineHQ Bugzilla wine-bugs at winehq.org
Sun Dec 8 03:42:19 CST 2019


https://bugs.winehq.org/show_bug.cgi?id=45763

Damjan Jovanovic <damjan.jov at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |damjan.jov at gmail.com

--- Comment #5 from Damjan Jovanovic <damjan.jov at gmail.com> ---
The 80004001 is E_NOTIMPL:
include/winerror.h:#define E_NOTIMPL _HRESULT_TYPEDEF_(0x80004001)

Not easy to tell where that comes from. In that log file there are 22695 calls
to functions that print "stub", which could be returning the crashing
E_NOTIMPL.

Can you try doing a WINEDEBUG='+relay,+tid,+seh,+timestamp,+module' as well, so
we can hopefully link up the function returning E_NOTIMPL to the crash / log
message?

-- 
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.



More information about the wine-bugs mailing list