https://bugs.winehq.org/show_bug.cgi?id=45763 Damjan Jovanovic <damjan.jov(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |damjan.jov(a)gmail.com --- Comment #5 from Damjan Jovanovic <damjan.jov(a)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.