Windows Server winrar issue: Break in operation file is corrupt

hidensmart

New Member
Joined
Dec 23, 2015
Messages
1
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!
 

Neemobeer

Windows Forum Team
Staff member
Joined
Jul 4, 2015
Messages
8,998
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>
 

ussnorway

Windows Forum Team
Staff member
Joined
May 22, 2012
Messages
4,598
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.
 

Solution
Back
Top