Jump to content

iLink

Newbies
  • Posts

    4
  • Joined

  • Last visited

Posts posted by iLink

  1. Hello iLink. Welcome to the forum.

    Looks like you're trying to open a file using File > Open Recent and the file cannot be found. You may have deleted it or renamed it. Either will cause paint.net to fail to locate it.

    You may have more luck opening the file using File > Open and navigating to the correct location or looking for the changed file name.

    I'll try.

    System.ArgumentException: Parameter is not valid.
     
       at System.Drawing.Image.FromStream(Stream stream, Boolean useEmbeddedColorManagement, Boolean validateImageData)
     
       at PaintDotNet.Data.JpegFileType.OnLoad(Stream input) in d:\src\pdn\paintdotnet\src\PaintDotNet\Data\JpegFileType.cs:line 78
     
       at PaintDotNet.FileType.Load(Stream input) in d:\src\pdn\paintdotnet\src\Data\FileType.cs:line 477
     
       at PaintDotNet.Functional.Func.Eval[T1,TRet](Func`2 f, T1 arg1) in d:\src\pdn\paintdotnet\src\Base\Functional\Func.cs:line 158
     
    Didn't work.
  2. It won't let me it says this: 

    System.IO.FileNotFoundException: Could not find file 'C:\Users\owner\Downloads\Aurora Face Sketch Colored.jpg'.
     
    File name: 'C:\Users\owner\Downloads\Aurora Face Sketch Colored.jpg'
     
       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)
     
       at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access)
     
       at PaintDotNet.Controls.DocumentWorkspace.LoadDocument(Control owner, String fileName, FileType& fileTypeResult, ProgressEventHandler progressCallback) in d:\src\pdn\paintdotnet\src\PaintDotNet\Controls\DocumentWorkspace.cs:line 3185
×
×
  • Create New...