Asuca Posted January 12 Posted January 12 Nice to meet you. I have always used Paint.net. I have only one question. I searched the net and found that other people said it could only load images up to 65535x65535 pixels, but I verified that it can load images larger than 65536x65536 pixels. However, there is a problem: if the height or width is larger than 65536 pixels, it cannot be saved. When I try to save the file, I get the following error message and cannot save the file. Is this a problem on my end and is there any way to fix it? Also, is there a plugin or something available to fix this? Thank you in advance for your answer. This is the content of the error. Spoiler Exception: System.AggregateException: One or more errors occurred. (location = FrameSetSize) (location = UnhandledEncodeError) ---> PaintDotNet.Data.WicEncodeException: location = FrameSetSize ---> PaintDotNet.Imaging.ImageSizeOutOfRangeException (0x88982F51): Exception of type 'PaintDotNet.Imaging.ImageSizeOutOfRangeException' was thrown. (ImagingError.ImageSizeOutOfRange 0x88982F51) at PaintDotNet.Interop.ExceptionFactory.ThrowError(Int32 hr, String message, Exception innerEx) in D:\src\pdn\src_4_3_x\Windows\Interop\ExceptionFactory.cs:line 54 at PaintDotNet.Imaging.WICBitmapFrameEncode.SetSize(SizeInt32 size) in D:\src\pdn\src_4_3_x\Windows\Imaging\WICBitmapFrameEncode.cs:line 138 at PaintDotNet.Data.WicEncoder.Try(WicEncodeLocation location, Action action) in D:\src\pdn\src_4_3_x\PaintDotNet\Data\WicEncoder.cs:line 322 --- End of inner exception stack trace --- at PaintDotNet.Data.WicEncoder.Try(WicEncodeLocation location, Action action) in D:\src\pdn\src_4_3_x\PaintDotNet\Data\WicEncoder.cs:line 326 at PaintDotNet.Data.WicEncoder.Encode(IBitmapSource source, Vector2Double dpi, IReadOnlyList`1 exifPropertyItems, IReadOnlyList`1 iptcPropertyItems, XmpPacket xmpPacket, Stream output, ContainerFormat containerFormat, Nullable`1 preferredVendor, IEnumerable`1 encoderOptions, IMetadataTranscoder metadataTranscoder, WriteSourceMode writeSourceMode, ProgressEventHandler progressCallback, Object progressCallbackSender, Double progressPercentStart) in D:\src\pdn\src_4_3_x\PaintDotNet\Data\WicEncoder.cs:line 200 at PaintDotNet.Data.WicEncoder.Encode(WicEncodeParameters parameters) in D:\src\pdn\src_4_3_x\PaintDotNet\Data\WicEncoder.cs:line 147 at PaintDotNet.Data.WicEncoder.Encode() in D:\src\pdn\src_4_3_x\PaintDotNet\Data\WicEncoder.cs:line 61 --- End of inner exception stack trace --- at PaintDotNet.Data.WicEncoder.AddExceptionAndThrowAll(Exception ex) in D:\src\pdn\src_4_3_x\PaintDotNet\Data\WicEncoder.cs:line 115 at PaintDotNet.Data.WicEncoder.Encode() in D:\src\pdn\src_4_3_x\PaintDotNet\Data\WicEncoder.cs:line 87 at PaintDotNet.Data.WicHelpers.Save(IBitmapSource`1 sourceBgra32, Vector2Double dpi, Metadata metadata, Stream output, ContainerFormat& containerFormat, Nullable`1& preferredVendor, IMetadataTranscoder metadataTranscoder, IEnumerable`1 encoderOptions, SavableBitDepths bitDepth, PaletteTable paletteForIndexed, Int32 ditherLevelForIndexed, ProgressEventHandler progressCallback, Object progressCallbackSender) in D:\src\pdn\src_4_3_x\PaintDotNet\Data\WicHelpers.cs:line 443 at PaintDotNet.Data.PngFileType.OnFinalSave(Document input, Stream output, Surface flattenedImage, SavableBitDepths bitDepth, PaletteTable paletteTable, Int32 ditherLevel, PropertyBasedSaveConfigToken token, ProgressEventHandler progressCallback) in D:\src\pdn\src_4_3_x\PaintDotNet\Data\PngFileType.cs:line 249 at PaintDotNet.Data.InternalFileType.FinalSave(Document input, Stream output, Surface scratchSurface, SavableBitDepths bitDepth, QuantizationAlgorithm quantizationAlgorithm, Int32 alphaThreshold, Int32 ditherLevel, PropertyBasedSaveConfigToken token, ProgressEventHandler progressCallback, Double progressStart, Double progressEnd) in D:\src\pdn\src_4_3_x\PaintDotNet\Data\InternalFileType.cs:line 542 at PaintDotNet.Data.InternalFileType.OnSaveT(Document input, Stream output, PropertyBasedSaveConfigToken token, Surface scratchSurface, ProgressEventHandler progressCallback) in D:\src\pdn\src_4_3_x\PaintDotNet\Data\InternalFileType.cs:line 141 at PaintDotNet.FileType.Save(Document input, Stream output, SaveConfigToken token, Surface scratchSurface, ProgressEventHandler progressCallback, Boolean rememberToken) in D:\src\pdn\src_4_3_x\Data\FileType.cs:line 254 at PaintDotNet.Dialogs.SaveConfigDialog.<>c__DisplayClass48_0.<UpdatePreviewAsync>b__0() in D:\src\pdn\src_4_3_x\PaintDotNet\Dialogs\SaveConfigDialog.cs:line 573 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.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot, Thread threadPoolThread) --- End of stack trace from previous location --- at PaintDotNet.Dialogs.SaveConfigDialog.UpdatePreviewAsync(Document document, FileType fileType, SaveConfigToken saveConfigToken, CancellationToken cancelToken) in D:\src\pdn\src_4_3_x\PaintDotNet\Dialogs\SaveConfigDialog.cs:line 600 ---> (Inner Exception #1) PaintDotNet.Data.WicEncodeException: location = UnhandledEncodeError ---> PaintDotNet.Data.WicEncodeException: location = FrameSetSize ---> PaintDotNet.Imaging.ImageSizeOutOfRangeException (0x88982F51): Exception of type 'PaintDotNet.Imaging.ImageSizeOutOfRangeException' was thrown. (ImagingError.ImageSizeOutOfRange 0x88982F51) at PaintDotNet.Interop.ExceptionFactory.ThrowError(Int32 hr, String message, Exception innerEx) in D:\src\pdn\src_4_3_x\Windows\Interop\ExceptionFactory.cs:line 54 at PaintDotNet.Imaging.WICBitmapFrameEncode.SetSize(SizeInt32 size) in D:\src\pdn\src_4_3_x\Windows\Imaging\WICBitmapFrameEncode.cs:line 138 at PaintDotNet.Data.WicEncoder.Try(WicEncodeLocation location, Action action) in D:\src\pdn\src_4_3_x\PaintDotNet\Data\WicEncoder.cs:line 322 --- End of inner exception stack trace --- at PaintDotNet.Data.WicEncoder.Try(WicEncodeLocation location, Action action) in D:\src\pdn\src_4_3_x\PaintDotNet\Data\WicEncoder.cs:line 326 at PaintDotNet.Data.WicEncoder.Encode(IBitmapSource source, Vector2Double dpi, IReadOnlyList`1 exifPropertyItems, IReadOnlyList`1 iptcPropertyItems, XmpPacket xmpPacket, Stream output, ContainerFormat containerFormat, Nullable`1 preferredVendor, IEnumerable`1 encoderOptions, IMetadataTranscoder metadataTranscoder, WriteSourceMode writeSourceMode, ProgressEventHandler progressCallback, Object progressCallbackSender, Double progressPercentStart) in D:\src\pdn\src_4_3_x\PaintDotNet\Data\WicEncoder.cs:line 200 at PaintDotNet.Data.WicEncoder.Encode(WicEncodeParameters parameters) in D:\src\pdn\src_4_3_x\PaintDotNet\Data\WicEncoder.cs:line 147 at PaintDotNet.Data.WicEncoder.Encode() in D:\src\pdn\src_4_3_x\PaintDotNet\Data\WicEncoder.cs:line 61 --- End of inner exception stack trace ---<--- Diagnostics: Application paint.net V5.0.12 (Stable 5.12.8735.38135) Build Date 2023年12月1日 Install type Classic 言語: ja-JP DPI 1 (1.00x scale) UI/Canvas GPU True Rendering GPU 🚀 パフォーマンス (NVIDIA GeForce RTX 2080) Remote session False アニメーション True ウィンドウを半透明化 True Windows インク True OS Windows 10 Home x64 (10.0.19045.0) Runtime .NET 7.0.14 x64 Physical Memory 49,068 MB (40,401 MB free) Paging File 56,236 MB (43,685 MB free) CPU Intel(R) Core(TM) i9-9900KF CPU @ 3.60GHz Speed ~3600 MHz Cores / Threads 8 / 16 Features SSE, SSE2, SSE3, SSSE3, SSE4_1, SSE4_2, AVX, AVX2 Monitor 1 Resolution 1920 x 1080, 360 Hz DPI 96 (1.00x scale) Coordinates (L=0, T=0, R=1920, B=1080) Bit depth 8 Color space RgbFullGamma2084NoneP2020 Connected to NVIDIA GeForce RTX 2080 Video Card NVIDIA GeForce RTX 2080 Hardware Acceleration Supported Dedicated Video RAM 8,002 MB Dedicated System RAM 0 MB Shared System RAM 24,534 MB Vendor ID 0x10DE Device ID 0x1E82 Subsystem ID 0x1E8210DE Revision 161 LUID 0x0000BBF5 Flags AcgCompatible, SupportMonitoredFences, KeyedMutexConformance Graphics Preemption PixelBoundary Compute Preemption DispatchBoundary Outputs 1 Feature Level Level_12_1 Features Doubles, ComputeShadersEtc DXGI Formats A8_UNorm, B8G8R8A8_UNorm, R16G16B16A16_UNorm, R16G16B16A16_Float, R32G32B32A32_Float Buffer Precisions UInt8Normalized, UInt8NormalizedSrgb, UInt16Normalized, Float16, Float32 Maximum Bitmap Size 16384 Video Card Microsoft Basic Render Driver Hardware Acceleration N/A Dedicated Video RAM 0 MB Dedicated System RAM 0 MB Shared System RAM 24,534 MB Vendor ID 0x1414 Device ID 0x008C Subsystem ID 0x00000000 Revision 0 LUID 0x0000C8C6 Flags Software, AcgCompatible, SupportMonitoredFences, KeyedMutexConformance Graphics Preemption InstructionBoundary Compute Preemption InstructionBoundary Outputs 0 Feature Level Level_12_1 Features Doubles, ComputeShadersEtc DXGI Formats A8_UNorm, B8G8R8A8_UNorm, R16G16B16A16_UNorm, R16G16B16A16_Float, R32G32B32A32_Float Buffer Precisions UInt8Normalized, UInt8NormalizedSrgb, UInt16Normalized, Float16, Float32 Maximum Bitmap Size 8388608 Managed assemblies 99 System.Private.CoreLib .\System.Private.CoreLib.dll, Version=7.0.0.0, PublicKeyToken=7cec85d7bea7798e paintdotnet .\paintdotnet.dll, Version=5.12.8735.38135 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.12.8735.38135 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.12.8735.38135 PaintDotNet.Collections .\PaintDotNet.Collections.dll, Version=5.12.8735.38135 PaintDotNet.ComponentModel .\PaintDotNet.ComponentModel.dll, Version=5.12.8735.38135 PaintDotNet.Windows .\PaintDotNet.Windows.dll, Version=5.12.8735.38135 TerraFX.Interop.Windows .\TerraFX.Interop.Windows.dll, Version=10.0.22621.2, PublicKeyToken=35b01b53313a6f7e PaintDotNet.Primitives .\PaintDotNet.Primitives.dll, Version=5.12.8735.38135 System.Collections.Concurrent .\System.Collections.Concurrent.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a PaintDotNet.Runtime .\PaintDotNet.Runtime.dll, Version=5.12.8735.38135 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.12.8735.38135 PaintDotNet.Systrace .\PaintDotNet.Systrace.dll, Version=5.12.8735.38135 System.Diagnostics.Process .\System.Diagnostics.Process.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Private.Uri .\System.Private.Uri.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.ComponentModel.Primitives .\System.ComponentModel.Primitives.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a WindowsBase .\WindowsBase.dll, Version=7.0.0.0, PublicKeyToken=31bf3856ad364e35 System.Windows.Forms.Primitives .\System.Windows.Forms.Primitives.dll, Version=7.0.0.0, PublicKeyToken=b77a5c561934e089 PaintDotNet.ObjectModel .\PaintDotNet.ObjectModel.dll, Version=5.12.8735.38135 System.Runtime.InteropServices .\System.Runtime.InteropServices.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Collections .\System.Collections.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Drawing.Primitives .\System.Drawing.Primitives.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Diagnostics.TraceSource .\System.Diagnostics.TraceSource.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.12.8735.38135 PaintDotNet.Resources .\PaintDotNet.Resources.dll, Version=5.12.8735.38135 System.ObjectModel .\System.ObjectModel.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a PaintDotNet.Data .\PaintDotNet.Data.dll, Version=5.12.8735.38135 PaintDotNet.Framework .\PaintDotNet.Framework.dll, Version=5.12.8735.38135 CommunityToolkit.HighPerformance .\CommunityToolkit.HighPerformance.dll, Version=8.2.0.0, PublicKeyToken=4aff67a105548ee2 System.Configuration.ConfigurationManager .\System.Configuration.ConfigurationManager.dll, Version=7.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51 System.Threading.ThreadPool .\System.Threading.ThreadPool.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Collections.Specialized .\System.Collections.Specialized.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a PaintDotNet.Windows.Framework .\PaintDotNet.Windows.Framework.dll, Version=5.12.8735.38135 System.Xml.ReaderWriter .\System.Xml.ReaderWriter.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Private.Xml .\System.Private.Xml.dll, Version=7.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51 PaintDotNet.UI .\PaintDotNet.UI.dll, Version=5.12.8735.38135 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.Memory .\System.Memory.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.Collections.Immutable .\System.Collections.Immutable.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Drawing.Common .\System.Drawing.Common.dll, Version=7.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51 Microsoft.Win32.SystemEvents .\Microsoft.Win32.SystemEvents.dll, Version=7.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51 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.1.0.0, PublicKeyToken=dc35fa229f6881d8 PaintDotNet.Windows.Core .\PaintDotNet.Windows.Core.dll, Version=5.12.8735.38135 PresentationFramework .\PresentationFramework.dll, Version=7.0.0.0, PublicKeyToken=31bf3856ad364e35 PaintDotNet.PropertySystem .\PaintDotNet.PropertySystem.dll, Version=5.12.8735.38135 System.ComponentModel .\System.ComponentModel.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.ComponentModel.TypeConverter .\System.ComponentModel.TypeConverter.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.IO.Packaging .\System.IO.Packaging.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Xaml .\System.Xaml.dll, Version=7.0.0.0, PublicKeyToken=b77a5c561934e089 PaintDotNet.Effects.Core .\PaintDotNet.Effects.Core.dll, Version=5.12.8735.38135 PresentationCore .\PresentationCore.dll, Version=7.0.0.0, PublicKeyToken=31bf3856ad364e35 Accessibility .\Accessibility.dll, Version=4.0.0.0, PublicKeyToken=31bf3856ad364e35 DirectWriteForwarder .\DirectWriteForwarder.dll, Version=7.0.0.0, PublicKeyToken=31bf3856ad364e35 System.Numerics.Vectors .\System.Numerics.Vectors.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a 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.Threading.Tasks.Parallel .\System.Threading.Tasks.Parallel.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Collections.NonGeneric .\System.Collections.NonGeneric.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Runtime.Loader .\System.Runtime.Loader.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a AvifFileType .\Bundled\AvifFileType\AvifFileType.dll, Version=1.1.27.0 WebPFileType .\Bundled\WebPFileType\WebPFileType.dll, Version=1.3.21.0 DdsFileTypePlus .\Bundled\DDSFileTypePlus\DdsFileTypePlus.dll, Version=1.12.8.0 UIAutomationTypes .\UIAutomationTypes.dll, Version=7.0.0.0, PublicKeyToken=31bf3856ad364e35 PaintDotNet.Effects.Gpu .\PaintDotNet.Effects.Gpu.dll, Version=5.12.8735.38135 PaintDotNet.Effects .\PaintDotNet.Effects.dll, Version=5.12.8735.38135 PaintDotNet.Effects.Legacy .\PaintDotNet.Effects.Legacy.dll, Version=5.12.8735.38135 System.Runtime.Serialization.Formatters .\System.Runtime.Serialization.Formatters.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.1.0.0, PublicKeyToken=dc35fa229f6881d8 PointerToolkit.TerraFX.Interop.Windows .\PointerToolkit.TerraFX.Interop.Windows.dll, Version=10.0.22621.2 mscorlib .\mscorlib.dll, Version=4.0.0.0, PublicKeyToken=b77a5c561934e089 System.CodeDom .\System.CodeDom.dll, Version=7.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51 System.IO.Compression .\System.IO.Compression.dll, Version=7.0.0.0, PublicKeyToken=b77a5c561934e089 K4os.Compression.LZ4 .\K4os.Compression.LZ4.dll, Version=1.2.16.0, PublicKeyToken=2186fa9121ef231d 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.Reflection.MetadataLoadContext .\System.Reflection.MetadataLoadContext.dll, Version=7.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51 System.Private.Xml.Linq .\System.Private.Xml.Linq.dll, Version=7.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51 System.Diagnostics.StackTrace .\System.Diagnostics.StackTrace.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Reflection.Metadata .\System.Reflection.Metadata.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.IO.MemoryMappedFiles .\System.IO.MemoryMappedFiles.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a Native modules 235 PaintDotNet.exe .\PaintDotNet.exe, version=5.12.8735.38135 ntdll.dll C:\WINDOWS\SYSTEM32\ntdll.dll, version=10.0.19041.3691 (WinBuild.160101.0800) KERNEL32.DLL C:\WINDOWS\System32\KERNEL32.DLL, version=10.0.19041.3691 (WinBuild.160101.0800) KERNELBASE.dll C:\WINDOWS\System32\KERNELBASE.dll, version=10.0.19041.3691 (WinBuild.160101.0800) SHELL32.dll C:\WINDOWS\System32\SHELL32.dll, version=10.0.19041.3691 (WinBuild.160101.0800) msvcp_win.dll C:\WINDOWS\System32\msvcp_win.dll, version=10.0.19041.3636 (WinBuild.160101.0800) ucrtbase.dll C:\WINDOWS\System32\ucrtbase.dll, version=10.0.19041.3636 (WinBuild.160101.0800) USER32.dll C:\WINDOWS\System32\USER32.dll, version=10.0.19041.3691 (WinBuild.160101.0800) win32u.dll C:\WINDOWS\System32\win32u.dll, version=10.0.19041.3930 (WinBuild.160101.0800) GDI32.dll C:\WINDOWS\System32\GDI32.dll, version=10.0.19041.3636 (WinBuild.160101.0800) gdi32full.dll C:\WINDOWS\System32\gdi32full.dll, version=10.0.19041.3758 (WinBuild.160101.0800) ole32.dll C:\WINDOWS\System32\ole32.dll, version=10.0.19041.3691 (WinBuild.160101.0800) RPCRT4.dll C:\WINDOWS\System32\RPCRT4.dll, version=10.0.19041.3691 (WinBuild.160101.0800) combase.dll C:\WINDOWS\System32\combase.dll, version=10.0.19041.3691 (WinBuild.160101.0800) OLEAUT32.dll C:\WINDOWS\System32\OLEAUT32.dll, version=10.0.19041.3636 (WinBuild.160101.0800) SHLWAPI.dll C:\WINDOWS\System32\SHLWAPI.dll, version=10.0.19041.3691 (WinBuild.160101.0800) msvcrt.dll C:\WINDOWS\System32\msvcrt.dll, version=7.0.19041.3636 (WinBuild.160101.0800) VCRUNTIME140_1.dll .\VCRUNTIME140_1.dll, version=14.38.33130.0 VCRUNTIME140.dll .\VCRUNTIME140.dll, version=14.38.33130.0 IMM32.DLL C:\WINDOWS\System32\IMM32.DLL, version=10.0.19041.3636 (WinBuild.160101.0800) TmUmEvt64.dll C:\WINDOWS\system32\tmumh\20019\AddOn\8.55.0.1275\TmUmEvt64.dll, version=8.55.0.1275 PSAPI.DLL C:\WINDOWS\System32\PSAPI.DLL, version=10.0.19041.3636 (WinBuild.160101.0800) ADVAPI32.dll C:\WINDOWS\System32\ADVAPI32.dll, version=10.0.19041.3691 (WinBuild.160101.0800) sechost.dll C:\WINDOWS\System32\sechost.dll, version=10.0.19041.1 (WinBuild.160101.0800) bcrypt.dll C:\WINDOWS\System32\bcrypt.dll, version=10.0.19041.3691 (WinBuild.160101.0800) tmmon64.dll C:\WINDOWS\system32\tmumh\20019\TmMon\2.9.0.1092\tmmon64.dll, version=2.9.0.1092 shcore.dll C:\WINDOWS\System32\shcore.dll, version=10.0.19041.3691 (WinBuild.160101.0800) hostfxr.dll .\hostfxr.dll, version=7,0,1423,51910 @Commit: 808851b07acfa1c5c94b0d4f9fb50debedb2df70 hostpolicy.dll .\hostpolicy.dll, version=7,0,1423,51910 @Commit: 808851b07acfa1c5c94b0d4f9fb50debedb2df70 coreclr.dll .\coreclr.dll, version=7,0,1423,51910 @Commit: 808851b07acfa1c5c94b0d4f9fb50debedb2df70 bcryptPrimitives.dll C:\WINDOWS\System32\bcryptPrimitives.dll, version=10.0.19041.3636 (WinBuild.160101.0800) System.Private.CoreLib.dll .\System.Private.CoreLib.dll, version=7.0.1423.51910 clrjit.dll .\clrjit.dll, version=7,0,1423,51910 @Commit: 808851b07acfa1c5c94b0d4f9fb50debedb2df70 kernel.appcore.dll C:\WINDOWS\SYSTEM32\kernel.appcore.dll, version=10.0.19041.3758 (WinBuild.160101.0800) paintdotnet.dll .\paintdotnet.dll, version=5.12.8735.38135 System.Runtime.dll .\System.Runtime.dll, version=7.0.1423.51910 uxtheme.dll C:\WINDOWS\system32\uxtheme.dll, version=10.0.19041.3691 (WinBuild.160101.0800) System.Windows.Forms.dll .\System.Windows.Forms.dll, version=7.0.1423.52009 PaintDotNet.Fundamentals.dll .\PaintDotNet.Fundamentals.dll, version=5.12.8735.38135 System.Diagnostics.Tracing.dll .\System.Diagnostics.Tracing.dll, version=7.0.1423.51910 icu.dll C:\WINDOWS\SYSTEM32\icu.dll, version=64, 2, 0, 0 (WinBuild.160101.0800) System.Threading.Thread.dll .\System.Threading.Thread.dll, version=7.0.1423.51910 PaintDotNet.Base.dll .\PaintDotNet.Base.dll, version=5.12.8735.38135 PaintDotNet.Collections.dll .\PaintDotNet.Collections.dll, version=5.12.8735.38135 PaintDotNet.ComponentModel.dll .\PaintDotNet.ComponentModel.dll, version=5.12.8735.38135 PaintDotNet.Windows.dll .\PaintDotNet.Windows.dll, version=5.12.8735.38135 TerraFX.Interop.Windows.dll .\TerraFX.Interop.Windows.dll, version=10.0.22621.2 PaintDotNet.Primitives.dll .\PaintDotNet.Primitives.dll, version=5.12.8735.38135 System.Collections.Concurrent.dll .\System.Collections.Concurrent.dll, version=7.0.1423.51910 PaintDotNet.Runtime.dll .\PaintDotNet.Runtime.dll, version=5.12.8735.38135 PointerToolkit.dll .\PointerToolkit.dll, version=1.0.0.0 System.Threading.dll .\System.Threading.dll, version=7.0.1423.51910 PaintDotNet.SystemLayer.dll .\PaintDotNet.SystemLayer.dll, version=5.12.8735.38135 PaintDotNet.Systrace.dll .\PaintDotNet.Systrace.dll, version=5.12.8735.38135 System.Diagnostics.Process.dll .\System.Diagnostics.Process.dll, version=7.0.1423.51910 System.Private.Uri.dll .\System.Private.Uri.dll, version=7.0.1423.51910 System.ComponentModel.Primitives.dll .\System.ComponentModel.Primitives.dll, version=7.0.1423.51910 WindowsBase.dll .\WindowsBase.dll, version=7.0.1423.52002 System.Windows.Forms.Primitives.dll .\System.Windows.Forms.Primitives.dll, version=7.0.1423.52009 PaintDotNet.ObjectModel.dll .\PaintDotNet.ObjectModel.dll, version=5.12.8735.38135 System.Runtime.InteropServices.dll .\System.Runtime.InteropServices.dll, version=7.0.1423.51910 System.Collections.dll .\System.Collections.dll, version=7.0.1423.51910 System.Drawing.Primitives.dll .\System.Drawing.Primitives.dll, version=7.0.1423.51910 System.Diagnostics.TraceSource.dll .\System.Diagnostics.TraceSource.dll, version=7.0.1423.51910 Microsoft.Win32.Primitives.dll .\Microsoft.Win32.Primitives.dll, version=7.0.1423.51910 System.Text.Encoding.CodePages.dll .\System.Text.Encoding.CodePages.dll, version=7.0.1423.51910 PaintDotNet.Core.dll .\PaintDotNet.Core.dll, version=5.12.8735.38135 PaintDotNet.Resources.dll .\PaintDotNet.Resources.dll, version=5.12.8735.38135 System.ObjectModel.dll .\System.ObjectModel.dll, version=7.0.1423.51910 PaintDotNet.Data.dll .\PaintDotNet.Data.dll, version=5.12.8735.38135 PresentationNative_cor3.dll .\PresentationNative_cor3.dll, version=7,0,23,51604 @Commit: 562bdf3c1209b3703fde123c03fc9a2c86002f03 PaintDotNet.Framework.dll .\PaintDotNet.Framework.dll, version=5.12.8735.38135 CommunityToolkit.HighPerformance.dll .\CommunityToolkit.HighPerformance.dll, version=8.2.1.1 System.Configuration.ConfigurationManager.dll .\System.Configuration.ConfigurationManager.dll, version=7.0.1423.51910 System.Threading.ThreadPool.dll .\System.Threading.ThreadPool.dll, version=7.0.1423.51910 System.Collections.Specialized.dll .\System.Collections.Specialized.dll, version=7.0.1423.51910 PaintDotNet.Windows.Framework.dll .\PaintDotNet.Windows.Framework.dll, version=5.12.8735.38135 System.Xml.ReaderWriter.dll .\System.Xml.ReaderWriter.dll, version=7.0.1423.51910 System.Private.Xml.dll .\System.Private.Xml.dll, version=7.0.1423.51910 PaintDotNet.UI.dll .\PaintDotNet.UI.dll, version=5.12.8735.38135 System.Net.WebClient.dll .\System.Net.WebClient.dll, version=7.0.1423.51910 System.ComponentModel.EventBasedAsync.dll .\System.ComponentModel.EventBasedAsync.dll, version=7.0.1423.51910 System.Memory.dll .\System.Memory.dll, version=7.0.1423.51910 System.Text.Encoding.Extensions.dll .\System.Text.Encoding.Extensions.dll, version=7.0.1423.51910 System.Collections.Immutable.dll .\System.Collections.Immutable.dll, version=7.0.1423.51910 dxgi.DLL C:\WINDOWS\SYSTEM32\dxgi.DLL, version=10.0.19041.3636 (WinBuild.160101.0800) System.Drawing.Common.dll .\System.Drawing.Common.dll, version=7.0.1423.51910 Microsoft.Win32.SystemEvents.dll .\Microsoft.Win32.SystemEvents.dll, version=7.0.1423.51910 System.Linq.dll .\System.Linq.dll, version=7.0.1423.51910 MSCTF.dll C:\WINDOWS\System32\MSCTF.dll, version=10.0.19041.3691 (WinBuild.160101.0800) Microsoft.Win32.Registry.dll .\Microsoft.Win32.Registry.dll, version=7.0.1423.51910 windows.storage.dll C:\WINDOWS\SYSTEM32\windows.storage.dll, version=10.0.19041.3691 (WinBuild.160101.0800) Wldp.dll C:\WINDOWS\SYSTEM32\Wldp.dll, version=10.0.19041.3691 (WinBuild.160101.0800) profapi.dll C:\WINDOWS\SYSTEM32\profapi.dll, version=10.0.19041.3636 (WinBuild.160101.0800) System.Diagnostics.FileVersionInfo.dll .\System.Diagnostics.FileVersionInfo.dll, version=7.0.1423.51910 version.dll C:\WINDOWS\SYSTEM32\version.dll, version=10.0.19041.3636 (WinBuild.160101.0800) d3d11.DLL C:\WINDOWS\SYSTEM32\d3d11.DLL, version=10.0.19041.3636 (WinBuild.160101.0800) nvldumdx.dll C:\WINDOWS\System32\DriverStore\FileRepository\nv_dispig.inf_amd64_866484083fc526af\nvldumdx.dll, version=31.0.15.4633 msasn1.dll C:\WINDOWS\SYSTEM32\msasn1.dll, version=10.0.19041.3636 (WinBuild.160101.0800) cryptnet.dll C:\WINDOWS\SYSTEM32\cryptnet.dll, version=10.0.19041.3636 (WinBuild.160101.0800) CRYPT32.dll C:\WINDOWS\System32\CRYPT32.dll, version=10.0.19041.3691 (WinBuild.160101.0800) drvstore.dll C:\WINDOWS\SYSTEM32\drvstore.dll, version=10.0.19041.3636 (WinBuild.160101.0800) devobj.dll C:\WINDOWS\SYSTEM32\devobj.dll, version=10.0.19041.3636 (WinBuild.160101.0800) cfgmgr32.dll C:\WINDOWS\System32\cfgmgr32.dll, version=10.0.19041.3636 (WinBuild.160101.0800) cryptbase.dll C:\WINDOWS\SYSTEM32\cryptbase.dll, version=10.0.19041.3636 (WinBuild.160101.0800) wintrust.dll C:\WINDOWS\System32\wintrust.dll, version=10.0.19041.3930 (WinBuild.160101.0800) imagehlp.dll C:\WINDOWS\System32\imagehlp.dll, version=10.0.19041.3636 (WinBuild.160101.0800) System.Security.Principal.Windows.dll .\System.Security.Principal.Windows.dll, version=7.0.1423.51910 System.Security.Claims.dll .\System.Security.Claims.dll, version=7.0.1423.51910 ComputeSharp.D2D1.dll .\ComputeSharp.D2D1.dll, version=2.1.0.0 CRYPTSP.dll C:\WINDOWS\SYSTEM32\CRYPTSP.dll, version=10.0.19041.3636 (WinBuild.160101.0800) rsaenh.dll C:\WINDOWS\system32\rsaenh.dll, version=10.0.19041.1 (WinBuild.160101.0800) nvgpucomp64.dll C:\WINDOWS\System32\DriverStore\FileRepository\nv_dispig.inf_amd64_866484083fc526af\nvgpucomp64.dll, version=31.0.15.4633 PaintDotNet.Windows.Core.dll .\PaintDotNet.Windows.Core.dll, version=5.12.8735.38135 PresentationFramework.dll .\PresentationFramework.dll, version=7.0.1423.52002 d2d1.DLL C:\WINDOWS\SYSTEM32\d2d1.DLL, version=10.0.19041.3691 (WinBuild.160101.0800) PaintDotNet.PropertySystem.dll .\PaintDotNet.PropertySystem.dll, version=5.12.8735.38135 gdiplus.dll C:\WINDOWS\WinSxS\amd64_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.19041.3636_none_91a19322cc8a92a3\gdiplus.dll, version=10.0.19041.3636 (WinBuild.160101.0800) WindowsCodecs.dll C:\WINDOWS\SYSTEM32\WindowsCodecs.dll, version=10.0.19041.3636 (WinBuild.160101.0800) XmlLite.dll C:\WINDOWS\SYSTEM32\XmlLite.dll, version=10.0.19041.3636 (WinBuild.160101.0800) System.ComponentModel.dll .\System.ComponentModel.dll, version=7.0.1423.51910 clbcatq.dll C:\WINDOWS\System32\clbcatq.dll, version=2001.12.10941.16384 (WinBuild.160101.0800) UIAnimation.dll C:\WINDOWS\System32\UIAnimation.dll, version=10.0.19041.3636 (WinBuild.160101.0800) System.ComponentModel.TypeConverter.dll .\System.ComponentModel.TypeConverter.dll, version=7.0.1423.51910 System.IO.Packaging.dll .\System.IO.Packaging.dll, version=7.0.1423.51910 nvwgf2umx.dll C:\WINDOWS\System32\DriverStore\FileRepository\nv_dispig.inf_amd64_866484083fc526af\nvwgf2umx.dll, version=31.0.15.4633 WINMM.dll C:\WINDOWS\SYSTEM32\WINMM.dll, version=10.0.19041.3691 (WinBuild.160101.0800) POWRPROF.dll C:\WINDOWS\SYSTEM32\POWRPROF.dll, version=10.0.19041.3691 (WinBuild.160101.0800) UMPDC.dll C:\WINDOWS\SYSTEM32\UMPDC.dll, version= System.Xaml.dll .\System.Xaml.dll, version=7.0.1423.52002 PaintDotNet.Effects.Core.dll .\PaintDotNet.Effects.Core.dll, version=5.12.8735.38135 nvspcap64.dll C:\WINDOWS\system32\nvspcap64.dll, version=3.27.0.120 dwrite.DLL C:\WINDOWS\SYSTEM32\dwrite.DLL, version=10.0.19041.3691 (WinBuild.160101.0800) ntmarta.dll C:\WINDOWS\SYSTEM32\ntmarta.dll, version=10.0.19041.3691 (WinBuild.160101.0800) IPHLPAPI.DLL C:\WINDOWS\SYSTEM32\IPHLPAPI.DLL, version=10.0.19041.3691 (WinBuild.160101.0800) comctl32.dll C:\WINDOWS\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.19041.3636_none_60b6a03d71f818d5\comctl32.dll, version=6.10 (WinBuild.160101.0800) dxcore.dll C:\WINDOWS\SYSTEM32\dxcore.dll, version=10.0.19041.3636 (WinBuild.160101.0800) NSI.dll C:\WINDOWS\System32\NSI.dll, version=10.0.19041.3636 (WinBuild.160101.0800) dhcpcsvc.DLL C:\WINDOWS\SYSTEM32\dhcpcsvc.DLL, version=10.0.19041.3691 (WinBuild.160101.0800) PresentationCore.dll .\PresentationCore.dll, version=7.0.1423.52002 Accessibility.dll .\Accessibility.dll, version=7.0.1423.52009 DirectWriteForwarder.dll .\DirectWriteForwarder.dll, version=7,0,1423,52002 @Commit: 8784c26bc219f5b75f1315e1b6b7c1da924d5e32 System.Numerics.Vectors.dll .\System.Numerics.Vectors.dll, version=7.0.1423.51910 System.Runtime.Extensions.dll .\System.Runtime.Extensions.dll, version=7.0.1423.51910 System.Diagnostics.Debug.dll .\System.Diagnostics.Debug.dll, version=7.0.1423.51910 MessageBus.dll C:\WINDOWS\System32\DriverStore\FileRepository\nv_dispig.inf_amd64_866484083fc526af\Display.NvContainer\MessageBus.dll, version= WS2_32.dll C:\WINDOWS\System32\WS2_32.dll, version=10.0.19041.3691 (WinBuild.160101.0800) System.Runtime.CompilerServices.VisualC.dll .\System.Runtime.CompilerServices.VisualC.dll, version=7.0.1423.51910 System.Threading.Tasks.Parallel.dll .\System.Threading.Tasks.Parallel.dll, version=7.0.1423.51910 TextShaping.dll C:\WINDOWS\SYSTEM32\TextShaping.dll, version= mfplat.dll C:\WINDOWS\SYSTEM32\mfplat.dll, version=10.0.19041.3691 (WinBuild.160101.0800) RTWorkQ.DLL C:\WINDOWS\SYSTEM32\RTWorkQ.DLL, version=10.0.19041.1 (WinBuild.160101.0800) System.Collections.NonGeneric.dll .\System.Collections.NonGeneric.dll, version=7.0.1423.51910 CompPkgSup.DLL C:\WINDOWS\SYSTEM32\CompPkgSup.DLL, version=10.0.19041.3636 (WinBuild.160101.0800) Windows.StateRepositoryPS.dll C:\Windows\System32\Windows.StateRepositoryPS.dll, version=10.0.19041.3636 (WinBuild.160101.0800) System.Runtime.Loader.dll .\System.Runtime.Loader.dll, version=7.0.1423.51910 AvifFileType.dll .\Bundled\AvifFileType\AvifFileType.dll, version=1.1.27.0 WebPFileType.dll .\Bundled\WebPFileType\WebPFileType.dll, version=1.3.21.0 DdsFileTypePlus.dll .\Bundled\DDSFileTypePlus\DdsFileTypePlus.dll, version=1.12.8.0 WinTypes.dll C:\Windows\System32\WinTypes.dll, version=10.0.19041.3691 (WinBuild.160101.0800) UIAutomationTypes.dll .\UIAutomationTypes.dll, version=7.0.1423.52002 PaintDotNet.Effects.Gpu.dll .\PaintDotNet.Effects.Gpu.dll, version=5.12.8735.38135 PaintDotNet.Effects.dll .\PaintDotNet.Effects.dll, version=5.12.8735.38135 PaintDotNet.Effects.Legacy.dll .\PaintDotNet.Effects.Legacy.dll, version=5.12.8735.38135 wtsapi32.dll C:\WINDOWS\SYSTEM32\wtsapi32.dll, version=10.0.19041.3636 (WinBuild.160101.0800) WINSTA.dll C:\WINDOWS\SYSTEM32\WINSTA.dll, version=10.0.19041.3636 (WinBuild.160101.0800) D3D10Warp.dll C:\WINDOWS\SYSTEM32\D3D10Warp.dll, version=10.0.19041.3636 (WinBuild.160101.0800) UIAutomationCore.dll C:\WINDOWS\SYSTEM32\UIAutomationCore.dll, version=7.2.19041.3691 (WinBuild.160101.0800) PROPSYS.dll C:\WINDOWS\SYSTEM32\PROPSYS.dll, version=7.0.19041.3691 (WinBuild.160101.0800) dwmapi.DLL C:\WINDOWS\SYSTEM32\dwmapi.DLL, version=10.0.19041.3691 (WinBuild.160101.0800) dataexchange.dll C:\WINDOWS\system32\dataexchange.dll, version=10.0.19041.3636 (WinBuild.160101.0800) dcomp.dll C:\WINDOWS\system32\dcomp.dll, version=10.0.19041.3693 (WinBuild.160101.0800) twinapi.appcore.dll C:\WINDOWS\system32\twinapi.appcore.dll, version=10.0.19041.3691 (WinBuild.160101.0800) textinputframework.dll C:\WINDOWS\SYSTEM32\textinputframework.dll, version=10.0.19041.3758 (WinBuild.160101.0800) CoreUIComponents.dll C:\WINDOWS\System32\CoreUIComponents.dll, version=10.0.19041.3636 CoreMessaging.dll C:\WINDOWS\System32\CoreMessaging.dll, version=10.0.19041.3930 System.Runtime.Serialization.Formatters.dll .\System.Runtime.Serialization.Formatters.dll, version=7.0.1423.51910 System.Text.RegularExpressions.dll .\System.Text.RegularExpressions.dll, version=7.0.1423.51910 PaintDotNet.SystemLayer.Native.x64.dll .\PaintDotNet.SystemLayer.Native.x64.dll, version=5.12.8735.38135 System.Runtime.Intrinsics.dll .\System.Runtime.Intrinsics.dll, version=7.0.1423.51910 explorerframe.dll C:\WINDOWS\system32\explorerframe.dll, version=10.0.19041.3691 (WinBuild.160101.0800) PhotoSauce.MagicScaler.dll .\PhotoSauce.MagicScaler.dll, version=0.13.2.0 ComputeSharp.Core.dll .\ComputeSharp.Core.dll, version=2.1.0.0 d3dcompiler_47.DLL C:\WINDOWS\SYSTEM32\d3dcompiler_47.DLL, version=10.0.19041.3636 (WinBuild.160101.0800) Cabinet.dll C:\WINDOWS\SYSTEM32\Cabinet.dll, version=5.00 (WinBuild.160101.0800) PointerToolkit.TerraFX.Interop.Windows.dll .\PointerToolkit.TerraFX.Interop.Windows.dll, version=10.0.22621.2 mscorlib.dll .\mscorlib.dll, version=7.0.1423.51910 System.CodeDom.dll .\System.CodeDom.dll, version=7.0.1423.51910 System.IO.Compression.dll .\System.IO.Compression.dll, version=7.0.1423.51910 K4os.Compression.LZ4.dll .\K4os.Compression.LZ4.dll, version=1.2.16 sxs.dll C:\WINDOWS\SYSTEM32\sxs.dll, version=10.0.19041.3691 (WinBuild.160101.0800) comdlg32.dll C:\WINDOWS\System32\comdlg32.dll, version=10.0.19041.3691 (WinBuild.160101.0800) DUI70.dll C:\WINDOWS\System32\DUI70.dll, version=10.0.19041.3691 (WinBuild.160101.0800) DUser.dll C:\WINDOWS\System32\DUser.dll, version=10.0.19041.3691 (WinBuild.160101.0800) thumbcache.dll C:\Windows\System32\thumbcache.dll, version=10.0.19041.3691 (WinBuild.160101.0800) policymanager.dll C:\WINDOWS\SYSTEM32\policymanager.dll, version=10.0.19041.3636 (WinBuild.160101.0800) msvcp110_win.dll C:\WINDOWS\SYSTEM32\msvcp110_win.dll, version=10.0.19041.3636 (WinBuild.160101.0800) Windows.Globalization.dll C:\Windows\System32\Windows.Globalization.dll, version=10.0.19041.3636 (WinBuild.160101.0800) Bcp47Langs.dll C:\Windows\System32\Bcp47Langs.dll, version=10.0.19041.3636 (WinBuild.160101.0800) bcp47mrm.dll C:\Windows\System32\bcp47mrm.dll, version=10.0.19041.3636 (WinBuild.160101.0800) globinputhost.dll C:\WINDOWS\SYSTEM32\globinputhost.dll, version=10.0.19041.3636 (WinBuild.160101.0800) tiptsf.dll C:\Program Files\Common Files\microsoft shared\ink\tiptsf.dll, version=10.0.19041.3691 (WinBuild.160101.0800) Windows.FileExplorer.Common.dll C:\Windows\System32\Windows.FileExplorer.Common.dll, version=10.0.19041.1 (WinBuild.160101.0800) iertutil.dll C:\Windows\System32\iertutil.dll, version=11.00.19041.3691 (WinBuild.160101.0800) edputil.dll C:\WINDOWS\SYSTEM32\edputil.dll, version=10.0.19041.3691 (WinBuild.160101.0800) StructuredQuery.dll C:\WINDOWS\System32\StructuredQuery.dll, version=7.0.19041.3636 (WinBuild.160101.0800) atlthunk.dll C:\WINDOWS\SYSTEM32\atlthunk.dll, version=10.0.19041.3636 (WinBuild.160101.0800) Windows.Storage.Search.dll C:\WINDOWS\system32\Windows.Storage.Search.dll, version=10.0.19041.3691 (WinBuild.160101.0800) LINKINFO.dll C:\WINDOWS\SYSTEM32\LINKINFO.dll, version=10.0.19041.3636 (WinBuild.160101.0800) SspiCli.dll C:\WINDOWS\SYSTEM32\SspiCli.dll, version=10.0.19041.3636 (WinBuild.160101.0800) oleacc.dll C:\Windows\System32\oleacc.dll, version=7.2.19041.3636 (WinBuild.160101.0800) coml2.dll C:\WINDOWS\System32\coml2.dll, version=10.0.19041.3636 (WinBuild.160101.0800) twinapi.dll C:\Windows\System32\twinapi.dll, version=10.0.19041.3691 (WinBuild.160101.0800) apphelp.dll C:\WINDOWS\SYSTEM32\apphelp.dll, version=10.0.19041.3691 (WinBuild.160101.0800) TmOverlayIcon.dll C:\Program Files\Trend Micro\Titanium\plugin\TmOverlayIcon.dll, version=17.8.0.1139 FileSyncShell64.dll C:\Users\mchou\AppData\Local\Microsoft\OneDrive\23.246.1127.0002\FileSyncShell64.dll, version=23.246.1127.0002 Secur32.dll C:\WINDOWS\SYSTEM32\Secur32.dll, version=10.0.19041.3636 (WinBuild.160101.0800) WININET.dll C:\WINDOWS\SYSTEM32\WININET.dll, version=11.00.19041.3691 (WinBuild.160101.0800) USERENV.dll C:\WINDOWS\SYSTEM32\USERENV.dll, version=10.0.19041.3691 (WinBuild.160101.0800) cldapi.dll C:\WINDOWS\SYSTEM32\cldapi.dll, version=10.0.19041.3636 (WinBuild.160101.0800) FLTLIB.DLL C:\WINDOWS\SYSTEM32\FLTLIB.DLL, version=10.0.19041.3691 (WinBuild.160101.0800) EhStorShell.dll C:\Windows\System32\EhStorShell.dll, version=10.0.19041.3691 (WinBuild.160101.0800) SETUPAPI.dll C:\WINDOWS\System32\SETUPAPI.dll, version=10.0.19041.3691 (WinBuild.160101.0800) NetworkExplorer.dll C:\WINDOWS\system32\NetworkExplorer.dll, version=10.0.19041.3691 (WinBuild.160101.0800) mssprxy.dll C:\WINDOWS\system32\mssprxy.dll, version=7.0.19041.3758 (WinBuild.160101.0800) urlmon.dll C:\WINDOWS\System32\urlmon.dll, version=11.00.19041.3691 (WinBuild.160101.0800) srvcli.dll C:\WINDOWS\System32\srvcli.dll, version=10.0.19041.3636 (WinBuild.160101.0800) netutils.dll C:\WINDOWS\System32\netutils.dll, version=10.0.19041.3636 (WinBuild.160101.0800) Newtonsoft.Json.dll .\Newtonsoft.Json.dll, version=13.0.3.27908 System.Linq.Expressions.dll .\System.Linq.Expressions.dll, version=7.0.1423.51910 System.Reflection.MetadataLoadContext.dll .\System.Reflection.MetadataLoadContext.dll, version=7.0.22.51805 System.Private.Xml.Linq.dll .\System.Private.Xml.Linq.dll, version=7.0.1423.51910 System.Diagnostics.StackTrace.dll .\System.Diagnostics.StackTrace.dll, version=7.0.1423.51910 System.Reflection.Metadata.dll .\System.Reflection.Metadata.dll, version=7.0.1423.51910 System.IO.MemoryMappedFiles.dll .\System.IO.MemoryMappedFiles.dll, version=7.0.1423.51910 Quote
Tactilis Posted January 12 Posted January 12 Welcome to the forum @Asuca 3 hours ago, Asuca said: However, there is a problem: if the height or width is larger than 65536 pixels, it cannot be saved. Is this a problem on my end and is there any way to fix it? It's not a problem at your end. The limit in paint.net for saving to PNG is 65535, i.e. (2^16)-1 pixels in either width or height. I'm guessing that this is a Windows Imaging Component (WIC) limitation, because you are able to save as a native .pdn file for widths or heights larger than 65535. Quote
frio Posted January 12 Posted January 12 (edited) As Tactilis explained above, the component that handles some file types (artificially) limits the width/height even if the file format itself supports it. As a workaround, I checked that it's possible to save a .tiff or a .bmp beyond 65535 pixels, so you could do that and use some other tool that's capable of converting them to .png of that size - IrfanView for instance. .dds and paint.net native .pdn also work, but .dds is a lossy format and .pdn wouldn't be as likely to be supported by an external tool. Edited January 12 by frio IrfanView works for conversion 1 Quote
Rick Brewster Posted January 12 Posted January 12 11 hours ago, Tactilis said: I'm guessing that this is a Windows Imaging Component (WIC) limitation Yes, unfortunately 9 hours ago, frio said: I checked that it's possible to save a .tiff or a .bmp beyond 65535 pixels FYI, BMP will lose all metadata. AVIF is a good modern format and it might support larger sizes -- @null54 do you know anything about that? Quote The Paint.NET Blog: https://blog.getpaint.net/ Donations are always appreciated! https://www.getpaint.net/donate.html
null54 Posted January 13 Posted January 13 4 hours ago, Rick Brewster said: AVIF is a good modern format and it might support larger sizes I don't believe that AVIF has any practical limit on the image size. The AV1 format limit on the size of an individual encoded frame can be bypassed using multiple frames in an image grid, which my plugin already does by default to improve the AV1 encoding speed. I just tested saving a 70,000 x 600 image using the default blank canvas, and it worked. A blank canvas is not a very realistic test, but it makes the file encode very quickly due to the fact that it only has to encode one AV1 frame which all of the images in the image grid use. The final file size for that test image on the Medium preset is ~3.2 KB. Quote Plugin Pack | PSFilterPdn | Content Aware Fill | G'MIC | Paint Shop Pro Filetype | RAW Filetype | WebP Filetype The small increase in performance you get coding in C++ over C# is hardly enough to offset the headache of coding in the C++ language. ~BoltBait
Asuca Posted January 13 Author Posted January 13 Thank you all very much. I was able to resolve the issue successfully. 1 Quote
MonsterMMORPG Posted January 17 Posted January 17 how did you resolve? i have the same problem. i need to be able to save as either jpg or png Quote
Rick Brewster Posted February 5 Posted February 5 On 1/17/2024 at 2:35 PM, MonsterMMORPG said: how did you resolve? i have the same problem. i need to be able to save as either jpg or png Read the posts above. Solution is to use a format other than PNG, e.g. PDN, TIFF, lossless AVIF. Quote The Paint.NET Blog: https://blog.getpaint.net/ Donations are always appreciated! https://www.getpaint.net/donate.html
Raenin Posted May 1 Posted May 1 Thank you for this discussion. My image is 72,000 x 14,400. I have tried saving it as a tiff file, and it says that it saves, however it only saves as a pdn file. Any idea as to why that is happening? It will not save as a png, it only gives the error message that I get when trying to save as a jpeg. Quote
Raenin Posted May 1 Posted May 1 I have tried to resize, down to the "accepted" size of 65,635, but I get an error message. Exception: System.AggregateException: One or more errors occurred. (location = FrameSetSize) (location = UnhandledEncodeError) ---> PaintDotNet.Data.WicEncodeException: location = FrameSetSize ---> PaintDotNet.Imaging.ImageSizeOutOfRangeException (0x88982F51): Exception of type 'PaintDotNet.Imaging.ImageSizeOutOfRangeException' was thrown. (ImagingError.ImageSizeOutOfRange 0x88982F51) at PaintDotNet.Interop.ExceptionFactory.ThrowError(Int32 hr, String message, Exception innerEx) in D:\src\pdn\src_5_0_x\Windows\Interop\ExceptionFactory.cs:line 54 at PaintDotNet.Imaging.WICBitmapFrameEncode.SetSize(SizeInt32 size) in D:\src\pdn\src_5_0_x\Windows\Imaging\WICBitmapFrameEncode.cs:line 144 at PaintDotNet.Data.WicEncoder.Try(WicEncodeLocation location, Action action) in D:\src\pdn\src_5_0_x\PaintDotNet\Data\WicEncoder.cs:line 326 --- End of inner exception stack trace --- at PaintDotNet.Data.WicEncoder.Try(WicEncodeLocation location, Action action) in D:\src\pdn\src_5_0_x\PaintDotNet\Data\WicEncoder.cs:line 326 at PaintDotNet.Data.WicEncoder.Encode(IBitmapSource source, Vector2Double dpi, IReadOnlyList`1 exifPropertyItems, IReadOnlyList`1 iptcPropertyItems, XmpPacket xmpPacket, Stream output, ContainerFormat containerFormat, Nullable`1 preferredVendor, IEnumerable`1 encoderOptions, IMetadataTranscoder metadataTranscoder, WriteSourceMode writeSourceMode, ProgressEventHandler progressCallback, Object progressCallbackSender, Double progressPercentStart) in D:\src\pdn\src_5_0_x\PaintDotNet\Data\WicEncoder.cs:line 316 at PaintDotNet.Data.WicEncoder.Encode(WicEncodeParameters parameters) in D:\src\pdn\src_5_0_x\PaintDotNet\Data\WicEncoder.cs:line 144 at PaintDotNet.Data.WicEncoder.Encode() in D:\src\pdn\src_5_0_x\PaintDotNet\Data\WicEncoder.cs:line 103 --- End of inner exception stack trace --- at PaintDotNet.Data.WicEncoder.AddExceptionAndThrowAll(Exception ex) in D:\src\pdn\src_5_0_x\PaintDotNet\Data\WicEncoder.cs:line 115 at PaintDotNet.Data.WicEncoder.Encode() in D:\src\pdn\src_5_0_x\PaintDotNet\Data\WicEncoder.cs:line 103 at PaintDotNet.Data.WicHelpers.Save(IBitmapSource`1 sourceBgra32, Vector2Double dpi, Metadata metadata, Stream output, ContainerFormat& containerFormat, Nullable`1& preferredVendor, IMetadataTranscoder metadataTranscoder, IEnumerable`1 encoderOptions, SavableBitDepths bitDepth, PaletteTable paletteForIndexed, Int32 ditherLevelForIndexed, ProgressEventHandler progressCallback, Object progressCallbackSender) in D:\src\pdn\src_5_0_x\PaintDotNet\Data\WicHelpers.cs:line 457 at PaintDotNet.Data.JpegFileType.OnSaveT(Document input, Stream output, PropertyBasedSaveConfigToken token, Surface scratchSurface, ProgressEventHandler progressCallback) in D:\src\pdn\src_5_0_x\PaintDotNet\Data\JpegFileType.cs:line 138 at PaintDotNet.FileType.Save(Document input, Stream output, SaveConfigToken token, Surface scratchSurface, ProgressEventHandler progressCallback, Boolean rememberToken) in D:\src\pdn\src_5_0_x\Data\FileType.cs:line 267 at PaintDotNet.Dialogs.SaveConfigDialog.<>c__DisplayClass48_0.<UpdatePreviewAsync>b__0() in D:\src\pdn\src_5_0_x\PaintDotNet\Dialogs\SaveConfigDialog.cs:line 573 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.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot, Thread threadPoolThread) --- End of stack trace from previous location --- at PaintDotNet.Dialogs.SaveConfigDialog.UpdatePreviewAsync(Document document, FileType fileType, SaveConfigToken saveConfigToken, CancellationToken cancelToken) in D:\src\pdn\src_5_0_x\PaintDotNet\Dialogs\SaveConfigDialog.cs:line 761 ---> (Inner Exception #1) PaintDotNet.Data.WicEncodeException: location = UnhandledEncodeError ---> PaintDotNet.Data.WicEncodeException: location = FrameSetSize ---> PaintDotNet.Imaging.ImageSizeOutOfRangeException (0x88982F51): Exception of type 'PaintDotNet.Imaging.ImageSizeOutOfRangeException' was thrown. (ImagingError.ImageSizeOutOfRange 0x88982F51) at PaintDotNet.Interop.ExceptionFactory.ThrowError(Int32 hr, String message, Exception innerEx) in D:\src\pdn\src_5_0_x\Windows\Interop\ExceptionFactory.cs:line 54 at PaintDotNet.Imaging.WICBitmapFrameEncode.SetSize(SizeInt32 size) in D:\src\pdn\src_5_0_x\Windows\Imaging\WICBitmapFrameEncode.cs:line 144 at PaintDotNet.Data.WicEncoder.Try(WicEncodeLocation location, Action action) in D:\src\pdn\src_5_0_x\PaintDotNet\Data\WicEncoder.cs:line 326 --- End of inner exception stack trace --- at PaintDotNet.Data.WicEncoder.Try(WicEncodeLocation location, Action action) in D:\src\pdn\src_5_0_x\PaintDotNet\Data\WicEncoder.cs:line 326 at PaintDotNet.Data.WicEncoder.Encode(IBitmapSource source, Vector2Double dpi, IReadOnlyList`1 exifPropertyItems, IReadOnlyList`1 iptcPropertyItems, XmpPacket xmpPacket, Stream output, ContainerFormat containerFormat, Nullable`1 preferredVendor, IEnumerable`1 encoderOptions, IMetadataTranscoder metadataTranscoder, WriteSourceMode writeSourceMode, ProgressEventHandler progressCallback, Object progressCallbackSender, Double progressPercentStart) in D:\src\pdn\src_5_0_x\PaintDotNet\Data\WicEncoder.cs:line 316 at PaintDotNet.Data.WicEncoder.Encode(WicEncodeParameters parameters) in D:\src\pdn\src_5_0_x\PaintDotNet\Data\WicEncoder.cs:line 144 at PaintDotNet.Data.WicEncoder.Encode() in D:\src\pdn\src_5_0_x\PaintDotNet\Data\WicEncoder.cs:line 103 --- End of inner exception stack trace ---<--- Diagnostics: Application paint.net 5.0.13 (Stable 5.13.8830.42291) Build Date Tuesday, March 5, 2024 Install type Classic Language: en-US DPI 1.25 (1.25x scale) UI/Canvas GPU True Rendering GPU 🚀 Performance (NVIDIA T600 Laptop GPU) Remote session False Animations True Translucent windows True Windows Ink True OS Windows 11 Pro x64 (10.0.22631.0) Runtime .NET 7.0.16 x64 Physical Memory 16,091 MB (2,300 MB free) Paging File 57,062 MB (8,318 MB free) CPU 12th Gen Intel(R) Core(TM) i7-12700H Speed ~2688 MHz Cores / Threads 14 / 20 Features SSE, SSE2, SSE3, SSSE3, SSE4_1, SSE4_2, AVX, AVX2 Monitor 1 Resolution 1920 x 1080, 60 Hz DPI 120 (1.25x scale) Coordinates (L=0, T=0, R=1920, B=1080) Bit depth 8 Color space RgbFullGamma22NoneP709 Connected to Intel(R) Iris(R) Xe Graphics Video Card Intel(R) Iris(R) Xe Graphics Hardware Acceleration Supported Dedicated Video RAM 128 MB Dedicated System RAM 0 MB Shared System RAM 8,045 MB Driver Version 31.0.101.4502 Vendor ID 0x8086 Device ID 0x46A6 Subsystem ID 0x22F717AA Revision 12 LUID 0x0001A3E1 Flags AcgCompatible, SupportMonitoredFences, KeyedMutexConformance Graphics Preemption TriangleBoundary Compute Preemption ThreadGroupBoundary Outputs 1 Feature Level Level_12_1 Features ComputeShadersEtc DXGI Formats A8_UNorm, B8G8R8A8_UNorm, R16G16B16A16_UNorm, R16G16B16A16_Float, R32G32B32A32_Float Buffer Precisions UInt8Normalized, UInt8NormalizedSrgb, UInt16Normalized, Float16, Float32 Maximum Bitmap Size 16384 Video Card NVIDIA T600 Laptop GPU Hardware Acceleration Supported Dedicated Video RAM 3,952 MB Dedicated System RAM 0 MB Shared System RAM 8,045 MB Driver Version 31.0.15.3779 Vendor ID 0x10DE Device ID 0x1FB6 Subsystem ID 0x22F717AA Revision 161 LUID 0x0001A8D8 Flags AcgCompatible, SupportMonitoredFences, KeyedMutexConformance Graphics Preemption PixelBoundary Compute Preemption DispatchBoundary Outputs 0 Feature Level Level_12_1 Features Doubles, ComputeShadersEtc DXGI Formats A8_UNorm, B8G8R8A8_UNorm, R16G16B16A16_UNorm, R16G16B16A16_Float, R32G32B32A32_Float Buffer Precisions UInt8Normalized, UInt8NormalizedSrgb, UInt16Normalized, Float16, Float32 Maximum Bitmap Size 16384 Video Card Microsoft Basic Render Driver Hardware Acceleration N/A Dedicated Video RAM 0 MB Dedicated System RAM 0 MB Shared System RAM 8,045 MB Driver Version 10.0.22621.2506 Vendor ID 0x1414 Device ID 0x008C Subsystem ID 0x00000000 Revision 0 LUID 0x0001A851 Flags Software, AcgCompatible, SupportMonitoredFences, KeyedMutexConformance Graphics Preemption InstructionBoundary Compute Preemption InstructionBoundary Outputs 0 Feature Level Level_12_1 Features Doubles, ComputeShadersEtc DXGI Formats A8_UNorm, B8G8R8A8_UNorm, R16G16B16A16_UNorm, R16G16B16A16_Float, R32G32B32A32_Float Buffer Precisions UInt8Normalized, UInt8NormalizedSrgb, UInt16Normalized, Float16, Float32 Maximum Bitmap Size 8388608 Managed assemblies 113 System.Private.CoreLib .\System.Private.CoreLib.dll, Version=7.0.0.0, PublicKeyToken=7cec85d7bea7798e paintdotnet .\paintdotnet.dll, Version=5.13.8830.42291 System.Runtime .\System.Runtime.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a PaintDotNet.Fundamentals .\PaintDotNet.Fundamentals.dll, Version=5.13.8830.42291 System.Windows.Forms .\System.Windows.Forms.dll, Version=7.0.0.0, PublicKeyToken=b77a5c561934e089 System.Diagnostics.Tracing .\System.Diagnostics.Tracing.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Threading.Thread .\System.Threading.Thread.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a PaintDotNet.Base .\PaintDotNet.Base.dll, Version=5.13.8830.42291 PaintDotNet.Collections .\PaintDotNet.Collections.dll, Version=5.13.8830.42291 PaintDotNet.ComponentModel .\PaintDotNet.ComponentModel.dll, Version=5.13.8830.42291 PaintDotNet.Windows .\PaintDotNet.Windows.dll, Version=5.13.8830.42291 TerraFX.Interop.Windows .\TerraFX.Interop.Windows.dll, Version=10.0.22621.2, PublicKeyToken=35b01b53313a6f7e PaintDotNet.Primitives .\PaintDotNet.Primitives.dll, Version=5.13.8830.42291 System.Collections.Concurrent .\System.Collections.Concurrent.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a PaintDotNet.Runtime .\PaintDotNet.Runtime.dll, Version=5.13.8830.42291 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.13.8830.42291 PaintDotNet.Systrace .\PaintDotNet.Systrace.dll, Version=5.13.8830.42291 System.Diagnostics.Process .\System.Diagnostics.Process.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Private.Uri .\System.Private.Uri.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.ComponentModel.Primitives .\System.ComponentModel.Primitives.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a WindowsBase .\WindowsBase.dll, Version=7.0.0.0, PublicKeyToken=31bf3856ad364e35 System.Windows.Forms.Primitives .\System.Windows.Forms.Primitives.dll, Version=7.0.0.0, PublicKeyToken=b77a5c561934e089 PaintDotNet.ObjectModel .\PaintDotNet.ObjectModel.dll, Version=5.13.8830.42291 System.Runtime.InteropServices .\System.Runtime.InteropServices.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Collections .\System.Collections.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Drawing.Primitives .\System.Drawing.Primitives.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Diagnostics.TraceSource .\System.Diagnostics.TraceSource.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.13.8830.42291 PaintDotNet.Resources .\PaintDotNet.Resources.dll, Version=5.13.8830.42291 System.ObjectModel .\System.ObjectModel.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a PaintDotNet.Data .\PaintDotNet.Data.dll, Version=5.13.8830.42291 System.Configuration.ConfigurationManager .\System.Configuration.ConfigurationManager.dll, Version=7.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51 PaintDotNet.Framework .\PaintDotNet.Framework.dll, Version=5.13.8830.42291 System.Collections.Specialized .\System.Collections.Specialized.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a 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 System.Private.Xml .\System.Private.Xml.dll, Version=7.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51 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 PaintDotNet.Windows.Framework .\PaintDotNet.Windows.Framework.dll, Version=5.13.8830.42291 System.Memory .\System.Memory.dll, Version=7.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51 PaintDotNet.UI .\PaintDotNet.UI.dll, Version=5.13.8830.42291 System.Text.Encoding.Extensions .\System.Text.Encoding.Extensions.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a Microsoft.Win32.SystemEvents .\Microsoft.Win32.SystemEvents.dll, Version=7.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51 System.Drawing.Common .\System.Drawing.Common.dll, Version=7.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51 System.Collections.Immutable .\System.Collections.Immutable.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 ComputeSharp.D2D1 .\ComputeSharp.D2D1.dll, Version=2.1.0.0, PublicKeyToken=dc35fa229f6881d8 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 System.Diagnostics.FileVersionInfo .\System.Diagnostics.FileVersionInfo.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a PresentationFramework .\PresentationFramework.dll, Version=7.0.0.0, PublicKeyToken=31bf3856ad364e35 System.ComponentModel.TypeConverter .\System.ComponentModel.TypeConverter.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a PaintDotNet.Windows.Core .\PaintDotNet.Windows.Core.dll, Version=5.13.8830.42291 System.ComponentModel .\System.ComponentModel.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Xaml .\System.Xaml.dll, Version=7.0.0.0, PublicKeyToken=b77a5c561934e089 PaintDotNet.PropertySystem .\PaintDotNet.PropertySystem.dll, Version=5.13.8830.42291 PresentationCore .\PresentationCore.dll, Version=7.0.0.0, PublicKeyToken=31bf3856ad364e35 DirectWriteForwarder .\DirectWriteForwarder.dll, Version=7.0.0.0, PublicKeyToken=31bf3856ad364e35 System.Runtime.Extensions .\System.Runtime.Extensions.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.IO.Packaging .\System.IO.Packaging.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Diagnostics.Debug .\System.Diagnostics.Debug.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a PaintDotNet.Effects.Core .\PaintDotNet.Effects.Core.dll, Version=5.13.8830.42291 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 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 System.Runtime.Loader .\System.Runtime.Loader.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a AvifFileType .\Bundled\AvifFileType\AvifFileType.dll, Version=1.1.30.0 DdsFileTypePlus .\Bundled\DDSFileTypePlus\DdsFileTypePlus.dll, Version=1.12.8.0 WebPFileType .\Bundled\WebPFileType\WebPFileType.dll, Version=1.3.21.0 PaintDotNet.Effects.Gpu .\PaintDotNet.Effects.Gpu.dll, Version=5.13.8830.42291 PaintDotNet.Effects .\PaintDotNet.Effects.dll, Version=5.13.8830.42291 PaintDotNet.Effects.Legacy .\PaintDotNet.Effects.Legacy.dll, Version=5.13.8830.42291 System.IO.Hashing .\System.IO.Hashing.dll, Version=7.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51 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.Text.RegularExpressions .\System.Text.RegularExpressions.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Runtime.Numerics .\System.Runtime.Numerics.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Runtime.Intrinsics .\System.Runtime.Intrinsics.dll, Version=7.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51 PhotoSauce.MagicScaler .\PhotoSauce.MagicScaler.dll, Version=0.13.2.0, PublicKeyToken=fc6b9b7b06809481 ComputeSharp.Core .\ComputeSharp.Core.dll, Version=2.1.0.0, PublicKeyToken=dc35fa229f6881d8 PointerToolkit.TerraFX.Interop.Windows .\PointerToolkit.TerraFX.Interop.Windows.dll, Version=10.0.22621.2 System.Net.Http .\System.Net.Http.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Net.Primitives .\System.Net.Primitives.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Diagnostics.DiagnosticSource .\System.Diagnostics.DiagnosticSource.dll, Version=7.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51 System.Net.Security .\System.Net.Security.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Security.Cryptography .\System.Security.Cryptography.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Net.Quic .\System.Net.Quic.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Net.Sockets .\System.Net.Sockets.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Threading.Overlapped .\System.Threading.Overlapped.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Net.NameResolution .\System.Net.NameResolution.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Private.Xml.Linq .\System.Private.Xml.Linq.dll, Version=7.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51 System.Xml.XDocument .\System.Xml.XDocument.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.IO.Compression .\System.IO.Compression.dll, Version=7.0.0.0, PublicKeyToken=b77a5c561934e089 PresentationFramework-SystemXmlLinq .\PresentationFramework-SystemXmlLinq.dll, Version=7.0.0.0, PublicKeyToken=b77a5c561934e089 System.Xml.Linq .\System.Xml.Linq.dll, Version=4.0.0.0, PublicKeyToken=b77a5c561934e089 mscorlib .\mscorlib.dll, Version=4.0.0.0, PublicKeyToken=b77a5c561934e089 K4os.Compression.LZ4 .\K4os.Compression.LZ4.dll, Version=1.2.16.0, PublicKeyToken=2186fa9121ef231d System.CodeDom .\System.CodeDom.dll, Version=7.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51 System.Reflection.MetadataLoadContext .\System.Reflection.MetadataLoadContext.dll, Version=7.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51 System.Diagnostics.StackTrace .\System.Diagnostics.StackTrace.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Reflection.Metadata .\System.Reflection.Metadata.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.IO.MemoryMappedFiles .\System.IO.MemoryMappedFiles.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a Native modules 299 paintdotnet.exe .\paintdotnet.exe, version=5.13.8830.42291 ntdll.dll C:\Windows\SYSTEM32\ntdll.dll, version=10.0.22621.3374 (WinBuild.160101.0800) aswhook.dll C:\Program Files\Avast Software\Avast\aswhook.dll, version=24.3.8975.0 KERNEL32.DLL C:\Windows\System32\KERNEL32.DLL, version=10.0.22621.3374 (WinBuild.160101.0800) KERNELBASE.dll C:\Windows\System32\KERNELBASE.dll, version=10.0.22621.3374 (WinBuild.160101.0800) SHELL32.dll C:\Windows\System32\SHELL32.dll, version=10.0.22621.2792 (WinBuild.160101.0800) msvcp_win.dll C:\Windows\System32\msvcp_win.dll, version=10.0.22621.3374 (WinBuild.160101.0800) ucrtbase.dll C:\Windows\System32\ucrtbase.dll, version=10.0.22621.3374 (WinBuild.160101.0800) USER32.dll C:\Windows\System32\USER32.dll, version=10.0.22621.1 (WinBuild.160101.0800) win32u.dll C:\Windows\System32\win32u.dll, version=10.0.22621.3447 (WinBuild.160101.0800) GDI32.dll C:\Windows\System32\GDI32.dll, version=10.0.22621.3085 (WinBuild.160101.0800) gdi32full.dll C:\Windows\System32\gdi32full.dll, version=10.0.22621.3374 (WinBuild.160101.0800) ole32.dll C:\Windows\System32\ole32.dll, version=10.0.22621.1 (WinBuild.160101.0800) combase.dll C:\Windows\System32\combase.dll, version=10.0.22621.1 (WinBuild.160101.0800) RPCRT4.dll C:\Windows\System32\RPCRT4.dll, version=10.0.22621.2506 (WinBuild.160101.0800) OLEAUT32.dll C:\Windows\System32\OLEAUT32.dll, version=10.0.22621.2506 (WinBuild.160101.0800) SHLWAPI.dll C:\Windows\System32\SHLWAPI.dll, version=10.0.22621.1 (WinBuild.160101.0800) msvcrt.dll C:\Windows\System32\msvcrt.dll, version=7.0.22621.2506 (WinBuild.160101.0800) VCRUNTIME140.dll .\VCRUNTIME140.dll, version=14.38.33135.0 VCRUNTIME140_1.dll .\VCRUNTIME140_1.dll, version=14.38.33135.0 IMM32.DLL C:\Windows\System32\IMM32.DLL, version=10.0.22621.3374 (WinBuild.160101.0800) shcore.dll C:\Windows\System32\shcore.dll, version=10.0.22621.1 (WinBuild.160101.0800) hostfxr.dll .\hostfxr.dll, version=7,0,1624,6629 @Commit: 567edafe6106e6b769c64f6a2ed876190baa642a ADVAPI32.dll C:\Windows\System32\ADVAPI32.dll, version=10.0.22621.1 (WinBuild.160101.0800) sechost.dll C:\Windows\System32\sechost.dll, version=10.0.22621.1 (WinBuild.160101.0800) bcrypt.dll C:\Windows\System32\bcrypt.dll, version=10.0.22621.1 (WinBuild.160101.0800) hostpolicy.dll .\hostpolicy.dll, version=7,0,1624,6629 @Commit: 567edafe6106e6b769c64f6a2ed876190baa642a coreclr.dll .\coreclr.dll, version=7,0,1624,6629 @Commit: 567edafe6106e6b769c64f6a2ed876190baa642a bcryptPrimitives.dll C:\Windows\System32\bcryptPrimitives.dll, version=10.0.22621.3374 (WinBuild.160101.0800) System.Private.CoreLib.dll .\System.Private.CoreLib.dll, version=7.0.1624.6629 clrjit.dll .\clrjit.dll, version=7,0,1624,6629 @Commit: 567edafe6106e6b769c64f6a2ed876190baa642a kernel.appcore.dll C:\Windows\SYSTEM32\kernel.appcore.dll, version=10.0.22621.2715 (WinBuild.160101.0800) paintdotnet.dll .\paintdotnet.dll, version=5.13.8830.42291 System.Runtime.dll .\System.Runtime.dll, version=7.0.1624.6629 uxtheme.dll C:\Windows\system32\uxtheme.dll, version=10.0.22621.1 (WinBuild.160101.0800) PaintDotNet.Fundamentals.dll .\PaintDotNet.Fundamentals.dll, version=5.13.8830.42291 System.Windows.Forms.dll .\System.Windows.Forms.dll, version=7.0.1624.6711 System.Diagnostics.Tracing.dll .\System.Diagnostics.Tracing.dll, version=7.0.1624.6629 icu.dll C:\Windows\SYSTEM32\icu.dll, version=68, 2, 0, 10 (WinBuild.160101.0800) System.Threading.Thread.dll .\System.Threading.Thread.dll, version=7.0.1624.6629 PaintDotNet.Base.dll .\PaintDotNet.Base.dll, version=5.13.8830.42291 PaintDotNet.Collections.dll .\PaintDotNet.Collections.dll, version=5.13.8830.42291 PaintDotNet.ComponentModel.dll .\PaintDotNet.ComponentModel.dll, version=5.13.8830.42291 PaintDotNet.Windows.dll .\PaintDotNet.Windows.dll, version=5.13.8830.42291 TerraFX.Interop.Windows.dll .\TerraFX.Interop.Windows.dll, version=10.0.22621.2 PaintDotNet.Primitives.dll .\PaintDotNet.Primitives.dll, version=5.13.8830.42291 System.Collections.Concurrent.dll .\System.Collections.Concurrent.dll, version=7.0.1624.6629 PaintDotNet.Runtime.dll .\PaintDotNet.Runtime.dll, version=5.13.8830.42291 PointerToolkit.dll .\PointerToolkit.dll, version=1.0.0.0 System.Threading.dll .\System.Threading.dll, version=7.0.1624.6629 PaintDotNet.SystemLayer.dll .\PaintDotNet.SystemLayer.dll, version=5.13.8830.42291 PaintDotNet.Systrace.dll .\PaintDotNet.Systrace.dll, version=5.13.8830.42291 System.Diagnostics.Process.dll .\System.Diagnostics.Process.dll, version=7.0.1624.6629 System.Private.Uri.dll .\System.Private.Uri.dll, version=7.0.1624.6629 System.ComponentModel.Primitives.dll .\System.ComponentModel.Primitives.dll, version=7.0.1624.6629 WindowsBase.dll .\WindowsBase.dll, version=7.0.1624.6804 System.Windows.Forms.Primitives.dll .\System.Windows.Forms.Primitives.dll, version=7.0.1624.6711 PaintDotNet.ObjectModel.dll .\PaintDotNet.ObjectModel.dll, version=5.13.8830.42291 System.Runtime.InteropServices.dll .\System.Runtime.InteropServices.dll, version=7.0.1624.6629 System.Collections.dll .\System.Collections.dll, version=7.0.1624.6629 System.Drawing.Primitives.dll .\System.Drawing.Primitives.dll, version=7.0.1624.6629 System.Diagnostics.TraceSource.dll .\System.Diagnostics.TraceSource.dll, version=7.0.1624.6629 Microsoft.Win32.Primitives.dll .\Microsoft.Win32.Primitives.dll, version=7.0.1624.6629 System.Text.Encoding.CodePages.dll .\System.Text.Encoding.CodePages.dll, version=7.0.1624.6629 PaintDotNet.Core.dll .\PaintDotNet.Core.dll, version=5.13.8830.42291 PaintDotNet.Resources.dll .\PaintDotNet.Resources.dll, version=5.13.8830.42291 System.ObjectModel.dll .\System.ObjectModel.dll, version=7.0.1624.6629 PresentationNative_cor3.dll .\PresentationNative_cor3.dll, version=7,0,23,57101 @Commit: 562bdf3c1209b3703fde123c03fc9a2c86002f03 PaintDotNet.Data.dll .\PaintDotNet.Data.dll, version=5.13.8830.42291 System.Configuration.ConfigurationManager.dll .\System.Configuration.ConfigurationManager.dll, version=7.0.1624.6629 PaintDotNet.Framework.dll .\PaintDotNet.Framework.dll, version=5.13.8830.42291 System.Collections.Specialized.dll .\System.Collections.Specialized.dll, version=7.0.1624.6629 CommunityToolkit.HighPerformance.dll .\CommunityToolkit.HighPerformance.dll, version=8.2.1.1 System.Threading.ThreadPool.dll .\System.Threading.ThreadPool.dll, version=7.0.1624.6629 System.Xml.ReaderWriter.dll .\System.Xml.ReaderWriter.dll, version=7.0.1624.6629 System.Private.Xml.dll .\System.Private.Xml.dll, version=7.0.1624.6629 System.Net.WebClient.dll .\System.Net.WebClient.dll, version=7.0.1624.6629 System.ComponentModel.EventBasedAsync.dll .\System.ComponentModel.EventBasedAsync.dll, version=7.0.1624.6629 PaintDotNet.Windows.Framework.dll .\PaintDotNet.Windows.Framework.dll, version=5.13.8830.42291 System.Memory.dll .\System.Memory.dll, version=7.0.1624.6629 PaintDotNet.UI.dll .\PaintDotNet.UI.dll, version=5.13.8830.42291 System.Text.Encoding.Extensions.dll .\System.Text.Encoding.Extensions.dll, version=7.0.1624.6629 dxgi.DLL C:\Windows\SYSTEM32\dxgi.DLL, version=10.0.22621.3374 (WinBuild.160101.0800) Microsoft.Win32.SystemEvents.dll .\Microsoft.Win32.SystemEvents.dll, version=7.0.1624.6629 dxcore.dll C:\Windows\SYSTEM32\dxcore.dll, version=10.0.22621.3374 (WinBuild.160101.0800) System.Drawing.Common.dll .\System.Drawing.Common.dll, version=7.0.1624.6629 System.Collections.Immutable.dll .\System.Collections.Immutable.dll, version=7.0.1624.6629 System.Linq.dll .\System.Linq.dll, version=7.0.1624.6629 directxdatabasehelper.dll C:\Windows\SYSTEM32\directxdatabasehelper.dll, version=10.0.22621.3374 (WinBuild.160101.0800) Microsoft.Win32.Registry.dll .\Microsoft.Win32.Registry.dll, version=7.0.1624.6629 MSCTF.dll C:\Windows\System32\MSCTF.dll, version=10.0.22621.1 (WinBuild.160101.0800) ComputeSharp.D2D1.dll .\ComputeSharp.D2D1.dll, version=2.1.0.0 System.Security.Principal.Windows.dll .\System.Security.Principal.Windows.dll, version=7.0.1624.6629 System.Security.Claims.dll .\System.Security.Claims.dll, version=7.0.1624.6629 windows.storage.dll C:\Windows\SYSTEM32\windows.storage.dll, version=10.0.22621.2506 (WinBuild.160101.0800) wintypes.dll C:\Windows\SYSTEM32\wintypes.dll, version=10.0.22621.1 (WinBuild.160101.0800) profapi.dll C:\Windows\SYSTEM32\profapi.dll, version=10.0.22621.3374 (WinBuild.160101.0800) System.Diagnostics.FileVersionInfo.dll .\System.Diagnostics.FileVersionInfo.dll, version=7.0.1624.6629 PresentationFramework.dll .\PresentationFramework.dll, version=7.0.1624.6804 version.dll C:\Windows\SYSTEM32\version.dll, version=10.0.22621.1 (WinBuild.160101.0800) System.ComponentModel.TypeConverter.dll .\System.ComponentModel.TypeConverter.dll, version=7.0.1624.6629 PaintDotNet.Windows.Core.dll .\PaintDotNet.Windows.Core.dll, version=5.13.8830.42291 System.ComponentModel.dll .\System.ComponentModel.dll, version=7.0.1624.6629 d2d1.DLL C:\Windows\SYSTEM32\d2d1.DLL, version=10.0.22621.1 (WinBuild.160101.0800) System.Xaml.dll .\System.Xaml.dll, version=7.0.1624.6804 PaintDotNet.PropertySystem.dll .\PaintDotNet.PropertySystem.dll, version=5.13.8830.42291 PresentationCore.dll .\PresentationCore.dll, version=7.0.1624.6804 clbcatq.dll C:\Windows\System32\clbcatq.dll, version=2001.12.10941.16384 (WinBuild.160101.0800) gdiplus.dll C:\Windows\WinSxS\amd64_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.22621.3085_none_57ff6980ce140777\gdiplus.dll, version=10.0.22621.3085 (WinBuild.160101.0800) DirectWriteForwarder.dll .\DirectWriteForwarder.dll, version=7,0,1624,6804 @Commit: 4a6accdbfd70e66399781c75b0c0a179f4b7e7eb UIAnimation.dll C:\Windows\System32\UIAnimation.dll, version=10.0.22621.1 (WinBuild.160101.0800) WindowsCodecs.dll C:\Windows\SYSTEM32\WindowsCodecs.dll, version=10.0.22621.2506 (WinBuild.160101.0800) XmlLite.dll C:\Windows\SYSTEM32\XmlLite.dll, version=10.0.22621.2506 (WinBuild.160101.0800) System.Runtime.Extensions.dll .\System.Runtime.Extensions.dll, version=7.0.1624.6629 System.IO.Packaging.dll .\System.IO.Packaging.dll, version=7.0.1624.6629 System.Diagnostics.Debug.dll .\System.Diagnostics.Debug.dll, version=7.0.1624.6629 PaintDotNet.Effects.Core.dll .\PaintDotNet.Effects.Core.dll, version=5.13.8830.42291 System.Runtime.CompilerServices.VisualC.dll .\System.Runtime.CompilerServices.VisualC.dll, version=7.0.1624.6629 dwrite.DLL C:\Windows\SYSTEM32\dwrite.DLL, version=10.0.22621.1 (WinBuild.160101.0800) System.Collections.NonGeneric.dll .\System.Collections.NonGeneric.dll, version=7.0.1624.6629 comctl32.dll C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.22621.3235_none_270f74e173860f98\comctl32.dll, version=6.10 (WinBuild.160101.0800) Accessibility.dll .\Accessibility.dll, version=7.0.1624.6711 UIAutomationTypes.dll .\UIAutomationTypes.dll, version=7.0.1624.6804 System.Numerics.Vectors.dll .\System.Numerics.Vectors.dll, version=7.0.1624.6629 System.Threading.Tasks.Parallel.dll .\System.Threading.Tasks.Parallel.dll, version=7.0.1624.6629 mfplat.dll C:\Windows\SYSTEM32\mfplat.dll, version=10.0.22621.1 (WinBuild.160101.0800) cfgmgr32.dll C:\Windows\SYSTEM32\cfgmgr32.dll, version=10.0.22621.2506 (WinBuild.160101.0800) RTWorkQ.DLL C:\Windows\SYSTEM32\RTWorkQ.DLL, version=10.0.22621.1 (WinBuild.160101.0800) TextShaping.dll C:\Windows\SYSTEM32\TextShaping.dll, version=10.0.22621.3085 (WinBuild.160101.0800) CompPkgSup.DLL C:\Windows\SYSTEM32\CompPkgSup.DLL, version=10.0.22621.3235 (WinBuild.160101.0800) System.Runtime.Loader.dll .\System.Runtime.Loader.dll, version=7.0.1624.6629 AvifFileType.dll .\Bundled\AvifFileType\AvifFileType.dll, version=1.1.30.0 DdsFileTypePlus.dll .\Bundled\DDSFileTypePlus\DdsFileTypePlus.dll, version=1.12.8.0 WebPFileType.dll .\Bundled\WebPFileType\WebPFileType.dll, version=1.3.21.0 windows.staterepositoryclient.dll C:\Windows\SYSTEM32\windows.staterepositoryclient.dll, version=10.0.22621.3374 (WinBuild.160101.0800) windows.staterepositorycore.dll C:\Windows\SYSTEM32\windows.staterepositorycore.dll, version=10.0.22621.3374 (WinBuild.160101.0800) PaintDotNet.Effects.Gpu.dll .\PaintDotNet.Effects.Gpu.dll, version=5.13.8830.42291 PaintDotNet.Effects.dll .\PaintDotNet.Effects.dll, version=5.13.8830.42291 wtsapi32.dll C:\Windows\SYSTEM32\wtsapi32.dll, version=10.0.22621.1 (WinBuild.160101.0800) WINSTA.dll C:\Windows\SYSTEM32\WINSTA.dll, version=10.0.22621.3374 (WinBuild.160101.0800) PaintDotNet.Effects.Legacy.dll .\PaintDotNet.Effects.Legacy.dll, version=5.13.8830.42291 d3d11.dll C:\Windows\SYSTEM32\d3d11.dll, version=10.0.22621.3235 (WinBuild.160101.0800) D3D10Warp.dll C:\Windows\SYSTEM32\D3D10Warp.dll, version=10.0.22621.2506 (WinBuild.160101.0800) UIAutomationCore.dll C:\Windows\SYSTEM32\UIAutomationCore.dll, version=7.2.22621.1 (WinBuild.160101.0800) dwmapi.DLL C:\Windows\SYSTEM32\dwmapi.DLL, version=10.0.22621.1 (WinBuild.160101.0800) dataexchange.dll C:\Windows\system32\dataexchange.dll, version=10.0.22621.2506 (WinBuild.160101.0800) twinapi.appcore.dll C:\Windows\system32\twinapi.appcore.dll, version=10.0.22621.1 (WinBuild.160101.0800) textinputframework.dll C:\Windows\SYSTEM32\textinputframework.dll, version=10.0.22621.3447 (WinBuild.160101.0800) CoreMessaging.dll C:\Windows\SYSTEM32\CoreMessaging.dll, version=10.0.22621.3085 (WinBuild.160101.0800) CoreUIComponents.dll C:\Windows\SYSTEM32\CoreUIComponents.dll, version=10.0.22621.2506 CRYPTBASE.DLL C:\Windows\SYSTEM32\CRYPTBASE.DLL, version=10.0.22621.1 (WinBuild.160101.0800) winmm.DLL C:\Windows\SYSTEM32\winmm.DLL, version=10.0.22621.1 (WinBuild.160101.0800) System.IO.Hashing.dll .\System.IO.Hashing.dll, version=7.0.22.51805 powrprof.dll C:\Windows\SYSTEM32\powrprof.dll, version=10.0.22621.3374 (WinBuild.160101.0800) UMPDC.dll C:\Windows\SYSTEM32\UMPDC.dll, version=10.0.22621.1 (WinBuild.160101.0800) Newtonsoft.Json.dll .\Newtonsoft.Json.dll, version=13.0.3.27908 System.Linq.Expressions.dll .\System.Linq.Expressions.dll, version=7.0.1624.6629 System.Runtime.Serialization.Formatters.dll .\System.Runtime.Serialization.Formatters.dll, version=7.0.1624.6629 System.Text.RegularExpressions.dll .\System.Text.RegularExpressions.dll, version=7.0.1624.6629 System.Runtime.Numerics.dll .\System.Runtime.Numerics.dll, version=7.0.1624.6629 PaintDotNet.SystemLayer.Native.x64.dll .\PaintDotNet.SystemLayer.Native.x64.dll, version=5.13.8830.42291 System.Runtime.Intrinsics.dll .\System.Runtime.Intrinsics.dll, version=7.0.1624.6629 igd10iumd64.dll C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_5d129e804ec099c4\igd10iumd64.dll, version=31.0.101.4502 apphelp.dll C:\Windows\SYSTEM32\apphelp.dll, version=10.0.22621.1 (WinBuild.160101.0800) igd10um64xe.DLL C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_5d129e804ec099c4\igd10um64xe.DLL, version=31.0.101.4502 CRYPT32.dll C:\Windows\System32\CRYPT32.dll, version=10.0.22621.1 (WinBuild.160101.0800) IntelControlLib.dll C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_5d129e804ec099c4\IntelControlLib.dll, version=1.0.148 SETUPAPI.dll C:\Windows\System32\SETUPAPI.dll, version=10.0.22621.1 (WinBuild.160101.0800) DEVOBJ.dll C:\Windows\SYSTEM32\DEVOBJ.dll, version=10.0.22621.2506 (WinBuild.160101.0800) WINTRUST.dll C:\Windows\System32\WINTRUST.dll, version=10.0.22621.3447 (WinBuild.160101.0800) MSASN1.dll C:\Windows\SYSTEM32\MSASN1.dll, version=10.0.22621.2506 (WinBuild.160101.0800) igdgmm64.dll C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_5d129e804ec099c4\igdgmm64.dll, version=31.0.101.4502 igc64.dll C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_5d129e804ec099c4\igc64.dll, version=31.0.101.4502 PhotoSauce.MagicScaler.dll .\PhotoSauce.MagicScaler.dll, version=0.13.2.0 explorerframe.dll C:\Windows\system32\explorerframe.dll, version=10.0.22621.2506 (WinBuild.160101.0800) PROPSYS.dll C:\Windows\SYSTEM32\PROPSYS.dll, version=7.0.22621.2506 (WinBuild.160101.0800) ComputeSharp.Core.dll .\ComputeSharp.Core.dll, version=2.1.0.0 d3dcompiler_47.DLL C:\Windows\SYSTEM32\d3dcompiler_47.DLL, version=10.0.22621.2506 (WinBuild.160101.0800) CRYPTSP.dll C:\Windows\SYSTEM32\CRYPTSP.dll, version=10.0.22621.2506 (WinBuild.160101.0800) Cabinet.dll C:\Windows\SYSTEM32\Cabinet.dll, version=5.00 (WinBuild.160101.0800) dcomp.dll C:\Windows\SYSTEM32\dcomp.dll, version=10.0.22621.3447 (WinBuild.160101.0800) cryptnet.dll C:\Windows\SYSTEM32\cryptnet.dll, version=10.0.22621.1 (WinBuild.160101.0800) drvstore.dll C:\Windows\SYSTEM32\drvstore.dll, version=10.0.22621.2506 (WinBuild.160101.0800) wldp.dll C:\Windows\SYSTEM32\wldp.dll, version=10.0.22621.2506 (WinBuild.160101.0800) imagehlp.dll C:\Windows\System32\imagehlp.dll, version=10.0.22621.1 (WinBuild.160101.0800) rsaenh.dll C:\Windows\system32\rsaenh.dll, version=10.0.22621.1 (WinBuild.160101.0800) PointerToolkit.TerraFX.Interop.Windows.dll .\PointerToolkit.TerraFX.Interop.Windows.dll, version=10.0.22621.2 System.Net.Http.dll .\System.Net.Http.dll, version=7.0.1624.6629 System.Net.Primitives.dll .\System.Net.Primitives.dll, version=7.0.1624.6629 System.Diagnostics.DiagnosticSource.dll .\System.Diagnostics.DiagnosticSource.dll, version=7.0.1624.6629 System.Net.Security.dll .\System.Net.Security.dll, version=7.0.1624.6629 System.Security.Cryptography.dll .\System.Security.Cryptography.dll, version=7.0.1624.6629 iphlpapi.dll C:\Windows\SYSTEM32\iphlpapi.dll, version=10.0.22621.1 (WinBuild.160101.0800) DNSAPI.dll C:\Windows\SYSTEM32\DNSAPI.dll, version=10.0.22621.1 (WinBuild.160101.0800) NSI.dll C:\Windows\System32\NSI.dll, version=10.0.22621.1 (WinBuild.160101.0800) dhcpcsvc6.DLL C:\Windows\SYSTEM32\dhcpcsvc6.DLL, version=10.0.22621.1 (WinBuild.160101.0800) dhcpcsvc.DLL C:\Windows\SYSTEM32\dhcpcsvc.DLL, version=10.0.22621.1 (WinBuild.160101.0800) WINNSI.DLL C:\Windows\SYSTEM32\WINNSI.DLL, version=10.0.22621.1 (WinBuild.160101.0800) winhttp.dll C:\Windows\SYSTEM32\winhttp.dll, version=10.0.22621.1 (WinBuild.160101.0800) WS2_32.dll C:\Windows\System32\WS2_32.dll, version=10.0.22621.1 (WinBuild.160101.0800) System.Net.Quic.dll .\System.Net.Quic.dll, version=7.0.1624.6629 msquic.dll .\msquic.dll, version=2.2.3.415752 SspiCli.dll C:\Windows\SYSTEM32\SspiCli.dll, version=10.0.22621.3235 (WinBuild.160101.0800) Secur32.dll C:\Windows\SYSTEM32\Secur32.dll, version=10.0.22621.1 (WinBuild.160101.0800) System.Net.Sockets.dll .\System.Net.Sockets.dll, version=7.0.1624.6629 mswsock.dll C:\Windows\system32\mswsock.dll, version=10.0.22621.1 (WinBuild.160101.0800) wshunix.dll C:\Windows\system32\wshunix.dll, version=10.0.22621.1 (WinBuild.160101.0800) System.Threading.Overlapped.dll .\System.Threading.Overlapped.dll, version=7.0.1624.6629 System.Net.NameResolution.dll .\System.Net.NameResolution.dll, version=7.0.1624.6629 mdnsNSP.dll C:\Program Files\Bonjour\mdnsNSP.dll, version=3,0,0,10 nlansp_c.dll C:\Windows\system32\nlansp_c.dll, version=10.0.22621.2506 (WinBuild.160101.0800) rasadhlp.dll C:\Windows\System32\rasadhlp.dll, version=10.0.22621.1 (WinBuild.160101.0800) napinsp.dll C:\Windows\system32\napinsp.dll, version=10.0.22621.1 (WinBuild.160101.0800) winrnr.dll C:\Windows\System32\winrnr.dll, version=10.0.22621.1 (WinBuild.160101.0800) pnrpnsp.dll C:\Windows\system32\pnrpnsp.dll, version=10.0.22621.1 (WinBuild.160101.0800) wshbth.dll C:\Windows\system32\wshbth.dll, version=10.0.22621.3374 (WinBuild.160101.0800) fwpuclnt.dll C:\Windows\System32\fwpuclnt.dll, version=10.0.22621.2506 (WinBuild.160101.0800) schannel.DLL C:\Windows\system32\schannel.DLL, version=10.0.22621.1 (WinBuild.160101.0800) ncrypt.dll C:\Windows\SYSTEM32\ncrypt.dll, version=10.0.22621.1 (WinBuild.160101.0800) NTASN1.dll C:\Windows\SYSTEM32\NTASN1.dll, version=10.0.22621.1 (WinBuild.160101.0800) ncryptsslp.dll C:\Windows\system32\ncryptsslp.dll, version=10.0.22621.2506 (WinBuild.160101.0800) comdlg32.dll C:\Windows\System32\comdlg32.dll, version=10.0.22621.1 (WinBuild.160101.0800) Windows.FileExplorer.Common.dll C:\Windows\System32\Windows.FileExplorer.Common.dll, version=10.0.22621.2506 (WinBuild.160101.0800) DUI70.dll C:\Windows\System32\DUI70.dll, version=10.0.22621.1 (WinBuild.160101.0800) DUser.dll C:\Windows\System32\DUser.dll, version=10.0.22621.1 (WinBuild.160101.0800) tiptsf.dll C:\Program Files\Common Files\microsoft shared\ink\tiptsf.dll, version=10.0.22621.1 (WinBuild.160101.0800) edputil.dll C:\Windows\SYSTEM32\edputil.dll, version=10.0.22621.1 (WinBuild.160101.0800) oleacc.dll C:\Windows\System32\oleacc.dll, version=7.2.22621.1 (WinBuild.160101.0800) thumbcache.dll C:\Windows\System32\thumbcache.dll, version=10.0.22621.1 (WinBuild.160101.0800) Windows.Globalization.dll C:\Windows\System32\Windows.Globalization.dll, version=10.0.22621.2506 (WinBuild.160101.0800) globinputhost.dll C:\Windows\SYSTEM32\globinputhost.dll, version=10.0.22621.2792 (WinBuild.160101.0800) Bcp47Langs.dll C:\Windows\SYSTEM32\Bcp47Langs.dll, version=10.0.22621.2506 (WinBuild.160101.0800) OneCoreCommonProxyStub.dll C:\Windows\System32\OneCoreCommonProxyStub.dll, version=10.0.22621.3235 (WinBuild.160101.0800) StructuredQuery.dll C:\Windows\System32\StructuredQuery.dll, version=7.0.22621.2506 (WinBuild.160101.0800) OneCoreUAPCommonProxyStub.dll C:\Windows\System32\OneCoreUAPCommonProxyStub.dll, version=10.0.22621.3235 (WinBuild.160101.0800) atlthunk.dll C:\Windows\SYSTEM32\atlthunk.dll, version=10.0.22621.1 (WinBuild.160101.0800) Windows.Storage.Search.dll C:\Windows\system32\Windows.Storage.Search.dll, version=10.0.22621.1 (WinBuild.160101.0800) windowsudk.shellcommon.dll C:\Windows\system32\windowsudk.shellcommon.dll, version=10.0.22621.3447 (WinBuild.160101.0800) USERENV.dll C:\Windows\system32\USERENV.dll, version=10.0.22621.1 (WinBuild.160101.0800) Windows.UI.dll C:\Windows\System32\Windows.UI.dll, version=10.0.22621.1 (WinBuild.160101.0800) Windows.UI.Immersive.dll C:\Windows\System32\Windows.UI.Immersive.dll, version=10.0.22621.1 (WinBuild.160101.0800) NetworkExplorer.dll C:\Windows\system32\NetworkExplorer.dll, version=10.0.22621.1 (WinBuild.160101.0800) policymanager.dll C:\Windows\SYSTEM32\policymanager.dll, version=10.0.22621.3374 (WinBuild.160101.0800) msvcp110_win.dll C:\Windows\SYSTEM32\msvcp110_win.dll, version=10.0.22621.1 (WinBuild.160101.0800) coml2.dll C:\Windows\System32\coml2.dll, version=10.0.22621.3235 (WinBuild.160101.0800) LINKINFO.dll C:\Windows\SYSTEM32\LINKINFO.dll, version=10.0.22621.1 (WinBuild.160101.0800) twinapi.dll C:\Windows\System32\twinapi.dll, version=10.0.22621.1 (WinBuild.160101.0800) Windows.System.Launcher.dll C:\Windows\System32\Windows.System.Launcher.dll, version=10.0.22621.1 (WinBuild.160101.0800) cldapi.dll C:\Windows\System32\cldapi.dll, version=10.0.22621.2506 (WinBuild.160101.0800) MrmCoreR.dll C:\Windows\System32\MrmCoreR.dll, version=10.0.22621.3374 (WinBuild.160101.0800) iertutil.dll C:\Windows\System32\iertutil.dll, version=11.00.22621.1 (WinBuild.160101.0800) PhotoMetadataHandler.dll C:\Windows\SYSTEM32\PhotoMetadataHandler.dll, version=10.0.22621.3235 (WinBuild.160101.0800) ActXPrxy.dll C:\Windows\System32\ActXPrxy.dll, version=10.0.22621.3085 (WinBuild.160101.0800) IconCodecService.dll C:\Windows\system32\IconCodecService.dll, version=10.0.22621.1 (WinBuild.160101.0800) FileSyncShell64.dll C:\Program Files\Microsoft OneDrive\23.246.1127.0002\FileSyncShell64.dll, version=23.246.1127.0002 WININET.dll C:\Windows\SYSTEM32\WININET.dll, version=11.00.22621.1 (WinBuild.160101.0800) ashShell.dll C:\Program Files\Avast Software\Avast\ashShell.dll, version=24.3.8975.0 urlmon.dll C:\Windows\System32\urlmon.dll, version=11.00.22621.2506 (WinBuild.160101.0800) netutils.dll C:\Windows\System32\netutils.dll, version=10.0.22621.2506 (WinBuild.160101.0800) srvcli.dll C:\Windows\System32\srvcli.dll, version=10.0.22621.3374 (WinBuild.160101.0800) msi.dll C:\Windows\SYSTEM32\msi.dll, version=5.0.22621.3447 EhStorShell.dll C:\Windows\System32\EhStorShell.dll, version=10.0.22621.1 (WinBuild.160101.0800) cscui.dll C:\Windows\System32\cscui.dll, version=10.0.22621.1 (WinBuild.160101.0800) Ninput.dll C:\Windows\system32\Ninput.dll, version=10.0.22621.1 (WinBuild.160101.0800) MPR.dll C:\Windows\SYSTEM32\MPR.dll, version=10.0.22621.1 (WinBuild.160101.0800) p9np.dll C:\Windows\System32\p9np.dll, version=10.0.22621.2506 (WinBuild.160101.0800) drprov.dll C:\Windows\System32\drprov.dll, version=10.0.22621.1 (WinBuild.160101.0800) ntlanman.dll C:\Windows\System32\ntlanman.dll, version=10.0.22621.1 (WinBuild.160101.0800) davclnt.dll C:\Windows\System32\davclnt.dll, version=10.0.22621.1 (WinBuild.160101.0800) wkscli.dll C:\Windows\System32\wkscli.dll, version=10.0.22621.3374 (WinBuild.160101.0800) cscapi.dll C:\Windows\SYSTEM32\cscapi.dll, version=10.0.22621.1 (WinBuild.160101.0800) ntshrui.dll C:\Windows\SYSTEM32\ntshrui.dll, version=10.0.22621.2506 (WinBuild.160101.0800) MSWB7.dll C:\Windows\System32\MSWB7.dll, version=10.0.22621.1 (WinBuild.160101.0800) searchfolder.dll C:\Windows\SYSTEM32\searchfolder.dll, version=10.0.22621.1 (WinBuild.160101.0800) dfscli.dll C:\Windows\System32\dfscli.dll, version=10.0.22621.1 (WinBuild.160101.0800) browcli.dll C:\Windows\SYSTEM32\browcli.dll, version=10.0.22621.2506 (WinBuild.160101.0800) windowscodecsext.dll C:\Windows\system32\windowscodecsext.dll, version=10.0.22621.1 (WinBuild.160101.0800) msxml6.dll C:\Windows\System32\msxml6.dll, version=6.30.22621.2506 System.Private.Xml.Linq.dll .\System.Private.Xml.Linq.dll, version=7.0.1624.6629 System.Xml.XDocument.dll .\System.Xml.XDocument.dll, version=7.0.1624.6629 sxs.dll C:\Windows\SYSTEM32\sxs.dll, version=10.0.22621.1 (WinBuild.160101.0800) System.IO.Compression.dll .\System.IO.Compression.dll, version=7.0.1624.6629 PresentationFramework-SystemXmlLinq.dll .\PresentationFramework-SystemXmlLinq.dll, version=7.0.1624.6804 System.Xml.Linq.dll .\System.Xml.Linq.dll, version=7.0.1624.6629 mscorlib.dll .\mscorlib.dll, version=7.0.1624.6629 K4os.Compression.LZ4.dll .\K4os.Compression.LZ4.dll, version=1.2.16 System.CodeDom.dll .\System.CodeDom.dll, version=7.0.1624.6629 System.IO.Compression.Native.dll .\System.IO.Compression.Native.dll, version=7,0,1624,6629 @Commit: 567edafe6106e6b769c64f6a2ed876190baa642a System.Reflection.MetadataLoadContext.dll .\System.Reflection.MetadataLoadContext.dll, version=7.0.22.51805 msheif_store.dll C:\Program Files\WindowsApps\Microsoft.HEIFImageExtension_1.1.861.0_x64__8wekyb3d8bbwe\x64\msheif_store.dll, version=10.0.27585.1000 (WinBuild.160101.0800) ntmarta.dll C:\Windows\SYSTEM32\ntmarta.dll, version=10.0.22621.1 (WinBuild.160101.0800) System.Diagnostics.StackTrace.dll .\System.Diagnostics.StackTrace.dll, version=7.0.1624.6629 System.Reflection.Metadata.dll .\System.Reflection.Metadata.dll, version=7.0.1624.6629 System.IO.MemoryMappedFiles.dll .\System.IO.MemoryMappedFiles.dll, version=7.0.1624.6629 MsftEdit.DLL C:\Windows\SYSTEM32\MsftEdit.DLL, version=10.0.22621.1 (WinBuild.160101.0800) wpdshext.dll C:\Windows\system32\wpdshext.dll, version=10.0.22621.1 (WinBuild.160101.0800) mssprxy.dll C:\Windows\system32\mssprxy.dll, version=7.0.22621.3085 (WinBuild.160101.0800) nvldumdx.dll C:\Windows\System32\DriverStore\FileRepository\nvlt.inf_amd64_fe607a824b75930c\nvldumdx.dll, version=31.0.15.3779 nvwgf2umx.dll C:\Windows\System32\DriverStore\FileRepository\nvlt.inf_amd64_fe607a824b75930c\nvwgf2umx.dll, version=31.0.15.3779 Quote
BoltBait Posted May 1 Posted May 1 27 minutes ago, Raenin said: I have tried to resize, down to the "accepted" size of 65,635 That's still too big. Try 65535. Quote Download: BoltBait's Plugin Pack | CodeLab | and a Free Computer Dominos Game
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.