Jump to content

Saving throws UnauthorizedAccessException in version 4.0.5064.834


DaBananaboat

Recommended Posts

While trying to save an image, Paint.NET throws an UnauthorizedAccessException and gives the message "Access is denied. Use File->Save As to save under a different location or name".

 

This happens regardless of the path, quality and extension

After the exception the application continues to run perfectly fine, but simply doesn't save it.

 

The Exception was thrown with a few parts in Dutch, I translated them for the sake on convinience and I apologize if it's not 100% accurate.

System.UnauthorizedAccessException: Access to registerykey HKEY_CURRENT_USER\SOFTWARE\paint.net is denied.

   bij Microsoft.Win32.RegistryKey.Win32Error(Int32 errorCode, String str)

   bij Microsoft.Win32.RegistryKey.CreateSubKeyInternal(String subkey, RegistryKeyPermissionCheck permissionCheck, Object registrySecurityObj, RegistryOptions registryOptions)

   bij Microsoft.Win32.RegistryKey.CreateSubKey(String subkey, RegistryKeyPermissionCheck permissionCheck)

   bij PaintDotNet.SystemLayer.RegistrySettings.CreateSettingsKey(Boolean writable) in D:\src\pdn\paintdotnet\src\SystemLayer\RegistrySettings.cs:line 69

   bij PaintDotNet.SystemLayer.RegistrySettings.SetObject(String key, Object value) in D:\src\pdn\paintdotnet\src\SystemLayer\RegistrySettings.cs:line 169

   bij PaintDotNet.FileType.Save(Document input, Stream output, SaveConfigToken token, Surface scratchSurface, ProgressEventHandler callback, Boolean rememberToken) in D:\src\pdn\paintdotnet\src\Data\FileType.cs:line 260

   bij PaintDotNet.Controls.DocumentWorkspace.<>c__DisplayClass30.<DoSave>b__28() in D:\src\pdn\paintdotnet\src\PaintDotNet\Controls\DocumentWorkspace.cs:line 2877

   bij PaintDotNet.Functional.Func.Try(Action f) in D:\src\pdn\paintdotnet\src\Base\Functional\Func.cs:line 171
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...