Jump to content

Error while trying to save .dds files


Recommended Posts

Since yesterday, whenever I try to save a .dds file this error occurs:

 

Application version: paint.net 4.2.8

System.IO.IOException: Εσφαλμένη λειτουργία.

   at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
   at System.IO.FileStream.WriteCore(Byte[] buffer, Int32 offset, Int32 count)
   at System.IO.FileStream.Write(Byte[] array, Int32 offset, Int32 count)
   at PaintDotNet.IO.GuardedStream.Write(Byte[] buffer, Int32 offset, Int32 count) in D:\src\pdn\src\Base\IO\GuardedStream.cs:line 442
   at DdsFileTypePlus.DdsNative.StreamIOCallbacks.Write(IntPtr buffer, UInt32 count, UInt32* bytesWritten)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at DdsFileTypePlus.DdsNative.Save(DDSSaveInfo info, TextureCollection textures, Stream output, DdsProgressCallback progressCallback)
   at DdsFileTypePlus.DdsFile.Save(IServiceProvider services, Document input, Stream output, DdsFileFormat format, DdsErrorMetric errorMetric, BC7CompressionMode compressionMode, Boolean cubeMap, Boolean generateMipmaps, ResamplingAlgorithm sampling, Surface scratchSurface, ProgressEventHandler progressCallback)
   at DdsFileTypePlus.DdsFileType.OnSaveT(Document input, Stream output, PropertyBasedSaveConfigToken token, Surface scratchSurface, ProgressEventHandler progressCallback)
   at PaintDotNet.Data.FileTypeProxy.OnSave(Document input, Stream output, SaveConfigToken token, Surface scratchSurface, ProgressEventHandler callback) in D:\src\pdn\src\PaintDotNet\Data\FileTypeProxy.cs:line 69
   at PaintDotNet.FileType.Save(Document input, Stream output, SaveConfigToken token, Surface scratchSurface, ProgressEventHandler callback, Boolean rememberToken) in D:\src\pdn\src\Data\FileType.cs:line 282
   at PaintDotNet.Controls.DocumentWorkspace.<>c__DisplayClass248_0.<DoSave>b__5() in D:\src\pdn\src\PaintDotNet\Controls\DocumentWorkspace.cs:line 2852
   at PaintDotNet.Functional.Func.Try(Action f) in D:\src\pdn\src\Base\Functional\Func.cs:line 174

Does anyone know how to solve it? I can use the save as function, but I can't overwrite files

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...