Jump to content

Tharis

Newbies
  • Posts

    1
  • Joined

  • Last visited

Everything posted by Tharis

  1. So every single time without exception the program crashes, I've reinstalled, repaired, rebooted everything that I've been told to do... and I can't come up with anything. My wife got me a Wacom Drawing pad that I integrated with PDN and it worked great for a good while but now the program won't even open. I've tried using other programs to replace PDN like Gimp... that program is not what I need... I'll say that and leave it there. Here is the crash log that was scanned on the site and apparently nothing obvious comes from it. This text file was created because paint.net crashed. Please e-mail this to crashlog5@getpaint.net so we can diagnose and fix the problem. Application version: paint.net 5.0.2 (Stable 5.2.8451.6614) Time of crash: 3/10/2023 9:49:37 AM Application uptime: 00:00:02.9852310 Application state: Running Working set: 164,732 KiB Handles and threads: 1066 handles, 46 threads, 115 gdi, 166 user Install type: Classic Application directory: C:\Program Files\paint.net Current directory: C:\Program Files\paint.net Install directory: C:\Program Files\paint.net OS Version: Windows 10 Home 10.0.19045.0 x64 .NET version: .NET 7.0.3 x64 Processor: "Intel(R) Core(TM) i5-7640X CPU @ 4.00GHz" @ ~4008MHz (4C/4T, SSE, SSE2, SSE3, SSSE3, SSE4_1, SSE4_2, AVX, AVX2) Physical memory: 16302 MB Video card: NVIDIA GeForce GTX 1060 6GB (v:10DE, d:1C03, r:161), Microsoft Basic Render Driver (v:1414, d:8C, r:0) Hardware acceleration: True (default: True) (rendering: 🚀 Performance (NVIDIA GeForce GTX 1060 6GB)) Remote session: no Pointers: \??\Microsoft HID RID\000D_0002\0 (IntegratedPen, 1x) UI animations: True UI DPI: 96 dpi (1.00x scale) UI theme: VisualStyleCategory=Aero, EffectiveTheme=Aero, DWM=yes, AeroColorScheme=Light, ThemeFileName=Aero.msstyles Updates: True, 3/10/2023 (journal: ShouldCheckForUpdate) Locale: pdnr.c: en-US, hklm: en-US, hkcu: en-US, cc: en-US, cuic: en-US Flags: Exception details: System.AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt. (PaintDotNet.Canvas.CanvasControl) at PaintDotNet.Direct2D1.D2D1Geometry.CombineWithGeometry(ISimplifiedGeometrySink geometrySink, IGeometry inputGeometry, GeometryCombineMode combineMode, Nullable`1& inputGeometryTransform, Nullable`1 flatteningTolerance) in D:\src\pdn\src\Windows\Direct2D1\D2D1Geometry.cs:line 45 at PaintDotNet.Direct2D1.GeometryExtensions.CombineWithGeometry(IGeometry geometry, IGeometry inputGeometry, GeometryCombineMode combineMode, Nullable`1& inputGeometryTransform, Nullable`1 flatteningTolerance) in D:\src\pdn\src\Windows.Core\Direct2D1\GeometryExtensions.cs:line 26 at PaintDotNet.UI.Media.CombinedGeometry.CreateUntransformedDirect2DGeometry(IServiceProvider services) in D:\src\pdn\src\UI\UI\Media\CombinedGeometry.cs:line 66 at PaintDotNet.UI.Media.Geometry.CreateDirect2DGeometry(IServiceProvider services) in D:\src\pdn\src\UI\UI\Media\Geometry.cs:line 778 at PaintDotNet.UI.Media.Geometry.GetCachedDirect2DGeometry() in D:\src\pdn\src\UI\UI\Media\Geometry.cs:line 767 at PaintDotNet.UI.Media.Geometry.get_Bounds() in D:\src\pdn\src\UI\UI\Media\Geometry.cs:line 181 at PaintDotNet.UI.Media.Drawing.get_Bounds() in D:\src\pdn\src\UI\UI\Media\Drawing.cs:line 41 at PaintDotNet.UI.Controls.DrawingElement.MeasureOverride(SizeDouble availableSize) in D:\src\pdn\src\PaintDotNet\UI\Controls\DrawingElement.cs:line 41 at PaintDotNet.UI.FrameworkElement.MeasureCore(SizeDouble availableSize) in D:\src\pdn\src\UI\UI\FrameworkElement.cs:line 434 at PaintDotNet.UI.UIElement.CallMeasureCore() in D:\src\pdn\src\UI\UI\UIElement.cs:line 396 at PaintDotNet.UI.Controls.Canvas.MeasureOverride(SizeDouble constraintSize) in D:\src\pdn\src\UI\UI\Controls\Canvas.cs:line 34 at PaintDotNet.UI.FrameworkElement.MeasureCore(SizeDouble availableSize) in D:\src\pdn\src\UI\UI\FrameworkElement.cs:line 434 at PaintDotNet.UI.UIElement.CallMeasureCore() in D:\src\pdn\src\UI\UI\UIElement.cs:line 396 at PaintDotNet.UI.LayoutManager.UpdateMeasure(DequeSet`1 measureQueue) in D:\src\pdn\src\UI\UI\LayoutManager.cs:line 228 at PaintDotNet.UI.LayoutManager.UpdateLayout() in D:\src\pdn\src\UI\UI\LayoutManager.cs:line 180 at PaintDotNet.UI.LayoutManager.UpdateLayout() in D:\src\pdn\src\UI\UI\LayoutManager.cs:line 204 at PaintDotNet.Canvas.PresentationCanvasLayer.OnRender(IDrawingContext dc, RectFloat clipRect, CanvasView canvasView) in D:\src\pdn\src\PaintDotNet\Canvas\PresentationCanvasLayer.cs:line 58 at PaintDotNet.Canvas.Canvas.Render(IDrawingContext dc, RectFloat clipRect, CanvasView canvasView) in D:\src\pdn\src\PaintDotNet\Canvas\Canvas.cs:line 435 at PaintDotNet.Canvas.CanvasControl.OnRender(IDrawingContext dc, RectFloat viewportClipRect) in D:\src\pdn\src\PaintDotNet\Canvas\CanvasControl.cs:line 464 at PaintDotNet.Controls.InternalDirect2DControl.OnRender(IDeviceContext deviceContext, RectFloat clipRect) in D:\src\pdn\src\Framework\Controls\InternalDirect2DControl.cs:line 37 at PaintDotNet.Controls.Direct2DControlHandler.Render(RectInt32 clipRect) in D:\src\pdn\src\Framework\Controls\Direct2DControlHandler.cs:line 683 at PaintDotNet.Controls.Direct2DControlHandler.RelayGdiPaintImpl(IGdiPaintContext ctx) in D:\src\pdn\src\Framework\Controls\Direct2DControlHandler.cs:line 595 at PaintDotNet.Controls.Direct2DControlHandler.RelayGdiPaint(IGdiPaintContext ctx) in D:\src\pdn\src\Framework\Controls\Direct2DControlHandler.cs:line 558 at PaintDotNet.Controls.Direct2DControl.OnGdiPaint(IGdiPaintContext ctx) in D:\src\pdn\src\Framework\Controls\Direct2DControl.cs:line 418 at PaintDotNet.Gdi.GdiControlHandler.OnWmPaint(Message& m) in D:\src\pdn\src\Windows.Framework\Gdi\GdiControlHandler.cs:line 188 at PaintDotNet.Gdi.GdiControlHandler.RelayWndProc(Message& m) in D:\src\pdn\src\Windows.Framework\Gdi\GdiControlHandler.cs:line 239 at PaintDotNet.Gdi.GdiControl.WndProc(Message& m) in D:\src\pdn\src\Windows.Framework\Gdi\GdiControl.cs:line 167 at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, WM msg, IntPtr wparam, IntPtr lparam) Managed assemblies: System.Private.CoreLib, .\System.Private.CoreLib.dll, Version=7.0.0.0, PublicKeyToken=7cec85d7bea7798e paintdotnet, .\paintdotnet.dll, Version=5.2.8451.6614 System.Runtime, .\System.Runtime.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a PaintDotNet.Fundamentals, .\PaintDotNet.Fundamentals.dll, Version=5.2.8451.6614 PaintDotNet.ComponentModel, .\PaintDotNet.ComponentModel.dll, Version=5.2.8451.6614 System.Windows.Forms, .\System.Windows.Forms.dll, Version=7.0.0.0, PublicKeyToken=b77a5c561934e089 System.Diagnostics.Tracing, .\System.Diagnostics.Tracing.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Threading.Thread, .\System.Threading.Thread.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a PaintDotNet.Base, .\PaintDotNet.Base.dll, Version=5.2.8451.6614 PaintDotNet.Collections, .\PaintDotNet.Collections.dll, Version=5.2.8451.6614 PaintDotNet.Systrace, .\PaintDotNet.Systrace.dll, Version=5.2.8451.6614 PaintDotNet.Windows, .\PaintDotNet.Windows.dll, Version=5.2.8451.6614 TerraFX.Interop.Windows, .\TerraFX.Interop.Windows.dll, Version=10.0.22621.1, PublicKeyToken=35b01b53313a6f7e PaintDotNet.Primitives, .\PaintDotNet.Primitives.dll, Version=5.2.8451.6614 System.Collections.Concurrent, .\System.Collections.Concurrent.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a PaintDotNet.Runtime, .\PaintDotNet.Runtime.dll, Version=5.2.8451.6614 PointerToolkit, .\PointerToolkit.dll, Version=1.0.0.0 System.Threading, .\System.Threading.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Diagnostics.Process, .\System.Diagnostics.Process.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a PaintDotNet.SystemLayer, .\PaintDotNet.SystemLayer.dll, Version=5.2.8451.6614 System.Private.Uri, .\System.Private.Uri.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.ComponentModel.Primitives, .\System.ComponentModel.Primitives.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a WindowsBase, .\WindowsBase.dll, Version=7.0.0.0, PublicKeyToken=31bf3856ad364e35 System.Windows.Forms.Primitives, .\System.Windows.Forms.Primitives.dll, Version=7.0.0.0, PublicKeyToken=b77a5c561934e089 PaintDotNet.ObjectModel, .\PaintDotNet.ObjectModel.dll, Version=5.2.8451.6614 System.Runtime.InteropServices, .\System.Runtime.InteropServices.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a PresentationFramework, .\PresentationFramework.dll, Version=7.0.0.0, PublicKeyToken=31bf3856ad364e35 System.Drawing.Primitives, .\System.Drawing.Primitives.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Xaml, .\System.Xaml.dll, Version=7.0.0.0, PublicKeyToken=b77a5c561934e089 System.Diagnostics.TraceSource, .\System.Diagnostics.TraceSource.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.ComponentModel, .\System.ComponentModel.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Collections, .\System.Collections.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a Microsoft.Win32.Primitives, .\Microsoft.Win32.Primitives.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Text.Encoding.CodePages, .\System.Text.Encoding.CodePages.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a PaintDotNet.Core, .\PaintDotNet.Core.dll, Version=5.2.8451.6614 System.Configuration.ConfigurationManager, .\System.Configuration.ConfigurationManager.dll, Version=7.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51 PaintDotNet.Resources, .\PaintDotNet.Resources.dll, Version=5.2.8451.6614 System.Collections.Specialized, .\System.Collections.Specialized.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.ObjectModel, .\System.ObjectModel.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Xml.ReaderWriter, .\System.Xml.ReaderWriter.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a PaintDotNet.Data, .\PaintDotNet.Data.dll, Version=5.2.8451.6614 System.Private.Xml, .\System.Private.Xml.dll, Version=7.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51 PaintDotNet.Framework, .\PaintDotNet.Framework.dll, Version=5.2.8451.6614 CommunityToolkit.HighPerformance, .\CommunityToolkit.HighPerformance.dll, Version=8.1.0.0, PublicKeyToken=4aff67a105548ee2 System.Net.WebClient, .\System.Net.WebClient.dll, Version=7.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51 System.Threading.ThreadPool, .\System.Threading.ThreadPool.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a PaintDotNet.Windows.Framework, .\PaintDotNet.Windows.Framework.dll, Version=5.2.8451.6614 Microsoft.Win32.SystemEvents, .\Microsoft.Win32.SystemEvents.dll, Version=7.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51 System.Drawing.Common, .\System.Drawing.Common.dll, Version=7.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51 System.ComponentModel.EventBasedAsync, .\System.ComponentModel.EventBasedAsync.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a PaintDotNet.UI, .\PaintDotNet.UI.dll, Version=5.2.8451.6614 System.Linq, .\System.Linq.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Memory, .\System.Memory.dll, Version=7.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51 System.Collections.Immutable, .\System.Collections.Immutable.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Diagnostics.FileVersionInfo, .\System.Diagnostics.FileVersionInfo.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Text.Encoding.Extensions, .\System.Text.Encoding.Extensions.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a Microsoft.Win32.Registry, .\Microsoft.Win32.Registry.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Security.Principal.Windows, .\System.Security.Principal.Windows.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a ComputeSharp.D2D1, .\ComputeSharp.D2D1.dll, Version=2.0.3.0 System.Security.Claims, .\System.Security.Claims.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.ComponentModel.TypeConverter, .\System.ComponentModel.TypeConverter.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a PaintDotNet.Windows.Core, .\PaintDotNet.Windows.Core.dll, Version=5.2.8451.6614 PaintDotNet.PropertySystem, .\PaintDotNet.PropertySystem.dll, Version=5.2.8451.6614 PresentationCore, .\PresentationCore.dll, Version=7.0.0.0, PublicKeyToken=31bf3856ad364e35 System.IO.Packaging, .\System.IO.Packaging.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a PaintDotNet.Effects.Core, .\PaintDotNet.Effects.Core.dll, Version=5.2.8451.6614 DirectWriteForwarder, .\DirectWriteForwarder.dll, Version=7.0.0.0, PublicKeyToken=31bf3856ad364e35 Accessibility, .\Accessibility.dll, Version=4.0.0.0, PublicKeyToken=31bf3856ad364e35 System.Runtime.Extensions, .\System.Runtime.Extensions.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Diagnostics.Debug, .\System.Diagnostics.Debug.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Numerics.Vectors, .\System.Numerics.Vectors.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Runtime.CompilerServices.VisualC, .\System.Runtime.CompilerServices.VisualC.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Collections.NonGeneric, .\System.Collections.NonGeneric.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Threading.Tasks.Parallel, .\System.Threading.Tasks.Parallel.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a UIAutomationTypes, .\UIAutomationTypes.dll, Version=7.0.0.0, PublicKeyToken=31bf3856ad364e35 System.Runtime.Loader, .\System.Runtime.Loader.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a DdsFileTypePlus, .\Bundled\DDSFileTypePlus\DdsFileTypePlus.dll, Version=1.11.1.0 WebPFileType, .\Bundled\WebPFileType\WebPFileType.dll, Version=1.3.16.0 AvifFileType, .\Bundled\AvifFileType\AvifFileType.dll, Version=1.1.24.0 PaintDotNet.Effects.Gpu, .\PaintDotNet.Effects.Gpu.dll, Version=5.2.8451.6614 PaintDotNet.Effects, .\PaintDotNet.Effects.dll, Version=5.2.8451.6614 PaintDotNet.Effects.Legacy, .\PaintDotNet.Effects.Legacy.dll, Version=5.2.8451.6614 Crc32.NET, .\Crc32.NET.dll, Version=1.0.0.0, PublicKeyToken=dc0b95cf99bf4e99 System.Runtime.Serialization.Formatters, .\System.Runtime.Serialization.Formatters.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Security.Cryptography, .\System.Security.Cryptography.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Text.RegularExpressions, .\System.Text.RegularExpressions.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a Newtonsoft.Json, .\Newtonsoft.Json.dll, Version=13.0.0.0, PublicKeyToken=30ad4fe6b2a6aeed System.Linq.Expressions, .\System.Linq.Expressions.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Runtime.Numerics, .\System.Runtime.Numerics.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Runtime.Intrinsics, .\System.Runtime.Intrinsics.dll, Version=7.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51 PhotoSauce.MagicScaler, .\PhotoSauce.MagicScaler.dll, Version=0.13.2.0, PublicKeyToken=fc6b9b7b06809481 ComputeSharp.Core, .\ComputeSharp.Core.dll, Version=2.0.3.0 Native modules: .\paintdotnet.exe, version=5.2.8451.6614 C:\WINDOWS\SYSTEM32\ntdll.dll, version=10.0.19041.1741 (WinBuild.160101.0800) C:\WINDOWS\System32\KERNEL32.DLL, version=10.0.19041.1741 (WinBuild.160101.0800) C:\WINDOWS\System32\KERNELBASE.dll, version=10.0.19041.1741 (WinBuild.160101.0800) C:\WINDOWS\System32\SHELL32.dll, version=10.0.19041.964 (WinBuild.160101.0800) C:\WINDOWS\System32\msvcp_win.dll, version=10.0.19041.789 (WinBuild.160101.0800) C:\WINDOWS\System32\ucrtbase.dll, version=10.0.19041.789 (WinBuild.160101.0800) C:\WINDOWS\System32\USER32.dll, version=10.0.19041.1 (WinBuild.160101.0800) C:\WINDOWS\System32\win32u.dll, version=10.0.19041.2604 (WinBuild.160101.0800) C:\WINDOWS\System32\GDI32.dll, version=10.0.19041.2130 (WinBuild.160101.0800) C:\WINDOWS\System32\gdi32full.dll, version=10.0.19041.2604 (WinBuild.160101.0800) C:\WINDOWS\System32\ole32.dll, version=10.0.19041.1320 (WinBuild.160101.0800) C:\WINDOWS\System32\RPCRT4.dll, version=10.0.19041.1 (WinBuild.160101.0800) C:\WINDOWS\System32\combase.dll, version=10.0.19041.1320 (WinBuild.160101.0800) C:\WINDOWS\System32\OLEAUT32.dll, version=10.0.19041.985 (WinBuild.160101.0800) C:\WINDOWS\System32\SHLWAPI.dll, version=10.0.19041.1 (WinBuild.160101.0800) C:\WINDOWS\System32\msvcrt.dll, version=7.0.19041.546 (WinBuild.160101.0800) .\VCRUNTIME140.dll, version=14.34.31931.0 .\VCRUNTIME140_1.dll, version=14.34.31931.0 C:\WINDOWS\System32\IMM32.DLL, version=10.0.19041.2193 (WinBuild.160101.0800) C:\WINDOWS\System32\shcore.dll, version=10.0.19041.1 (WinBuild.160101.0800) .\hostfxr.dll, version=7,0,323,6910 @Commit: 0a2bda10e81d901396c3cff95533529e3a93ad47 C:\WINDOWS\System32\ADVAPI32.dll, version=10.0.19041.1 (WinBuild.160101.0800) C:\WINDOWS\System32\sechost.dll, version=10.0.19041.1 (WinBuild.160101.0800) .\hostpolicy.dll, version=7,0,323,6910 @Commit: 0a2bda10e81d901396c3cff95533529e3a93ad47 .\coreclr.dll, version=7,0,323,6910 @Commit: 0a2bda10e81d901396c3cff95533529e3a93ad47 C:\WINDOWS\System32\bcryptPrimitives.dll, version=10.0.19041.2486 (WinBuild.160101.0800) .\System.Private.CoreLib.dll, version=7.0.323.6910 .\clrjit.dll, version=7,0,323,6910 @Commit: 0a2bda10e81d901396c3cff95533529e3a93ad47 C:\WINDOWS\SYSTEM32\kernel.appcore.dll, version=10.0.19041.546 (WinBuild.160101.0800) .\paintdotnet.dll, version=5.2.8451.6614 .\System.Runtime.dll, version=7.0.323.6910 C:\WINDOWS\system32\uxtheme.dll, version=10.0.19041.1 (WinBuild.160101.0800) .\PaintDotNet.Fundamentals.dll, version=5.2.8451.6614 .\PaintDotNet.ComponentModel.dll, version=5.2.8451.6614 .\System.Windows.Forms.dll, version=7.0.323.7201 .\System.Diagnostics.Tracing.dll, version=7.0.323.6910 C:\WINDOWS\SYSTEM32\icu.dll, version=64, 2, 0, 0 (WinBuild.160101.0800) .\System.Threading.Thread.dll, version=7.0.323.6910 .\PaintDotNet.Base.dll, version=5.2.8451.6614 .\PaintDotNet.Collections.dll, version=5.2.8451.6614 .\PaintDotNet.Systrace.dll, version=5.2.8451.6614 .\PaintDotNet.Windows.dll, version=5.2.8451.6614 .\TerraFX.Interop.Windows.dll, version=10.0.22621.1 .\PaintDotNet.Primitives.dll, version=5.2.8451.6614 .\System.Collections.Concurrent.dll, version=7.0.323.6910 .\PaintDotNet.Runtime.dll, version=5.2.8451.6614 .\PointerToolkit.dll, version=1.0.0.0 .\System.Threading.dll, version=7.0.323.6910 .\System.Diagnostics.Process.dll, version=7.0.323.6910 .\PaintDotNet.SystemLayer.dll, version=5.2.8451.6614 C:\WINDOWS\SYSTEM32\windows.storage.dll, version=10.0.19041.1 (WinBuild.160101.0800) C:\WINDOWS\SYSTEM32\Wldp.dll, version=10.0.19041.1 (WinBuild.160101.0800) .\System.Private.Uri.dll, version=7.0.323.6910 C:\WINDOWS\System32\BCrypt.dll, version=10.0.19041.1 (WinBuild.160101.0800) .\System.ComponentModel.Primitives.dll, version=7.0.323.6910 .\WindowsBase.dll, version=7.0.323.7301 .\System.Windows.Forms.Primitives.dll, version=7.0.323.7201 .\PaintDotNet.ObjectModel.dll, version=5.2.8451.6614 .\System.Runtime.InteropServices.dll, version=7.0.323.6910 .\PresentationFramework.dll, version=7.0.323.7301 .\System.Drawing.Primitives.dll, version=7.0.323.6910 .\System.Xaml.dll, version=7.0.323.7301 .\System.Diagnostics.TraceSource.dll, version=7.0.323.6910 .\System.ComponentModel.dll, version=7.0.323.6910 .\System.Collections.dll, version=7.0.323.6910 .\Microsoft.Win32.Primitives.dll, version=7.0.323.6910 .\System.Text.Encoding.CodePages.dll, version=7.0.323.6910 .\PresentationNative_cor3.dll, version=7,0,22,50606 @Commit: 00c647d63646ecc287c92f64734f438557f4a813 .\PaintDotNet.Core.dll, version=5.2.8451.6614 .\System.Configuration.ConfigurationManager.dll, version=7.0.323.6910 .\PaintDotNet.Resources.dll, version=5.2.8451.6614 .\System.Collections.Specialized.dll, version=7.0.323.6910 .\System.ObjectModel.dll, version=7.0.323.6910 .\System.Xml.ReaderWriter.dll, version=7.0.323.6910 .\PaintDotNet.Data.dll, version=5.2.8451.6614 .\System.Private.Xml.dll, version=7.0.323.6910 .\PaintDotNet.Framework.dll, version=5.2.8451.6614 .\CommunityToolkit.HighPerformance.dll, version=8.1.0.1 .\System.Net.WebClient.dll, version=7.0.323.6910 .\System.Threading.ThreadPool.dll, version=7.0.323.6910 .\PaintDotNet.Windows.Framework.dll, version=5.2.8451.6614 .\Microsoft.Win32.SystemEvents.dll, version=7.0.323.6910 C:\WINDOWS\System32\MSCTF.dll, version=10.0.19041.1 (WinBuild.160101.0800) .\System.Drawing.Common.dll, version=7.0.323.6910 .\System.ComponentModel.EventBasedAsync.dll, version=7.0.323.6910 .\PaintDotNet.UI.dll, version=5.2.8451.6614 C:\WINDOWS\SYSTEM32\dxgi.DLL, version=10.0.19041.2311 (WinBuild.160101.0800) C:\WINDOWS\SYSTEM32\profapi.dll, version=10.0.19041.844 (WinBuild.160101.0800) .\System.Linq.dll, version=7.0.323.6910 .\System.Memory.dll, version=7.0.323.6910 .\System.Collections.Immutable.dll, version=7.0.323.6910 .\System.Diagnostics.FileVersionInfo.dll, version=7.0.323.6910 C:\WINDOWS\SYSTEM32\version.dll, version=10.0.19041.546 (WinBuild.160101.0800) .\System.Text.Encoding.Extensions.dll, version=7.0.323.6910 .\Microsoft.Win32.Registry.dll, version=7.0.323.6910 C:\WINDOWS\SYSTEM32\d3d11.DLL, version=10.0.19041.2075 (WinBuild.160101.0800) C:\WINDOWS\System32\DriverStore\FileRepository\nvaki.inf_amd64_62a54ab541d7cf2e\nvldumdx.dll, version=30.0.14.7141 C:\WINDOWS\SYSTEM32\msasn1.dll, version=10.0.19041.2251 (WinBuild.160101.0800) C:\WINDOWS\SYSTEM32\cryptnet.dll, version=10.0.19041.906 (WinBuild.160101.0800) C:\WINDOWS\System32\CRYPT32.dll, version=10.0.19041.1 (WinBuild.160101.0800) C:\WINDOWS\SYSTEM32\drvstore.dll, version=10.0.19041.2546 (WinBuild.160101.0800) C:\WINDOWS\SYSTEM32\devobj.dll, version=10.0.19041.1620 (WinBuild.160101.0800) C:\WINDOWS\System32\cfgmgr32.dll, version=10.0.19041.1620 (WinBuild.160101.0800) C:\WINDOWS\SYSTEM32\cryptbase.dll, version=10.0.19041.546 (WinBuild.160101.0800) C:\WINDOWS\System32\WINTRUST.DLL, version=10.0.19041.2546 (WinBuild.160101.0800) C:\WINDOWS\System32\imagehlp.dll, version=10.0.19041.1415 (WinBuild.160101.0800) .\System.Security.Principal.Windows.dll, version=7.0.323.6910 .\ComputeSharp.D2D1.dll, version=2.0.3.0 .\System.Security.Claims.dll, version=7.0.323.6910 C:\WINDOWS\SYSTEM32\CRYPTSP.dll, version=10.0.19041.546 (WinBuild.160101.0800) C:\WINDOWS\system32\rsaenh.dll, version=10.0.19041.1 (WinBuild.160101.0800) C:\WINDOWS\System32\DriverStore\FileRepository\nvaki.inf_amd64_62a54ab541d7cf2e\nvwgf2umx.dll, version=30.0.14.7141 C:\WINDOWS\SYSTEM32\WINMM.dll, version=10.0.19041.1 (WinBuild.160101.0800) C:\WINDOWS\SYSTEM32\dxcore.dll, version=10.0.19041.546 (WinBuild.160101.0800) .\System.ComponentModel.TypeConverter.dll, version=7.0.323.6910 .\PaintDotNet.Windows.Core.dll, version=5.2.8451.6614 C:\WINDOWS\SYSTEM32\d2d1.DLL, version=10.0.19041.1 (WinBuild.160101.0800) .\PaintDotNet.PropertySystem.dll, version=5.2.8451.6614 C:\WINDOWS\System32\clbcatq.dll, version=2001.12.10941.16384 (WinBuild.160101.0800) C:\WINDOWS\WinSxS\amd64_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.19041.2251_none_91a40448cc8846c1\gdiplus.dll, version=10.0.19041.2251 (WinBuild.160101.0800) C:\WINDOWS\SYSTEM32\XmlLite.dll, version=10.0.19041.546 (WinBuild.160101.0800) C:\WINDOWS\SYSTEM32\WindowsCodecs.dll, version=10.0.19041.1706 (WinBuild.160101.0800) C:\WINDOWS\System32\UIAnimation.dll, version=10.0.19041.746 (WinBuild.160101.0800) .\PresentationCore.dll, version=7.0.323.7301 .\System.IO.Packaging.dll, version=7.0.323.6910 .\PaintDotNet.Effects.Core.dll, version=5.2.8451.6614 C:\WINDOWS\SYSTEM32\dwrite.DLL, version=10.0.19041.1 (WinBuild.160101.0800) C:\WINDOWS\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.19041.1110_none_60b5254171f9507e\comctl32.dll, version=6.10 (WinBuild.160101.0800) .\DirectWriteForwarder.dll, version=7,0,323,7301 @Commit: 0a09c7d17212981cb4fd5907fa6a6214966a366d .\Accessibility.dll, version=7.0.323.7201 .\System.Runtime.Extensions.dll, version=7.0.323.6910 .\System.Diagnostics.Debug.dll, version=7.0.323.6910 .\System.Numerics.Vectors.dll, version=7.0.323.6910 .\System.Runtime.CompilerServices.VisualC.dll, version=7.0.323.6910 .\System.Collections.NonGeneric.dll, version=7.0.323.6910 C:\WINDOWS\SYSTEM32\TextShaping.dll, version= .\System.Threading.Tasks.Parallel.dll, version=7.0.323.6910 C:\WINDOWS\SYSTEM32\mfplat.dll, version=10.0.19041.1 (WinBuild.160101.0800) C:\WINDOWS\SYSTEM32\RTWorkQ.DLL, version=10.0.19041.1 (WinBuild.160101.0800) C:\WINDOWS\SYSTEM32\CompPkgSup.DLL, version=10.0.19041.746 (WinBuild.160101.0800) C:\Windows\System32\Windows.StateRepositoryPS.dll, version=10.0.19041.2193 (WinBuild.160101.0800) .\UIAutomationTypes.dll, version=7.0.323.7301 .\System.Runtime.Loader.dll, version=7.0.323.6910 .\Bundled\DDSFileTypePlus\DdsFileTypePlus.dll, version=1.11.1.0 C:\Windows\System32\WinTypes.dll, version=10.0.19041.1320 (WinBuild.160101.0800) .\Bundled\WebPFileType\WebPFileType.dll, version=1.3.16.0 .\Bundled\AvifFileType\AvifFileType.dll, version=1.1.24.0 .\PaintDotNet.Effects.Gpu.dll, version=5.2.8451.6614 .\PaintDotNet.Effects.dll, version=5.2.8451.6614 C:\WINDOWS\SYSTEM32\wtsapi32.dll, version=10.0.19041.546 (WinBuild.160101.0800) C:\WINDOWS\SYSTEM32\WINSTA.dll, version=10.0.19041.2075 (WinBuild.160101.0800) .\PaintDotNet.Effects.Legacy.dll, version=5.2.8451.6614 C:\WINDOWS\SYSTEM32\D3D10Warp.dll, version=10.0.19041.2075 (WinBuild.160101.0800) C:\WINDOWS\SYSTEM32\UIAutomationCore.dll, version=7.2.19041.1 (WinBuild.160101.0800) C:\WINDOWS\SYSTEM32\PROPSYS.dll, version=7.0.19041.1708 (WinBuild.160101.0800) C:\WINDOWS\SYSTEM32\dwmapi.DLL, version=10.0.19041.1 (WinBuild.160101.0800) C:\WINDOWS\system32\dataexchange.dll, version=10.0.19041.1387 (WinBuild.160101.0800) C:\WINDOWS\system32\dcomp.dll, version=10.0.19041.2546 (WinBuild.160101.0800) C:\WINDOWS\system32\twinapi.appcore.dll, version=10.0.19041.1 (WinBuild.160101.0800) C:\WINDOWS\SYSTEM32\textinputframework.dll, version=10.0.19041.2546 (WinBuild.160101.0800) C:\WINDOWS\System32\CoreUIComponents.dll, version=10.0.19041.546 C:\WINDOWS\System32\CoreMessaging.dll, version=10.0.19041.2193 C:\WINDOWS\System32\WS2_32.dll, version=10.0.19041.1081 (WinBuild.160101.0800) C:\WINDOWS\SYSTEM32\ntmarta.dll, version=10.0.19041.1 (WinBuild.160101.0800) C:\WINDOWS\system32\Oleacc.dll, version=7.2.19041.746 (WinBuild.160101.0800) C:\WINDOWS\SYSTEM32\msiltcfg.dll, version=5.0.19041.1 (WinBuild.160101.0800) C:\WINDOWS\SYSTEM32\msi.dll, version=5.0.19041.2251 C:\WINDOWS\SYSTEM32\powrprof.dll, version=10.0.19041.1 (WinBuild.160101.0800) C:\WINDOWS\SYSTEM32\UMPDC.dll, version= .\Crc32.NET.dll, version=1.2.0.5 .\System.Runtime.Serialization.Formatters.dll, version=7.0.323.6910 .\System.Security.Cryptography.dll, version=7.0.323.6910 .\System.Text.RegularExpressions.dll, version=7.0.323.6910 .\Newtonsoft.Json.dll, version=13.0.2.27524 .\PaintDotNet.SystemLayer.Native.x64.dll, version=5.2.8451.6614 .\System.Linq.Expressions.dll, version=7.0.323.6910 .\System.Runtime.Numerics.dll, version=7.0.323.6910 .\System.Runtime.Intrinsics.dll, version=7.0.323.6910 .\PhotoSauce.MagicScaler.dll, version=0.13.2.0 C:\WINDOWS\system32\explorerframe.dll, version=10.0.19041.1 (WinBuild.160101.0800) .\ComputeSharp.Core.dll, version=2.0.3.0 C:\WINDOWS\SYSTEM32\d3dcompiler_47.DLL, version=10.0.19041.868 (WinBuild.160101.0800) C:\WINDOWS\SYSTEM32\Cabinet.dll, version=5.00 (WinBuild.160101.0800) C:\WINDOWS\System32\setupapi.DLL, version=10.0.19041.1 (WinBuild.160101.0800) ------------------------------------------------------------------------------
×
×
  • Create New...