Jump to content

SGU

Newbies
  • Posts

    1
  • Joined

  • Last visited

Posts posted by SGU

  1. I can open the program, and I can open files for the program, but I basically can't do anything else without it crashing on me. I've had it for a while, and if I'm not mistaken I think I'm up-to-date. Regardless, when I made sure to try and install the latest version just in case, I got the same message I get when the program itself has to crash.

    Log:

    Application version: Paint.NET v3.35 (Final Release build 3.35.3106.20184)

    Time of crash: 9/6/2008 6:40:33 AM

    Application uptime: 00:04:14.5937500

    OS Version: 5.1.2600.131072 Service Pack 2 Workstation x86

    .NET Framework version: 2.0.50727.832 x86

    Processor: 1x "Intel® Pentium® 4 CPU 2.66GHz" @ ~2657MHz (SSE, SSE2)

    Physical memory: 766 MB

    UI DPI: 96.00 dpi (1.00x scale)

    Tablet PC: no

    Updates: true, 9/6/2008

    Locale: pdnr.c: en-US, hklm: en-US, hkcu: n/a, cc: en-US, cuic: en-US

    Features log: UpdatesState(StartupState), SetTool(PaintDotNet.Tools.PaintBrushTool), UpdatesState(CheckingState), HM(NullHistoryMemento), ShowDialog(PaintDotNet.ToolsForm), ShowDialog(PaintDotNet.ColorsForm), ShowDialog(PaintDotNet.LayerForm), ShowDialog(PaintDotNet.MainForm), UpdatesState(UpdateAvailableState), ShowDialog(PaintDotNet.Updates.UpdatesDialog), Menu.Edit, Paste, PasteAction, ShowDialog(PaintDotNet.TaskDialog+TaskDialogForm), HM(ReplaceDocumentHistoryMemento)

    Loaded assemblies:

    mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 @ C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\mscorlib.dll

    PaintDotNet, Version=3.35.3106.20184, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\PaintDotNet.exe

    System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 @ C:\WINDOWS\assembly\GAC_MSIL\System.Windows.Forms\2.0.0.0__b77a5c561934e089\System.Windows.Forms.dll

    System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 @ C:\WINDOWS\assembly\GAC_MSIL\System\2.0.0.0__b77a5c561934e089\System.dll

    System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a @ C:\WINDOWS\assembly\GAC_MSIL\System.Drawing\2.0.0.0__b03f5f7f11d50a3a\System.Drawing.dll

    PaintDotNet.Core, Version=3.35.3106.20179, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\PaintDotNet.Core.dll

    PaintDotNet.Base, Version=3.35.3106.20178, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\PaintDotNet.Base.dll

    PaintDotNet.SystemLayer, Version=3.35.3106.20178, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\PaintDotNet.SystemLayer.dll

    PaintDotNet.Resources, Version=3.35.3106.20179, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\PaintDotNet.Resources.dll

    PaintDotNet.Data, Version=3.35.3106.20180, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\PaintDotNet.Data.dll

    PaintDotNet.Effects, Version=3.35.3106.20181, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\PaintDotNet.Effects.dll

    System.Configuration, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a @ C:\WINDOWS\assembly\GAC_MSIL\System.Configuration\2.0.0.0__b03f5f7f11d50a3a\System.Configuration.dll

    System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 @ C:\WINDOWS\assembly\GAC_MSIL\System.Xml\2.0.0.0__b77a5c561934e089\System.Xml.dll

    Exception details:

    System.TypeInitializationException: The type initializer for 'PaintDotNet.SystemLayer.FileSystem' threw an exception. ---> System.IO.IOException: The file or directory is corrupted and unreadable.

    at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)

    at System.IO.Directory.InternalGetFileDirectoryNames(String path, String userPathOriginal, String searchPattern, Boolean includeFiles, Boolean includeDirs, SearchOption searchOption)

    at System.IO.Directory.GetFiles(String path, String searchPattern, SearchOption searchOption)

    at System.IO.Directory.GetFiles(String path, String searchPattern)

    at PaintDotNet.SystemLayer.FileSystem..cctor()

    --- End of inner exception stack trace ---

    at PaintDotNet.SystemLayer.FileSystem.GetTempFileName()

    at PaintDotNet.PersistedObject`1..ctor(T theObject, Boolean background)

    at PaintDotNet.Actions.PasteAction.PerformAction()

    at PaintDotNet.Menus.EditMenu.MenuEditPaste_Click(Object sender, EventArgs e)

    at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)

    at System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e)

    at PaintDotNet.PdnMenuItem.OnClick(EventArgs e)

    at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)

    at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)

    at System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)

    at System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)

    at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)

    at System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea)

    at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)

    at System.Windows.Forms.Control.WndProc(Message& m)

    at System.Windows.Forms.ScrollableControl.WndProc(Message& m)

    at System.Windows.Forms.ToolStrip.WndProc(Message& m)

    at System.Windows.Forms.ToolStripDropDown.WndProc(Message& m)

    at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)

    at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)

    at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

    ------------------------------------------------------------------------------

    This text file was created because Paint.NET crashed.

    Please e-mail this file to crashlog@getpaint.net so we can diagnose and fix the problem.

    Application version: Paint.NET v3.35 (Final Release build 3.35.3106.20184)

    Time of crash: 9/7/2008 4:40:21 AM

    Application uptime: 00:06:51.1093750

    OS Version: 5.1.2600.131072 Service Pack 2 Workstation x86

    .NET Framework version: 2.0.50727.832 x86

    Processor: 1x "Intel® Pentium® 4 CPU 2.66GHz" @ ~2657MHz (SSE, SSE2)

    Physical memory: 766 MB

    UI DPI: 96.00 dpi (1.00x scale)

    Tablet PC: no

    Updates: true, 9/6/2008

    Locale: pdnr.c: en-US, hklm: en-US, hkcu: n/a, cc: en-US, cuic: en-US

    Features log: UpdatesState(StartupState), SetTool(PaintDotNet.Tools.PaintBrushTool), UpdatesState(ReadyToCheckState), HM(NullHistoryMemento), ShowDialog(PaintDotNet.ToolsForm), ShowDialog(PaintDotNet.ColorsForm), ShowDialog(PaintDotNet.LayerForm), ShowDialog(PaintDotNet.MainForm), Menu.Edit, Paste, PasteAction, ShowDialog(PaintDotNet.TaskDialog+TaskDialogForm), SetTool(PaintDotNet.Tools.MoveTool), HM(BitmapHistoryMemento)

    Loaded assemblies:

    mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 @ C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\mscorlib.dll

    PaintDotNet, Version=3.35.3106.20184, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\PaintDotNet.exe

    System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 @ C:\WINDOWS\assembly\GAC_MSIL\System.Windows.Forms\2.0.0.0__b77a5c561934e089\System.Windows.Forms.dll

    System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 @ C:\WINDOWS\assembly\GAC_MSIL\System\2.0.0.0__b77a5c561934e089\System.dll

    System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a @ C:\WINDOWS\assembly\GAC_MSIL\System.Drawing\2.0.0.0__b03f5f7f11d50a3a\System.Drawing.dll

    PaintDotNet.Core, Version=3.35.3106.20179, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\PaintDotNet.Core.dll

    PaintDotNet.Base, Version=3.35.3106.20178, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\PaintDotNet.Base.dll

    PaintDotNet.SystemLayer, Version=3.35.3106.20178, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\PaintDotNet.SystemLayer.dll

    PaintDotNet.Resources, Version=3.35.3106.20179, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\PaintDotNet.Resources.dll

    PaintDotNet.Data, Version=3.35.3106.20180, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\PaintDotNet.Data.dll

    PaintDotNet.Effects, Version=3.35.3106.20181, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\PaintDotNet.Effects.dll

    Exception details:

    System.TypeInitializationException: The type initializer for 'PaintDotNet.SystemLayer.FileSystem' threw an exception. ---> System.IO.IOException: The file or directory is corrupted and unreadable.

    at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)

    at System.IO.Directory.InternalGetFileDirectoryNames(String path, String userPathOriginal, String searchPattern, Boolean includeFiles, Boolean includeDirs, SearchOption searchOption)

    at System.IO.Directory.GetFiles(String path, String searchPattern, SearchOption searchOption)

    at System.IO.Directory.GetFiles(String path, String searchPattern)

    at PaintDotNet.SystemLayer.FileSystem..cctor()

    --- End of inner exception stack trace ---

    at PaintDotNet.SystemLayer.FileSystem.GetTempFileName()

    at PaintDotNet.HistoryMementos.BitmapHistoryMemento..ctor(String name, ImageResource image, IHistoryWorkspace historyWorkspace, Int32 layerIndex, PdnRegion changedRegion, Surface copyFromThisSurface)

    at PaintDotNet.HistoryMementos.BitmapHistoryMemento..ctor(String name, ImageResource image, IHistoryWorkspace historyWorkspace, Int32 layerIndex, PdnRegion changedRegion)

    at PaintDotNet.Tools.MoveTool.PasteMouseDown(SurfaceForClipboard sfc, Point offset)

    at PaintDotNet.Actions.PasteAction.PerformAction()

    at PaintDotNet.Menus.EditMenu.MenuEditPaste_Click(Object sender, EventArgs e)

    at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)

    at System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e)

    at PaintDotNet.PdnMenuItem.OnClick(EventArgs e)

    at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)

    at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)

    at System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)

    at System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)

    at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)

    at System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea)

    at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)

    at System.Windows.Forms.Control.WndProc(Message& m)

    at System.Windows.Forms.ScrollableControl.WndProc(Message& m)

    at System.Windows.Forms.ToolStrip.WndProc(Message& m)

    at System.Windows.Forms.ToolStripDropDown.WndProc(Message& m)

    at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)

    at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)

    at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

    ------------------------------------------------------------------------------

    This text file was created because Paint.NET crashed.

    Please e-mail this file to crashlog@getpaint.net so we can diagnose and fix the problem.

    Application version: Paint.NET v3.35 (Final Release build 3.35.3106.20184)

    Time of crash: 9/7/2008 4:42:58 AM

    Application uptime: 00:00:57.7187500

    OS Version: 5.1.2600.131072 Service Pack 2 Workstation x86

    .NET Framework version: 2.0.50727.832 x86

    Processor: 1x "Intel® Pentium® 4 CPU 2.66GHz" @ ~2657MHz (SSE, SSE2)

    Physical memory: 766 MB

    UI DPI: 96.00 dpi (1.00x scale)

    Tablet PC: no

    Updates: true, 9/6/2008

    Locale: pdnr.c: en-US, hklm: en-US, hkcu: n/a, cc: en-US, cuic: en-US

    Features log: UpdatesState(StartupState), SetTool(PaintDotNet.Tools.PaintBrushTool), HM(NullHistoryMemento), ShowDialog(PaintDotNet.ToolsForm), ShowDialog(PaintDotNet.ColorsForm), ShowDialog(PaintDotNet.LayerForm), ShowDialog(PaintDotNet.MainForm), UpdatesState(ReadyToCheckState), Menu.Edit, PasteInToNewImage, AWAction(PasteInToNewImageAction), HF(AddNewBlankLayerFunction), HM(NewLayerHistoryMemento), PasteAction, SetTool(PaintDotNet.Tools.MoveTool), HM(BitmapHistoryMemento)

    Loaded assemblies:

    mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 @ C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\mscorlib.dll

    PaintDotNet, Version=3.35.3106.20184, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\PaintDotNet.exe

    System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 @ C:\WINDOWS\assembly\GAC_MSIL\System.Windows.Forms\2.0.0.0__b77a5c561934e089\System.Windows.Forms.dll

    System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 @ C:\WINDOWS\assembly\GAC_MSIL\System\2.0.0.0__b77a5c561934e089\System.dll

    System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a @ C:\WINDOWS\assembly\GAC_MSIL\System.Drawing\2.0.0.0__b03f5f7f11d50a3a\System.Drawing.dll

    PaintDotNet.Core, Version=3.35.3106.20179, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\PaintDotNet.Core.dll

    PaintDotNet.Base, Version=3.35.3106.20178, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\PaintDotNet.Base.dll

    PaintDotNet.SystemLayer, Version=3.35.3106.20178, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\PaintDotNet.SystemLayer.dll

    PaintDotNet.Resources, Version=3.35.3106.20179, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\PaintDotNet.Resources.dll

    PaintDotNet.Data, Version=3.35.3106.20180, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\PaintDotNet.Data.dll

    PaintDotNet.Effects, Version=3.35.3106.20181, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\PaintDotNet.Effects.dll

    Exception details:

    System.TypeInitializationException: The type initializer for 'PaintDotNet.SystemLayer.FileSystem' threw an exception. ---> System.IO.IOException: The file or directory is corrupted and unreadable.

    at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)

    at System.IO.Directory.InternalGetFileDirectoryNames(String path, String userPathOriginal, String searchPattern, Boolean includeFiles, Boolean includeDirs, SearchOption searchOption)

    at System.IO.Directory.GetFiles(String path, String searchPattern, SearchOption searchOption)

    at System.IO.Directory.GetFiles(String path, String searchPattern)

    at PaintDotNet.SystemLayer.FileSystem..cctor()

    --- End of inner exception stack trace ---

    at PaintDotNet.SystemLayer.FileSystem.GetTempFileName()

    at PaintDotNet.HistoryMementos.BitmapHistoryMemento..ctor(String name, ImageResource image, IHistoryWorkspace historyWorkspace, Int32 layerIndex, PdnRegion changedRegion, Surface copyFromThisSurface)

    at PaintDotNet.HistoryMementos.BitmapHistoryMemento..ctor(String name, ImageResource image, IHistoryWorkspace historyWorkspace, Int32 layerIndex, PdnRegion changedRegion)

    at PaintDotNet.Tools.MoveTool.PasteMouseDown(SurfaceForClipboard sfc, Point offset)

    at PaintDotNet.Actions.PasteAction.PerformAction()

    at PaintDotNet.Actions.PasteInToNewLayerAction.PerformAction()

    at PaintDotNet.Actions.PasteInToNewImageAction.PerformAction(AppWorkspace appWorkspace)

    at PaintDotNet.AppWorkspace.PerformAction(AppWorkspaceAction performMe)

    at PaintDotNet.Menus.EditMenu.MenuEditPasteInToNewImage_Click(Object sender, EventArgs e)

    at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)

    at System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e)

    at PaintDotNet.PdnMenuItem.OnClick(EventArgs e)

    at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)

    at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)

    at System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)

    at System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)

    at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)

    at System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea)

    at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)

    at System.Windows.Forms.Control.WndProc(Message& m)

    at System.Windows.Forms.ScrollableControl.WndProc(Message& m)

    at System.Windows.Forms.ToolStrip.WndProc(Message& m)

    at System.Windows.Forms.ToolStripDropDown.WndProc(Message& m)

    at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)

    at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)

    at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

    ------------------------------------------------------------------------------

    This text file was created because Paint.NET crashed.

    Please e-mail this file to crashlog@getpaint.net so we can diagnose and fix the problem.

    Application version: Paint.NET v3.35 (Final Release build 3.35.3106.20184)

    Time of crash: 9/7/2008 4:45:47 AM

    Application uptime: 00:01:43.2187500

    OS Version: 5.1.2600.131072 Service Pack 2 Workstation x86

    .NET Framework version: 2.0.50727.832 x86

    Processor: 1x "Intel® Pentium® 4 CPU 2.66GHz" @ ~2657MHz (SSE, SSE2)

    Physical memory: 766 MB

    UI DPI: 96.00 dpi (1.00x scale)

    Tablet PC: no

    Updates: true, 9/6/2008

    Locale: pdnr.c: en-US, hklm: en-US, hkcu: n/a, cc: en-US, cuic: en-US

    Features log: UpdatesState(StartupState), UpdatesState(ReadyToCheckState), ShowDialog(PaintDotNet.SplashForm), ShowDialog(PaintDotNet.ToolsForm), ShowDialog(PaintDotNet.ColorsForm), ShowDialog(PaintDotNet.LayerForm), ShowDialog(PaintDotNet.MainForm), Load(PaintDotNet.PdnFileType), SetTool(PaintDotNet.Tools.PaintBrushTool), HM(NullHistoryMemento), PopulateFonts(), Menu.Edit, PasteInToNewImage, AWAction(PasteInToNewImageAction), HF(AddNewBlankLayerFunction), HM(NewLayerHistoryMemento), PasteAction, SetTool(PaintDotNet.Tools.MoveTool), HM(BitmapHistoryMemento)

    Loaded assemblies:

    mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 @ C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\mscorlib.dll

    PaintDotNet, Version=3.35.3106.20184, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\PaintDotNet.exe

    System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 @ C:\WINDOWS\assembly\GAC_MSIL\System.Windows.Forms\2.0.0.0__b77a5c561934e089\System.Windows.Forms.dll

    System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 @ C:\WINDOWS\assembly\GAC_MSIL\System\2.0.0.0__b77a5c561934e089\System.dll

    System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a @ C:\WINDOWS\assembly\GAC_MSIL\System.Drawing\2.0.0.0__b03f5f7f11d50a3a\System.Drawing.dll

    PaintDotNet.Core, Version=3.35.3106.20179, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\PaintDotNet.Core.dll

    PaintDotNet.Base, Version=3.35.3106.20178, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\PaintDotNet.Base.dll

    PaintDotNet.SystemLayer, Version=3.35.3106.20178, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\PaintDotNet.SystemLayer.dll

    PaintDotNet.Resources, Version=3.35.3106.20179, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\PaintDotNet.Resources.dll

    PaintDotNet.Data, Version=3.35.3106.20180, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\PaintDotNet.Data.dll

    PaintDotNet.Effects, Version=3.35.3106.20181, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\PaintDotNet.Effects.dll

    DdsFileType, Version=1.11.3106.20184, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\FileTypes\DdsFileType.dll

    System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 @ C:\WINDOWS\assembly\GAC_MSIL\System.Xml\2.0.0.0__b77a5c561934e089\System.Xml.dll

    Exception details:

    System.TypeInitializationException: The type initializer for 'PaintDotNet.SystemLayer.FileSystem' threw an exception. ---> System.IO.IOException: The file or directory is corrupted and unreadable.

    at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)

    at System.IO.Directory.InternalGetFileDirectoryNames(String path, String userPathOriginal, String searchPattern, Boolean includeFiles, Boolean includeDirs, SearchOption searchOption)

    at System.IO.Directory.GetFiles(String path, String searchPattern, SearchOption searchOption)

    at System.IO.Directory.GetFiles(String path, String searchPattern)

    at PaintDotNet.SystemLayer.FileSystem..cctor()

    --- End of inner exception stack trace ---

    at PaintDotNet.SystemLayer.FileSystem.GetTempFileName()

    at PaintDotNet.HistoryMementos.BitmapHistoryMemento..ctor(String name, ImageResource image, IHistoryWorkspace historyWorkspace, Int32 layerIndex, PdnRegion changedRegion, Surface copyFromThisSurface)

    at PaintDotNet.HistoryMementos.BitmapHistoryMemento..ctor(String name, ImageResource image, IHistoryWorkspace historyWorkspace, Int32 layerIndex, PdnRegion changedRegion)

    at PaintDotNet.Tools.MoveTool.PasteMouseDown(SurfaceForClipboard sfc, Point offset)

    at PaintDotNet.Actions.PasteAction.PerformAction()

    at PaintDotNet.Actions.PasteInToNewLayerAction.PerformAction()

    at PaintDotNet.Actions.PasteInToNewImageAction.PerformAction(AppWorkspace appWorkspace)

    at PaintDotNet.AppWorkspace.PerformAction(AppWorkspaceAction performMe)

    at PaintDotNet.Menus.EditMenu.MenuEditPasteInToNewImage_Click(Object sender, EventArgs e)

    at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)

    at System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e)

    at PaintDotNet.PdnMenuItem.OnClick(EventArgs e)

    at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)

    at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)

    at System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)

    at System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)

    at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)

    at System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea)

    at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)

    at System.Windows.Forms.Control.WndProc(Message& m)

    at System.Windows.Forms.ScrollableControl.WndProc(Message& m)

    at System.Windows.Forms.ToolStrip.WndProc(Message& m)

    at System.Windows.Forms.ToolStripDropDown.WndProc(Message& m)

    at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)

    at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)

    at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

    ------------------------------------------------------------------------------

    This text file was created because Paint.NET crashed.

    Please e-mail this file to crashlog@getpaint.net so we can diagnose and fix the problem.

    Application version: Paint.NET v3.35 (Final Release build 3.35.3106.20184)

    Time of crash: 9/7/2008 4:47:16 AM

    Application uptime: 00:01:14.0937500

    OS Version: 5.1.2600.131072 Service Pack 2 Workstation x86

    .NET Framework version: 2.0.50727.832 x86

    Processor: 1x "Intel® Pentium® 4 CPU 2.66GHz" @ ~2657MHz (SSE, SSE2)

    Physical memory: 766 MB

    UI DPI: 96.00 dpi (1.00x scale)

    Tablet PC: no

    Updates: true, 9/6/2008

    Locale: pdnr.c: en-US, hklm: en-US, hkcu: n/a, cc: en-US, cuic: en-US

    Features log: UpdatesState(StartupState), ShowDialog(PaintDotNet.SplashForm), ShowDialog(PaintDotNet.ToolsForm), ShowDialog(PaintDotNet.ColorsForm), ShowDialog(PaintDotNet.LayerForm), ShowDialog(PaintDotNet.MainForm), Load(PaintDotNet.PdnFileType), UpdatesState(ReadyToCheckState), SetTool(PaintDotNet.Tools.PaintBrushTool), PopulateFonts(), HM(NullHistoryMemento), SetTool(PaintDotNet.Tools.LineTool), HM(CompoundHistoryMemento), Undo, DWAction(HistoryUndoAction), HM(BitmapHistoryMemento)

    Loaded assemblies:

    mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 @ C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\mscorlib.dll

    PaintDotNet, Version=3.35.3106.20184, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\PaintDotNet.exe

    System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 @ C:\WINDOWS\assembly\GAC_MSIL\System.Windows.Forms\2.0.0.0__b77a5c561934e089\System.Windows.Forms.dll

    System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 @ C:\WINDOWS\assembly\GAC_MSIL\System\2.0.0.0__b77a5c561934e089\System.dll

    System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a @ C:\WINDOWS\assembly\GAC_MSIL\System.Drawing\2.0.0.0__b03f5f7f11d50a3a\System.Drawing.dll

    PaintDotNet.Core, Version=3.35.3106.20179, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\PaintDotNet.Core.dll

    PaintDotNet.Base, Version=3.35.3106.20178, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\PaintDotNet.Base.dll

    PaintDotNet.SystemLayer, Version=3.35.3106.20178, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\PaintDotNet.SystemLayer.dll

    PaintDotNet.Resources, Version=3.35.3106.20179, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\PaintDotNet.Resources.dll

    PaintDotNet.Data, Version=3.35.3106.20180, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\PaintDotNet.Data.dll

    PaintDotNet.Effects, Version=3.35.3106.20181, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\PaintDotNet.Effects.dll

    DdsFileType, Version=1.11.3106.20184, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\FileTypes\DdsFileType.dll

    System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 @ C:\WINDOWS\assembly\GAC_MSIL\System.Xml\2.0.0.0__b77a5c561934e089\System.Xml.dll

    Exception details:

    System.TypeInitializationException: The type initializer for 'PaintDotNet.SystemLayer.FileSystem' threw an exception. ---> System.IO.IOException: The file or directory is corrupted and unreadable.

    at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)

    at System.IO.Directory.InternalGetFileDirectoryNames(String path, String userPathOriginal, String searchPattern, Boolean includeFiles, Boolean includeDirs, SearchOption searchOption)

    at System.IO.Directory.GetFiles(String path, String searchPattern, SearchOption searchOption)

    at System.IO.Directory.GetFiles(String path, String searchPattern)

    at PaintDotNet.SystemLayer.FileSystem..cctor()

    --- End of inner exception stack trace ---

    at PaintDotNet.SystemLayer.FileSystem.GetTempFileName()

    at PaintDotNet.HistoryMementos.BitmapHistoryMemento..ctor(String name, ImageResource image, IHistoryWorkspace historyWorkspace, Int32 layerIndex, PdnRegion changedRegion, Surface copyFromThisSurface)

    at PaintDotNet.Tools.ShapeTool.CommitShape()

    at PaintDotNet.Tools.ShapeTool.OnDeactivate()

    at PaintDotNet.Tools.LineTool.OnDeactivate()

    at PaintDotNet.Tool.Deactivate()

    at PaintDotNet.DocumentWorkspace.SetTool(Tool copyMe)

    at PaintDotNet.DocumentWorkspace.PushNullTool()

    at PaintDotNet.HistoryStack.StepBackwardImpl()

    at PaintDotNet.HistoryStack.StepBackward()

    at PaintDotNet.Actions.HistoryUndoAction.PerformAction(DocumentWorkspace documentWorkspace)

    at PaintDotNet.DocumentWorkspace.PerformAction(DocumentWorkspaceAction action)

    at PaintDotNet.Menus.EditMenu.MenuEditUndo_Click(Object sender, EventArgs e)

    at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)

    at System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e)

    at PaintDotNet.PdnMenuItem.OnClick(EventArgs e)

    at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)

    at System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)

    at System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)

    at System.Windows.Forms.ToolStripItem.PerformClick()

    at PaintDotNet.PdnMenuItem.OnShortcutKeyPressed(Keys keys)

    at PaintDotNet.PdnBaseForm.ProcessFormHotKey(Keys keyData)

    at PaintDotNet.PdnBaseForm.ProcessCmdKeyData(Keys keyData)

    at PaintDotNet.PdnBaseForm.ProcessCmdKey(Message& msg, Keys keyData)

    at System.Windows.Forms.Control.ProcessCmdKey(Message& msg, Keys keyData)

    at System.Windows.Forms.ContainerControl.ProcessCmdKey(Message& msg, Keys keyData)

    at System.Windows.Forms.Control.ProcessCmdKey(Message& msg, Keys keyData)

    at System.Windows.Forms.Control.ProcessCmdKey(Message& msg, Keys keyData)

    at System.Windows.Forms.ContainerControl.ProcessCmdKey(Message& msg, Keys keyData)

    at PaintDotNet.DocumentView.ProcessCmdKey(Message& msg, Keys keyData)

    at System.Windows.Forms.Control.ProcessCmdKey(Message& msg, Keys keyData)

    at System.Windows.Forms.Control.PreProcessMessage(Message& msg)

    at System.Windows.Forms.Control.PreProcessControlMessageInternal(Control target, Message& msg)

    at System.Windows.Forms.Application.ThreadContext.PreTranslateMessage(MSG& msg)

    ------------------------------------------------------------------------------

    This text file was created because Paint.NET crashed.

    Please e-mail this file to crashlog@getpaint.net so we can diagnose and fix the problem.

    Application version: Paint.NET v3.35 (Final Release build 3.35.3106.20184)

    Time of crash: 9/7/2008 4:49:16 AM

    Application uptime: 00:01:31.8906250

    OS Version: 5.1.2600.131072 Service Pack 2 Workstation x86

    .NET Framework version: 2.0.50727.832 x86

    Processor: 1x "Intel® Pentium® 4 CPU 2.66GHz" @ ~2657MHz (SSE, SSE2)

    Physical memory: 766 MB

    UI DPI: 96.00 dpi (1.00x scale)

    Tablet PC: no

    Updates: true, 9/6/2008

    Locale: pdnr.c: en-US, hklm: en-US, hkcu: n/a, cc: en-US, cuic: en-US

    Features log: UpdatesState(StartupState), UpdatesState(ReadyToCheckState), ShowDialog(PaintDotNet.SplashForm), Load(PaintDotNet.PdnFileType), SetTool(PaintDotNet.Tools.PaintBrushTool), HM(NullHistoryMemento), PopulateFonts(), ShowDialog(PaintDotNet.MainForm), ShowDialog(PaintDotNet.ToolsForm), ShowDialog(PaintDotNet.ColorsForm), ShowDialog(PaintDotNet.LayerForm), SetTool(PaintDotNet.Tools.LineTool), AWAction(CloseWorkspaceAction), HM(CompoundHistoryMemento), HM(BitmapHistoryMemento)

    Loaded assemblies:

    mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 @ C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\mscorlib.dll

    PaintDotNet, Version=3.35.3106.20184, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\PaintDotNet.exe

    System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 @ C:\WINDOWS\assembly\GAC_MSIL\System.Windows.Forms\2.0.0.0__b77a5c561934e089\System.Windows.Forms.dll

    System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 @ C:\WINDOWS\assembly\GAC_MSIL\System\2.0.0.0__b77a5c561934e089\System.dll

    System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a @ C:\WINDOWS\assembly\GAC_MSIL\System.Drawing\2.0.0.0__b03f5f7f11d50a3a\System.Drawing.dll

    PaintDotNet.Core, Version=3.35.3106.20179, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\PaintDotNet.Core.dll

    PaintDotNet.Base, Version=3.35.3106.20178, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\PaintDotNet.Base.dll

    PaintDotNet.SystemLayer, Version=3.35.3106.20178, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\PaintDotNet.SystemLayer.dll

    PaintDotNet.Resources, Version=3.35.3106.20179, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\PaintDotNet.Resources.dll

    PaintDotNet.Data, Version=3.35.3106.20180, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\PaintDotNet.Data.dll

    PaintDotNet.Effects, Version=3.35.3106.20181, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\PaintDotNet.Effects.dll

    DdsFileType, Version=1.11.3106.20184, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\FileTypes\DdsFileType.dll

    System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 @ C:\WINDOWS\assembly\GAC_MSIL\System.Xml\2.0.0.0__b77a5c561934e089\System.Xml.dll

    Exception details:

    System.TypeInitializationException: The type initializer for 'PaintDotNet.SystemLayer.FileSystem' threw an exception. ---> System.IO.IOException: The file or directory is corrupted and unreadable.

    at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)

    at System.IO.Directory.InternalGetFileDirectoryNames(String path, String userPathOriginal, String searchPattern, Boolean includeFiles, Boolean includeDirs, SearchOption searchOption)

    at System.IO.Directory.GetFiles(String path, String searchPattern, SearchOption searchOption)

    at System.IO.Directory.GetFiles(String path, String searchPattern)

    at PaintDotNet.SystemLayer.FileSystem..cctor()

    --- End of inner exception stack trace ---

    at PaintDotNet.SystemLayer.FileSystem.GetTempFileName()

    at PaintDotNet.HistoryMementos.BitmapHistoryMemento..ctor(String name, ImageResource image, IHistoryWorkspace historyWorkspace, Int32 layerIndex, PdnRegion changedRegion, Surface copyFromThisSurface)

    at PaintDotNet.Tools.ShapeTool.CommitShape()

    at PaintDotNet.Tools.ShapeTool.OnStylusDown(StylusEventArgs e)

    at PaintDotNet.Tools.LineTool.OnStylusDown(StylusEventArgs e)

    at PaintDotNet.Tool.PerformMouseDown(MouseEventArgs e)

    at PaintDotNet.AppWorkspace.DocumentMouseDownHandler(Object sender, MouseEventArgs e)

    at PaintDotNet.DocumentView.OnDocumentMouseDown(MouseEventArgs e)

    at PaintDotNet.DocumentView.MouseDownHandler(Object sender, MouseEventArgs e)

    at System.Windows.Forms.Control.OnMouseDown(MouseEventArgs e)

    at System.Windows.Forms.Control.WmMouseDown(Message& m, MouseButtons button, Int32 clicks)

    at System.Windows.Forms.Control.WndProc(Message& m)

    at PaintDotNet.SurfaceBox.WndProc(Message& m)

    at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)

    at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)

    at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

    ------------------------------------------------------------------------------

    This text file was created because Paint.NET crashed.

    Please e-mail this file to crashlog@getpaint.net so we can diagnose and fix the problem.

    Application version: Paint.NET v3.35 (Final Release build 3.35.3106.20184)

    Time of crash: 9/8/2008 6:03:48 PM

    Application uptime: 00:13:24.2656250

    OS Version: 5.1.2600.131072 Service Pack 2 Workstation x86

    .NET Framework version: 2.0.50727.832 x86

    Processor: 1x "Intel® Pentium® 4 CPU 2.66GHz" @ ~2657MHz (SSE, SSE2)

    Physical memory: 766 MB

    UI DPI: 96.00 dpi (1.00x scale)

    Tablet PC: no

    Updates: true, 9/6/2008

    Locale: pdnr.c: en-US, hklm: en-US, hkcu: n/a, cc: en-US, cuic: en-US

    Features log: UpdatesState(StartupState), UpdatesState(ReadyToCheckState), SetTool(PaintDotNet.Tools.PaintBrushTool), HM(NullHistoryMemento), ShowDialog(PaintDotNet.ToolsForm), ShowDialog(PaintDotNet.ColorsForm), ShowDialog(PaintDotNet.LayerForm), ShowDialog(PaintDotNet.MainForm), PopulateFonts(), SetTool(PaintDotNet.Tools.LineTool), HM(CompoundHistoryMemento), HM(BitmapHistoryMemento)

    Loaded assemblies:

    mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 @ C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\mscorlib.dll

    PaintDotNet, Version=3.35.3106.20184, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\PaintDotNet.exe

    System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 @ C:\WINDOWS\assembly\GAC_MSIL\System.Windows.Forms\2.0.0.0__b77a5c561934e089\System.Windows.Forms.dll

    System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 @ C:\WINDOWS\assembly\GAC_MSIL\System\2.0.0.0__b77a5c561934e089\System.dll

    System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a @ C:\WINDOWS\assembly\GAC_MSIL\System.Drawing\2.0.0.0__b03f5f7f11d50a3a\System.Drawing.dll

    PaintDotNet.Core, Version=3.35.3106.20179, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\PaintDotNet.Core.dll

    PaintDotNet.Base, Version=3.35.3106.20178, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\PaintDotNet.Base.dll

    PaintDotNet.SystemLayer, Version=3.35.3106.20178, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\PaintDotNet.SystemLayer.dll

    PaintDotNet.Resources, Version=3.35.3106.20179, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\PaintDotNet.Resources.dll

    PaintDotNet.Data, Version=3.35.3106.20180, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\PaintDotNet.Data.dll

    PaintDotNet.Effects, Version=3.35.3106.20181, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\PaintDotNet.Effects.dll

    Exception details:

    System.TypeInitializationException: The type initializer for 'PaintDotNet.SystemLayer.FileSystem' threw an exception. ---> System.IO.IOException: The file or directory is corrupted and unreadable.

    at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)

    at System.IO.Directory.InternalGetFileDirectoryNames(String path, String userPathOriginal, String searchPattern, Boolean includeFiles, Boolean includeDirs, SearchOption searchOption)

    at System.IO.Directory.GetFiles(String path, String searchPattern, SearchOption searchOption)

    at System.IO.Directory.GetFiles(String path, String searchPattern)

    at PaintDotNet.SystemLayer.FileSystem..cctor()

    --- End of inner exception stack trace ---

    at PaintDotNet.SystemLayer.FileSystem.GetTempFileName()

    at PaintDotNet.HistoryMementos.BitmapHistoryMemento..ctor(String name, ImageResource image, IHistoryWorkspace historyWorkspace, Int32 layerIndex, PdnRegion changedRegion, Surface copyFromThisSurface)

    at PaintDotNet.Tools.ShapeTool.CommitShape()

    at PaintDotNet.Tools.ShapeTool.OnStylusDown(StylusEventArgs e)

    at PaintDotNet.Tools.LineTool.OnStylusDown(StylusEventArgs e)

    at PaintDotNet.Tool.PerformMouseDown(MouseEventArgs e)

    at PaintDotNet.AppWorkspace.DocumentMouseDownHandler(Object sender, MouseEventArgs e)

    at PaintDotNet.DocumentView.OnDocumentMouseDown(MouseEventArgs e)

    at PaintDotNet.DocumentView.MouseDownHandler(Object sender, MouseEventArgs e)

    at System.Windows.Forms.Control.OnMouseDown(MouseEventArgs e)

    at System.Windows.Forms.Control.WmMouseDown(Message& m, MouseButtons button, Int32 clicks)

    at System.Windows.Forms.Control.WndProc(Message& m)

    at PaintDotNet.SurfaceBox.WndProc(Message& m)

    at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)

    at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)

    at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

    ------------------------------------------------------------------------------

    This text file was created because Paint.NET crashed.

    Please e-mail this file to crashlog@getpaint.net so we can diagnose and fix the problem.

    Application version: Paint.NET v3.35 (Final Release build 3.35.3106.20184)

    Time of crash: 9/9/2008 4:59:28 PM

    Application uptime: 01:30:59.1250000

    OS Version: 5.1.2600.131072 Service Pack 2 Workstation x86

    .NET Framework version: 2.0.50727.832 x86

    Processor: 1x "Intel® Pentium® 4 CPU 2.66GHz" @ ~2657MHz (SSE, SSE2)

    Physical memory: 766 MB

    UI DPI: 96.00 dpi (1.00x scale)

    Tablet PC: no

    Updates: true, 9/6/2008

    Locale: pdnr.c: en-US, hklm: en-US, hkcu: n/a, cc: en-US, cuic: en-US

    Features log: UpdatesState(StartupState), UpdatesState(ReadyToCheckState), SetTool(PaintDotNet.Tools.PaintBrushTool), HM(NullHistoryMemento), ShowDialog(PaintDotNet.ToolsForm), ShowDialog(PaintDotNet.ColorsForm), ShowDialog(PaintDotNet.LayerForm), ShowDialog(PaintDotNet.MainForm), PopulateFonts(), SetTool(PaintDotNet.Tools.LineTool), HM(CompoundHistoryMemento), HM(BitmapHistoryMemento)

    Loaded assemblies:

    mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 @ C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\mscorlib.dll

    PaintDotNet, Version=3.35.3106.20184, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\PaintDotNet.exe

    System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 @ C:\WINDOWS\assembly\GAC_MSIL\System.Windows.Forms\2.0.0.0__b77a5c561934e089\System.Windows.Forms.dll

    System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 @ C:\WINDOWS\assembly\GAC_MSIL\System\2.0.0.0__b77a5c561934e089\System.dll

    System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a @ C:\WINDOWS\assembly\GAC_MSIL\System.Drawing\2.0.0.0__b03f5f7f11d50a3a\System.Drawing.dll

    PaintDotNet.Core, Version=3.35.3106.20179, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\PaintDotNet.Core.dll

    PaintDotNet.Base, Version=3.35.3106.20178, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\PaintDotNet.Base.dll

    PaintDotNet.SystemLayer, Version=3.35.3106.20178, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\PaintDotNet.SystemLayer.dll

    PaintDotNet.Resources, Version=3.35.3106.20179, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\PaintDotNet.Resources.dll

    PaintDotNet.Data, Version=3.35.3106.20180, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\PaintDotNet.Data.dll

    PaintDotNet.Effects, Version=3.35.3106.20181, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\PaintDotNet.Effects.dll

    Exception details:

    System.TypeInitializationException: The type initializer for 'PaintDotNet.SystemLayer.FileSystem' threw an exception. ---> System.IO.IOException: The file or directory is corrupted and unreadable.

    at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)

    at System.IO.Directory.InternalGetFileDirectoryNames(String path, String userPathOriginal, String searchPattern, Boolean includeFiles, Boolean includeDirs, SearchOption searchOption)

    at System.IO.Directory.GetFiles(String path, String searchPattern, SearchOption searchOption)

    at System.IO.Directory.GetFiles(String path, String searchPattern)

    at PaintDotNet.SystemLayer.FileSystem..cctor()

    --- End of inner exception stack trace ---

    at PaintDotNet.SystemLayer.FileSystem.GetTempFileName()

    at PaintDotNet.HistoryMementos.BitmapHistoryMemento..ctor(String name, ImageResource image, IHistoryWorkspace historyWorkspace, Int32 layerIndex, PdnRegion changedRegion, Surface copyFromThisSurface)

    at PaintDotNet.Tools.ShapeTool.CommitShape()

    at PaintDotNet.Tools.ShapeTool.OnStylusDown(StylusEventArgs e)

    at PaintDotNet.Tools.LineTool.OnStylusDown(StylusEventArgs e)

    at PaintDotNet.Tool.PerformMouseDown(MouseEventArgs e)

    at PaintDotNet.AppWorkspace.DocumentMouseDownHandler(Object sender, MouseEventArgs e)

    at PaintDotNet.DocumentView.OnDocumentMouseDown(MouseEventArgs e)

    at PaintDotNet.DocumentView.MouseDownHandler(Object sender, MouseEventArgs e)

    at System.Windows.Forms.Control.OnMouseDown(MouseEventArgs e)

    at System.Windows.Forms.Control.WmMouseDown(Message& m, MouseButtons button, Int32 clicks)

    at System.Windows.Forms.Control.WndProc(Message& m)

    at PaintDotNet.SurfaceBox.WndProc(Message& m)

    at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)

    at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)

    at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

    ------------------------------------------------------------------------------

    This text file was created because Paint.NET crashed.

    Please e-mail this file to crashlog@getpaint.net so we can diagnose and fix the problem.

    Application version: Paint.NET v3.35 (Final Release build 3.35.3106.20184)

    Time of crash: 9/9/2008 9:30:40 PM

    Application uptime: 00:00:11.7812500

    OS Version: 5.1.2600.131072 Service Pack 2 Workstation x86

    .NET Framework version: 2.0.50727.832 x86

    Processor: 1x "Intel® Pentium® 4 CPU 2.66GHz" @ ~2657MHz (SSE, SSE2)

    Physical memory: 766 MB

    UI DPI: 96.00 dpi (1.00x scale)

    Tablet PC: no

    Updates: true, 9/6/2008

    Locale: pdnr.c: en-US, hklm: en-US, hkcu: n/a, cc: en-US, cuic: en-US

    Features log: UpdatesState(StartupState), SetTool(PaintDotNet.Tools.PaintBrushTool), HM(NullHistoryMemento)

    Loaded assemblies:

    mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 @ C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\mscorlib.dll

    PaintDotNet, Version=3.35.3106.20184, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\PaintDotNet.exe

    System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 @ C:\WINDOWS\assembly\GAC_MSIL\System.Windows.Forms\2.0.0.0__b77a5c561934e089\System.Windows.Forms.dll

    System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 @ C:\WINDOWS\assembly\GAC_MSIL\System\2.0.0.0__b77a5c561934e089\System.dll

    System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a @ C:\WINDOWS\assembly\GAC_MSIL\System.Drawing\2.0.0.0__b03f5f7f11d50a3a\System.Drawing.dll

    PaintDotNet.Core, Version=3.35.3106.20179, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\PaintDotNet.Core.dll

    PaintDotNet.Base, Version=3.35.3106.20178, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\PaintDotNet.Base.dll

    PaintDotNet.SystemLayer, Version=3.35.3106.20178, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\PaintDotNet.SystemLayer.dll

    PaintDotNet.Resources, Version=3.35.3106.20179, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\PaintDotNet.Resources.dll

    PaintDotNet.Data, Version=3.35.3106.20180, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\PaintDotNet.Data.dll

    PaintDotNet.Effects, Version=3.35.3106.20181, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\PaintDotNet.Effects.dll

    Exception details:

    System.IO.IOException: The file or directory is corrupted and unreadable.

    at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)

    at System.IO.Directory.InternalGetFileDirectoryNames(String path, String userPathOriginal, String searchPattern, Boolean includeFiles, Boolean includeDirs, SearchOption searchOption)

    at System.IO.Directory.GetFiles(String path, String searchPattern, SearchOption searchOption)

    at System.IO.Directory.GetFiles(String path, String searchPattern)

    at PaintDotNet.SystemLayer.FileSystem..cctor()

    ------------------------------------------------------------------------------

×
×
  • Create New...