Rick Brewster Posted July 29, 2023 Share Posted July 29, 2023 The biggest visible change in this release are some touch-ups to the Colors window. The Primary/Secondary dropdown has been removed, and instead the color boxes themselves will indicate which is the active color. In addition, inconsistencies with left/right clicking for selecting colors have been ironed out. The Colors window will also remember whether it was expanded (More vs. Less) across app sessions. 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). Offline installers, portable ZIPs, and deployable MSIs are available over on GitHub. Changes since v5.0.7: Improved: The primary/secondary dropdown in the Colors window has been removed. The active color is now indicated in the color rectangle itself. Improved: The Colors window will now remember whether it's in the expanded state Fixed: In the Colors window, left clicking in the color wheel or the color palette will always set the active color, and right clicking will always set the inactive color. This was not always consistent before. Changed: The key for centered shape drawing and uniform resizing has been changed from Ctrl to Alt so that it does not collide with zooming with the mouse (Ctrl + Mouse Wheel) Fixed: The keyboard shortcut for previous/next tab is now Ctrl + Page Up/Down, to match other applications New: You can now use Ctrl + Shift + Page Up/Down to move the current tab left or right Fixed: The printing UI is now run out-of-process, which should fix a slew of reliability problems (hangs, crashes) Fixed: The "Add Color" button in the Colors window was often showing the wrong color Fixed: Effects -> Noise -> Median was incorrectly causing transparent pixels (#00000000) to turn into slightly transparent, almost black (#01010101) New: Primitive structs (e.g. RectInt32, Vector4Float) now implement IParsable<T> Fixed: UnaryPixelOps.Invert now works correctly (for plugin developers) Updated the bundled DDSFileTypePlus plugin to version 1.12.1.0, which, which improves support for swizzled BC3/DXT5 normal maps (e.g. DOOM 3), and support for loading textures with an incorrect DDS_PIXELFORMAT size (e.g. FlatOut 2) (thanks @null54!) Updated the bundled WebPFileType plugin to version 1.3.18.0 (thanks @null54!) 2 1 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...
jennem Posted July 30, 2023 Share Posted July 30, 2023 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.8 (β 5.8.8610.38755) Time of crash: 7/30/2023 3:10:50 PM Application uptime: 00:00:10.2706758 Application state: Running Working set: 261,288 KiB Handles and threads: 1526 handles, 93 threads, 198 gdi, 224 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 11 Home 10.0.22621.0 x64 .NET version: .NET 7.0.9 x64 Processor: "AMD Ryzen 7 5700U with Radeon Graphics" @ ~1797MHz (8C/16T, SSE, SSE2, SSE3, SSSE3, SSE4_1, SSE4_2, AVX, AVX2) Memory: 7,517 MB physical (1,817 MB free), 133,948,269 MB virtual free, 19,293 MB pagefile (12,105 MB free) Video card: AMD Radeon(TM) Graphics (fl:12.1, v:1002, d:164C, r:C1), Microsoft Basic Render Driver (fl:12.1, v:1414, d:8C, r:0) Hardware acceleration: True (default: True) (rendering: 🚀 Performance (AMD Radeon(TM) Graphics)) Remote session: no Pointers: HIDI2C Device (ExternalPen, 1x), HIDI2C Device (Touch, 10x), HIDI2C Device (IntegratedPen, 1x) UI animations: True UI DPI: 120 dpi (1.25x scale) UI theme: VisualStyleCategory=Aero, EffectiveTheme=Aero, DWM=yes, AeroColorScheme=Dark, ThemeFileName=Aero.msstyles Updates: True, 7/30/2023 Locale: pdnr.c: en-US, hklm: en-US, hkcu: en-US, cc: en-US, cuic: en-US Flags: Exception details: System.NullReferenceException: Object reference not set to an instance of an object. at PaintDotNet.LayerListBase.CheckLayerSize(Layer layer) in D:\src\pdn\src\Data\LayerListBase.cs:line 176 at PaintDotNet.LayerListBase.Insert(Int32 index, Object value) in D:\src\pdn\src\Data\LayerListBase.cs:line 283 at PaintDotNet.HistoryMementos.DeleteLayerHistoryMemento.OnUndo(ProgressEventHandler progressCallback) in D:\src\pdn\src\PaintDotNet\HistoryMementos\DeleteLayerHistoryMemento.cs:line 40 at PaintDotNet.HistoryMementos.HistoryMemento.PerformUndo(ProgressEventHandler progressCallback) in D:\src\pdn\src\PaintDotNet\HistoryMementos\HistoryMemento.cs:line 149 at PaintDotNet.HistoryStack.StepBackwardImpl(IWin32Window owner) in D:\src\pdn\src\PaintDotNet\HistoryStack.cs:line 343 at PaintDotNet.HistoryStack.StepBackward(IWin32Window owner) in D:\src\pdn\src\PaintDotNet\HistoryStack.cs:line 330 at PaintDotNet.Actions.HistoryUndoAction.OnPerformAction(DocumentWorkspace docWorkspace) in D:\src\pdn\src\PaintDotNet\Actions\HistoryUndoAction.cs:line 31 at PaintDotNet.Actions.DocumentWorkspaceAction.PerformAction(DocumentWorkspace docWorkspace) in D:\src\pdn\src\PaintDotNet\Actions\DocumentWorkspaceAction.cs:line 52 at PaintDotNet.Controls.DocumentWorkspace.PerformAction(DocumentWorkspaceAction action) in D:\src\pdn\src\PaintDotNet\Controls\DocumentWorkspace.cs:line 1089 at PaintDotNet.Controls.AppWorkspace.OnCommonActionsStripButtonClick(Object sender, ValueEventArgs`1 e) in D:\src\pdn\src\PaintDotNet\Controls\AppWorkspace.cs:line 2659 at PaintDotNet.ValueEventHandlerExtensions.Raise[T](ValueEventHandler`1 handler, Object sender, T value) in D:\src\pdn\src\Fundamentals\ValueEventHandlerExtensions.cs:line 29 at PaintDotNet.Controls.CommonActionsStrip.OnItemClicked(ToolStripItemClickedEventArgs e) in D:\src\pdn\src\PaintDotNet\Controls\CommonActionsStrip.cs:line 210 at System.Windows.Forms.ToolStrip.HandleItemClick(ToolStripItem dismissingItem) at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e) at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e) at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea) at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks) at System.Windows.Forms.Control.WndProc(Message& m) at System.Windows.Forms.ScrollableControl.WndProc(Message& m) at System.Windows.Forms.ToolStrip.WndProc(Message& m) at PaintDotNet.SystemLayer.ToolStripEx.WndProc(Message& m) in D:\src\pdn\src\SystemLayer\ToolStripEx.cs:line 86 at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m) 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.8.8610.38755 System.Runtime, .\System.Runtime.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Windows.Forms, .\System.Windows.Forms.dll, Version=7.0.0.0, PublicKeyToken=b77a5c561934e089 PaintDotNet.Fundamentals, .\PaintDotNet.Fundamentals.dll, Version=5.8.8610.38755 PaintDotNet.ComponentModel, .\PaintDotNet.ComponentModel.dll, Version=5.8.8610.38755 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.8.8610.38755 PaintDotNet.Collections, .\PaintDotNet.Collections.dll, Version=5.8.8610.38755 PaintDotNet.Windows, .\PaintDotNet.Windows.dll, Version=5.8.8610.38755 TerraFX.Interop.Windows, .\TerraFX.Interop.Windows.dll, Version=10.0.22621.2, PublicKeyToken=35b01b53313a6f7e PaintDotNet.Primitives, .\PaintDotNet.Primitives.dll, Version=5.8.8610.38755 System.Collections.Concurrent, .\System.Collections.Concurrent.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a PaintDotNet.Runtime, .\PaintDotNet.Runtime.dll, Version=5.8.8610.38755 PointerToolkit, .\PointerToolkit.dll, Version=1.0.0.0 System.Threading, .\System.Threading.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a PaintDotNet.SystemLayer, .\PaintDotNet.SystemLayer.dll, Version=5.8.8610.38755 System.Diagnostics.Process, .\System.Diagnostics.Process.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a PaintDotNet.Systrace, .\PaintDotNet.Systrace.dll, Version=5.8.8610.38755 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 PresentationFramework, .\PresentationFramework.dll, Version=7.0.0.0, PublicKeyToken=31bf3856ad364e35 System.Runtime.InteropServices, .\System.Runtime.InteropServices.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a 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.ComponentModel, .\System.ComponentModel.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a PaintDotNet.ObjectModel, .\PaintDotNet.ObjectModel.dll, Version=5.8.8610.38755 System.Diagnostics.TraceSource, .\System.Diagnostics.TraceSource.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.8.8610.38755 PaintDotNet.Resources, .\PaintDotNet.Resources.dll, Version=5.8.8610.38755 System.Configuration.ConfigurationManager, .\System.Configuration.ConfigurationManager.dll, Version=7.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51 System.ObjectModel, .\System.ObjectModel.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Collections.Specialized, .\System.Collections.Specialized.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a PaintDotNet.Data, .\PaintDotNet.Data.dll, Version=5.8.8610.38755 PaintDotNet.Framework, .\PaintDotNet.Framework.dll, Version=5.8.8610.38755 CommunityToolkit.HighPerformance, .\CommunityToolkit.HighPerformance.dll, Version=8.2.0.0, PublicKeyToken=4aff67a105548ee2 System.Threading.ThreadPool, .\System.Threading.ThreadPool.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Xml.ReaderWriter, .\System.Xml.ReaderWriter.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a PaintDotNet.Windows.Framework, .\PaintDotNet.Windows.Framework.dll, Version=5.8.8610.38755 System.Private.Xml, .\System.Private.Xml.dll, Version=7.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51 PaintDotNet.UI, .\PaintDotNet.UI.dll, Version=5.8.8610.38755 System.Net.WebClient, .\System.Net.WebClient.dll, Version=7.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51 System.ComponentModel.EventBasedAsync, .\System.ComponentModel.EventBasedAsync.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Drawing.Common, .\System.Drawing.Common.dll, Version=7.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51 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 Microsoft.Win32.SystemEvents, .\Microsoft.Win32.SystemEvents.dll, Version=7.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51 System.Text.Encoding.Extensions, .\System.Text.Encoding.Extensions.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Linq, .\System.Linq.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a Microsoft.Win32.Registry, .\Microsoft.Win32.Registry.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Diagnostics.FileVersionInfo, .\System.Diagnostics.FileVersionInfo.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Security.Principal.Windows, .\System.Security.Principal.Windows.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Security.Claims, .\System.Security.Claims.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a ComputeSharp.D2D1, .\ComputeSharp.D2D1.dll, Version=2.0.3.0 System.ComponentModel.TypeConverter, .\System.ComponentModel.TypeConverter.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a PaintDotNet.Windows.Core, .\PaintDotNet.Windows.Core.dll, Version=5.8.8610.38755 PresentationCore, .\PresentationCore.dll, Version=7.0.0.0, PublicKeyToken=31bf3856ad364e35 DirectWriteForwarder, .\DirectWriteForwarder.dll, Version=7.0.0.0, PublicKeyToken=31bf3856ad364e35 PaintDotNet.PropertySystem, .\PaintDotNet.PropertySystem.dll, Version=5.8.8610.38755 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.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.IO.Packaging, .\System.IO.Packaging.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a PaintDotNet.Effects.Core, .\PaintDotNet.Effects.Core.dll, Version=5.8.8610.38755 Accessibility, .\Accessibility.dll, Version=4.0.0.0, PublicKeyToken=31bf3856ad364e35 UIAutomationTypes, .\UIAutomationTypes.dll, Version=7.0.0.0, PublicKeyToken=31bf3856ad364e35 System.Numerics.Vectors, .\System.Numerics.Vectors.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Threading.Tasks.Parallel, .\System.Threading.Tasks.Parallel.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a PaintDotNet.Effects.Gpu, .\PaintDotNet.Effects.Gpu.dll, Version=5.8.8610.38755 PaintDotNet.Effects, .\PaintDotNet.Effects.dll, Version=5.8.8610.38755 System.Runtime.Loader, .\System.Runtime.Loader.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a AvifFileType, .\Bundled\AvifFileType\AvifFileType.dll, Version=1.1.25.0 WebPFileType, .\Bundled\WebPFileType\WebPFileType.dll, Version=1.3.18.0 DdsFileTypePlus, .\Bundled\DDSFileTypePlus\DdsFileTypePlus.dll, Version=1.12.1.0 PaintDotNet.Effects.Legacy, .\PaintDotNet.Effects.Legacy.dll, Version=5.8.8610.38755 Crc32.NET, .\Crc32.NET.dll, Version=1.0.0.0, PublicKeyToken=dc0b95cf99bf4e99 System.Security.Cryptography, .\System.Security.Cryptography.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.Serialization.Formatters, .\System.Runtime.Serialization.Formatters.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Runtime.Numerics, .\System.Runtime.Numerics.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Text.RegularExpressions, .\System.Text.RegularExpressions.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 PointerToolkit.TerraFX.Interop.Windows, .\PointerToolkit.TerraFX.Interop.Windows.dll, Version=10.0.22621.2 System.IO.Compression, .\System.IO.Compression.dll, Version=7.0.0.0, PublicKeyToken=b77a5c561934e089 System.CodeDom, .\System.CodeDom.dll, Version=7.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51 mscorlib, .\mscorlib.dll, Version=4.0.0.0, PublicKeyToken=b77a5c561934e089 System.Private.Xml.Linq, .\System.Private.Xml.Linq.dll, Version=7.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51 PresentationFramework-SystemXmlLinq, .\PresentationFramework-SystemXmlLinq.dll, Version=7.0.0.0, PublicKeyToken=b77a5c561934e089 System.Xml.XDocument, .\System.Xml.XDocument.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Xml.Linq, .\System.Xml.Linq.dll, Version=4.0.0.0, PublicKeyToken=b77a5c561934e089 K4os.Compression.LZ4, .\K4os.Compression.LZ4.dll, Version=1.2.16.0, PublicKeyToken=2186fa9121ef231d Native modules: .\paintdotnet.exe, version=5.8.8610.38755 C:\WINDOWS\SYSTEM32\ntdll.dll, version=10.0.22621.1485 (WinBuild.160101.0800) C:\WINDOWS\System32\KERNEL32.DLL, version=10.0.22621.1928 (WinBuild.160101.0800) C:\WINDOWS\System32\KERNELBASE.dll, version=10.0.22621.1928 (WinBuild.160101.0800) C:\WINDOWS\System32\SHELL32.dll, version=10.0.22621.1635 (WinBuild.160101.0800) C:\WINDOWS\System32\msvcp_win.dll, version=10.0.22621.608 (WinBuild.160101.0800) C:\WINDOWS\System32\ucrtbase.dll, version=10.0.22621.608 (WinBuild.160101.0800) C:\WINDOWS\System32\USER32.dll, version=10.0.22621.1 (WinBuild.160101.0800) C:\WINDOWS\System32\win32u.dll, version=10.0.22621.1992 (WinBuild.160101.0800) C:\WINDOWS\System32\GDI32.dll, version=10.0.22621.1778 (WinBuild.160101.0800) C:\WINDOWS\System32\gdi32full.dll, version=10.0.22621.1778 (WinBuild.160101.0800) C:\WINDOWS\System32\ole32.dll, version=10.0.22621.1 (WinBuild.160101.0800) C:\WINDOWS\System32\combase.dll, version=10.0.22621.1 (WinBuild.160101.0800) C:\WINDOWS\System32\RPCRT4.dll, version=10.0.22621.1344 (WinBuild.160101.0800) C:\WINDOWS\System32\OLEAUT32.dll, version=10.0.22621.1992 (WinBuild.160101.0800) C:\WINDOWS\System32\SHLWAPI.dll, version=10.0.22621.1 (WinBuild.160101.0800) C:\WINDOWS\System32\msvcrt.dll, version=7.0.22621.608 (WinBuild.160101.0800) .\VCRUNTIME140_1.dll, version=14.36.32532.0 .\VCRUNTIME140.dll, version=14.36.32532.0 C:\WINDOWS\System32\IMM32.DLL, version=10.0.22621.1344 (WinBuild.160101.0800) C:\WINDOWS\System32\shcore.dll, version=10.0.22621.1 (WinBuild.160101.0800) .\hostfxr.dll, version=7,0,923,32018 @Commit: 8e9a17b2216f51a5788f8b1c467a4cf3b769e7d7 C:\WINDOWS\System32\ADVAPI32.dll, version=10.0.22621.1 (WinBuild.160101.0800) C:\WINDOWS\System32\sechost.dll, version=10.0.22621.1 (WinBuild.160101.0800) .\hostpolicy.dll, version=7,0,923,32018 @Commit: 8e9a17b2216f51a5788f8b1c467a4cf3b769e7d7 .\coreclr.dll, version=7,0,923,32018 @Commit: 8e9a17b2216f51a5788f8b1c467a4cf3b769e7d7 C:\WINDOWS\System32\bcryptPrimitives.dll, version=10.0.22621.1928 (WinBuild.160101.0800) .\System.Private.CoreLib.dll, version=7.0.923.32018 .\clrjit.dll, version=7,0,923,32018 @Commit: 8e9a17b2216f51a5788f8b1c467a4cf3b769e7d7 C:\WINDOWS\SYSTEM32\kernel.appcore.dll, version=10.0.22621.1 (WinBuild.160101.0800) .\paintdotnet.dll, version=5.8.8610.38755 .\System.Runtime.dll, version=7.0.923.32018 C:\WINDOWS\system32\uxtheme.dll, version=10.0.22621.1 (WinBuild.160101.0800) .\System.Windows.Forms.dll, version=7.0.923.32106 .\PaintDotNet.Fundamentals.dll, version=5.8.8610.38755 .\PaintDotNet.ComponentModel.dll, version=5.8.8610.38755 .\System.Diagnostics.Tracing.dll, version=7.0.923.32018 C:\WINDOWS\SYSTEM32\icu.dll, version=68, 2, 0, 10 (WinBuild.160101.0800) .\System.Threading.Thread.dll, version=7.0.923.32018 .\PaintDotNet.Base.dll, version=5.8.8610.38755 .\PaintDotNet.Collections.dll, version=5.8.8610.38755 .\PaintDotNet.Windows.dll, version=5.8.8610.38755 .\TerraFX.Interop.Windows.dll, version=10.0.22621.2 .\PaintDotNet.Primitives.dll, version=5.8.8610.38755 .\System.Collections.Concurrent.dll, version=7.0.923.32018 .\PaintDotNet.Runtime.dll, version=5.8.8610.38755 .\PointerToolkit.dll, version=1.0.0.0 .\System.Threading.dll, version=7.0.923.32018 .\PaintDotNet.SystemLayer.dll, version=5.8.8610.38755 .\System.Diagnostics.Process.dll, version=7.0.923.32018 .\PaintDotNet.Systrace.dll, version=5.8.8610.38755 C:\WINDOWS\SYSTEM32\windows.storage.dll, version=10.0.22621.608 (WinBuild.160101.0800) C:\WINDOWS\SYSTEM32\wintypes.dll, version=10.0.22621.1 (WinBuild.160101.0800) .\System.Private.Uri.dll, version=7.0.923.32018 C:\WINDOWS\SYSTEM32\BCrypt.dll, version=10.0.22621.1 (WinBuild.160101.0800) .\System.ComponentModel.Primitives.dll, version=7.0.923.32018 .\WindowsBase.dll, version=7.0.923.32109 .\System.Windows.Forms.Primitives.dll, version=7.0.923.32106 .\PresentationFramework.dll, version=7.0.923.32109 .\System.Runtime.InteropServices.dll, version=7.0.923.32018 .\System.Drawing.Primitives.dll, version=7.0.923.32018 .\System.Xaml.dll, version=7.0.923.32109 .\System.ComponentModel.dll, version=7.0.923.32018 .\PaintDotNet.ObjectModel.dll, version=5.8.8610.38755 .\System.Diagnostics.TraceSource.dll, version=7.0.923.32018 .\System.Collections.dll, version=7.0.923.32018 .\Microsoft.Win32.Primitives.dll, version=7.0.923.32018 .\System.Text.Encoding.CodePages.dll, version=7.0.923.32018 .\PaintDotNet.Core.dll, version=5.8.8610.38755 .\PaintDotNet.Resources.dll, version=5.8.8610.38755 .\System.Configuration.ConfigurationManager.dll, version=7.0.923.32018 .\System.ObjectModel.dll, version=7.0.923.32018 .\System.Collections.Specialized.dll, version=7.0.923.32018 .\PaintDotNet.Data.dll, version=5.8.8610.38755 .\PaintDotNet.Framework.dll, version=5.8.8610.38755 .\CommunityToolkit.HighPerformance.dll, version=8.2.1.1 .\PresentationNative_cor3.dll, version=7,0,23,31504 @Commit: 3d546d231965a491808da399db66c7d7117cbac9 .\System.Threading.ThreadPool.dll, version=7.0.923.32018 .\System.Xml.ReaderWriter.dll, version=7.0.923.32018 .\PaintDotNet.Windows.Framework.dll, version=5.8.8610.38755 .\System.Private.Xml.dll, version=7.0.923.32018 C:\WINDOWS\SYSTEM32\dxgi.DLL, version=10.0.22621.1485 (WinBuild.160101.0800) .\PaintDotNet.UI.dll, version=5.8.8610.38755 C:\WINDOWS\SYSTEM32\dxcore.dll, version=10.0.22621.1778 (WinBuild.160101.0800) .\System.Net.WebClient.dll, version=7.0.923.32018 .\System.ComponentModel.EventBasedAsync.dll, version=7.0.923.32018 .\System.Drawing.Common.dll, version=7.0.923.32018 .\System.Memory.dll, version=7.0.923.32018 .\System.Collections.Immutable.dll, version=7.0.923.32018 C:\WINDOWS\SYSTEM32\directxdatabasehelper.dll, version=10.0.22621.1635 (WinBuild.160101.0800) .\Microsoft.Win32.SystemEvents.dll, version=7.0.923.32018 .\System.Text.Encoding.Extensions.dll, version=7.0.923.32018 .\System.Linq.dll, version=7.0.923.32018 C:\WINDOWS\System32\MSCTF.dll, version=10.0.22621.1 (WinBuild.160101.0800) C:\WINDOWS\SYSTEM32\profapi.dll, version=10.0.22621.1928 (WinBuild.160101.0800) .\Microsoft.Win32.Registry.dll, version=7.0.923.32018 .\System.Diagnostics.FileVersionInfo.dll, version=7.0.923.32018 C:\WINDOWS\SYSTEM32\version.dll, version=10.0.22621.1 (WinBuild.160101.0800) .\System.Security.Principal.Windows.dll, version=7.0.923.32018 .\System.Security.Claims.dll, version=7.0.923.32018 .\ComputeSharp.D2D1.dll, version=2.0.3.0 C:\WINDOWS\SYSTEM32\d3d11.DLL, version=10.0.22621.1928 (WinBuild.160101.0800) C:\WINDOWS\System32\DriverStore\FileRepository\u0390147.inf_amd64_9924c2dcc0ee3206\B389503\aticfx64.dll, version=8.17.10.1698 C:\WINDOWS\SYSTEM32\WINMM.dll, version=10.0.22621.1 (WinBuild.160101.0800) .\System.ComponentModel.TypeConverter.dll, version=7.0.923.32018 C:\WINDOWS\System32\DriverStore\FileRepository\u0390147.inf_amd64_9924c2dcc0ee3206\B389503\atiuxp64.dll, version=8.14.01.6564 C:\WINDOWS\System32\DriverStore\FileRepository\u0390147.inf_amd64_9924c2dcc0ee3206\B389503\atidxx64.dll, version=8.17.10.01077 C:\WINDOWS\System32\SETUPAPI.dll, version=10.0.22621.1 (WinBuild.160101.0800) C:\WINDOWS\SYSTEM32\cfgmgr32.DLL, version=10.0.22621.1344 (WinBuild.160101.0800) C:\WINDOWS\SYSTEM32\apphelp.dll, version=10.0.22621.1 (WinBuild.160101.0800) C:\WINDOWS\SYSTEM32\amdihk64.dll, version=2,00,00,1788 .\PaintDotNet.Windows.Core.dll, version=5.8.8610.38755 .\PresentationCore.dll, version=7.0.923.32109 C:\WINDOWS\SYSTEM32\d2d1.DLL, version=10.0.22621.1 (WinBuild.160101.0800) .\DirectWriteForwarder.dll, version=7,0,923,32109 @Commit: d41bd7da4139331ef02657deb7944df43b8a181c C:\WINDOWS\System32\clbcatq.dll, version=2001.12.10941.16384 (WinBuild.160101.0800) .\PaintDotNet.PropertySystem.dll, version=5.8.8610.38755 C:\WINDOWS\System32\UIAnimation.dll, version=10.0.22621.1 (WinBuild.160101.0800) .\System.Runtime.Extensions.dll, version=7.0.923.32018 .\System.Diagnostics.Debug.dll, version=7.0.923.32018 .\System.Runtime.CompilerServices.VisualC.dll, version=7.0.923.32018 C:\WINDOWS\WinSxS\amd64_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.22621.1778_none_57fe2016ce1542ec\gdiplus.dll, version=10.0.22621.1778 (WinBuild.160101.0800) C:\WINDOWS\SYSTEM32\WindowsCodecs.dll, version=10.0.22621.1635 (WinBuild.160101.0800) C:\WINDOWS\SYSTEM32\dwrite.dll, version=10.0.22621.1 (WinBuild.160101.0800) .\System.Collections.NonGeneric.dll, version=7.0.923.32018 .\System.IO.Packaging.dll, version=7.0.923.32018 .\PaintDotNet.Effects.Core.dll, version=5.8.8610.38755 C:\WINDOWS\SYSTEM32\XmlLite.dll, version=10.0.22621.608 (WinBuild.160101.0800) .\Accessibility.dll, version=7.0.923.32106 C:\WINDOWS\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.22621.1635_none_270f70857386168e\comctl32.dll, version=6.10 (WinBuild.160101.0800) C:\WINDOWS\SYSTEM32\D3DSCache.dll, version=10.0.22621.1 (WinBuild.160101.0800) C:\WINDOWS\SYSTEM32\USERENV.dll, version=10.0.22621.1 (WinBuild.160101.0800) C:\WINDOWS\SYSTEM32\twinapi.appcore.dll, version=10.0.22621.1 (WinBuild.160101.0800) .\UIAutomationTypes.dll, version=7.0.923.32109 .\System.Numerics.Vectors.dll, version=7.0.923.32018 .\System.Threading.Tasks.Parallel.dll, version=7.0.923.32018 .\PaintDotNet.Effects.Gpu.dll, version=5.8.8610.38755 .\PaintDotNet.Effects.dll, version=5.8.8610.38755 C:\WINDOWS\SYSTEM32\mfplat.dll, version=10.0.22621.1 (WinBuild.160101.0800) C:\WINDOWS\SYSTEM32\RTWorkQ.DLL, version=10.0.22621.1 (WinBuild.160101.0800) C:\WINDOWS\SYSTEM32\CompPkgSup.DLL, version=10.0.22621.1485 (WinBuild.160101.0800) .\System.Runtime.Loader.dll, version=7.0.923.32018 C:\WINDOWS\SYSTEM32\TextShaping.dll, version=10.0.22621.1635 (WinBuild.160101.0800) C:\Windows\System32\Windows.StateRepositoryPS.dll, version=10.0.22621.1928 (WinBuild.160101.0800) .\Bundled\AvifFileType\AvifFileType.dll, version=1.1.25.0 .\Bundled\WebPFileType\WebPFileType.dll, version=1.3.18.0 .\Bundled\DDSFileTypePlus\DdsFileTypePlus.dll, version=1.12.1.0 C:\WINDOWS\SYSTEM32\windows.staterepositoryclient.dll, version=10.0.22621.1928 (WinBuild.160101.0800) C:\WINDOWS\SYSTEM32\windows.staterepositorycore.dll, version=10.0.22621.1928 (WinBuild.160101.0800) .\PaintDotNet.Effects.Legacy.dll, version=5.8.8610.38755 C:\WINDOWS\SYSTEM32\wtsapi32.dll, version=10.0.22621.1 (WinBuild.160101.0800) C:\WINDOWS\SYSTEM32\WINSTA.dll, version=10.0.22621.1635 (WinBuild.160101.0800) C:\WINDOWS\SYSTEM32\D3D10Warp.dll, version=10.0.22621.1194 (WinBuild.160101.0800) C:\WINDOWS\SYSTEM32\UIAutomationCore.dll, version=7.2.22621.1 (WinBuild.160101.0800) C:\WINDOWS\SYSTEM32\dwmapi.DLL, version=10.0.22621.1 (WinBuild.160101.0800) C:\WINDOWS\system32\dataexchange.dll, version=10.0.22621.608 (WinBuild.160101.0800) C:\WINDOWS\SYSTEM32\textinputframework.dll, version=10.0.22621.1928 (WinBuild.160101.0800) C:\WINDOWS\SYSTEM32\CoreMessaging.dll, version=10.0.22621.1635 (WinBuild.160101.0800) C:\WINDOWS\SYSTEM32\CoreUIComponents.dll, version=10.0.22621.1635 C:\WINDOWS\SYSTEM32\CRYPTBASE.DLL, version=10.0.22621.1 (WinBuild.160101.0800) C:\WINDOWS\system32\Oleacc.dll, version=7.2.22621.1 (WinBuild.160101.0800) C:\WINDOWS\SYSTEM32\powrprof.dll, version=10.0.22621.1 (WinBuild.160101.0800) C:\WINDOWS\SYSTEM32\UMPDC.dll, version=10.0.22621.1 (WinBuild.160101.0800) .\Crc32.NET.dll, version=1.2.0.5 .\System.Security.Cryptography.dll, version=7.0.923.32018 .\Newtonsoft.Json.dll, version=13.0.3.27908 .\System.Linq.Expressions.dll, version=7.0.923.32018 .\System.Runtime.Serialization.Formatters.dll, version=7.0.923.32018 .\System.Runtime.Numerics.dll, version=7.0.923.32018 .\System.Text.RegularExpressions.dll, version=7.0.923.32018 .\PaintDotNet.SystemLayer.Native.x64.dll, version=5.8.8610.38755 .\System.Runtime.Intrinsics.dll, version=7.0.923.32018 C:\Windows\System32\OneCoreCommonProxyStub.dll, version=10.0.22621.1778 (WinBuild.160101.0800) .\PhotoSauce.MagicScaler.dll, version=0.13.2.0 C:\WINDOWS\system32\explorerframe.dll, version=10.0.22621.608 (WinBuild.160101.0800) C:\WINDOWS\SYSTEM32\PROPSYS.dll, version=7.0.22621.1 (WinBuild.160101.0800) .\ComputeSharp.Core.dll, version=2.0.3.0 C:\WINDOWS\SYSTEM32\d3dcompiler_47.DLL, version=10.0.22621.608 (WinBuild.160101.0800) C:\WINDOWS\SYSTEM32\CRYPTSP.dll, version=10.0.22621.1 (WinBuild.160101.0800) C:\WINDOWS\SYSTEM32\Cabinet.dll, version=5.00 (WinBuild.160101.0800) C:\WINDOWS\SYSTEM32\sxs.dll, version=10.0.22621.1 (WinBuild.160101.0800) C:\WINDOWS\SYSTEM32\dcomp.dll, version=10.0.22621.1928 (WinBuild.160101.0800) C:\WINDOWS\System32\comdlg32.dll, version=10.0.22621.1 (WinBuild.160101.0800) C:\Windows\System32\Windows.FileExplorer.Common.dll, version=10.0.22621.608 (WinBuild.160101.0800) C:\WINDOWS\system32\NetworkExplorer.dll, version=10.0.22621.1 (WinBuild.160101.0800) C:\WINDOWS\System32\DUI70.dll, version=10.0.22621.1 (WinBuild.160101.0800) C:\WINDOWS\System32\DUser.dll, version=10.0.22621.1 (WinBuild.160101.0800) C:\Program Files\Common Files\microsoft shared\ink\tiptsf.dll, version=10.0.22621.1 (WinBuild.160101.0800) C:\WINDOWS\SYSTEM32\atlthunk.dll, version=10.0.22621.1 (WinBuild.160101.0800) C:\WINDOWS\SYSTEM32\edputil.dll, version=10.0.22621.1 (WinBuild.160101.0800) C:\Windows\System32\thumbcache.dll, version=10.0.22621.1 (WinBuild.160101.0800) C:\WINDOWS\SYSTEM32\policymanager.dll, version=10.0.22621.1928 (WinBuild.160101.0800) C:\WINDOWS\SYSTEM32\msvcp110_win.dll, version=10.0.22621.1 (WinBuild.160101.0800) C:\Windows\System32\Windows.Globalization.dll, version=10.0.22621.1 (WinBuild.160101.0800) C:\WINDOWS\SYSTEM32\globinputhost.dll, version=10.0.22621.1635 (WinBuild.160101.0800) C:\WINDOWS\SYSTEM32\Bcp47Langs.dll, version=10.0.22621.608 (WinBuild.160101.0800) C:\WINDOWS\System32\StructuredQuery.dll, version=7.0.22621.1635 (WinBuild.160101.0800) C:\Windows\System32\Windows.System.Launcher.dll, version=10.0.22621.1 (WinBuild.160101.0800) C:\WINDOWS\system32\Windows.Storage.Search.dll, version=10.0.22621.1 (WinBuild.160101.0800) C:\Windows\System32\cldapi.dll, version=10.0.22621.1 (WinBuild.160101.0800) C:\WINDOWS\SYSTEM32\SspiCli.dll, version=10.0.22621.1635 (WinBuild.160101.0800) C:\WINDOWS\system32\windowsudk.shellcommon.dll, version=10.0.22621.1928 (WinBuild.160101.0800) C:\Windows\System32\Windows.UI.dll, version=10.0.22621.1 (WinBuild.160101.0800) C:\Windows\System32\Windows.UI.Immersive.dll, version=10.0.22621.1 (WinBuild.160101.0800) C:\WINDOWS\system32\IconCodecService.dll, version=10.0.22621.1 (WinBuild.160101.0800) C:\WINDOWS\system32\mssprxy.dll, version=7.0.22621.1928 (WinBuild.160101.0800) C:\Users\jenne\AppData\Local\Microsoft\OneDrive\23.142.0709.0001\FileSyncShell64.dll, version=23.142.0709.0001 C:\WINDOWS\System32\CRYPT32.dll, version=10.0.22621.1 (WinBuild.160101.0800) C:\WINDOWS\SYSTEM32\Secur32.dll, version=10.0.22621.1 (WinBuild.160101.0800) C:\WINDOWS\SYSTEM32\WININET.dll, version=11.00.22621.1 (WinBuild.160101.0800) C:\Windows\System32\EhStorShell.dll, version=10.0.22621.1 (WinBuild.160101.0800) C:\Windows\System32\twinapi.dll, version=10.0.22621.1 (WinBuild.160101.0800) C:\WINDOWS\System32\coml2.dll, version=10.0.22621.1 (WinBuild.160101.0800) C:\WINDOWS\SYSTEM32\LINKINFO.dll, version=10.0.22621.1 (WinBuild.160101.0800) C:\Windows\System32\MrmCoreR.dll, version=10.0.22621.1928 (WinBuild.160101.0800) C:\Windows\System32\iertutil.dll, version=11.00.22621.1 (WinBuild.160101.0800) C:\Windows\System32\OneCoreUAPCommonProxyStub.dll, version=10.0.22621.1778 (WinBuild.160101.0800) C:\WINDOWS\SYSTEM32\PhotoMetadataHandler.dll, version=10.0.22621.1635 (WinBuild.160101.0800) C:\Windows\System32\bcp47mrm.dll, version=10.0.22621.1635 (WinBuild.160101.0800) C:\WINDOWS\SYSTEM32\searchfolder.dll, version=10.0.22621.1 (WinBuild.160101.0800) C:\Windows\System32\appresolver.dll, version=10.0.22621.1 (WinBuild.160101.0800) C:\Windows\System32\threadpoolwinrt.dll, version=10.0.22621.1 (WinBuild.160101.0800) C:\Windows\System32\ActXPrxy.dll, version=10.0.22621.900 (WinBuild.160101.0800) C:\WINDOWS\SYSTEM32\MPR.dll, version=10.0.22621.1 (WinBuild.160101.0800) C:\WINDOWS\System32\p9np.dll, version=10.0.22621.1635 (WinBuild.160101.0800) C:\WINDOWS\System32\drprov.dll, version=10.0.22621.1 (WinBuild.160101.0800) C:\WINDOWS\System32\ntlanman.dll, version=10.0.22621.1 (WinBuild.160101.0800) C:\WINDOWS\System32\davclnt.dll, version=10.0.22621.1 (WinBuild.160101.0800) C:\WINDOWS\System32\wkscli.dll, version=10.0.22621.1928 (WinBuild.160101.0800) C:\WINDOWS\SYSTEM32\cscapi.dll, version=10.0.22621.1 (WinBuild.160101.0800) C:\WINDOWS\System32\netutils.dll, version=10.0.22621.674 (WinBuild.160101.0800) C:\Windows\System32\dlnashext.dll, version=10.0.22621.1 (WinBuild.160101.0800) C:\Windows\System32\PlayToDevice.dll, version=10.0.22621.1 (WinBuild.160101.0800) C:\Windows\System32\DevDispItemProvider.dll, version=10.0.22621.1 (WinBuild.160101.0800) C:\WINDOWS\System32\MMDevApi.dll, version=10.0.22621.1 (WinBuild.160101.0800) C:\WINDOWS\System32\DEVOBJ.dll, version=10.0.22621.1344 (WinBuild.160101.0800) C:\WINDOWS\system32\wpdshext.dll, version=10.0.22621.1 (WinBuild.160101.0800) C:\Windows\System32\PortableDeviceApi.dll, version=10.0.22621.1 (WinBuild.160101.0800) C:\WINDOWS\System32\WINTRUST.dll, version=10.0.22621.1928 (WinBuild.160101.0800) C:\WINDOWS\SYSTEM32\MSASN1.dll, version=10.0.22621.819 (WinBuild.160101.0800) C:\Windows\System32\EhStorAPI.dll, version=10.0.22621.1 (WinBuild.160101.0800) C:\WINDOWS\SYSTEM32\ntmarta.dll, version=10.0.22621.1 (WinBuild.160101.0800) .\PointerToolkit.TerraFX.Interop.Windows.dll, version=10.0.22621.2 .\System.IO.Compression.dll, version=7.0.923.32018 .\System.CodeDom.dll, version=7.0.923.32018 .\mscorlib.dll, version=7.0.923.32018 .\System.IO.Compression.Native.dll, version=7,0,923,32018 @Commit: 8e9a17b2216f51a5788f8b1c467a4cf3b769e7d7 .\System.Private.Xml.Linq.dll, version=7.0.923.32018 .\PresentationFramework-SystemXmlLinq.dll, version=7.0.923.32109 .\System.Xml.XDocument.dll, version=7.0.923.32018 .\System.Xml.Linq.dll, version=7.0.923.32018 .\K4os.Compression.LZ4.dll, version=1.2.16 ----------------------------------------------------------- Link to comment Share on other sites More sharing options...
Rick Brewster Posted July 30, 2023 Author Share Posted July 30, 2023 Thanks -- I've had several reports of this. I'm releasing a hotfix right now. 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 July 30, 2023 Author Share Posted July 30, 2023 New build is now available: 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...
Recommended Posts