Jump to content

Crashing 4 seconds after pasting clipboard


ChrisJo

Recommended Posts

I was trying to paste an image I got from 'Print Screen' and Paint.NET 4.0.5 kept crashing about 4-5 seconds afterwards. I restarted my PC and it worked thereafter. I still want to report it. I tried disabling hardware acceleration and it didn't help.

 

Here's the log from the pop-up dialog box.

 

 

Application version: paint.net 4.0.5 (Final 4.5.5454.39504)

 

Time of crash: 12/22/2014 11:33:30 AM

 

Application uptime: 00:00:03.3214926

 

Application state: Running

 

Working set: 148,848 KiB

 

Threads: 36

 

Install directory: F:\Programs\Paint.NET

 

Current directory: F:\Programs\Paint.NET

 

OS Version: 6.4.9879.0 Workstation x64

 

.NET version: CLR 4.0.30319.0 x64, FX 4.0 4.5

 

Processor: 6x "AMD Phenom II X6 1055T Processor" @ ~2819MHz (DEP, SSE, SSE2, SSE3)

 

Physical memory: 16381 MB

 

Video card: AMD Radeon R9 200 Series (v:1002, d:6798, r:0), Microsoft Basic Render Driver (v:1414, d:8C, r:0)

 

Hardware acceleration: False (default: True)

 

UI animations: True

 

UI DPI: 96.00 dpi (1.00x scale)

 

UI theme: Aero/Aero + DWM (Aero.msstyles)

 

Updates: True, 12/15/2014

 

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

 

Flags:

 

 

 

Exception details:

 

