https://bugs.winehq.org/show_bug.cgi?id=46129
Bug ID: 46129 Summary: sqlwriter.exe runs into Call to unimplemented function VSSAPI.DLL.??0CVssWriter@@QEAA@XZ, aborting Product: Wine Version: 3.20 Hardware: x86 URL: https://www.autodesk.com/education/free-software/featu red OS: Linux Status: NEW Keywords: download, patch Severity: normal Priority: P2 Component: vssapi Assignee: wine-bugs@winehq.org Reporter: xerox.xerox2000x@gmail.com Distribution: ---
Created attachment 62775 --> https://bugs.winehq.org/attachment.cgi?id=62775 patch
So for investigating bug 40206 I installed MicroSoft SQL Server (SP1) albeit with a hack (https://bugs.winehq.org/show_bug.cgi?id=40206#c19)
Now every time I start a program in that WINEPREFIX I get the (nonfatal) call to unimplemented vssapi.??0CVssWriter@@QEAA@XZ
I can manually trigger it by:
wine start "C:\Program Files\Microsoft SQL Server\90\Shared\sqlwriter.exe"
The attached patch fixes this, and also the next unimplemented functions it runs into