I recently started up my kerbal Space Program, its been a while. I tried to start CKAN and i keep getting this error and for the life up me i have tried everything.
I have moved the game folder
I have given full permissions to CKAN in the Game properties of the security tab
I have tried to start it in Admin mode and still nothing
Unhandled Exception: System.UnauthorizedAccessException: Access to the path 'C:\Users\Patriot\AppData\Local\CKAN\config.json' is denied.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
at System.IO.StreamWriter.CreateFile(String path, Boolean append, Boolean checkHost)
at System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize, Boolean checkHost)
at System.IO.File.InternalWriteAllText(String path, String contents, Encoding encoding, Boolean checkHost)
at CKAN.Configuration.JsonConfiguration.SaveConfig()
at CKAN.Configuration.JsonConfiguration.set_DownloadCacheDir(String value)
at CKAN.GameInstanceManager.TrySetupCache(String path, String& failureReason)
at CKAN.GameInstanceManager.LoadCacheSettings()
at CKAN.CmdLine.MainClass.Execute(GameInstanceManager manager, CommonOptions opts, String[] args)
at CKAN.CmdLine.MainClass.Main(String[] args)