SupCom Patch Error

Soldato
Joined
24 Mar 2006
Posts
9,089
Trying to patch my game but i keep getting this message.

Code:
MODIFY 'bin\SupremeCommander.exe'
Error Old File not found. However, a file of the same name was 
               found. No update done since file contents do not match.
System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values.
Parameter name: i
   at System.Text.RegularExpressions.CaptureCollection.GetCapture(Int32 i)
   at System.Text.RegularExpressions.CaptureCollection.get_Item(Int32 i)
   at GPG.Globalization.LocalizeString.Get(String data, Object[] paramdata)
   at GPG.Globalization.LocalizeString.Get(String data)
   at GPG.Patch.StringTable.get_Abort()
   at GPG.Patch.RTPatchAPI.Start(String options, String updateDirectory, String patchFile)
   at GPG.Patch.ApplyPatch.ThreadMethod()
Access to the path 'C:\Program Files\Games\THQ\Gas Powered Games\Supreme Commander\bin\patchw32.gpg.dll' is denied.

Any ideas of how to fix?

Thanks
 
Back
Top Bottom