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
https://bugs.winehq.org/show_bug.cgi?id=37599
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |dotnet, download URL| |https://alphavss.codeplex.c | |om/releases/view/90005
https://bugs.winehq.org/show_bug.cgi?id=37599
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |153d389f459bf1d10e206432ccc | |bc06fd22a8ec2 Status|NEW |RESOLVED Resolution|--- |FIXED
--- Comment #1 from Anastasius Focht focht@gmx.net --- Hello folks,
this is fixed by commit http://source.winehq.org/git/wine.git/commitdiff/153d389f459bf1d10e206432ccc...
Thanks Hans
Regards
https://bugs.winehq.org/show_bug.cgi?id=37599
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #2 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 1.7.32.
https://bugs.winehq.org/show_bug.cgi?id=37599
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |vssapi
https://bugs.winehq.org/show_bug.cgi?id=37599
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- URL|https://alphavss.codeplex.c |https://web.archive.org/web |om/releases/view/90005 |/20210322101143/https://git | |hub.com/alphaleonis/AlphaVS | |S/releases/download/1.3.0/A | |lphaVSS-1.3.0.zip Summary|AlphaShadow v1.2 - AlphaVSS |AlphaShadow v1.x - AlphaVSS |Volume Shadow Copy Library |Volume Shadow Copy Library |Sample Client (.NET 4.0 |Sample Client (.NET 4.x |app) needs VSSAPI.DLL |app) needs VSSAPI.DLL
--- Comment #3 from Anastasius Focht focht@gmx.net --- Hello folks,
adding stable download via Internet Archive for documentation.
Microsoft CodePlex is in archive mode and will be indefinitely shut down in July 2021.
https://archive.codeplex.com/?p=alphavss
The project moved to GitHub:
https://github.com/alphaleonis/AlphaVSS/releases
I couldn't find v1.2 release assets anymore hence I've used oldest one v1.3 (.NET 4.5 based) that had assets which can be used to reproduce.
Created a snapshot here:
https://web.archive.org/web/20210322101143/https://github.com/alphaleonis/Al...
Additionally a full project archive snapshot from the soon-defunct site:
https://web.archive.org/web/20210322101824/https://codeplexarchive.blob.core...
'releases/releaseList.json'
--- snip --- [ { "Id": "0", "Name": "1.2.4000.3 (.NET4)", "DevelopmentStatus": "Stable", "Description": "Issue 18251: Fixed bug causing IVssBackupComponents.WriterStatus to incorrectly throw exception stating that the operation is not supported on the current operating system on Windows 2008 and Windows Vista.", "ReleasedDatge": "0001-01-01T00:00:00", "ModifiedDate": "2012-06-22T11:08:24.96-07:00", "Files": [ { "Id": "ccef182f-717a-4bad-bc30-a40bc13dba6d", "FileName": "AlphaVSS-1.2.4000.3.zip", "Url": "./0/ccef182f-717a-4bad-bc30-a40bc13dba6d", "Type": "Application", "UploadDate": "2012-06-22T11:06:35.83-07:00" } ] }, { "Id": "1", "Name": "1.1.4000.3 (.NET2)", "DevelopmentStatus": "Stable", "Description": "Issue 18251: Fixed bug causing IVssBackupComponents.WriterStatus to incorrectly throw exception stating that the operation is not supported on the current operating system on Windows 2008 and Windows Vista.", "ReleasedDatge": "0001-01-01T00:00:00", "ModifiedDate": "2012-06-22T11:04:59.25-07:00", "Files": [ { "Id": "2e985c65-a47a-4125-8a54-7c237985c5aa", "FileName": "AlphaVSS-1.1.4000.3.zip", "Url": "./1/2e985c65-a47a-4125-8a54-7c237985c5aa", "Type": "Application", "UploadDate": "2012-06-22T11:04:54.953-07:00" } ] } ] --- snip ---
$ sha1sum AlphaVSS-1.3.0.zip 1bc8f32cf849ae51b0e998015a49347926936ee6 AlphaVSS-1.3.0.zip
$ du -sh AlphaVSS-1.3.0.zip 3.9M AlphaVSS-1.3.0.zip
$ sha1sum alphavss.zip c03f69ee03a460051dff1de4d926cf3d1d76a38d alphavss.zip
$ du -sh alphavss.zip 17M alphavss.zip
Regards