https://bugs.winehq.org/show_bug.cgi?id=49322
Bug ID: 49322 Summary: cmudpro334 pops up errorwindow "OLE error 80004001" Product: Wine Version: 5.9 Hardware: x86-64 URL: https://web.archive.org/web/20190527111622if_/http://w ww.zuggsoft.com/files/cmudpro334_setup.exe OS: Linux Status: NEW Keywords: download Severity: minor Priority: P2 Component: explorerframe Assignee: wine-bugs@winehq.org Reporter: xerox.xerox2000x@gmail.com Distribution: Debian
Created attachment 67347 --> https://bugs.winehq.org/attachment.cgi?id=67347 Screenshot of error
Happens when version set to (default) win7
In console: 04b8:fixme:win:LockWindowUpdate ((nil)), partial stub! 04b8:fixme:explorerframe:taskbar_list_SetOverlayIcon iface 06741228, hwnd 0003024C, hIcon 00000000, pszDescription (null) stub!
Returning S_OK for taskbar_list_SetOverlayIcon fixes the bug. As this function only takes "in"-parameters I think it`s safe to just return S_OK here.