https://bugs.winehq.org/show_bug.cgi?id=37599
Bug ID: 37599 Summary: AlphaShadow v1.2 - AlphaVSS Volume Shadow Copy Library Sample Client (.NET 4.0 app) needs VSSAPI.DLL Product: Wine Version: 1.7.31 Hardware: x86 OS: Linux Status: NEW Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: focht@gmx.net Distribution: ---
Hello folks,
since there is a patch pending introducing vssapi stub dll (https://source.winehq.org/patches/data/107766) it might be useful to have some bug report :)
Found .NET Framework based (managed wrapper) library and example client. CW probably has some different, specific app in mind :)
Download: https://alphavss.codeplex.com/
Prerequisite: 'winetricks -q dotnet40'
--- snip --- $ pwd /home/focht/Downloads/AlphaVSS-1.2.4000.3/Bin/Release
$ wine ./AlphaShadow.exe lws ... fixme:shell:URL_ParseUrl failed to parse L"AlphaVSS.Common" fixme:shell:URL_ParseUrl failed to parse L"System.Core" fixme:shell:URL_ParseUrl failed to parse L"System.EnterpriseServices" AlphaShadow v1.2 - AlphaVSS Volume Shadow Copy Library Sample Client Copyright c Peter Palotas 2008-2012
fixme:shell:URL_ParseUrl failed to parse L"System" Final context: 0 fixme:shell:URL_ParseUrl failed to parse L"AlphaVSS.51.x86" err:module:import_dll Library VSSAPI.DLL (which is needed by L"Z:\home\focht\Downloads\AlphaVSS-1.2.4000.3\Bin\Release\AlphaVSS.51.x86.dll") not found Error: Could not load file or assembly 'AlphaVSS.51.x86.dll' or one of its dependencies. Module not found. --- snip ---
$ sha1sum AlphaVSS-1.2.4000.3.zip d465732a6a8909bde092d6a8ce3961086a5a57d4 AlphaVSS-1.2.4000.3.zip
$ du -sh AlphaVSS-1.2.4000.3.zip 5.4M AlphaVSS-1.2.4000.3.zip
$ wine --version wine-1.7.31-64-gd22928f
Regards