System.NullReferenceException: Object reference not set to an instance of an object. (PaintDotNet.Canvas.CanvasControl)

 

   at PaintDotNet.Animation.AnimatedValue.TryEnsureAnimationVariableIsCreated(Double initialValue) in d:\src\pdn\paintdotnet\src\Core\Animation\AnimatedValue.cs:line 187

 

   at PaintDotNet.Animation.AnimatedValue.TryAnimateRawValueCore(AnimationSeconds timeNow, Action`2 storyboardInitAsync) in d:\src\pdn\paintdotnet\src\Core\Animation\AnimatedValue.cs:line 352

 

   at PaintDotNet.Animation.AnimatedValue.AnimateRawValue(Action`2 storyboardInitAsync, Nullable`1 rawFinalValue) in d:\src\pdn\paintdotnet\src\Core\Animation\AnimatedValue.cs:line 256

 

   at PaintDotNet.Tools.Controls.TransformHandlePanel.EnableHandleAnimation(TransformHandleType handleType) in d:\src\pdn\paintdotnet\src\PaintDotNet\Tools\Controls\TransformHandlePanel.cs:line 296

 

   at PaintDotNet.Tools.Controls.TransformHandlePanel.OnHandleShouldEnableAnimationsChanged(Object sender, ValueChangedEventArgs`1 e) in d:\src\pdn\paintdotnet\src\PaintDotNet\Tools\Controls\TransformHandlePanel.cs:line 216

 

   at PaintDotNet.ValueChangedEventHandlerExtensions.Raise[T](ValueChangedEventHandler`1 handler, Object sender, T oldValue, T newValue) in d:\src\pdn\paintdotnet\src\Base\ValueChangedEventHandlerExtensions.cs:line 22

 

   at PaintDotNet.UI.AnimationStateHelper.set_ShouldEnableAnimations(Boolean value) in d:\src\pdn\paintdotnet\src\PaintDotNet\UI\AnimationStateHelper.cs:line 105

 

   at PaintDotNet.EventHandlerExtensions.Raise(EventHandler handler, Object sender, EventArgs e) in d:\src\pdn\paintdotnet\src\Base\EventHandlerExtensions.cs:line 25

 

   at PaintDotNet.UI.FrameworkElement.IsLoadedPropertyChanged(DependencyPropertyChangedEventArgs e) in d:\src\pdn\paintdotnet\src\Framework\UI\FrameworkElement.cs:line 296

 

   at PaintDotNet.UI.FrameworkElement.<.cctor>b__6d(DependencyObject s, DependencyPropertyChangedEventArgs e) in d:\src\pdn\paintdotnet\src\Framework\UI\FrameworkElement.cs:line 264

 

   at System.Windows.DependencyObject.OnPropertyChanged(DependencyPropertyChangedEventArgs e)

 

   at PaintDotNet.UI.Visual.OnPropertyChanged(DependencyPropertyChangedEventArgs e) in d:\src\pdn\paintdotnet\src\Framework\UI\Visual.cs:line 123

 

   at PaintDotNet.UI.FrameworkElement.OnPropertyChanged(DependencyPropertyChangedEventArgs e) in d:\src\pdn\paintdotnet\src\Framework\UI\FrameworkElement.cs:line 51

 

   at System.Windows.DependencyObject.NotifyPropertyChange(DependencyPropertyChangedEventArgs args)

 

   at System.Windows.DependencyObject.UpdateEffectiveValue(EntryIndex entryIndex, DependencyProperty dp, PropertyMetadata metadata, EffectiveValueEntry oldEntry, EffectiveValueEntry& newEntry, Boolean coerceWithDeferredReference, Boolean coerceWithCurrentValue, OperationType operationType)

 

   at System.Windows.DependencyObject.SetValueCommon(DependencyProperty dp, Object value, PropertyMetadata metadata, Boolean coerceWithDeferredReference, Boolean coerceWithCurrentValue, OperationType operationType, Boolean isInternal)

 

   at System.Windows.DependencyObject.SetValue(DependencyPropertyKey key, Object value)

 

   at PaintDotNet.UI.PresentationSource.NotifyLayoutUpdated() in d:\src\pdn\paintdotnet\src\Framework\UI\PresentationSource.cs:line 196

 

   at PaintDotNet.UI.LayoutManager.UpdateLayout() in d:\src\pdn\paintdotnet\src\Framework\UI\LayoutManager.cs:line 168

 

   at PaintDotNet.Canvas.PresentationCanvasLayer.OnBeforeRender(RectFloat clipRect, CanvasView canvasView) in d:\src\pdn\paintdotnet\src\PaintDotNet\Canvas\PresentationCanvasLayer.cs:line 59

 

   at PaintDotNet.Canvas.Canvas.BeforeRender(RectFloat clipRect, CanvasView canvasView) in d:\src\pdn\paintdotnet\src\PaintDotNet\Canvas\Canvas.cs:line 416

 

   at PaintDotNet.Canvas.CanvasControl.OnBeforeRender(RectFloat viewportClipRect) in d:\src\pdn\paintdotnet\src\PaintDotNet\Canvas\CanvasControl.cs:line 236

 

   at PaintDotNet.Controls.Direct2DControl.PaintDotNet.Controls.IDirect2DControlHost.OnBeforeRender(RectFloat clipRect) in d:\src\pdn\paintdotnet\src\Framework\Controls\Direct2DControl.cs:line 263

 

   at PaintDotNet.Controls.Direct2DControlHandler.RelayGdiPaintImpl(GdiPaintContext ctx) in d:\src\pdn\paintdotnet\src\Framework\Controls\Direct2DControlHandler.cs:line 543

 

   at PaintDotNet.Controls.Direct2DControlHandler.RelayGdiPaint(GdiPaintContext ctx) in d:\src\pdn\paintdotnet\src\Framework\Controls\Direct2DControlHandler.cs:line 494

 

   at PaintDotNet.Controls.Direct2DControl.OnGdiPaint(GdiPaintContext ctx) in d:\src\pdn\paintdotnet\src\Framework\Controls\Direct2DControl.cs:line 342

 

   at PaintDotNet.SystemLayer.GdiPaintHandler.OnWmPaint(Message& m) in d:\src\pdn\paintdotnet\src\SystemLayer\GdiPaintHandler.cs:line 184

 

   at PaintDotNet.SystemLayer.GdiPaintHandler.RelayWndProc(Message& m) in d:\src\pdn\paintdotnet\src\SystemLayer\GdiPaintHandler.cs:line 233

 

   at PaintDotNet.SystemLayer.GdiPaintControl.WndProc(Message& m) in d:\src\pdn\paintdotnet\src\SystemLayer\GdiPaintControl.cs:line 130

 

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

 

 

 

Managed assemblies:

 

    mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 @ C:\Windows\Microsoft.NET\Framework64\v4.0.30319\mscorlib.dll

 

    PaintDotNet, Version=4.5.5454.39504, Culture=neutral, PublicKeyToken=null @ F:\Programs\Paint.NET\PaintDotNet.exe

 

    PaintDotNet.Core, Version=4.5.5454.39504, Culture=neutral, PublicKeyToken=null @ F:\Programs\Paint.NET\PaintDotNet.Core.dll

 

    PaintDotNet.Base, Version=4.5.5454.39504, Culture=neutral, PublicKeyToken=null @ F:\Programs\Paint.NET\PaintDotNet.Base.dll

 

    System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 @ C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System\v4.0_4.0.0.0__b77a5c561934e089\System.dll

 

    System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a @ C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Drawing\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Drawing.dll

 

    PresentationFramework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 @ C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\PresentationFramework\v4.0_4.0.0.0__31bf3856ad364e35\PresentationFramework.dll

 

    WindowsBase, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 @ C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\WindowsBase\v4.0_4.0.0.0__31bf3856ad364e35\WindowsBase.dll

 

    PresentationCore, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 @ C:\WINDOWS\Microsoft.Net\assembly\GAC_64\PresentationCore\v4.0_4.0.0.0__31bf3856ad364e35\PresentationCore.dll

 

    System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 @ C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Core\v4.0_4.0.0.0__b77a5c561934e089\System.Core.dll

 

    System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 @ C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Windows.Forms\v4.0_4.0.0.0__b77a5c561934e089\System.Windows.Forms.dll

 

    PaintDotNet.SystemLayer, Version=4.5.5454.39504, Culture=neutral, PublicKeyToken=null @ F:\Programs\Paint.NET\PaintDotNet.SystemLayer.dll

 

    PaintDotNet.Framework, Version=4.5.5454.39504, Culture=neutral, PublicKeyToken=null @ F:\Programs\Paint.NET\PaintDotNet.Framework.dll

 

    PaintDotNet.Resources, Version=4.5.5454.39504, Culture=neutral, PublicKeyToken=null @ F:\Programs\Paint.NET\PaintDotNet.Resources.dll

 

    PaintDotNet.Data, Version=4.5.5454.39504, Culture=neutral, PublicKeyToken=null @ F:\Programs\Paint.NET\PaintDotNet.Data.dll

 

    PaintDotNet.Effects, Version=4.5.5454.39504, Culture=neutral, PublicKeyToken=null @ F:\Programs\Paint.NET\PaintDotNet.Effects.dll

 

    PaintDotNet.SystemLayer.Native.x64, Version=4.5.5454.39504, Culture=neutral, PublicKeyToken=null @ F:\Programs\Paint.NET\PaintDotNet.SystemLayer.Native.x64.dll

 

    System.Configuration, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a @ C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Configuration\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Configuration.dll

 

    System.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 @ C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Xml\v4.0_4.0.0.0__b77a5c561934e089\System.Xml.dll

 

    System.Xaml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 @ C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Xaml\v4.0_4.0.0.0__b77a5c561934e089\System.Xaml.dll

 

 

 

Native modules:

 

    F:\Programs\Paint.NET\PaintDotNet.exe, version=4.5.5454.39504

 

    C:\WINDOWS\SYSTEM32\ntdll.dll, version=6.4.9879.0 (fbl_release.141103-1722)

 

    C:\WINDOWS\SYSTEM32\MSCOREE.DLL, version=6.4.9879.0 (fbl_release.141103-1722)

 

    C:\WINDOWS\system32\KERNEL32.dll, version=6.4.9879.0 (fbl_release.141103-1722)

 

    C:\WINDOWS\system32\KERNELBASE.dll, version=6.4.9879.0 (fbl_release.141103-1722)

 

    C:\WINDOWS\system32\ADVAPI32.dll, version=6.4.9879.0 (fbl_release.141103-1722)

 

    C:\WINDOWS\system32\msvcrt.dll, version=7.0.9879.0 (fbl_release.141103-1722)

 

    C:\WINDOWS\system32\sechost.dll, version=6.4.9879.0 (fbl_release.141103-1722)

 

    C:\WINDOWS\system32\RPCRT4.dll, version=6.4.9879.0 (fbl_release.141103-1722)

 

    C:\Windows\Microsoft.NET\Framework64\v4.0.30319\mscoreei.dll, version=4.5.22.0 built by: FX453PREVIEWREL

 

    C:\WINDOWS\system32\SHLWAPI.dll, version=6.4.9879.0 (fbl_release.141103-1722)

 

    C:\WINDOWS\system32\combase.dll, version=6.4.9879.0 (fbl_release.141103-1722)

 

    C:\WINDOWS\system32\GDI32.dll, version=6.4.9879.0 (fbl_release.141103-1722)

 

    C:\WINDOWS\system32\USER32.dll, version=6.4.9879.0 (fbl_release.141103-1722)

 

    C:\WINDOWS\system32\IMM32.DLL, version=6.4.9879.0 (fbl_release.141103-1722)

 

    C:\WINDOWS\system32\MSCTF.dll, version=6.4.9879.0 (fbl_release.141103-1722)

 

    C:\WINDOWS\SYSTEM32\kernel.appcore.dll, version=6.4.9879.0 (fbl_release.141103-1722)

 

    C:\Windows\Microsoft.NET\Framework64\v4.0.30319\clr.dll, version=4.5.22.0 built by: FX453PREVIEWREL

 

    C:\WINDOWS\SYSTEM32\MSVCR120_CLR0400.dll, version=12.00.52242.36242 built by: FX452RTMLDR

 

    C:\WINDOWS\assembly\NativeImages_v4.0.30319_64\mscorlib\f931888a37cf30087f7d9728aa5bd7c8\mscorlib.ni.dll, version=4.5.22.0 built by: FX453PREVIEWREL

 

    C:\WINDOWS\system32\ole32.dll, version=6.4.9879.0 (fbl_release.141103-1722)

 

    C:\WINDOWS\SYSTEM32\CRYPTBASE.dll, version=6.4.9879.0 (fbl_release.141103-1722)

 

    C:\WINDOWS\SYSTEM32\bcryptPrimitives.dll, version=6.4.9879.0 (fbl_release.141103-1722)

 

    C:\WINDOWS\system32\uxtheme.dll, version=6.4.9879.0 (fbl_release.141103-1722)

 

    C:\WINDOWS\assembly\NativeImages_v4.0.30319_64\System\d312bbcedc25eb8315eff71273d3f2b3\System.ni.dll, version=4.5.22.0 built by: FX453PREVIEWREL

 

    C:\WINDOWS\assembly\NativeImages_v4.0.30319_64\System.Drawing\7e202f28e0e2bb4f4a39cdf318e1e555\System.Drawing.ni.dll, version=4.5.22.0 built by: FX453PREVIEWREL

 

    C:\WINDOWS\assembly\NativeImages_v4.0.30319_64\WindowsBase\5be2e77ce5d14e24d5716ad55ae1e974\WindowsBase.ni.dll, version=4.5.22.0 built by: FX453PREVIEWREL

 

    C:\WINDOWS\SYSTEM32\CRYPTSP.dll, version=6.4.9879.0 (fbl_release.141103-1722)

 

    C:\WINDOWS\SYSTEM32\bcrypt.dll, version=6.4.9879.0 (fbl_release.141103-1722)

 

    C:\WINDOWS\system32\rsaenh.dll, version=6.4.9879.0 (fbl_release.141103-1722)

 

    C:\WINDOWS\assembly\NativeImages_v4.0.30319_64\PresentationCore\029a9950e889f76d2071c4c88c412a4f\PresentationCore.ni.dll, version=4.5.22.0 built by: FX453PREVIEWREL

 

    C:\WINDOWS\assembly\NativeImages_v4.0.30319_64\Presentatio5ae0f00f#\c1d87ee5e496cd346d8cf388f02cde18\PresentationFramework.ni.dll, version=4.5.22.0

 

    C:\WINDOWS\assembly\NativeImages_v4.0.30319_64\System.Core\82fdca2662405ff1100fa536a1e2836f\System.Core.ni.dll, version=4.5.22.0 built by: FX453PREVIEWREL

 

    C:\WINDOWS\assembly\NativeImages_v4.0.30319_64\PaintDotNet.Base\82c8fd1a94b78bd688a88ddd781e338b\PaintDotNet.Base.ni.dll, version=4.5.5454.39504

 

    C:\WINDOWS\assembly\NativeImages_v4.0.30319_64\System.Windows.Forms\c8a6e44a24ba07e7da35a830f6e615b3\System.Windows.Forms.ni.dll, version=4.5.22.0 built by: FX453PREVIEWREL

 

    C:\WINDOWS\assembly\NativeImages_v4.0.30319_64\PaintDotNet500b2e4f#\58c21d34d46a2372df81980c664dd5bd\PaintDotNet.SystemLayer.ni.dll, version=4.5.5454.39504

 

    C:\WINDOWS\assembly\NativeImages_v4.0.30319_64\PaintDotNet.Core\b133f81ae3ae1b78ca2c09b0b2c0de94\PaintDotNet.Core.ni.dll, version=4.5.5454.39504

 

    C:\WINDOWS\assembly\NativeImages_v4.0.30319_64\PaintDotNet26779e70#\45ef72e09fc59e20d2bcd5d322a18579\PaintDotNet.Resources.ni.dll, version=4.5.5454.39504

 

    C:\WINDOWS\assembly\NativeImages_v4.0.30319_64\PaintDotNet7afaaa15#\0b58ff9e415f71036258719b473a7569\PaintDotNet.Framework.ni.dll, version=4.5.5454.39504

 

    C:\WINDOWS\assembly\NativeImages_v4.0.30319_64\PaintDotNet.Data\4353c1b9aea972500811a43fd22a6a30\PaintDotNet.Data.ni.dll, version=4.5.5454.39504

 

    C:\WINDOWS\assembly\NativeImages_v4.0.30319_64\PaintDotNet.Effects\9d05c3759018f9738128122653326e65\PaintDotNet.Effects.ni.dll, version=4.5.5454.39504

 

    C:\WINDOWS\assembly\NativeImages_v4.0.30319_64\PaintDotNet\e2ddcebf5bb401d4cfa33efcc5f3169f\PaintDotNet.ni.exe, version=4.5.5454.39504

 

    C:\WINDOWS\SYSTEM32\dwrite.dll, version=6.4.9879.0 (fbl_release.141103-1722)

 

    C:\Windows\Microsoft.NET\Framework64\v4.0.30319\WPF\wpfgfx_v0400.dll, version=4.5.22.0 built by: FX453PREVIEWREL

 

    C:\WINDOWS\system32\OLEAUT32.dll, version=6.4.9879.0

 

    C:\Windows\Microsoft.NET\Framework64\v4.0.30319\WPF\PresentationNative_v0400.dll, version=4.5.22.0 built by: FX453PREVIEWREL

 

    C:\WINDOWS\system32\shell32.dll, version=6.4.9879.5 (fbl_release_currentfr.141124-1731)

 

    C:\WINDOWS\system32\SHCORE.dll, version=6.4.9879.0 (fbl_release.141103-1722)

 

    C:\WINDOWS\SYSTEM32\version.dll, version=6.4.9879.0 (fbl_release.141103-1722)

 

    C:\Windows\Microsoft.NET\Framework64\v4.0.30319\clrjit.dll, version=4.5.22.0 built by: FX453PREVIEWREL

 

    C:\WINDOWS\assembly\NativeImages_v4.0.30319_64\PaintDotNetc8826574#\5b786a075d8e757a5d87ca11a1243ab2\PaintDotNet.SystemLayer.Native.x64.ni.dll, version=4.5.5454.39504

 

    F:\Programs\Paint.NET\PaintDotNet.SystemLayer.Native.x64.dll, version=4.5.5454.39504

 

    C:\WINDOWS\SYSTEM32\MSVCR120.dll, version=12.00.21005.1 built by: REL

 

    C:\WINDOWS\SYSTEM32\VCOMP120.DLL, version=12.00.21005.1 built by: REL

 

    C:\WINDOWS\SYSTEM32\MSVCP120.dll, version=12.00.21005.1 built by: REL

 

    C:\WINDOWS\SYSTEM32\PROPSYS.dll, version=7.00.9879.0 (fbl_release.141103-1722)

 

    C:\WINDOWS\WinSxS\amd64_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.9879.0_none_83809a36bc720a1b\gdiplus.dll, version=6.4.9879.0 (fbl_release.141103-1722)

 

    C:\WINDOWS\SYSTEM32\dxgi.dll, version=6.4.9879.0 (fbl_release.141103-1722)

 

    C:\WINDOWS\SYSTEM32\profapi.dll, version=6.4.9879.0 (fbl_release.141103-1722)

 

    C:\WINDOWS\system32\clbcatq.dll, version=2001.12.10809.0 (fbl_release.141103-1722)

 

    C:\WINDOWS\System32\UIAnimation.dll, version=6.4.9879.0 (fbl_release.141103-1722)

 

    C:\WINDOWS\system32\dwmapi.dll, version=6.4.9879.0 (fbl_release.141103-1722)

 

    C:\WINDOWS\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.9879.0_none_f124226344b97b01\comctl32.dll, version=6.10 (fbl_release.141103-1722)

 

    C:\WINDOWS\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_5.82.9879.0_none_0900432842ee9b1a\comctl32.dll, version=6.10 (fbl_release.141103-1722)

 

    C:\WINDOWS\assembly\NativeImages_v4.0.30319_64\System.Configuration\741d49722abbf4e9e4e56a060ade5385\System.Configuration.ni.dll, version=4.5.22.0 built by: FX453PREVIEWREL

 

    C:\WINDOWS\assembly\NativeImages_v4.0.30319_64\System.Xml\b21149a91e9009f02d42ad9555e764ca\System.Xml.ni.dll, version=4.5.22.0 built by: FX453PREVIEWREL

 

    C:\WINDOWS\SYSTEM32\WindowsCodecs.dll, version=6.4.9879.0 (fbl_release.141103-1722)

 

    C:\WINDOWS\SYSTEM32\wtsapi32.dll, version=6.4.9879.0 (fbl_release.141103-1722)

 

    C:\WINDOWS\SYSTEM32\WINSTA.dll, version=6.4.9879.0 (fbl_release.141103-1722)

 

    C:\WINDOWS\SYSTEM32\d2d1.dll, version=6.4.9879.0 (fbl_release.141103-1722)

 

    C:\WINDOWS\SYSTEM32\d3d11.dll, version=6.4.9879.0 (fbl_release.141103-1722)

 

    C:\WINDOWS\SYSTEM32\D3D10Warp.dll, version=6.4.9879.0 (fbl_release.141103-1722)

 

    C:\WINDOWS\assembly\NativeImages_v4.0.30319_64\System.Xaml\c79f975246216ae8dbf250e724f19e1e\System.Xaml.ni.dll, version=4.5.22.0 built by: FX453PREVIEWREL

 

    C:\WINDOWS\system32\dataexchange.dll, version=6.4.9879.0 (fbl_release.141103-1722)

 

    C:\WINDOWS\system32\TWINAPI.dll, version=6.4.9879.0 (fbl_release.141103-1722)

 

    C:\WINDOWS\system32\dcomp.dll, version=6.4.9879.0 (fbl_release.141103-1722)

 

    C:\WINDOWS\system32\twinapi.appcore.dll, version=6.4.9879.0 (fbl_release.141103-1722)

 

    C:\WINDOWS\SYSTEM32\winmm.dll, version=6.4.9879.0 (fbl_release.141103-1722)

 

    C:\WINDOWS\SYSTEM32\WINMMBASE.dll, version=6.4.9879.0 (fbl_release.141103-1722)

 

    C:\WINDOWS\system32\cfgmgr32.dll, version=6.4.9879.0 (fbl_release.141103-1722)

 

    C:\WINDOWS\SYSTEM32\DEVOBJ.dll, version=6.4.9879.0 (fbl_release.141103-1722)

 

    C:\WINDOWS\system32\explorerframe.dll, version=6.4.9879.0 (fbl_release.141103-1722)

 

    C:\WINDOWS\system32\MPR.dll, version=6.4.9879.0 (fbl_release.141103-1722)

 

    C:\WINDOWS\system32\apphelp.dll, version=6.4.9879.0 (fbl_release.141103-1722)

 

    C:\WINDOWS\system32\OLEACC.dll, version=7.2.9879.0 (fbl_release.141103-1722)

 

    C:\WINDOWS\system32\urlmon.dll, version=11.00.9879.0 (fbl_release.141103-1722)

 

    C:\WINDOWS\system32\wer.dll, version=6.4.9879.0 (fbl_release.141103-1722)

 

    C:\WINDOWS\system32\WININET.dll, version=11.00.9879.0 (fbl_release.141103-1722)

 

    C:\WINDOWS\system32\DUI70.dll, version=6.4.9879.0 (fbl_release.141103-1722)

 

    C:\WINDOWS\system32\DUser.dll, version=6.4.9879.0 (fbl_release.141103-1722)

 

    C:\WINDOWS\system32\iertutil.dll, version=11.00.9879.0 (fbl_release.141103-1722)

 

    C:\WINDOWS\SYSTEM32\esent.dll, version=6.4.9879.0 (fbl_release.141103-1722)

 

    C:\Windows\Microsoft.NET\Framework64\v4.0.30319\clrcompression.dll, version=4.5.22.0 built by: FX453PREVIEWREL

 

    C:\Windows\Microsoft.NET\Framework64\v4.0.30319\diasymreader.dll, version=12.0.52242.36242 built by: FX452RTMLDR

 

    C:\WINDOWS\system32\SetupApi.dll, version=6.4.9879.0 (fbl_release.141103-1722)

 

    C:\WINDOWS\system32\WINTRUST.dll, version=6.4.9879.0 (fbl_release.141103-1722)

 

    C:\WINDOWS\system32\CRYPT32.dll, version=6.4.9879.0 (fbl_release.141103-1722)

 

    C:\WINDOWS\system32\MSASN1.dll, version=6.4.9879.0 (fbl_release.141103-1722)

 

    C:\WINDOWS\system32\psapi.dll, version=6.4.9879.0 (fbl_release.141103-1722)

 

Link to comment
Share on other sites

  • 1 month later...

I have a similar issue.  Windows7 Pro, Paint.Net.4.0.5.

 

Had been seeing this a few times but was unclear what steps I did to create it.  In this case I can repeat it, although I am using my same paste buffer.

 

I used snipping tool to create a paste buffer of an image, I do this all the time, most of the time it works.  In this case I pasted the buffer into an existing instance of Paint.Net and it took it just fine.  While the drag selection box, left over from the paste, is still active I go to Image->Resize->

 

 

x [by absolute Size]

x [Maintain Aspect Ratio]

 

The canvas is 800x600 and that's the initial display

 

The paste image is about 160x120, the canvas is 800x600.

 

Pixel size and print size are in pixels/cm, Bicubic has an asterisk. 

 

Resampling is "Best Quality".

 

I type in 32 in the Width and it puts 24 (the correct ratio) in Height and click OK.

 

Paint.Net crashes, no report.

 

In %AppData%->Paint.Net->Session  I have a numeric directory and several 5 (I did this 5 times to confirm) ... I'm guessing "reports" in there.  They have some textual intermixed with binary data but I did not find a crash report that was readable to forward.

Link to comment
Share on other sites

There's is the image.  Using the file on my PC (uploaded to the link below so you can see it). 

 

http://s1372.photobucket.com/user/shooky56/media/Cycling/Capture_zps2jk7i5bt.png.html?sort=3&o=0

 

Here's my steps and this has crashed every time. 

 

(1) Start Paint.Net, default canvas is 800x600

(2) Open the picture from my PC which defaults to Windows Photo Viewer->File->Copy

(3) Back in Paint.Net, I paste the image.  NOTE:  The image is 125x125 (or close to it, it is NOT in the 4/3 ratio of the canvas).

(4) Image->Resize (same settings as before):  Width: 32.  Height is auto-filled to 24.  ->OK

 

Crash.

 

Heres the popup data:

 

Problem signature:
  Problem Event Name:    APPCRASH
  Application Name:    PaintDotNet.exe
  Application Version:    4.5.5454.39504
  Application Timestamp:    5484cd44
  Fault Module Name:    MSVCR120.dll
  Fault Module Version:    12.0.21005.1
  Fault Module Timestamp:    524f83ff
  Exception Code:    c0000005
  Exception Offset:    000000000003c3f9
  OS Version:    6.1.7601.2.1.0.256.48
  Locale ID:    1033
  Additional Information 1:    ad75
  Additional Information 2:    ad7539a1050cd947e7161d5ea2ce0e0a
  Additional Information 3:    7b38
  Additional Information 4:    7b38baf94350760d182377a53254f518
 

Link to comment
Share on other sites

Note:  If I clear the draggable window created by the paste step, it works just fine.  Not that you need nor want my help but I wonder about a disconnect between the drag window and the canvas size ratios coupled with the very large reduction (25:1) may be shoving a dimension negative?  I noticed that, even using my steps, it appeared that a resize to "400x320" worked just fine.

Link to comment
Share on other sites

ChrisJo, yours might be a bug in  Windows 10. There were some thorny clipboard issues that popped up during PDN 4's development. I fixed them ... at least 99.9% of the way. It still seems to be a little non-deterministic unfortunately and Windows 10 may have shuffled that deck of cards again, so to speak.

 

Shooky56, I'll file a bug and check it out. Thanks!

The Paint.NET Blog: https://blog.getpaint.net/

Donations are always appreciated! https://www.getpaint.net/donate.html

forumSig_bmwE60.jpg

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