https://bugs.winehq.org/show_bug.cgi?id=47308
Bug ID: 47308 Summary: VSS Test Writer Tool 'vswriter.exe' from Windows 10 SDK (10.0.17763.x) crashes on unimplemented function vssapi.dll.CreateWriterEx Product: Wine Version: 4.9 Hardware: x86-64 OS: Linux Status: NEW Severity: normal Priority: P2 Component: vssapi Assignee: wine-bugs@winehq.org Reporter: focht@gmx.net Distribution: ---
Hello folks,
continuation of bug 47286
--- snip --- $ pwd /home/focht/.wine/drive_c/Program Files (x86)/Windows Kits/10/bin/10.0.17763.0/x64
$ wine ./vswriter.exe VswriterSample.xml ... Internal Error: an unexpected error happened in printStatus We were trying to print the following message: Initializing Writer wine: Call from 0x7b45330c to unimplemented function vssapi.dll.CreateWriterEx, aborting wine: Unimplemented function vssapi.dll.CreateWriterEx called at address 0x7b45330c (thread 0035), starting debugger... --- snip ---
Microsoft docs:
https://docs.microsoft.com/en-us/windows/desktop/api/vswriter/nf-vswriter-cr...
Wine source:
https://source.winehq.org/git/wine.git/blob/HEAD:/dlls/vssapi/vssapi.spec#l8...
--- snip --- 81 @ stub CreateWriter 82 @ stub CreateWriterEx --- snip ---
$ sha1sum 17763.1.180914-1434.rs5_release_WindowsSDK.iso e702b5e5f2597d01eaee1eb1be7a34b0da0b6211 17763.1.180914-1434.rs5_release_WindowsSDK.iso
$ du -sh 17763.1.180914-1434.rs5_release_WindowsSDK.iso 815M 17763.1.180914-1434.rs5_release_WindowsSDK.iso
$ wine --version wine-4.9-216-g381c4e7b66
Regards