Advertisement
Guest User

Paint.net

a guest
Apr 4th, 2021
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. System.OutOfMemoryException: Nicht genügend Speicher verfügbar, um das Programm weiter auszuführen.
  2.  
  3. bei PaintDotNet.Data.PhotoshopFileType.PsdLoad.CheckSufficientMemory(PsdFile psdFile)
  4.  
  5. bei PhotoshopFile.PsdFile.LoadLayers(PsdBinaryReader reader, Boolean hasHeader)
  6.  
  7. bei PhotoshopFile.PsdFile.LoadLayerAndMaskInfo(PsdBinaryReader reader)
  8.  
  9. bei PhotoshopFile.PsdFile.Load(Stream stream, LoadContext loadContext)
  10.  
  11. bei PaintDotNet.Data.PhotoshopFileType.PsdLoad.Load(Stream input)
  12.  
  13. bei PaintDotNet.FileType.Load(Stream input) in D:\src\pdn\src\Data\FileType.cs:Zeile 496.
  14.  
  15. bei PaintDotNet.Functional.Func.Eval[T1,TRet](Func`2 f, T1 arg1) in D:\src\pdn\src\Base\Functional\Func.cs:Zeile 158.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement