Windows Server winrar issue: Break in operation file is corrupt

hidensmart

New Member
I always use winwar to extract files as to convert them to MPEG but lately I always get a diagnostic message that says "break in operation file is corrupt" but I know the file is not corrupt. Any ideas as to what is wrong?
Thanks!
 
Are there any hashes available to confirm the archive is not corrupt. If there is you can use powershell to confirm the archive is correct
From powershell
Get-FileHash -Path <"Path to file"> -Algorithm <algorithm name>
 
Any ideas as to what is wrong?

Well you have tagged this as a server issue so my first guess is that you installed winwar under your administrator account but are now trying to access it from a lesser user account? Ie. Check your file permissions.
 
Back
Top