Rick Brewster Posted September 12 Share Posted September 12 This is a relatively light update in the sense that you shouldn't "see" any big changes. Under the hood, however, there are some big changes. The first is that Paint.NET is now running on .NET 9.0, which has a lot of performance improvements over .NET 8.0. You can read about them all here. Some of those improvements are quite impactful for Paint.NET, including those that target startup performance and exception handling performance. This also ensures that plugins can keep making use of the latest runtime, framework, libraries, and tools. The other big under-the-hood change is that I've migrated the UI presentation system from DirectComposition (aka "DComp") to Windows.UI.Composition (aka "WUC"). The use of DComp was new in PDN v5.1, but WUC is actually what Microsoft recommends for newer apps (Win10+) and I wanted to be aligned with that. I originally thought that WUC was built on top of DComp, but I recently learned that isn't true -- they're both APIs that provide interfaces to DWM (Desktop Window Manager), but WUC is the newer API. This just sets things up for success in the future if PDN needs to use Windows' composition APIs for something more substantial. Change Log Changes since 5.1 beta (build 9004): Changed: Upgraded to use .NET 9.0 (RC1) Changed: Migrated Direct2D presentation system from DirectComposition to Windows.UI.Composition Fixed: Rotate/Zoom had really broken rendering with particular image sizes, such as 13830 x 7485 px (which was 4 tiles wide by 2 tiles tall) Known Issue: Title bars of dialog boxes will sometimes start out as white and then fade to black, instead of just being black (bug in .NET 9.0 RC1, already fixed for 9.0 RC2) Changed: Plugins may no longer use BinaryFormatter Updated the bundled AVIF FileType to version 3.10.0. Thanks @null54! Updated the bundled DDS FileType Plus to version 1.12.11. Thanks @null54 Download and Install This build is available via the built-in updater as long as you have opted-in to pre-release updates. From within Settings -> Updates, enable "Also check for pre-release (beta) versions of paint.net" and then click on the Check Now button. You can also use the links below to download an offline installer or portable ZIP. You can also download the installer here (for any supported CPU and OS), which is also where you can find downloads for offline installers, portable ZIPs, and deployable MSIs. 1 The Paint.NET Blog: https://blog.getpaint.net/ Donations are always appreciated! https://www.getpaint.net/donate.html Link to comment Share on other sites More sharing options...
ReMake Posted September 14 Share Posted September 14 I have a crash. Spoiler Этот текстовый файл был создан из-за критической ошибки paint.net. Пожалуйста, отправьте это на crashlog5@getpaint.net, чтобы мы смогли продиагностировать и устранить проблему. Application version: paint.net версия 5.1 (β 5.100.9022.37550) Time of crash: 14.09.2024 6:53:08 Application uptime: 00:00:01.1031742 Application state: Running Working set: 224 728 KiB Handles and threads: 1144 handles, 58 threads, 96 gdi, 167 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 Pro 10.0.19045.0 x64 .NET version: .NET 9.0.0-rc.1.24431.7 x64 Processor: "AMD Ryzen 3 5300U with Radeon Graphics" @ ~2595MHz (4C/8T, SSE, SSE2, SSE3, SSSE3, SSE4_1, SSE4_2, AVX, AVX2) Memory: 7 488 MB physical (3 495 MB free), 8 704 MB pagefile (4 097 MB free) Video card: AMD Radeon(TM) Graphics (fl:12.1, v:1002, d:164C, r:C3), Microsoft Basic Render Driver (fl:12.1, v:1414, d:8C, r:0) Hardware acceleration: True (default: True) (rendering: 🚀 Производительность (AMD Radeon Graphics)) Remote session: no Pointers: none UI animations: True UI DPI: 120 dpi (1,25x scale) UI theme: VisualStyleCategory=Aero, EffectiveTheme=Aero, DWM=yes, AeroColorScheme=Light, ThemeFileName=Aero.msstyles Updates: True, 14.09.2024 Locale: pdnr.c: ru, hklm: ru, hkcu: ru, cc: ru-RU, cuic: ru Flags: Exception details: System.InvalidCastException: Specified cast is not valid. at Windows.UI.Composition.Compositor.Make___objRef_global__Windows_UI_Composition_ICompositor7() at PaintDotNet.Composition.PdnCompositor.SuspendCommit() in D:\src\pdn\src\Framework\Composition\PdnCompositor.cs:line 48 at PaintDotNet.Controls.AppWorkspace.OnActiveDocumentWorkspaceChanged(DocumentWorkspace oldActiveDocumentWorkspace, DocumentWorkspace newActiveDocumentWorkspace) in D:\src\pdn\src\PaintDotNet\Controls\AppWorkspace.cs:line 1265 at PaintDotNet.Controls.AppWorkspace.TrySetActiveDocumentWorkspace(DocumentWorkspace newActiveDocumentWorkspace) in D:\src\pdn\src\PaintDotNet\Controls\AppWorkspace.cs:line 759 at PaintDotNet.Controls.AppWorkspace.set_ActiveDocumentWorkspace(DocumentWorkspace value) in D:\src\pdn\src\PaintDotNet\Controls\AppWorkspace.cs:line 683 at PaintDotNet.Controls.AppWorkspace.CreateBlankDocumentInNewWorkspace(SizeInt32 size, MeasurementUnit dpuUnit, Double dpu, Boolean isInitial) in D:\src\pdn\src\PaintDotNet\Controls\AppWorkspace.cs:line 2532 at PaintDotNet.Dialogs.MainForm.OnShown(EventArgs e) in D:\src\pdn\src\PaintDotNet\Dialogs\MainForm.cs:line 613 at System.Windows.Forms.Control.InvokeMarshaledCallbackHelper(Object obj) at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) --- End of stack trace from previous location --- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Windows.Forms.Control.InvokeMarshaledCallbacks() Managed assemblies: System.Private.CoreLib, .\System.Private.CoreLib.dll, Version=9.0.0.0, PublicKeyToken=7cec85d7bea7798e paintdotnet, .\paintdotnet.dll, Version=5.100.9022.37550 System.Runtime, .\System.Runtime.dll, Version=9.0.0.0, PublicKeyToken=b03f5f7f11d50a3a PaintDotNet.Windows.Core, .\PaintDotNet.Windows.Core.dll, Version=5.100.9022.37550 PaintDotNet.Windows, .\PaintDotNet.Windows.dll, Version=5.100.9022.37550 PaintDotNet.ComponentModel, .\PaintDotNet.ComponentModel.dll, Version=5.100.9022.37550 PaintDotNet.Primitives, .\PaintDotNet.Primitives.dll, Version=5.100.9022.37550 PaintDotNet.Fundamentals, .\PaintDotNet.Fundamentals.dll, Version=5.100.9022.37550 System.Windows.Forms, .\System.Windows.Forms.dll, Version=9.0.0.0, PublicKeyToken=b77a5c561934e089 System.Diagnostics.Tracing, .\System.Diagnostics.Tracing.dll, Version=9.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Threading.Thread, .\System.Threading.Thread.dll, Version=9.0.0.0, PublicKeyToken=b03f5f7f11d50a3a PaintDotNet.Base, .\PaintDotNet.Base.dll, Version=5.100.9022.37550 PaintDotNet.Collections, .\PaintDotNet.Collections.dll, Version=5.100.9022.37550 TerraFX.Interop.Windows, .\TerraFX.Interop.Windows.dll, Version=10.0.26100.0, PublicKeyToken=35b01b53313a6f7e PaintDotNet.Runtime, .\PaintDotNet.Runtime.dll, Version=5.100.9022.37550 System.Collections.Concurrent, .\System.Collections.Concurrent.dll, Version=9.0.0.0, PublicKeyToken=b03f5f7f11d50a3a PointerToolkit, .\PointerToolkit.dll, Version=1.0.1.0 System.Threading, .\System.Threading.dll, Version=9.0.0.0, PublicKeyToken=b03f5f7f11d50a3a PaintDotNet.Systrace, .\PaintDotNet.Systrace.dll, Version=5.100.9022.37550 System.Private.Uri, .\System.Private.Uri.dll, Version=9.0.0.0, PublicKeyToken=b03f5f7f11d50a3a PaintDotNet.Windows.Framework, .\PaintDotNet.Windows.Framework.dll, Version=5.100.9022.37550 PaintDotNet.UI, .\PaintDotNet.UI.dll, Version=5.100.9022.37550 Microsoft.Windows.SDK.NET, .\Microsoft.Windows.SDK.NET.dll, Version=10.0.26100.38, PublicKeyToken=31bf3856ad364e35 WindowsBase, .\WindowsBase.dll, Version=9.0.0.0, PublicKeyToken=31bf3856ad364e35 PaintDotNet.ObjectModel, .\PaintDotNet.ObjectModel.dll, Version=5.100.9022.37550 WinRT.Runtime, .\WinRT.Runtime.dll, Version=2.1.0.0, PublicKeyToken=99ea127f02d97709 PresentationFramework, .\PresentationFramework.dll, Version=9.0.0.0, PublicKeyToken=31bf3856ad364e35 System.Runtime.InteropServices, .\System.Runtime.InteropServices.dll, Version=9.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Xaml, .\System.Xaml.dll, Version=9.0.0.0, PublicKeyToken=b77a5c561934e089 System.ComponentModel, .\System.ComponentModel.dll, Version=9.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.ComponentModel.Primitives, .\System.ComponentModel.Primitives.dll, Version=9.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Collections, .\System.Collections.dll, Version=9.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.ObjectModel, .\System.ObjectModel.dll, Version=9.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Windows.Forms.Primitives, .\System.Windows.Forms.Primitives.dll, Version=9.0.0.0, PublicKeyToken=b77a5c561934e089 Microsoft.Win32.Primitives, .\Microsoft.Win32.Primitives.dll, Version=9.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Private.Windows.Core, .\System.Private.Windows.Core.dll, Version=9.0.0.0, PublicKeyToken=b77a5c561934e089 System.Drawing.Primitives, .\System.Drawing.Primitives.dll, Version=9.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Text.Encoding.CodePages, .\System.Text.Encoding.CodePages.dll, Version=9.0.0.0, PublicKeyToken=b03f5f7f11d50a3a PaintDotNet.Core, .\PaintDotNet.Core.dll, Version=5.100.9022.37550 PaintDotNet.SystemLayer, .\PaintDotNet.SystemLayer.dll, Version=5.100.9022.37550 PaintDotNet.Resources, .\PaintDotNet.Resources.dll, Version=5.100.9022.37550 System.Drawing.Common, .\System.Drawing.Common.dll, Version=9.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51 System.Configuration.ConfigurationManager, .\System.Configuration.ConfigurationManager.dll, Version=9.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51 System.Collections.Specialized, .\System.Collections.Specialized.dll, Version=9.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Linq, .\System.Linq.dll, Version=9.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Xml.ReaderWriter, .\System.Xml.ReaderWriter.dll, Version=9.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Private.Xml, .\System.Private.Xml.dll, Version=9.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51 System.Net.WebClient, .\System.Net.WebClient.dll, Version=9.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51 System.Memory, .\System.Memory.dll, Version=9.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51 System.Text.Encoding.Extensions, .\System.Text.Encoding.Extensions.dll, Version=9.0.0.0, PublicKeyToken=b03f5f7f11d50a3a PaintDotNet.Data, .\PaintDotNet.Data.dll, Version=5.100.9022.37550 PaintDotNet.Framework, .\PaintDotNet.Framework.dll, Version=5.100.9022.37550 CommunityToolkit.HighPerformance, .\CommunityToolkit.HighPerformance.dll, Version=8.2.0.0, PublicKeyToken=4aff67a105548ee2 System.Threading.ThreadPool, .\System.Threading.ThreadPool.dll, Version=9.0.0.0, PublicKeyToken=b03f5f7f11d50a3a Microsoft.Win32.Registry, .\Microsoft.Win32.Registry.dll, Version=9.0.0.0, PublicKeyToken=b03f5f7f11d50a3a Microsoft.Win32.SystemEvents, .\Microsoft.Win32.SystemEvents.dll, Version=9.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51 PointerToolkit.TerraFX.Interop.Windows, .\PointerToolkit.TerraFX.Interop.Windows.dll, Version=10.0.26100.0 System.Collections.Immutable, .\System.Collections.Immutable.dll, Version=9.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.ComponentModel.EventBasedAsync, .\System.ComponentModel.EventBasedAsync.dll, Version=9.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Security.Principal.Windows, .\System.Security.Principal.Windows.dll, Version=9.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Security.Claims, .\System.Security.Claims.dll, Version=9.0.0.0, PublicKeyToken=b03f5f7f11d50a3a ComputeSharp.D2D1, .\ComputeSharp.D2D1.dll, Version=3.0.1.0, PublicKeyToken=dc35fa229f6881d8 System.Numerics.Vectors, .\System.Numerics.Vectors.dll, Version=9.0.0.0, PublicKeyToken=b03f5f7f11d50a3a PaintDotNet.PropertySystem, .\PaintDotNet.PropertySystem.dll, Version=5.100.9022.37550 System.ComponentModel.TypeConverter, .\System.ComponentModel.TypeConverter.dll, Version=9.0.0.0, PublicKeyToken=b03f5f7f11d50a3a PresentationCore, .\PresentationCore.dll, Version=9.0.0.0, PublicKeyToken=31bf3856ad364e35 DirectWriteForwarder, .\DirectWriteForwarder.dll, Version=9.0.0.0, PublicKeyToken=31bf3856ad364e35 System.Runtime.Extensions, .\System.Runtime.Extensions.dll, Version=9.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Diagnostics.Debug, .\System.Diagnostics.Debug.dll, Version=9.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Runtime.CompilerServices.VisualC, .\System.Runtime.CompilerServices.VisualC.dll, Version=9.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.IO.Packaging, .\System.IO.Packaging.dll, Version=9.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Collections.NonGeneric, .\System.Collections.NonGeneric.dll, Version=9.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Diagnostics.TraceSource, .\System.Diagnostics.TraceSource.dll, Version=9.0.0.0, PublicKeyToken=b03f5f7f11d50a3a PaintDotNet.Effects.Core, .\PaintDotNet.Effects.Core.dll, Version=5.100.9022.37550 Accessibility, .\Accessibility.dll, Version=4.0.0.0, PublicKeyToken=31bf3856ad364e35 System.IO.Hashing, .\System.IO.Hashing.dll, Version=9.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51 System.Runtime.Loader, .\System.Runtime.Loader.dll, Version=9.0.0.0, PublicKeyToken=b03f5f7f11d50a3a SauceControl.Blake2Fast, .\SauceControl.Blake2Fast.dll, Version=2.0.0.0, PublicKeyToken=deebe556222e40dc PaintDotNet.Effects.Gpu, .\PaintDotNet.Effects.Gpu.dll, Version=5.100.9022.37550 System.Threading.Tasks.Parallel, .\System.Threading.Tasks.Parallel.dll, Version=9.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Reflection.Metadata, .\System.Reflection.Metadata.dll, Version=9.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.IO.MemoryMappedFiles, .\System.IO.MemoryMappedFiles.dll, Version=9.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Reflection.MetadataLoadContext, .\System.Reflection.MetadataLoadContext.dll, Version=9.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51 System.Net.Http, .\System.Net.Http.dll, Version=9.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Net.Primitives, .\System.Net.Primitives.dll, Version=9.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Diagnostics.DiagnosticSource, .\System.Diagnostics.DiagnosticSource.dll, Version=9.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51 System.Net.Security, .\System.Net.Security.dll, Version=9.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Security.Cryptography, .\System.Security.Cryptography.dll, Version=9.0.0.0, PublicKeyToken=b03f5f7f11d50a3a PhotoShop, D:\Пользователи\Documents\paint.net App Files\FileTypes\PhotoShop.dll, Version=2.5.0.40665 PatternFileType, D:\Пользователи\Documents\paint.net App Files\FileTypes\PatternFileType.dll, Version=1.0.7.0 ABRFileType, D:\Пользователи\Documents\paint.net App Files\FileTypes\ABRFileType.dll, Version=1.3.7.0 IconCreator, D:\Пользователи\Documents\paint.net App Files\FileTypes\IconCreator.dll, Version=1.0.0.0 LowColor, D:\Пользователи\Documents\paint.net App Files\FileTypes\LowColor.dll, Version=1.0.4.0 RawFileType, D:\Пользователи\Documents\paint.net App Files\FileTypes\RawFileType.dll, Version=1.3.2.0 PaintShopProFiletype, D:\Пользователи\Documents\paint.net App Files\FileTypes\PaintShopProFiletype.dll, Version=1.0.3.0 System.Diagnostics.StackTrace, .\System.Diagnostics.StackTrace.dll, Version=9.0.0.0, PublicKeyToken=b03f5f7f11d50a3a SvgFileType, D:\Пользователи\Documents\paint.net App Files\FileTypes\SvgFileType.dll, Version=1.0.5.9 Resize_xBRZ, D:\Пользователи\Documents\paint.net App Files\FileTypes\xBRZ PaintDotNet Plugin\Resize_xBRZ.dll, Version=1.0.0.0 VtfFileType, D:\Пользователи\Documents\paint.net App Files\FileTypes\VtfFileType.dll, Version=1.1.1.0 mscorlib, .\mscorlib.dll, Version=4.0.0.0, PublicKeyToken=b77a5c561934e089 System, .\System.dll, Version=4.0.0.0, PublicKeyToken=b77a5c561934e089 System.Drawing, .\System.Drawing.dll, Version=9.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Runtime.Serialization.Formatters, .\System.Runtime.Serialization.Formatters.dll, Version=9.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Text.Json, .\System.Text.Json.dll, Version=9.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51 PaintDotNet.Plugins.Compatibility, .\PaintDotNet.Plugins.Compatibility.dll, Version=5.100.9022.37550 System.Diagnostics.FileVersionInfo, .\System.Diagnostics.FileVersionInfo.dll, Version=9.0.0.0, PublicKeyToken=b03f5f7f11d50a3a WebPFileType, .\Bundled\WebPFileType\WebPFileType.dll, Version=1.4.0.0 DdsFileTypePlus, .\Bundled\DDSFileTypePlus\DdsFileTypePlus.dll, Version=1.12.11.0 AvifFileType, .\Bundled\AvifFileType\AvifFileType.dll, Version=3.10.0.0 netstandard, .\netstandard.dll, Version=2.1.0.0, PublicKeyToken=cc7b13ffcd2ddd51 PaintDotNet.Effects, .\PaintDotNet.Effects.dll, Version=5.100.9022.37550 PaintDotNet.Effects.Legacy, .\PaintDotNet.Effects.Legacy.dll, Version=5.100.9022.37550 ComputeSharp.Core, .\ComputeSharp.Core.dll, Version=3.0.1.0, PublicKeyToken=dc35fa229f6881d8 PhotoSauce.MagicScaler, .\PhotoSauce.MagicScaler.dll, Version=0.15.0.0, PublicKeyToken=fc6b9b7b06809481 System.Text.RegularExpressions, .\System.Text.RegularExpressions.dll, Version=9.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Runtime.Intrinsics, .\System.Runtime.Intrinsics.dll, Version=9.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51 System.Linq.Expressions, .\System.Linq.Expressions.dll, Version=9.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Diagnostics.Process, .\System.Diagnostics.Process.dll, Version=9.0.0.0, PublicKeyToken=b03f5f7f11d50a3a Native modules: .\PaintDotNet.exe, version=5.100.9022.37550 C:\Windows\SYSTEM32\ntdll.dll, version=10.0.19041.4842 (WinBuild.160101.0800) C:\Windows\System32\KERNEL32.DLL, version=10.0.19041.4842 (WinBuild.160101.0800) C:\Windows\System32\KERNELBASE.dll, version=10.0.19041.4842 (WinBuild.160101.0800) C:\Windows\System32\SHELL32.dll, version=10.0.19041.4522 (WinBuild.160101.0800) C:\Windows\System32\msvcp_win.dll, version=10.0.19041.3636 (WinBuild.160101.0800) C:\Windows\System32\ucrtbase.dll, version=10.0.19041.3636 (WinBuild.160101.0800) C:\Windows\System32\USER32.dll, version=10.0.19041.4522 (WinBuild.160101.0800) C:\Windows\System32\win32u.dll, version=10.0.19041.4894 (WinBuild.160101.0800) C:\Windows\System32\GDI32.dll, version=10.0.19041.4474 (WinBuild.160101.0800) C:\Windows\System32\gdi32full.dll, version=10.0.19041.4717 (WinBuild.160101.0800) C:\Windows\System32\ole32.dll, version=10.0.19041.4522 (WinBuild.160101.0800) C:\Windows\System32\RPCRT4.dll, version=10.0.19041.4522 (WinBuild.160101.0800) C:\Windows\System32\combase.dll, version=10.0.19041.4522 (WinBuild.160101.0800) C:\Windows\System32\OLEAUT32.dll, version=10.0.19041.3636 (WinBuild.160101.0800) C:\Windows\System32\SHLWAPI.dll, version=10.0.19041.4522 (WinBuild.160101.0800) C:\Windows\System32\msvcrt.dll, version=7.0.19041.3636 (WinBuild.160101.0800) .\VCRUNTIME140_1.dll, version=14.42.34226.3 .\VCRUNTIME140.dll, version=14.42.34226.3 C:\Windows\System32\IMM32.DLL, version=10.0.19041.4474 (WinBuild.160101.0800) C:\Windows\System32\shcore.dll, version=10.0.19041.4522 (WinBuild.160101.0800) .\hostfxr.dll, version=9,0,24,43107 @Commit: c4d7f7c6f2e2f34f07e64c6caa3bf9b2ce915cc1 C:\Windows\System32\ADVAPI32.dll, version=10.0.19041.4522 (WinBuild.160101.0800) C:\Windows\System32\sechost.dll, version=10.0.19041.320 (WinBuild.160101.0800) C:\Windows\System32\bcrypt.dll, version=10.0.19041.4522 (WinBuild.160101.0800) .\hostpolicy.dll, version=9,0,24,43107 @Commit: c4d7f7c6f2e2f34f07e64c6caa3bf9b2ce915cc1 .\coreclr.dll, version=9,0,24,43107 @Commit: c4d7f7c6f2e2f34f07e64c6caa3bf9b2ce915cc1 C:\Windows\System32\bcryptPrimitives.dll, version=10.0.19041.3636 (WinBuild.160101.0800) .\System.Private.CoreLib.dll, version=9.0.24.43107 C:\Windows\SYSTEM32\kernel.appcore.dll, version=10.0.19041.3758 (WinBuild.160101.0800) .\paintdotnet.dll, version=5.100.9022.37550 .\System.Runtime.dll, version=9.0.24.43107 C:\Windows\system32\uxtheme.dll, version=10.0.19041.4522 (WinBuild.160101.0800) C:\Users\User\AppData\Local\Yandex\Punto Switcher\PSHook64.dll, version=4, 5, 0, 576 .\PaintDotNet.Windows.Core.dll, version=5.100.9022.37550 .\PaintDotNet.Windows.dll, version=5.100.9022.37550 .\PaintDotNet.ComponentModel.dll, version=5.100.9022.37550 .\PaintDotNet.Primitives.dll, version=5.100.9022.37550 .\PaintDotNet.Fundamentals.dll, version=5.100.9022.37550 .\System.Windows.Forms.dll, version=9.0.24.45101 .\System.Diagnostics.Tracing.dll, version=9.0.24.43107 .\clrjit.dll, version=9,0,24,43107 @Commit: c4d7f7c6f2e2f34f07e64c6caa3bf9b2ce915cc1 C:\Windows\SYSTEM32\icu.dll, version=64, 2, 0, 0 (WinBuild.160101.0800) .\System.Threading.Thread.dll, version=9.0.24.43107 .\PaintDotNet.Base.dll, version=5.100.9022.37550 .\PaintDotNet.Collections.dll, version=5.100.9022.37550 .\TerraFX.Interop.Windows.dll, version=10.0.26100.0 C:\Windows\SYSTEM32\dxgi.DLL, version=10.0.19041.4842 (WinBuild.160101.0800) .\PaintDotNet.Runtime.dll, version=5.100.9022.37550 .\System.Collections.Concurrent.dll, version=9.0.24.43107 .\PointerToolkit.dll, version=1.0.1.0 .\System.Threading.dll, version=9.0.24.43107 .\PaintDotNet.Systrace.dll, version=5.100.9022.37550 C:\Windows\SYSTEM32\windows.storage.dll, version=10.0.19041.4522 (WinBuild.160101.0800) C:\Windows\SYSTEM32\Wldp.dll, version=10.0.19041.4522 (WinBuild.160101.0800) .\System.Private.Uri.dll, version=9.0.24.43107 .\PaintDotNet.Windows.Framework.dll, version=5.100.9022.37550 .\PaintDotNet.UI.dll, version=5.100.9022.37550 .\Microsoft.Windows.SDK.NET.dll, version=10.0.26100.43 .\WindowsBase.dll, version=9.0.24.45110 .\PaintDotNet.ObjectModel.dll, version=5.100.9022.37550 .\WinRT.Runtime.dll, version=2.1.2.47512 .\PresentationFramework.dll, version=9.0.24.45110 .\System.Runtime.InteropServices.dll, version=9.0.24.43107 .\System.Xaml.dll, version=9.0.24.45110 .\System.ComponentModel.dll, version=9.0.24.43107 C:\Windows\SYSTEM32\coremessaging.DLL, version=10.0.19041.4355 C:\Windows\System32\WS2_32.dll, version=10.0.19041.4522 (WinBuild.160101.0800) .\System.ComponentModel.Primitives.dll, version=9.0.24.43107 .\System.Collections.dll, version=9.0.24.43107 .\System.ObjectModel.dll, version=9.0.24.43107 .\System.Windows.Forms.Primitives.dll, version=9.0.24.45101 .\Microsoft.Win32.Primitives.dll, version=9.0.24.43107 .\System.Private.Windows.Core.dll, version=9.0.24.45101 .\System.Drawing.Primitives.dll, version=9.0.24.43107 .\System.Text.Encoding.CodePages.dll, version=9.0.24.43107 .\PaintDotNet.Core.dll, version=5.100.9022.37550 .\PaintDotNet.SystemLayer.dll, version=5.100.9022.37550 .\PaintDotNet.Resources.dll, version=5.100.9022.37550 .\PresentationNative_cor3.dll, version=9,0,24,40706 @Commit: 0f7df5b8bcc4fad64fde43267ddf3d26a56cf69f .\System.Drawing.Common.dll, version=9.0.24.45101 .\System.Configuration.ConfigurationManager.dll, version=9.0.24.43107 .\System.Collections.Specialized.dll, version=9.0.24.43107 .\System.Linq.dll, version=9.0.24.43107 .\System.Xml.ReaderWriter.dll, version=9.0.24.43107 .\System.Private.Xml.dll, version=9.0.24.43107 .\System.Net.WebClient.dll, version=9.0.24.43107 .\System.Memory.dll, version=9.0.24.43107 .\System.Text.Encoding.Extensions.dll, version=9.0.24.43107 .\PaintDotNet.Data.dll, version=5.100.9022.37550 .\PaintDotNet.Framework.dll, version=5.100.9022.37550 .\CommunityToolkit.HighPerformance.dll, version=8.2.2.1 .\System.Threading.ThreadPool.dll, version=9.0.24.43107 .\Microsoft.Win32.Registry.dll, version=9.0.24.43107 .\Microsoft.Win32.SystemEvents.dll, version=9.0.24.43107 .\PointerToolkit.TerraFX.Interop.Windows.dll, version=10.0.26100.0 .\System.Collections.Immutable.dll, version=9.0.24.43107 C:\Windows\System32\MSCTF.dll, version=10.0.19041.4522 (WinBuild.160101.0800) .\System.ComponentModel.EventBasedAsync.dll, version=9.0.24.43107 C:\Windows\SYSTEM32\profapi.dll, version=10.0.19041.4355 (WinBuild.160101.0800) .\System.Security.Principal.Windows.dll, version=9.0.24.43107 .\System.Security.Claims.dll, version=9.0.24.43107 C:\Windows\SYSTEM32\d3d11.DLL, version=10.0.19041.4355 (WinBuild.160101.0800) C:\Windows\System32\DriverStore\FileRepository\u0365795.inf_amd64_b8c39f1bda763086\B365742\aticfx64.dll, version=8.17.10.1689 C:\Windows\SYSTEM32\VERSION.dll, version=10.0.19041.3636 (WinBuild.160101.0800) C:\Windows\SYSTEM32\WINMM.dll, version=10.0.19041.4522 (WinBuild.160101.0800) C:\Windows\System32\DriverStore\FileRepository\u0365795.inf_amd64_b8c39f1bda763086\B365742\atiuxp64.dll, version=8.14.01.6564 C:\Windows\System32\DriverStore\FileRepository\u0365795.inf_amd64_b8c39f1bda763086\B365742\atidxx64.dll, version=8.17.10.0996 C:\Windows\System32\SETUPAPI.dll, version=10.0.19041.4522 (WinBuild.160101.0800) C:\Windows\System32\cfgmgr32.dll, version=10.0.19041.3996 (WinBuild.160101.0800) C:\Windows\SYSTEM32\apphelp.dll, version=10.0.19041.4522 (WinBuild.160101.0800) C:\Windows\SYSTEM32\amdihk64.dll, version=2,00,00,1788 .\ComputeSharp.D2D1.dll, version=3.0.1.0 .\System.Numerics.Vectors.dll, version=9.0.24.43107 C:\Windows\SYSTEM32\d2d1.DLL, version=10.0.19041.4522 (WinBuild.160101.0800) .\PaintDotNet.PropertySystem.dll, version=5.100.9022.37550 .\System.ComponentModel.TypeConverter.dll, version=9.0.24.43107 .\PresentationCore.dll, version=9.0.24.45110 C:\Windows\SYSTEM32\dwrite.dll, version=10.0.19041.4522 (WinBuild.160101.0800) .\DirectWriteForwarder.dll, version=9,0,24,45110 @Commit: 32227d2fa67c462e95005b288057aafa66391a49 C:\Windows\WinSxS\amd64_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.19041.4597_none_91a78020cc854124\gdiplus.dll, version=10.0.19041.4597 (WinBuild.160101.0800) .\System.Runtime.Extensions.dll, version=9.0.24.43107 C:\Windows\SYSTEM32\XmlLite.dll, version=10.0.19041.3636 (WinBuild.160101.0800) C:\Windows\SYSTEM32\WindowsCodecs.dll, version=10.0.19041.4648 (WinBuild.160101.0800) .\System.Diagnostics.Debug.dll, version=9.0.24.43107 C:\Windows\SYSTEM32\dxcore.dll, version=10.0.19041.4474 (WinBuild.160101.0800) .\System.Runtime.CompilerServices.VisualC.dll, version=9.0.24.43107 C:\Windows\System32\clbcatq.dll, version=2001.12.10941.16384 (WinBuild.160101.0800) .\System.IO.Packaging.dll, version=9.0.24.43107 C:\Windows\System32\UIAnimation.dll, version=10.0.19041.3636 (WinBuild.160101.0800) .\System.Collections.NonGeneric.dll, version=9.0.24.43107 .\System.Diagnostics.TraceSource.dll, version=9.0.24.43107 .\PaintDotNet.Effects.Core.dll, version=5.100.9022.37550 C:\Windows\SYSTEM32\wtsapi32.dll, version=10.0.19041.3636 (WinBuild.160101.0800) C:\Windows\SYSTEM32\WINSTA.dll, version=10.0.19041.3636 (WinBuild.160101.0800) C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.19041.4355_none_60b8b9eb71f62e16\comctl32.dll, version=6.10 (WinBuild.160101.0800) .\Accessibility.dll, version=9.0.24.45101 .\System.IO.Hashing.dll, version=9.0.24.43107 .\System.Runtime.Loader.dll, version=9.0.24.43107 C:\Windows\SYSTEM32\TextShaping.dll, version=ex: PaintDotNet.InternalErrorException .\SauceControl.Blake2Fast.dll, version=2.0.0.0 .\PaintDotNet.Effects.Gpu.dll, version=5.100.9022.37550 .\System.Threading.Tasks.Parallel.dll, version=9.0.24.43107 .\System.Reflection.Metadata.dll, version=9.0.24.43107 .\System.IO.MemoryMappedFiles.dll, version=9.0.24.43107 C:\Windows\SYSTEM32\D3D10Warp.dll, version=10.0.19041.4355 (WinBuild.160101.0800) .\System.Reflection.MetadataLoadContext.dll, version=9.0.24.43107 C:\Windows\SYSTEM32\UIAutomationCore.dll, version=7.2.19041.4522 (WinBuild.160101.0800) C:\Windows\SYSTEM32\PROPSYS.dll, version=7.0.19041.4522 (WinBuild.160101.0800) .\System.Net.Http.dll, version=9.0.24.43107 .\System.Net.Primitives.dll, version=9.0.24.43107 .\System.Diagnostics.DiagnosticSource.dll, version=9.0.24.43107 .\System.Net.Security.dll, version=9.0.24.43107 .\System.Security.Cryptography.dll, version=9.0.24.43107 D:\Пользователи\Documents\paint.net App Files\FileTypes\PhotoShop.dll, version=2.5.0.0 D:\Пользователи\Documents\paint.net App Files\FileTypes\PatternFileType.dll, version=1.0.7.0 D:\Пользователи\Documents\paint.net App Files\FileTypes\ABRFileType.dll, version=1.3.7.0 D:\Пользователи\Documents\paint.net App Files\FileTypes\IconCreator.dll, version=1.0.0.0 D:\Пользователи\Documents\paint.net App Files\FileTypes\LowColor.dll, version=1.0.4.0 D:\Пользователи\Documents\paint.net App Files\FileTypes\RawFileType.dll, version=1.3.2.0 D:\Пользователи\Documents\paint.net App Files\FileTypes\PaintShopProFiletype.dll, version=1.0.3.0 .\System.Diagnostics.StackTrace.dll, version=9.0.24.43107 D:\Пользователи\Documents\paint.net App Files\FileTypes\SvgFileType.dll, version=1.0.5.9 D:\Пользователи\Documents\paint.net App Files\FileTypes\xBRZ PaintDotNet Plugin\Resize_xBRZ.dll, version=1.0.0.0 D:\Пользователи\Documents\paint.net App Files\FileTypes\VtfFileType.dll, version=1.1.1.0 .\mscorlib.dll, version=9.0.24.43107 .\System.dll, version=9.0.24.43107 .\System.Drawing.dll, version=9.0.24.45101 .\System.Runtime.Serialization.Formatters.dll, version=9.0.24.43107 C:\Windows\SYSTEM32\mfplat.dll, version=10.0.19041.4522 (WinBuild.160101.0800) C:\Windows\SYSTEM32\RTWorkQ.DLL, version=10.0.19041.4355 (WinBuild.160101.0800) .\System.Text.Json.dll, version=9.0.24.43107 C:\Windows\SYSTEM32\CompPkgSup.DLL, version=10.0.19041.4355 (WinBuild.160101.0800) .\PaintDotNet.Plugins.Compatibility.dll, version=5.100.9022.37550 .\System.Diagnostics.FileVersionInfo.dll, version=9.0.24.43107 D:\Пользователи\Documents\paint.net App Files\FileTypes\VTFLib.x64.dll, version=1.3.1 C:\Windows\System32\Windows.StateRepositoryPS.dll, version=10.0.19041.4842 (WinBuild.160101.0800) .\Bundled\WebPFileType\WebPFileType.dll, version=1.4.0.0 .\Bundled\DDSFileTypePlus\DdsFileTypePlus.dll, version=1.12.11.0 .\Bundled\AvifFileType\AvifFileType.dll, version=3.10.0.0 .\netstandard.dll, version=9.0.24.43107 C:\Windows\System32\WinTypes.dll, version=10.0.19041.4522 (WinBuild.160101.0800) .\PaintDotNet.Effects.dll, version=5.100.9022.37550 .\PaintDotNet.Effects.Legacy.dll, version=5.100.9022.37550 .\ComputeSharp.Core.dll, version=3.0.1.0 C:\Windows\SYSTEM32\d3dcompiler_47.DLL, version=10.0.19041.3636 (WinBuild.160101.0800) C:\Windows\SYSTEM32\CRYPTSP.dll, version=10.0.19041.3636 (WinBuild.160101.0800) C:\Windows\SYSTEM32\mscms.DLL, version=10.0.19041.4522 (WinBuild.160101.0800) C:\Windows\SYSTEM32\ColorAdapterClient.dll, version=10.0.19041.4648 (WinBuild.160101.0800) C:\Windows\SYSTEM32\USERENV.dll, version=10.0.19041.4522 (WinBuild.160101.0800) C:\Windows\SYSTEM32\icm32.dll, version=10.0.19041.4648 (WinBuild.160101.0800) .\PhotoSauce.MagicScaler.dll, version=0.15.0.0 C:\Windows\SYSTEM32\Cabinet.dll, version=5.00 (WinBuild.160101.0800) C:\Windows\SYSTEM32\dwmapi.DLL, version=10.0.19041.4522 (WinBuild.160101.0800) C:\Windows\system32\dataexchange.dll, version=10.0.19041.4355 (WinBuild.160101.0800) C:\Windows\system32\dcomp.dll, version=10.0.19041.4597 (WinBuild.160101.0800) C:\Windows\system32\twinapi.appcore.dll, version=10.0.19041.4522 (WinBuild.160101.0800) C:\Windows\SYSTEM32\powrprof.dll, version=10.0.19041.4522 (WinBuild.160101.0800) C:\Windows\SYSTEM32\UMPDC.dll, version=ex: PaintDotNet.InternalErrorException C:\Windows\SYSTEM32\textinputframework.dll, version=10.0.19041.4651 (WinBuild.160101.0800) C:\Windows\System32\CoreUIComponents.dll, version=10.0.19041.3636 C:\Windows\SYSTEM32\ntmarta.dll, version=10.0.19041.4522 (WinBuild.160101.0800) .\System.Text.RegularExpressions.dll, version=9.0.24.43107 C:\Windows\system32\windowscodecsext.dll, version=10.0.19041.3636 (WinBuild.160101.0800) .\PaintDotNet.SystemLayer.Native.x64.dll, version=5.100.9022.37550 .\System.Runtime.Intrinsics.dll, version=9.0.24.43107 .\System.Linq.Expressions.dll, version=9.0.24.43107 .\System.Diagnostics.Process.dll, version=9.0.24.43107 C:\Windows\SYSTEM32\DEVOBJ.dll, version=10.0.19041.4355 (WinBuild.160101.0800) C:\Windows\System32\WINTRUST.dll, version=10.0.19041.4780 (WinBuild.160101.0800) C:\Windows\System32\CRYPT32.dll, version=10.0.19041.4522 (WinBuild.160101.0800) C:\Windows\SYSTEM32\MSASN1.dll, version=10.0.19041.3636 (WinBuild.160101.0800) ------------------------------------------------------------------------------ Link to comment Share on other sites More sharing options...
Ego Eram Reputo Posted September 14 Share Posted September 14 Me too. I was prompted to install on exit. Did so then it crashed when PDN attempted to start. Spoiler 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.1 (β 5.100.9022.37550) Time of crash: 14/09/2024 4:12:03 PM Application uptime: 00:00:02.3276343 Application state: Running Working set: 208,260 KiB Handles and threads: 1379 handles, 68 threads, 97 gdi, 149 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 9.0.0-rc.1.24431.7 x64 Processor: "Intel(R) Core(TM) i5-4570 CPU @ 3.20GHz" @ ~3193MHz (4C/4T, SSE, SSE2, SSE3, SSSE3, SSE4_1, SSE4_2, AVX, AVX2) Memory: 24,416 MB physical (17,631 MB free), 28,000 MB pagefile (20,241 MB free) Video card: NVIDIA GeForce GTX 1060 6GB (fl:12.1, v:10DE, d:1C03, r:A1), Intel(R) HD Graphics 4600 (fl:11.1, v:8086, d:412, r:6), Microsoft Basic Render Driver (fl:12.1, v:1414, d:8C, r:0) Hardware acceleration: True (default: True) (rendering: 🚀 Performance (NVIDIA GeForce GTX 1060 6GB)) Remote session: no Pointers: none 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, 14/09/2024 Locale: pdnr.c: en-US, hklm: en-US, hkcu: en-US, cc: en-NZ, cuic: en-US Flags: Exception details: System.InvalidCastException: Specified cast is not valid. at Windows.UI.Composition.Compositor.Make___objRef_global__Windows_UI_Composition_ICompositor7() at PaintDotNet.Composition.PdnCompositor.SuspendCommit() in D:\src\pdn\src\Framework\Composition\PdnCompositor.cs:line 48 at PaintDotNet.Controls.AppWorkspace.OnActiveDocumentWorkspaceChanged(DocumentWorkspace oldActiveDocumentWorkspace, DocumentWorkspace newActiveDocumentWorkspace) in D:\src\pdn\src\PaintDotNet\Controls\AppWorkspace.cs:line 1265 at PaintDotNet.Controls.AppWorkspace.TrySetActiveDocumentWorkspace(DocumentWorkspace newActiveDocumentWorkspace) in D:\src\pdn\src\PaintDotNet\Controls\AppWorkspace.cs:line 759 at PaintDotNet.Controls.AppWorkspace.set_ActiveDocumentWorkspace(DocumentWorkspace value) in D:\src\pdn\src\PaintDotNet\Controls\AppWorkspace.cs:line 683 at PaintDotNet.Controls.AppWorkspace.CreateBlankDocumentInNewWorkspace(SizeInt32 size, MeasurementUnit dpuUnit, Double dpu, Boolean isInitial) in D:\src\pdn\src\PaintDotNet\Controls\AppWorkspace.cs:line 2532 at PaintDotNet.Dialogs.MainForm.OnShown(EventArgs e) in D:\src\pdn\src\PaintDotNet\Dialogs\MainForm.cs:line 613 at System.Windows.Forms.Control.InvokeMarshaledCallbackHelper(Object obj) at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) --- End of stack trace from previous location --- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Windows.Forms.Control.InvokeMarshaledCallbacks() Managed assemblies: System.Private.CoreLib, .\System.Private.CoreLib.dll, Version=9.0.0.0, PublicKeyToken=7cec85d7bea7798e paintdotnet, .\paintdotnet.dll, Version=5.100.9022.37550 System.Runtime, .\System.Runtime.dll, Version=9.0.0.0, PublicKeyToken=b03f5f7f11d50a3a PaintDotNet.Windows.Core, .\PaintDotNet.Windows.Core.dll, Version=5.100.9022.37550 PaintDotNet.Windows, .\PaintDotNet.Windows.dll, Version=5.100.9022.37550 PaintDotNet.ComponentModel, .\PaintDotNet.ComponentModel.dll, Version=5.100.9022.37550 PaintDotNet.Primitives, .\PaintDotNet.Primitives.dll, Version=5.100.9022.37550 PaintDotNet.Fundamentals, .\PaintDotNet.Fundamentals.dll, Version=5.100.9022.37550 System.Windows.Forms, .\System.Windows.Forms.dll, Version=9.0.0.0, PublicKeyToken=b77a5c561934e089 System.Diagnostics.Tracing, .\System.Diagnostics.Tracing.dll, Version=9.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Threading.Thread, .\System.Threading.Thread.dll, Version=9.0.0.0, PublicKeyToken=b03f5f7f11d50a3a PaintDotNet.Base, .\PaintDotNet.Base.dll, Version=5.100.9022.37550 PaintDotNet.Collections, .\PaintDotNet.Collections.dll, Version=5.100.9022.37550 TerraFX.Interop.Windows, .\TerraFX.Interop.Windows.dll, Version=10.0.26100.0, PublicKeyToken=35b01b53313a6f7e PaintDotNet.Runtime, .\PaintDotNet.Runtime.dll, Version=5.100.9022.37550 System.Collections.Concurrent, .\System.Collections.Concurrent.dll, Version=9.0.0.0, PublicKeyToken=b03f5f7f11d50a3a PointerToolkit, .\PointerToolkit.dll, Version=1.0.1.0 System.Threading, .\System.Threading.dll, Version=9.0.0.0, PublicKeyToken=b03f5f7f11d50a3a PaintDotNet.Systrace, .\PaintDotNet.Systrace.dll, Version=5.100.9022.37550 System.Private.Uri, .\System.Private.Uri.dll, Version=9.0.0.0, PublicKeyToken=b03f5f7f11d50a3a PaintDotNet.UI, .\PaintDotNet.UI.dll, Version=5.100.9022.37550 PaintDotNet.Windows.Framework, .\PaintDotNet.Windows.Framework.dll, Version=5.100.9022.37550 Microsoft.Windows.SDK.NET, .\Microsoft.Windows.SDK.NET.dll, Version=10.0.26100.38, PublicKeyToken=31bf3856ad364e35 WindowsBase, .\WindowsBase.dll, Version=9.0.0.0, PublicKeyToken=31bf3856ad364e35 PaintDotNet.ObjectModel, .\PaintDotNet.ObjectModel.dll, Version=5.100.9022.37550 WinRT.Runtime, .\WinRT.Runtime.dll, Version=2.1.0.0, PublicKeyToken=99ea127f02d97709 System.Runtime.InteropServices, .\System.Runtime.InteropServices.dll, Version=9.0.0.0, PublicKeyToken=b03f5f7f11d50a3a PresentationFramework, .\PresentationFramework.dll, Version=9.0.0.0, PublicKeyToken=31bf3856ad364e35 System.Xaml, .\System.Xaml.dll, Version=9.0.0.0, PublicKeyToken=b77a5c561934e089 System.ComponentModel, .\System.ComponentModel.dll, Version=9.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.ComponentModel.Primitives, .\System.ComponentModel.Primitives.dll, Version=9.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Collections, .\System.Collections.dll, Version=9.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.ObjectModel, .\System.ObjectModel.dll, Version=9.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Windows.Forms.Primitives, .\System.Windows.Forms.Primitives.dll, Version=9.0.0.0, PublicKeyToken=b77a5c561934e089 Microsoft.Win32.Primitives, .\Microsoft.Win32.Primitives.dll, Version=9.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Private.Windows.Core, .\System.Private.Windows.Core.dll, Version=9.0.0.0, PublicKeyToken=b77a5c561934e089 System.Drawing.Primitives, .\System.Drawing.Primitives.dll, Version=9.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Text.Encoding.CodePages, .\System.Text.Encoding.CodePages.dll, Version=9.0.0.0, PublicKeyToken=b03f5f7f11d50a3a PaintDotNet.Core, .\PaintDotNet.Core.dll, Version=5.100.9022.37550 System.Configuration.ConfigurationManager, .\System.Configuration.ConfigurationManager.dll, Version=9.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51 PaintDotNet.SystemLayer, .\PaintDotNet.SystemLayer.dll, Version=5.100.9022.37550 System.Collections.Specialized, .\System.Collections.Specialized.dll, Version=9.0.0.0, PublicKeyToken=b03f5f7f11d50a3a PaintDotNet.Resources, .\PaintDotNet.Resources.dll, Version=5.100.9022.37550 System.Xml.ReaderWriter, .\System.Xml.ReaderWriter.dll, Version=9.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Private.Xml, .\System.Private.Xml.dll, Version=9.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51 System.Drawing.Common, .\System.Drawing.Common.dll, Version=9.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51 System.Net.WebClient, .\System.Net.WebClient.dll, Version=9.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51 System.Memory, .\System.Memory.dll, Version=9.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51 System.Text.Encoding.Extensions, .\System.Text.Encoding.Extensions.dll, Version=9.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Linq, .\System.Linq.dll, Version=9.0.0.0, PublicKeyToken=b03f5f7f11d50a3a PaintDotNet.Data, .\PaintDotNet.Data.dll, Version=5.100.9022.37550 CommunityToolkit.HighPerformance, .\CommunityToolkit.HighPerformance.dll, Version=8.2.0.0, PublicKeyToken=4aff67a105548ee2 PaintDotNet.Framework, .\PaintDotNet.Framework.dll, Version=5.100.9022.37550 System.Threading.ThreadPool, .\System.Threading.ThreadPool.dll, Version=9.0.0.0, PublicKeyToken=b03f5f7f11d50a3a Microsoft.Win32.Registry, .\Microsoft.Win32.Registry.dll, Version=9.0.0.0, PublicKeyToken=b03f5f7f11d50a3a Microsoft.Win32.SystemEvents, .\Microsoft.Win32.SystemEvents.dll, Version=9.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51 System.Numerics.Vectors, .\System.Numerics.Vectors.dll, Version=9.0.0.0, PublicKeyToken=b03f5f7f11d50a3a ComputeSharp.D2D1, .\ComputeSharp.D2D1.dll, Version=3.0.1.0, PublicKeyToken=dc35fa229f6881d8 System.ComponentModel.EventBasedAsync, .\System.ComponentModel.EventBasedAsync.dll, Version=9.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Collections.Immutable, .\System.Collections.Immutable.dll, Version=9.0.0.0, PublicKeyToken=b03f5f7f11d50a3a PointerToolkit.TerraFX.Interop.Windows, .\PointerToolkit.TerraFX.Interop.Windows.dll, Version=10.0.26100.0 System.ComponentModel.TypeConverter, .\System.ComponentModel.TypeConverter.dll, Version=9.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Security.Principal.Windows, .\System.Security.Principal.Windows.dll, Version=9.0.0.0, PublicKeyToken=b03f5f7f11d50a3a PresentationCore, .\PresentationCore.dll, Version=9.0.0.0, PublicKeyToken=31bf3856ad364e35 System.Security.Claims, .\System.Security.Claims.dll, Version=9.0.0.0, PublicKeyToken=b03f5f7f11d50a3a DirectWriteForwarder, .\DirectWriteForwarder.dll, Version=9.0.0.0, PublicKeyToken=31bf3856ad364e35 System.Runtime.Extensions, .\System.Runtime.Extensions.dll, Version=9.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Diagnostics.Debug, .\System.Diagnostics.Debug.dll, Version=9.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Runtime.CompilerServices.VisualC, .\System.Runtime.CompilerServices.VisualC.dll, Version=9.0.0.0, PublicKeyToken=b03f5f7f11d50a3a PaintDotNet.PropertySystem, .\PaintDotNet.PropertySystem.dll, Version=5.100.9022.37550 System.Collections.NonGeneric, .\System.Collections.NonGeneric.dll, Version=9.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.IO.Packaging, .\System.IO.Packaging.dll, Version=9.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Diagnostics.TraceSource, .\System.Diagnostics.TraceSource.dll, Version=9.0.0.0, PublicKeyToken=b03f5f7f11d50a3a PaintDotNet.Effects.Core, .\PaintDotNet.Effects.Core.dll, Version=5.100.9022.37550 Accessibility, .\Accessibility.dll, Version=4.0.0.0, PublicKeyToken=31bf3856ad364e35 System.IO.Hashing, .\System.IO.Hashing.dll, Version=9.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51 System.Runtime.Loader, .\System.Runtime.Loader.dll, Version=9.0.0.0, PublicKeyToken=b03f5f7f11d50a3a SauceControl.Blake2Fast, .\SauceControl.Blake2Fast.dll, Version=2.0.0.0, PublicKeyToken=deebe556222e40dc PaintDotNet.Effects.Gpu, .\PaintDotNet.Effects.Gpu.dll, Version=5.100.9022.37550 System.Net.Http, .\System.Net.Http.dll, Version=9.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Net.Primitives, .\System.Net.Primitives.dll, Version=9.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Diagnostics.DiagnosticSource, .\System.Diagnostics.DiagnosticSource.dll, Version=9.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51 System.Net.Security, .\System.Net.Security.dll, Version=9.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Security.Cryptography, .\System.Security.Cryptography.dll, Version=9.0.0.0, PublicKeyToken=b03f5f7f11d50a3a ComputeSharp.Core, .\ComputeSharp.Core.dll, Version=3.0.1.0, PublicKeyToken=dc35fa229f6881d8 System.Threading.Tasks.Parallel, .\System.Threading.Tasks.Parallel.dll, Version=9.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Reflection.Metadata, .\System.Reflection.Metadata.dll, Version=9.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.IO.MemoryMappedFiles, .\System.IO.MemoryMappedFiles.dll, Version=9.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Reflection.MetadataLoadContext, .\System.Reflection.MetadataLoadContext.dll, Version=9.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51 PhotoSauce.MagicScaler, .\PhotoSauce.MagicScaler.dll, Version=0.15.0.0, PublicKeyToken=fc6b9b7b06809481 CSVFiletype, .\FileTypes\CSVFiletype.dll, Version=1.0.0.0 LowColor, .\FileTypes\LowColor.dll, Version=1.0.4.0 OptiPngFileType, .\FileTypes\OptiPngFileType.dll, Version=10.0.0.0 ImAGIF.FileType, .\FileTypes\ImAGIF.FileType.dll, Version=0.13.0.21358 IcoCur, .\FileTypes\IcoCur.dll, Version=4.0.0.0 SpriteSheet, .\FileTypes\SpriteSheet.dll, Version=1.2.0.0 ImZIP.FileType, .\FileTypes\ImZIP.FileType.dll, Version=1.0.0.225 PhotoShop, .\FileTypes\PhotoShop.dll, Version=2.5.0.40665 STL File Loader, .\FileTypes\STL File Loader.dll, Version=1.0.0.0 CSVFiletype, C:\Users\Scott\Documents\paint.net App Files\FileTypes\CSVFiletype.dll, Version=1.0.0.0 Mono.Cecil, .\Mono.Cecil.dll, Version=0.11.5.0, PublicKeyToken=50cebf1cceb9d05e netstandard, .\netstandard.dll, Version=2.1.0.0, PublicKeyToken=cc7b13ffcd2ddd51 System.Text.RegularExpressions, .\System.Text.RegularExpressions.dll, Version=9.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Diagnostics.Process, .\System.Diagnostics.Process.dll, Version=9.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Console, .\System.Console.dll, Version=9.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Runtime.Intrinsics, .\System.Runtime.Intrinsics.dll, Version=9.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51 System.Linq.Expressions, .\System.Linq.Expressions.dll, Version=9.0.0.0, PublicKeyToken=b03f5f7f11d50a3a Newtonsoft.Json, .\Newtonsoft.Json.dll, Version=13.0.0.0, PublicKeyToken=30ad4fe6b2a6aeed System.Diagnostics.FileVersionInfo, .\System.Diagnostics.FileVersionInfo.dll, Version=9.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Runtime.Numerics, .\System.Runtime.Numerics.dll, Version=9.0.0.0, PublicKeyToken=b03f5f7f11d50a3a Native modules: .\PaintDotNet.exe, version=5.100.9022.37550 C:\WINDOWS\SYSTEM32\ntdll.dll, version=10.0.19041.4842 (WinBuild.160101.0800) C:\WINDOWS\System32\KERNEL32.DLL, version=10.0.19041.4842 (WinBuild.160101.0800) C:\WINDOWS\System32\KERNELBASE.dll, version=10.0.19041.4842 (WinBuild.160101.0800) C:\WINDOWS\System32\SHELL32.dll, version=10.0.19041.4522 (WinBuild.160101.0800) C:\WINDOWS\System32\msvcp_win.dll, version=10.0.19041.3636 (WinBuild.160101.0800) C:\WINDOWS\System32\ucrtbase.dll, version=10.0.19041.3636 (WinBuild.160101.0800) C:\WINDOWS\System32\USER32.dll, version=10.0.19041.4522 (WinBuild.160101.0800) C:\WINDOWS\System32\win32u.dll, version=10.0.19041.4894 (WinBuild.160101.0800) C:\WINDOWS\System32\GDI32.dll, version=10.0.19041.4474 (WinBuild.160101.0800) C:\WINDOWS\System32\gdi32full.dll, version=10.0.19041.4717 (WinBuild.160101.0800) C:\WINDOWS\System32\ole32.dll, version=10.0.19041.3636 (WinBuild.160101.0800) C:\WINDOWS\System32\RPCRT4.dll, version=10.0.19041.3636 (WinBuild.160101.0800) C:\WINDOWS\System32\combase.dll, version=10.0.19041.3636 (WinBuild.160101.0800) C:\WINDOWS\System32\OLEAUT32.dll, version=10.0.19041.3636 (WinBuild.160101.0800) C:\WINDOWS\System32\SHLWAPI.dll, version=10.0.19041.4522 (WinBuild.160101.0800) C:\WINDOWS\System32\msvcrt.dll, version=7.0.19041.3636 (WinBuild.160101.0800) .\VCRUNTIME140_1.dll, version=14.42.34226.3 .\VCRUNTIME140.dll, version=14.42.34226.3 C:\WINDOWS\System32\IMM32.DLL, version=10.0.19041.4474 (WinBuild.160101.0800) C:\WINDOWS\System32\shcore.dll, version=10.0.19041.4522 (WinBuild.160101.0800) .\hostfxr.dll, version=9,0,24,43107 @Commit: c4d7f7c6f2e2f34f07e64c6caa3bf9b2ce915cc1 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) C:\WINDOWS\System32\bcrypt.dll, version=10.0.19041.1 (WinBuild.160101.0800) .\hostpolicy.dll, version=9,0,24,43107 @Commit: c4d7f7c6f2e2f34f07e64c6caa3bf9b2ce915cc1 .\coreclr.dll, version=9,0,24,43107 @Commit: c4d7f7c6f2e2f34f07e64c6caa3bf9b2ce915cc1 C:\WINDOWS\System32\bcryptPrimitives.dll, version=10.0.19041.3636 (WinBuild.160101.0800) .\System.Private.CoreLib.dll, version=9.0.24.43107 C:\WINDOWS\SYSTEM32\kernel.appcore.dll, version=10.0.19041.3758 (WinBuild.160101.0800) .\paintdotnet.dll, version=5.100.9022.37550 .\System.Runtime.dll, version=9.0.24.43107 C:\WINDOWS\system32\uxtheme.dll, version=10.0.19041.4522 (WinBuild.160101.0800) .\PaintDotNet.Windows.Core.dll, version=5.100.9022.37550 .\PaintDotNet.Windows.dll, version=5.100.9022.37550 .\PaintDotNet.ComponentModel.dll, version=5.100.9022.37550 .\PaintDotNet.Primitives.dll, version=5.100.9022.37550 .\PaintDotNet.Fundamentals.dll, version=5.100.9022.37550 .\System.Windows.Forms.dll, version=9.0.24.45101 .\System.Diagnostics.Tracing.dll, version=9.0.24.43107 .\clrjit.dll, version=9,0,24,43107 @Commit: c4d7f7c6f2e2f34f07e64c6caa3bf9b2ce915cc1 C:\WINDOWS\SYSTEM32\icu.dll, version=64, 2, 0, 0 (WinBuild.160101.0800) .\System.Threading.Thread.dll, version=9.0.24.43107 .\PaintDotNet.Base.dll, version=5.100.9022.37550 .\PaintDotNet.Collections.dll, version=5.100.9022.37550 .\TerraFX.Interop.Windows.dll, version=10.0.26100.0 C:\WINDOWS\SYSTEM32\dxgi.DLL, version=10.0.19041.4842 (WinBuild.160101.0800) .\PaintDotNet.Runtime.dll, version=5.100.9022.37550 .\System.Collections.Concurrent.dll, version=9.0.24.43107 .\PointerToolkit.dll, version=1.0.1.0 .\System.Threading.dll, version=9.0.24.43107 .\PaintDotNet.Systrace.dll, version=5.100.9022.37550 C:\WINDOWS\SYSTEM32\windows.storage.dll, version=10.0.19041.4522 (WinBuild.160101.0800) C:\WINDOWS\SYSTEM32\Wldp.dll, version=10.0.19041.1 (WinBuild.160101.0800) .\System.Private.Uri.dll, version=9.0.24.43107 .\PaintDotNet.UI.dll, version=5.100.9022.37550 .\PaintDotNet.Windows.Framework.dll, version=5.100.9022.37550 .\Microsoft.Windows.SDK.NET.dll, version=10.0.26100.43 .\WindowsBase.dll, version=9.0.24.45110 .\PaintDotNet.ObjectModel.dll, version=5.100.9022.37550 .\WinRT.Runtime.dll, version=2.1.2.47512 .\System.Runtime.InteropServices.dll, version=9.0.24.43107 .\PresentationFramework.dll, version=9.0.24.45110 .\System.Xaml.dll, version=9.0.24.45110 .\System.ComponentModel.dll, version=9.0.24.43107 C:\WINDOWS\SYSTEM32\coremessaging.DLL, version=10.0.19041.4355 C:\WINDOWS\System32\WS2_32.dll, version=10.0.19041.3636 (WinBuild.160101.0800) .\System.ComponentModel.Primitives.dll, version=9.0.24.43107 .\System.Collections.dll, version=9.0.24.43107 .\System.ObjectModel.dll, version=9.0.24.43107 .\System.Windows.Forms.Primitives.dll, version=9.0.24.45101 .\Microsoft.Win32.Primitives.dll, version=9.0.24.43107 .\System.Private.Windows.Core.dll, version=9.0.24.45101 .\System.Drawing.Primitives.dll, version=9.0.24.43107 .\PresentationNative_cor3.dll, version=9,0,24,40706 @Commit: 0f7df5b8bcc4fad64fde43267ddf3d26a56cf69f .\System.Text.Encoding.CodePages.dll, version=9.0.24.43107 .\PaintDotNet.Core.dll, version=5.100.9022.37550 .\System.Configuration.ConfigurationManager.dll, version=9.0.24.43107 .\PaintDotNet.SystemLayer.dll, version=5.100.9022.37550 .\System.Collections.Specialized.dll, version=9.0.24.43107 .\PaintDotNet.Resources.dll, version=5.100.9022.37550 .\System.Xml.ReaderWriter.dll, version=9.0.24.43107 .\System.Private.Xml.dll, version=9.0.24.43107 .\System.Drawing.Common.dll, version=9.0.24.45101 .\System.Net.WebClient.dll, version=9.0.24.43107 .\System.Memory.dll, version=9.0.24.43107 .\System.Text.Encoding.Extensions.dll, version=9.0.24.43107 .\System.Linq.dll, version=9.0.24.43107 .\PaintDotNet.Data.dll, version=5.100.9022.37550 .\PaintDotNet.Framework.dll, version=5.100.9022.37550 .\CommunityToolkit.HighPerformance.dll, version=8.2.2.1 .\System.Threading.ThreadPool.dll, version=9.0.24.43107 .\Microsoft.Win32.Registry.dll, version=9.0.24.43107 .\Microsoft.Win32.SystemEvents.dll, version=9.0.24.43107 .\System.Numerics.Vectors.dll, version=9.0.24.43107 C:\WINDOWS\System32\MSCTF.dll, version=10.0.19041.4522 (WinBuild.160101.0800) .\ComputeSharp.D2D1.dll, version=3.0.1.0 .\System.ComponentModel.EventBasedAsync.dll, version=9.0.24.43107 .\PointerToolkit.TerraFX.Interop.Windows.dll, version=10.0.26100.0 .\System.Collections.Immutable.dll, version=9.0.24.43107 .\System.ComponentModel.TypeConverter.dll, version=9.0.24.43107 C:\WINDOWS\SYSTEM32\profapi.dll, version=10.0.19041.4355 (WinBuild.160101.0800) .\System.Security.Principal.Windows.dll, version=9.0.24.43107 C:\WINDOWS\SYSTEM32\d3d11.DLL, version=10.0.19041.4355 (WinBuild.160101.0800) C:\WINDOWS\SYSTEM32\VERSION.DLL, version=10.0.19041.3636 (WinBuild.160101.0800) C:\WINDOWS\SYSTEM32\msasn1.dll, version=10.0.19041.3636 (WinBuild.160101.0800) C:\WINDOWS\SYSTEM32\cryptnet.dll, version=10.0.19041.3636 (WinBuild.160101.0800) C:\WINDOWS\System32\CRYPT32.dll, version=10.0.19041.4522 (WinBuild.160101.0800) C:\WINDOWS\SYSTEM32\cryptbase.dll, version=10.0.19041.3636 (WinBuild.160101.0800) C:\WINDOWS\System32\WINTRUST.DLL, version=10.0.19041.4780 (WinBuild.160101.0800) C:\WINDOWS\System32\imagehlp.dll, version=10.0.19041.3636 (WinBuild.160101.0800) C:\WINDOWS\SYSTEM32\CRYPTSP.dll, version=10.0.19041.3636 (WinBuild.160101.0800) C:\WINDOWS\system32\rsaenh.dll, version=10.0.19041.1 (WinBuild.160101.0800) C:\WINDOWS\system32\nvspcap64.dll, version=3.28.0.417 C:\WINDOWS\SYSTEM32\ntmarta.dll, version=10.0.19041.1 (WinBuild.160101.0800) C:\WINDOWS\SYSTEM32\dxcore.dll, version=10.0.19041.4474 (WinBuild.160101.0800) C:\WINDOWS\System32\cfgmgr32.dll, version=10.0.19041.3996 (WinBuild.160101.0800) .\PresentationCore.dll, version=9.0.24.45110 C:\WINDOWS\SYSTEM32\dwrite.dll, version=10.0.19041.1 (WinBuild.160101.0800) C:\WINDOWS\SYSTEM32\d2d1.DLL, version=10.0.19041.1 (WinBuild.160101.0800) .\System.Security.Claims.dll, version=9.0.24.43107 .\DirectWriteForwarder.dll, version=9,0,24,45110 @Commit: 32227d2fa67c462e95005b288057aafa66391a49 C:\WINDOWS\SYSTEM32\drvstore.dll, version=10.0.19041.4355 (WinBuild.160101.0800) C:\WINDOWS\SYSTEM32\devobj.dll, version=10.0.19041.4355 (WinBuild.160101.0800) .\System.Runtime.Extensions.dll, version=9.0.24.43107 C:\WINDOWS\System32\clbcatq.dll, version=2001.12.10941.16384 (WinBuild.160101.0800) .\System.Diagnostics.Debug.dll, version=9.0.24.43107 C:\WINDOWS\System32\UIAnimation.dll, version=10.0.19041.3636 (WinBuild.160101.0800) .\System.Runtime.CompilerServices.VisualC.dll, version=9.0.24.43107 C:\WINDOWS\SYSTEM32\XmlLite.dll, version=10.0.19041.3636 (WinBuild.160101.0800) .\PaintDotNet.PropertySystem.dll, version=5.100.9022.37550 .\System.Collections.NonGeneric.dll, version=9.0.24.43107 C:\WINDOWS\WinSxS\amd64_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.19041.4597_none_91a78020cc854124\gdiplus.dll, version=10.0.19041.4597 (WinBuild.160101.0800) C:\WINDOWS\SYSTEM32\WindowsCodecs.dll, version=10.0.19041.4648 (WinBuild.160101.0800) C:\WINDOWS\System32\DriverStore\FileRepository\nvmd.inf_amd64_1408eaf9a25ed64f\nvldumdx.dll, version=27.21.14.5751 .\PaintDotNet.Effects.Core.dll, version=5.100.9022.37550 .\System.IO.Packaging.dll, version=9.0.24.43107 .\System.Diagnostics.TraceSource.dll, version=9.0.24.43107 C:\WINDOWS\SYSTEM32\wtsapi32.dll, version=10.0.19041.3636 (WinBuild.160101.0800) C:\WINDOWS\SYSTEM32\WINSTA.dll, version=10.0.19041.3636 (WinBuild.160101.0800) C:\WINDOWS\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.19041.4355_none_60b8b9eb71f62e16\comctl32.dll, version=6.10 (WinBuild.160101.0800) .\Accessibility.dll, version=9.0.24.45101 C:\WINDOWS\System32\DriverStore\FileRepository\nvmd.inf_amd64_1408eaf9a25ed64f\nvwgf2umx.dll, version=27.21.14.5751 C:\WINDOWS\SYSTEM32\WINMM.DLL, version=10.0.19041.1 (WinBuild.160101.0800) C:\WINDOWS\SYSTEM32\TextShaping.dll, version=ex: PaintDotNet.InternalErrorException .\System.IO.Hashing.dll, version=9.0.24.43107 .\System.Runtime.Loader.dll, version=9.0.24.43107 .\PaintDotNet.Effects.Gpu.dll, version=5.100.9022.37550 .\SauceControl.Blake2Fast.dll, version=2.0.0.0 C:\WINDOWS\SYSTEM32\UIAutomationCore.dll, version=7.2.19041.4522 (WinBuild.160101.0800) C:\WINDOWS\SYSTEM32\PROPSYS.dll, version=7.0.19041.4522 (WinBuild.160101.0800) .\System.Net.Http.dll, version=9.0.24.43107 .\System.Net.Primitives.dll, version=9.0.24.43107 .\System.Diagnostics.DiagnosticSource.dll, version=9.0.24.43107 .\System.Net.Security.dll, version=9.0.24.43107 .\System.Security.Cryptography.dll, version=9.0.24.43107 C:\WINDOWS\SYSTEM32\D3D10Warp.dll, version=10.0.19041.4355 (WinBuild.160101.0800) .\ComputeSharp.Core.dll, version=3.0.1.0 C:\WINDOWS\SYSTEM32\d3dcompiler_47.DLL, version=10.0.19041.3636 (WinBuild.160101.0800) .\System.Threading.Tasks.Parallel.dll, version=9.0.24.43107 .\System.Reflection.Metadata.dll, version=9.0.24.43107 .\System.IO.MemoryMappedFiles.dll, version=9.0.24.43107 C:\WINDOWS\SYSTEM32\mscms.DLL, version=10.0.19041.4522 (WinBuild.160101.0800) C:\WINDOWS\SYSTEM32\USERENV.dll, version=10.0.19041.1 (WinBuild.160101.0800) C:\WINDOWS\SYSTEM32\ColorAdapterClient.dll, version=10.0.19041.4648 (WinBuild.160101.0800) C:\WINDOWS\SYSTEM32\icm32.dll, version=10.0.19041.4648 (WinBuild.160101.0800) .\System.Reflection.MetadataLoadContext.dll, version=9.0.24.43107 .\PhotoSauce.MagicScaler.dll, version=0.15.0.0 .\FileTypes\CSVFiletype.dll, version=1.0.0.0 .\FileTypes\LowColor.dll, version=1.0.4.0 .\FileTypes\OptiPngFileType.dll, version=10.0.0 .\FileTypes\ImAGIF.FileType.dll, version=0.13.0.21358 .\FileTypes\IcoCur.dll, version=4.0.0.0 .\FileTypes\SpriteSheet.dll, version=1.2.0.0 .\FileTypes\ImZIP.FileType.dll, version=1.0.0.225 .\FileTypes\PhotoShop.dll, version=2.5.0.0 .\FileTypes\STL File Loader.dll, version=1.0.0.0 C:\Users\Scott\Documents\paint.net App Files\FileTypes\CSVFiletype.dll, version=1.0.0.0 C:\WINDOWS\SYSTEM32\Cabinet.dll, version=5.00 (WinBuild.160101.0800) C:\WINDOWS\SYSTEM32\dwmapi.DLL, version=10.0.19041.4522 (WinBuild.160101.0800) C:\WINDOWS\system32\dataexchange.dll, version=10.0.19041.4355 (WinBuild.160101.0800) C:\WINDOWS\system32\dcomp.dll, version=10.0.19041.4597 (WinBuild.160101.0800) C:\WINDOWS\system32\twinapi.appcore.dll, version=10.0.19041.1 (WinBuild.160101.0800) C:\WINDOWS\SYSTEM32\powrprof.dll, version=10.0.19041.4522 (WinBuild.160101.0800) C:\WINDOWS\SYSTEM32\UMPDC.dll, version=ex: PaintDotNet.InternalErrorException .\Mono.Cecil.dll, version=0.11.5.0 .\netstandard.dll, version=9.0.24.43107 C:\WINDOWS\SYSTEM32\textinputframework.dll, version=10.0.19041.4651 (WinBuild.160101.0800) C:\WINDOWS\System32\CoreUIComponents.dll, version=10.0.19041.3636 C:\WINDOWS\SYSTEM32\wintypes.dll, version=10.0.19041.3636 (WinBuild.160101.0800) .\System.Text.RegularExpressions.dll, version=9.0.24.43107 .\System.Diagnostics.Process.dll, version=9.0.24.43107 .\System.Console.dll, version=9.0.24.43107 C:\WINDOWS\system32\windowscodecsext.dll, version=10.0.19041.3636 (WinBuild.160101.0800) .\PaintDotNet.SystemLayer.Native.x64.dll, version=5.100.9022.37550 .\System.Runtime.Intrinsics.dll, version=9.0.24.43107 .\System.Linq.Expressions.dll, version=9.0.24.43107 .\Newtonsoft.Json.dll, version=13.0.3.27908 .\System.Diagnostics.FileVersionInfo.dll, version=9.0.24.43107 .\System.Runtime.Numerics.dll, version=9.0.24.43107 C:\WINDOWS\System32\setupapi.DLL, version=10.0.19041.4522 (WinBuild.160101.0800) C:\WINDOWS\SYSTEM32\apphelp.dll, version=10.0.19041.1 (WinBuild.160101.0800) ------------------------------------------------------------------------------ ebook: Mastering Paint.NET | resources: Plugin Index | Stereogram Tut | proud supporter of Codelab plugins: EER's Plugin Pack | Planetoid | StickMan | WhichSymbol+ | Dr Scott's Markup Renderer | CSV Filetype | dwarf horde plugins: Plugin Browser | ShapeMaker Link to comment Share on other sites More sharing options...
danlock Posted September 14 Share Posted September 14 (edited) I had no problems with the integrated update to the new version, FWIW. This temporary Mini PC has AMD innards and Win11 24H2. Spoiler Application paint.net 5.1 (β 5.100.9022.37550) Build Date Friday, September 13, 2024 Expiration Date Friday, December 6, 2024 Install type Classic Language en-US Scaling 1.00x (96 DPI) UI/Canvas GPU True Rendering GPU 🚀 Performance (AMD Radeon Graphics) Advanced Color True Remote Session False Battery Saver False Animations True Translucent Windows True Windows Ink True OS Windows 11 Pro x64 (10.0.26100.0) Runtime .NET 9.0.0-rc.1.24431.7 x64 Physical Memory 31,997 MB (19,368 MB free) Paging File 31,997 MB (17,001 MB free) CPU AMD Ryzen 9 6900HX with Radeon Graphics Speed ~3294 MHz Cores / Threads 8 / 16 Features SSE, SSE2, SSE3, SSSE3, SSE4_1, SSE4_2, AVX, AVX2 Display LG IPSFULLHD(HDMI) Connected to AMD Radeon(TM) Graphics Resolution 1920 x 1080, 8-bit, 60 Hz DPI 96 (1.00x scale) Coordinates (L=0, T=0, R=1920, B=1080) Advanced Color StandardDynamicRange SDR white level 80 nits Color space RgbFullGamma22NoneP709 Color Profile Capabilities MicrosoftHardwareColorV2, VideoCardGammaTable Composition Support Fullscreen, Windowed Video Card AMD Radeon(TM) Graphics Hardware Acceleration Supported Performance Class Good Dedicated Video RAM 485 MB Dedicated System RAM 0 MB Shared System RAM 15,998 MB Driver Version 32.0.11037.4004 Vendor ID 0x1002 Device ID 0x1681 Subsystem ID 0x01241002 Revision 199 LUID 0x0000F92A Flags AcgCompatible, SupportMonitoredFences, KeyedMutexConformance Graphics Preemption PrimitiveBoundary Compute Preemption DmaBufferBoundary Outputs 1 Feature Level Level_12_1 Features Doubles, ComputeShadersEtc Maximum Bitmap Size 16384 Video Card Microsoft Basic Render Driver Hardware Acceleration N/A Performance Class VeryLow Dedicated Video RAM 0 MB Dedicated System RAM 0 MB Shared System RAM 15,998 MB Driver Version 10.0.26100.1301 Vendor ID 0x1414 Device ID 0x008C Subsystem ID 0x00000000 Revision 0 LUID 0x00011A16 Flags Software, AcgCompatible, SupportMonitoredFences, KeyedMutexConformance Graphics Preemption InstructionBoundary Compute Preemption InstructionBoundary Outputs 0 Feature Level Level_12_1 Features Doubles, ComputeShadersEtc Maximum Bitmap Size 8388608 Managed assemblies 370 System.Private.CoreLib .\System.Private.CoreLib.dll, Version=9.0.0.0, PublicKeyToken=7cec85d7bea7798e paintdotnet .\paintdotnet.dll, Version=5.100.9022.37550 [...] Edited September 20 by danlock Link to comment Share on other sites More sharing options...
Rick Brewster Posted September 14 Author Share Posted September 14 Yeah it looks like it's Windows 10 specific 1 The Paint.NET Blog: https://blog.getpaint.net/ Donations are always appreciated! https://www.getpaint.net/donate.html Link to comment Share on other sites More sharing options...
Rick Brewster Posted September 14 Author Share Posted September 14 Okay I've updated the build -- it's now build 9023 instead of 9022. It should work on Windows 10 now. 3 The Paint.NET Blog: https://blog.getpaint.net/ Donations are always appreciated! https://www.getpaint.net/donate.html Link to comment Share on other sites More sharing options...
ReMake Posted September 14 Share Posted September 14 Yes, the new build is installed without problems. 1 Link to comment Share on other sites More sharing options...
Colinda Posted September 14 Share Posted September 14 Hoi allemaal, Hij opent en sluit direct met een crash incl. rapport. Gr. Colinda pdncrash.6.log Link to comment Share on other sites More sharing options...
user.by Posted September 14 Share Posted September 14 You must install 5.1 (β 5.100.9023), fixed. Link to comment Share on other sites More sharing options...
LizardKing Posted September 15 Share Posted September 15 Windows 11 23H2, all right without problems! Thanks, Rick! Link to comment Share on other sites More sharing options...
user.by Posted September 15 Share Posted September 15 I am using installer version (5.1 Beta 9023) and i think performance is much better with this relase or i feel like it. Link to comment Share on other sites More sharing options...
IngridFJ Posted September 15 Share Posted September 15 Wow! My antivirus program reports that this contains a Trojan Horse and therefore the installation was stopped. In PDN I turned off the automatic updates of beta versions afterwards, but then also installation fails. In Windows 10. I'll have to wait for another version I guess. Attached 2 screenshots. Link to comment Share on other sites More sharing options...
Tactilis Posted September 15 Share Posted September 15 False positive. Click the 'Melden als fout-positief' link. You'd be better off uninstalling AVG and using Windows Defender, which does a good job and is already part of Windows. 36 minutes ago, IngridFJ said: I'll have to wait for another version I guess. There's no guarantee that AVG won't complain about that as well. Link to comment Share on other sites More sharing options...
IngridFJ Posted September 15 Share Posted September 15 After updating for years and using AVG for years, this was the first time... Link to comment Share on other sites More sharing options...
IngridFJ Posted September 15 Share Posted September 15 (edited) 10 minutes ago, Tactilis said: False positive. Click the 'Melden als fout-positief' link. You'd be better off uninstalling AVG and using Windows Defender, which does a good job and is already part of Windows. There's no guarantee that AVG won't complain about that as well. Can't open the notification anymore, so I can't click the link you adviced. Checkmarked "Beta" on, but still get a small screen in PDN, that it failed. Edited September 15 by IngridFJ Link to comment Share on other sites More sharing options...
Tactilis Posted September 15 Share Posted September 15 2 minutes ago, IngridFJ said: Checkmarked "Beta" on, but still get the small screen in PDN, that it failed. Close paint.net and download the installer. See the first post in this thread where it says "You can also download the installer here" Link to comment Share on other sites More sharing options...
IngridFJ Posted September 15 Share Posted September 15 (edited) 30 minutes ago, Tactilis said: Close paint.net and download the installer. See the first post in this thread where it says "You can also download the installer here" Thanks, but that's for Windows 11... Oh, sorry okay also for 10. Will try!! Found the installer, unzipped it. AVG again said malware. Than I choose "melden als fout positief". Hopefully I can install it soon. Edited September 15 by IngridFJ Found it! Link to comment Share on other sites More sharing options...
Tactilis Posted September 15 Share Posted September 15 1 hour ago, IngridFJ said: Found the installer, unzipped it. AVG again said malware. Temporarily disable AVG until you have installed paint.net https://support.avg.com/SupportArticleView?l=en&urlname=disable-avg-antivirus Link to comment Share on other sites More sharing options...
IngridFJ Posted September 16 Share Posted September 16 Thank you, installed it! Have a nice day. 1 Link to comment Share on other sites More sharing options...
IngridFJ Posted September 16 Share Posted September 16 (edited) @Tactilis I Switched AVG back on, tried a smart scan, it says that there's a threat... see screenshot. Can I safely choose to make an exception for this specific file? Edited September 16 by IngridFJ Refrased the question and added a tag to my post. Link to comment Share on other sites More sharing options...
IngridFJ Posted September 16 Share Posted September 16 OOPS! Deleted the icon of PDN on my desktop (so I assumed) and now I'm not able to open PDN at all. Guess I have to install from scratch Or not? #help Link to comment Share on other sites More sharing options...
Tactilis Posted September 16 Share Posted September 16 2 hours ago, IngridFJ said: I Switched AVG back on, tried a smart scan, it says that there's a threat... see screenshot. Can I safely choose to make an exception for this specific file? It's a false positive. WinRT.Runtime.dll is a library that is provided & supported by Microsoft: https://github.com/microsoft/CsWinRT Yes you can safely add an exception. You can remove it when the AVG detection heuristics eventually learns that WinRT.Runtime.dll is not a trojan. Link to comment Share on other sites More sharing options...
Tactilis Posted September 16 Share Posted September 16 1 minute ago, IngridFJ said: Deleted the icon of PDN on my desktop That's not the cause of the problem. 1 minute ago, IngridFJ said: and now I'm not able to open PDN at all That's because AVG has moved WinRT.Runtime.dll to its quarantine folder. paint.net can no longer load that .dll You can add an exception to AVG then: - Use AVG's facilities to un-quarantine WinRT.Runtime.dll or - Simply reinstall paint.net Link to comment Share on other sites More sharing options...
IngridFJ Posted September 16 Share Posted September 16 Will try. Thanks so far!! Link to comment Share on other sites More sharing options...
Win080811 Posted September 16 Share Posted September 16 Wait, is the ruler rendering problem fixed yet or waiting in the released build? Link to comment Share on other sites More sharing options...
Recommended Posts