https://bugs.winehq.org/show_bug.cgi?id=43817
Bug ID: 43817 Summary: Chime (.Net application) installer crashes Product: Wine Version: 2.17 Hardware: x86 OS: Linux Status: NEW Severity: normal Priority: P2 Component: kernel32 Assignee: wine-bugs@winehq.org Reporter: xerox.xerox2000x@gmail.com Distribution: ---
The installer crashes with the attached crash log. The problem seems to be RegisterApplicationRecoveryCallback stub returning a failure.
Returning S_OK make the installer succeed. At first sight I would guess it would not hurt to return S_OK (the function only takes [in] parameters). Maybe it could be tested in Staging? However one needs to be careful, all Office apps (Word, Excel etc) seem to call this function as well and no-one would want to cause a regression in those apps;) (maybe i can test that later)