taoyue Posted June 18, 2022 Author Share Posted June 18, 2022 2 hours ago, otuncelli said: @taoyue This plugin is affected by a behavior change in .NET 6.0: https://docs.microsoft.com/en-us/dotnet/core/compatibility/core-libraries/6.0/partial-byte-reads-in-streams Couldn't open these files: https://github.com/psd-tools/psd-tools/raw/main/tests/psd_files/32bit.psb https://github.com/psd-tools/psd-tools/raw/main/tests/psd_files/32bit.psb Both give this error. Reveal hidden contents Exception: System.AggregateException: One or more errors occurred. (ZIP stream was not fully decompressed.) (ZIP stream was not fully decompressed.) (ZIP stream was not fully decompressed.) ---> System.Exception: ZIP stream was not fully decompressed. at PhotoshopFile.Compression.ZipImage.Read(Byte[] buffer) at PhotoshopFile.Compression.ZipPredict32Image.Read(Byte[] buffer) at PhotoshopFile.Channel.DecodeImageData() at PhotoshopFile.PsdFile.<>c.<DecompressImages>b__64_1(Channel channel) at System.Threading.Tasks.Parallel.<>c__DisplayClass44_0`2.<PartitionerForEachWorker>b__1(IEnumerator& partitionState, Int32 timeout, Boolean& replicationDelegateYieldedBeforeCompletion) --- End of stack trace from previous location --- at System.Threading.Tasks.Parallel.<>c__DisplayClass44_0`2.<PartitionerForEachWorker>b__1(IEnumerator& partitionState, Int32 timeout, Boolean& replicationDelegateYieldedBeforeCompletion) at System.Threading.Tasks.TaskReplicator.Replica`1.ExecuteAction(Boolean& yieldedBeforeCompletion) at System.Threading.Tasks.TaskReplicator.Replica.Execute() --- End of inner exception stack trace --- at System.Threading.Tasks.TaskReplicator.Run[TState](ReplicatableUserAction`1 action, ParallelOptions options, Boolean stopOnFirstFailure) at System.Threading.Tasks.Parallel.PartitionerForEachWorker[TSource,TLocal](Partitioner`1 source, ParallelOptions parallelOptions, Action`1 simpleBody, Action`2 bodyWithState, Action`3 bodyWithStateAndIndex, Func`4 bodyWithStateAndLocal, Func`5 bodyWithEverything, Func`1 localInit, Action`1 localFinally) --- End of stack trace from previous location --- at System.Threading.Tasks.Parallel.ThrowSingleCancellationExceptionOrOtherException(ICollection exceptions, CancellationToken cancelToken, Exception otherException) at System.Threading.Tasks.Parallel.PartitionerForEachWorker[TSource,TLocal](Partitioner`1 source, ParallelOptions parallelOptions, Action`1 simpleBody, Action`2 bodyWithState, Action`3 bodyWithStateAndIndex, Func`4 bodyWithStateAndLocal, Func`5 bodyWithEverything, Func`1 localInit, Action`1 localFinally) at System.Threading.Tasks.Parallel.ForEachWorker[TSource,TLocal](IEnumerable`1 source, ParallelOptions parallelOptions, Action`1 body, Action`2 bodyWithState, Action`3 bodyWithStateAndIndex, Func`4 bodyWithStateAndLocal, Func`5 bodyWithEverything, Func`1 localInit, Action`1 localFinally) at System.Threading.Tasks.Parallel.ForEach[TSource](IEnumerable`1 source, Action`1 body) at PhotoshopFile.PsdFile.DecompressImages() at PhotoshopFile.PsdFile.Load(Stream stream, LoadContext loadContext) at PhotoshopFile.PsdFile..ctor(Stream stream, LoadContext loadContext) at PaintDotNet.Data.PhotoshopFileType.PsdLoad.Load(Stream input) at PaintDotNet.Data.PhotoshopFileType.PhotoshopFileType.OnLoad(Stream input) at PaintDotNet.FileType.Load(Stream input) in D:\src\pdn\src_4_3_x\Data\FileType.cs:line 498 at PaintDotNet.Functional.Func.Eval[T1,TRet](Func`2 f, T1 arg1) in D:\src\pdn\src_4_3_x\Base\Functional\Func.cs:line 158 ---> (Inner Exception #1) System.Exception: ZIP stream was not fully decompressed. at PhotoshopFile.Compression.ZipImage.Read(Byte[] buffer) at PhotoshopFile.Compression.ZipPredict32Image.Read(Byte[] buffer) at PhotoshopFile.Channel.DecodeImageData() at PhotoshopFile.PsdFile.<>c.<DecompressImages>b__64_1(Channel channel) at System.Threading.Tasks.Parallel.<>c__DisplayClass44_0`2.<PartitionerForEachWorker>b__1(IEnumerator& partitionState, Int32 timeout, Boolean& replicationDelegateYieldedBeforeCompletion) --- End of stack trace from previous location --- at System.Threading.Tasks.Parallel.<>c__DisplayClass44_0`2.<PartitionerForEachWorker>b__1(IEnumerator& partitionState, Int32 timeout, Boolean& replicationDelegateYieldedBeforeCompletion) at System.Threading.Tasks.TaskReplicator.Replica`1.ExecuteAction(Boolean& yieldedBeforeCompletion) at System.Threading.Tasks.TaskReplicator.Replica.Execute()<--- ---> (Inner Exception #2) System.Exception: ZIP stream was not fully decompressed. at PhotoshopFile.Compression.ZipImage.Read(Byte[] buffer) at PhotoshopFile.Compression.ZipPredict32Image.Read(Byte[] buffer) at PhotoshopFile.Channel.DecodeImageData() at PhotoshopFile.PsdFile.<>c.<DecompressImages>b__64_1(Channel channel) at System.Threading.Tasks.Parallel.<>c__DisplayClass44_0`2.<PartitionerForEachWorker>b__1(IEnumerator& partitionState, Int32 timeout, Boolean& replicationDelegateYieldedBeforeCompletion) --- End of stack trace from previous location --- at System.Threading.Tasks.Parallel.<>c__DisplayClass44_0`2.<PartitionerForEachWorker>b__1(IEnumerator& partitionState, Int32 timeout, Boolean& replicationDelegateYieldedBeforeCompletion) at System.Threading.Tasks.TaskReplicator.Replica`1.ExecuteAction(Boolean& yieldedBeforeCompletion) at System.Threading.Tasks.TaskReplicator.Replica.Execute()<--- I've created a PR on GitHub. Thanks for investigating. Please see my comments on Github. 2 Quote Link to comment Share on other sites More sharing options...
virusaxe Posted July 10, 2022 Share Posted July 10, 2022 I recently downloaded the psd plugin and i realised that it only opens some psd files and not all of them, how can i fix this? Quote Link to comment Share on other sites More sharing options...
taoyue Posted July 12, 2022 Author Share Posted July 12, 2022 On 7/10/2022 at 11:08 AM, virusaxe said: I recently downloaded the psd plugin and i realised that it only opens some psd files and not all of them, how can i fix this? Do it load incorrectly, or does it not load at all? If it loads incorrectly, not every feature of Photoshop is supported. Please see: Compatibility with Photoshop If it gives an error message, then that should not happen. Please send me the PSD file so I can investigate. My email address is at the top of the page: https://www.psdplugin.com/ Quote Link to comment Share on other sites More sharing options...
yetsu8383 Posted July 31, 2022 Share Posted July 31, 2022 I am curious if anyone else is sporadically experiencing this issue, or if it is due to the file source... I have been getting product mockups from the website Freepik. When I attempt to utilize the psd plugin, I have noticed with increasing frequency I will get an error message stating, Exception: System.AggregateException: One or more errors occurred. (ZIP stream was not fully decompressed.) at PhotoshopFile.Compression.ZipImage.Read(Byte[] buffer) at PhotoshopFile.Compression.EndianReverser.Read(Byte[] buffer) at PhotoshopFile.Compression.ZipPredict16Image.Read(Byte[] buffer) at PhotoshopFile.Channel.DecodeImageData() at System.Threading.Tasks.Parallel.<>c__DisplayClass44_0`2.<PartitionerForEachWorker>b__1(IEnumerator& partitionState, Int32 timeout, Boolean& replicationDelegateYieldedBeforeCompletion) --- End of stack trace from previous location --- at System.Threading.Tasks.Parallel.<>c__DisplayClass44_0`2.<PartitionerForEachWorker>b__1(IEnumerator& partitionState, Int32 timeout, Boolean& replicationDelegateYieldedBeforeCompletion) at System.Threading.Tasks.TaskReplicator.Replica.Execute()s --- End of inner exception stack trace --- at System.Threading.Tasks.TaskReplicator.Run[TState](ReplicatableUserAction`1 action, ParallelOptions options, Boolean stopOnFirstFailure) at System.Threading.Tasks.Parallel.PartitionerForEachWorker[TSource,TLocal](Partitioner`1 source, ParallelOptions parallelOptions, Action`1 simpleBody, Action`2 bodyWithState, Action`3 bodyWithStateAndIndex, Func`4 bodyWithStateAndLocal, Func`5 bodyWithEverything, Func`1 localInit, Action`1 localFinally) I am running Win 11 Home 21H2. My knowledge is rudimentary, at best, when it comes to this sort of issue. I extract files using 7zip, and was curious if the issue was mine, as I had read an article on the 7zip blog about image extracting. However, I have the same issue when I extract with Win file extract. Any insight you may be able to provide would be extremely helpful. Quote Link to comment Share on other sites More sharing options...
BoltBait Posted August 1, 2022 Share Posted August 1, 2022 Please attach a family-friendly example of an image that doesn't work. Quote Download: BoltBait's Plugin Pack | CodeLab | and a Free Computer Dominos Game Link to comment Share on other sites More sharing options...
otuncelli Posted August 1, 2022 Share Posted August 1, 2022 (edited) @yetsu8383 This looks like the issue I posted on previous page. See this: https://github.com/PsdPlugin/PsdPlugin/issues/16 I did some tests using the sample files from the test suite of psd-tools Python Package. These files can be downloaded from here: https://github.com/psd-tools/psd-tools/tree/main/tests/psd_files The files below throw an exception when I try opening them in Paint.NET. The other *.psd/.psb files in the test suite can be opened without an error but this doesn't mean they can be rendered correctly. .\layerspattern-fill.psb ✕ (See Exception #1) .\third-party-psds cactus_top.psd ✕ (See Exception #2) . 32bit.psb ✕ (See Exception #3) 32bit.psd ✕ (See Exception #3)clipping-mask2.psd ✕ (See Exception #4)layer_mask_data.psb ✕ (See Exception #5) layer_mask_data.psd ✕ (See Exception #5)mask_parameters.psd ✕ (See Exception #4)placedLayer.psb ✕ (See Exception #1)smart-object-slice.psb ✕ (See Exception #1)unicode_pathname.psb ✕ (See Exception #1) Exception #1 Spoiler PhotoshopFile.PsdInvalidException: LayerInfo signature invalid, must be 8BIM or 8B64. at PhotoshopFile.LayerInfoFactory.Load(PsdBinaryReader reader, PsdFile psdFile, Boolean globalLayerInfo) at PhotoshopFile.PsdFile.LoadLayerAndMaskInfo(PsdBinaryReader reader) at PhotoshopFile.PsdFile.Load(Stream stream, LoadContext loadContext) at PaintDotNet.Data.PhotoshopFileType.PsdLoad.Load(Stream input) at PaintDotNet.FileType.Load(Stream input) in D:\src\pdn\src_4_3_x\Data\FileType.cs:line 498 at PaintDotNet.Functional.Func.Eval[T1,TRet](Func`2 f, T1 arg1) in D:\src\pdn\src_4_3_x\Base\Functional\Func.cs:line 158 ----- Exception #2 Spoiler PhotoshopFile.PsdInvalidException: Unrecognized layer section type. at PhotoshopFile.PsdFile.VerifyLayerSections() at PaintDotNet.Data.PhotoshopFileType.PsdLoad.Load(Stream input) at PaintDotNet.FileType.Load(Stream input) in D:\src\pdn\src_4_3_x\Data\FileType.cs:line 498 at PaintDotNet.Functional.Func.Eval[T1,TRet](Func`2 f, T1 arg1) in D:\src\pdn\src_4_3_x\Base\Functional\Func.cs:line 158 ----- Exception #3 Spoiler System.AggregateException: One or more errors occurred. (ZIP stream was not fully decompressed.) (ZIP stream was not fully decompressed.) (ZIP stream was not fully decompressed.) ---> System.Exception: ZIP stream was not fully decompressed. at PhotoshopFile.Compression.ZipImage.Read(Byte[] buffer) at PhotoshopFile.Compression.ZipPredict32Image.Read(Byte[] buffer) at PhotoshopFile.Channel.DecodeImageData() at System.Threading.Tasks.Parallel.<>c__DisplayClass44_0`2.<PartitionerForEachWorker>b__1(IEnumerator& partitionState, Int32 timeout, Boolean& replicationDelegateYieldedBeforeCompletion) --- End of stack trace from previous location --- at System.Threading.Tasks.Parallel.<>c__DisplayClass44_0`2.<PartitionerForEachWorker>b__1(IEnumerator& partitionState, Int32 timeout, Boolean& replicationDelegateYieldedBeforeCompletion) at System.Threading.Tasks.TaskReplicator.Replica`1.ExecuteAction(Boolean& yieldedBeforeCompletion) at System.Threading.Tasks.TaskReplicator.Replica.Execute() --- End of inner exception stack trace --- at System.Threading.Tasks.TaskReplicator.Run[TState](ReplicatableUserAction`1 action, ParallelOptions options, Boolean stopOnFirstFailure) at System.Threading.Tasks.Parallel.PartitionerForEachWorker[TSource,TLocal](Partitioner`1 source, ParallelOptions parallelOptions, Action`1 simpleBody, Action`2 bodyWithState, Action`3 bodyWithStateAndIndex, Func`4 bodyWithStateAndLocal, Func`5 bodyWithEverything, Func`1 localInit, Action`1 localFinally) --- End of stack trace from previous location --- at System.Threading.Tasks.Parallel.ThrowSingleCancellationExceptionOrOtherException(ICollection exceptions, CancellationToken cancelToken, Exception otherException) at System.Threading.Tasks.Parallel.PartitionerForEachWorker[TSource,TLocal](Partitioner`1 source, ParallelOptions parallelOptions, Action`1 simpleBody, Action`2 bodyWithState, Action`3 bodyWithStateAndIndex, Func`4 bodyWithStateAndLocal, Func`5 bodyWithEverything, Func`1 localInit, Action`1 localFinally) at System.Threading.Tasks.Parallel.ForEachWorker[TSource,TLocal](IEnumerable`1 source, ParallelOptions parallelOptions, Action`1 body, Action`2 bodyWithState, Action`3 bodyWithStateAndIndex, Func`4 bodyWithStateAndLocal, Func`5 bodyWithEverything, Func`1 localInit, Action`1 localFinally) at System.Threading.Tasks.Parallel.ForEach[TSource](IEnumerable`1 source, Action`1 body) at PhotoshopFile.PsdFile.DecompressImages() at PaintDotNet.Data.PhotoshopFileType.PsdLoad.Load(Stream input) at PaintDotNet.FileType.Load(Stream input) in D:\src\pdn\src_4_3_x\Data\FileType.cs:line 498 at PaintDotNet.Functional.Func.Eval[T1,TRet](Func`2 f, T1 arg1) in D:\src\pdn\src_4_3_x\Base\Functional\Func.cs:line 158 ---> (Inner Exception #1) System.Exception: ZIP stream was not fully decompressed. at PhotoshopFile.Compression.ZipImage.Read(Byte[] buffer) at PhotoshopFile.Compression.ZipPredict32Image.Read(Byte[] buffer) at PhotoshopFile.Channel.DecodeImageData() at System.Threading.Tasks.Parallel.<>c__DisplayClass44_0`2.<PartitionerForEachWorker>b__1(IEnumerator& partitionState, Int32 timeout, Boolean& replicationDelegateYieldedBeforeCompletion) --- End of stack trace from previous location --- at System.Threading.Tasks.Parallel.<>c__DisplayClass44_0`2.<PartitionerForEachWorker>b__1(IEnumerator& partitionState, Int32 timeout, Boolean& replicationDelegateYieldedBeforeCompletion) at System.Threading.Tasks.TaskReplicator.Replica`1.ExecuteAction(Boolean& yieldedBeforeCompletion) at System.Threading.Tasks.TaskReplicator.Replica.Execute()<--- ---> (Inner Exception #2) System.Exception: ZIP stream was not fully decompressed. at PhotoshopFile.Compression.ZipImage.Read(Byte[] buffer) at PhotoshopFile.Compression.ZipPredict32Image.Read(Byte[] buffer) at PhotoshopFile.Channel.DecodeImageData() at System.Threading.Tasks.Parallel.<>c__DisplayClass44_0`2.<PartitionerForEachWorker>b__1(IEnumerator& partitionState, Int32 timeout, Boolean& replicationDelegateYieldedBeforeCompletion) --- End of stack trace from previous location --- at System.Threading.Tasks.Parallel.<>c__DisplayClass44_0`2.<PartitionerForEachWorker>b__1(IEnumerator& partitionState, Int32 timeout, Boolean& replicationDelegateYieldedBeforeCompletion) at System.Threading.Tasks.TaskReplicator.Replica`1.ExecuteAction(Boolean& yieldedBeforeCompletion) at System.Threading.Tasks.TaskReplicator.Replica.Execute()<--- ----- Exception #4 Spoiler System.NullReferenceException: Object reference not set to an instance of an object. at PhotoshopFile.PsdFile.DecompressImages() at PaintDotNet.Data.PhotoshopFileType.PsdLoad.Load(Stream input) at PaintDotNet.FileType.Load(Stream input) in D:\src\pdn\src_4_3_x\Data\FileType.cs:line 498 at PaintDotNet.Functional.Func.Eval[T1,TRet](Func`2 f, T1 arg1) in D:\src\pdn\src_4_3_x\Base\Functional\Func.cs:line 158 ----- Exception #5 Spoiler System.NullReferenceException: Object reference not set to an instance of an object. at PhotoshopFile.Channel.get_Rect() at PhotoshopFile.Channel.LoadPixelData(PsdBinaryReader reader) at PhotoshopFile.PsdFile.LoadLayers(PsdBinaryReader reader, Boolean hasHeader) at PhotoshopFile.PsdFile.LoadLayerAndMaskInfo(PsdBinaryReader reader) at PhotoshopFile.PsdFile.Load(Stream stream, LoadContext loadContext) at PaintDotNet.Data.PhotoshopFileType.PsdLoad.Load(Stream input) at PaintDotNet.FileType.Load(Stream input) in D:\src\pdn\src_4_3_x\Data\FileType.cs:line 498 at PaintDotNet.Functional.Func.Eval[T1,TRet](Func`2 f, T1 arg1) in D:\src\pdn\src_4_3_x\Base\Functional\Func.cs:line 158 ----- Edited August 1, 2022 by otuncelli Quote Link to comment Share on other sites More sharing options...
aalex7764 Posted October 17, 2022 Share Posted October 17, 2022 i downloaded the extension and when i tried opening up a psd file i got this. Anyone know how to fix this? Exception: System.AggregateException: One or more errors occurred. (Index was outside the bounds of the array.) (Index was outside the bounds of the array.) (Index was outside the bounds of the array.) (Index was outside the bounds of the array.) ---> System.IndexOutOfRangeException: Index was outside the bounds of the array. at PhotoshopFile.Layer.CreateMissingChannels() at PaintDotNet.Data.PhotoshopFileType.PsdLoad.DecodeToPdnLayer(Layer psdLayer) at System.Linq.Parallel.SelectQueryOperator`2.SelectQueryOperatorResults.GetElement(Int32 index) at System.Linq.Parallel.ArrayMergeHelper`1.ToArrayElement(Int32 index) at System.Linq.Parallel.ForAllOperator`1.ForAllEnumerator`1.MoveNext(TInput& currentElement, Int32& currentKey) at System.Linq.Parallel.ForAllSpoolingTask`2.SpoolingWork() at System.Linq.Parallel.SpoolingTaskBase.Work() at System.Linq.Parallel.QueryTask.BaseWork(Object unused) at System.Linq.Parallel.QueryTask.<>c.<.cctor>b__10_0(Object o) at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state) --- End of stack trace from previous location --- at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot, Thread threadPoolThread) --- End of inner exception stack trace --- at System.Linq.Parallel.QueryTaskGroupState.QueryEnd(Boolean userInitiatedDispose) at System.Linq.Parallel.SpoolingTask.SpoolForAll[TInputOutput,TIgnoreKey](QueryTaskGroupState groupState, PartitionedStream`2 partitions, TaskScheduler taskScheduler) at System.Linq.Parallel.DefaultMergeHelper`2.System.Linq.Parallel.IMergeHelper<TInputOutput>.Execute() at System.Linq.Parallel.MergeExecutor`1.Execute() at System.Linq.Parallel.MergeExecutor`1.Execute[TKey](PartitionedStream`2 partitions, Boolean ignoreOutput, ParallelMergeOptions options, TaskScheduler taskScheduler, Boolean isOrdered, CancellationState cancellationState, Int32 queryId) at System.Linq.Parallel.PartitionedStreamMerger`1.Receive[TKey](PartitionedStream`2 partitionedStream) at System.Linq.Parallel.ForAllOperator`1.WrapPartitionedStream[TKey](PartitionedStream`2 inputStream, IPartitionedStreamRecipient`1 recipient, Boolean preferStriping, QuerySettings settings) at System.Linq.Parallel.UnaryQueryOperator`2.UnaryQueryOperatorResults.ChildResultsRecipient.Receive[TKey](PartitionedStream`2 inputStream) at System.Linq.Parallel.ScanQueryOperator`1.ScanEnumerableQueryOperatorResults.GivePartitionedStream(IPartitionedStreamRecipient`1 recipient) at System.Linq.Parallel.UnaryQueryOperator`2.UnaryQueryOperatorResults.GivePartitionedStream(IPartitionedStreamRecipient`1 recipient) at System.Linq.Parallel.QueryOperator`1.GetOpenedEnumerator(Nullable`1 mergeOptions, Boolean suppressOrder, Boolean forEffect, QuerySettings querySettings) at System.Linq.Parallel.ForAllOperator`1.RunSynchronously() at System.Linq.ParallelEnumerable.ForAll[TSource](ParallelQuery`1 source, Action`1 action) at System.Linq.Parallel.ArrayMergeHelper`1.Execute() at System.Linq.Parallel.QueryOperator`1.ExecuteAndGetResultsAsArray() at System.Linq.ParallelEnumerable.ToArray[TSource](ParallelQuery`1 source) at System.Linq.ParallelEnumerable.ToList[TSource](ParallelQuery`1 source) at PaintDotNet.Data.PhotoshopFileType.PsdLoad.Load(Stream input) at PaintDotNet.FileType.Load(Stream input) in D:\src\pdn\src_4_3_x\Data\FileType.cs:line 498 at PaintDotNet.Functional.Func.Eval[T1,TRet](Func`2 f, T1 arg1) in D:\src\pdn\src_4_3_x\Base\Functional\Func.cs:line 158 ---> (Inner Exception #1) System.IndexOutOfRangeException: Index was outside the bounds of the array. at PhotoshopFile.Layer.CreateMissingChannels() at PaintDotNet.Data.PhotoshopFileType.PsdLoad.DecodeToPdnLayer(Layer psdLayer) at System.Linq.Parallel.SelectQueryOperator`2.SelectQueryOperatorResults.GetElement(Int32 index) at System.Linq.Parallel.ArrayMergeHelper`1.ToArrayElement(Int32 index) at System.Linq.Parallel.ForAllOperator`1.ForAllEnumerator`1.MoveNext(TInput& currentElement, Int32& currentKey) at System.Linq.Parallel.ForAllSpoolingTask`2.SpoolingWork() at System.Linq.Parallel.SpoolingTaskBase.Work() at System.Linq.Parallel.QueryTask.BaseWork(Object unused) at System.Linq.Parallel.QueryTask.RunTaskSynchronously(Object o) at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) --- End of stack trace from previous location --- at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot, Thread threadPoolThread)<--- ---> (Inner Exception #2) System.IndexOutOfRangeException: Index was outside the bounds of the array. at PhotoshopFile.Layer.CreateMissingChannels() at PaintDotNet.Data.PhotoshopFileType.PsdLoad.DecodeToPdnLayer(Layer psdLayer) at System.Linq.Parallel.SelectQueryOperator`2.SelectQueryOperatorResults.GetElement(Int32 index) at System.Linq.Parallel.ArrayMergeHelper`1.ToArrayElement(Int32 index) at System.Linq.Parallel.ForAllOperator`1.ForAllEnumerator`1.MoveNext(TInput& currentElement, Int32& currentKey) at System.Linq.Parallel.ForAllSpoolingTask`2.SpoolingWork() at System.Linq.Parallel.SpoolingTaskBase.Work() at System.Linq.Parallel.QueryTask.BaseWork(Object unused) at System.Linq.Parallel.QueryTask.<>c.<.cctor>b__10_0(Object o) at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state) --- End of stack trace from previous location --- at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot, Thread threadPoolThread)<--- ---> (Inner Exception #3) System.IndexOutOfRangeException: Index was outside the bounds of the array. at PhotoshopFile.Layer.CreateMissingChannels() at PaintDotNet.Data.PhotoshopFileType.PsdLoad.DecodeToPdnLayer(Layer psdLayer) at System.Linq.Parallel.SelectQueryOperator`2.SelectQueryOperatorResults.GetElement(Int32 index) at System.Linq.Parallel.ArrayMergeHelper`1.ToArrayElement(Int32 index) at System.Linq.Parallel.ForAllOperator`1.ForAllEnumerator`1.MoveNext(TInput& currentElement, Int32& currentKey) at System.Linq.Parallel.ForAllSpoolingTask`2.SpoolingWork() at System.Linq.Parallel.SpoolingTaskBase.Work() at System.Linq.Parallel.QueryTask.BaseWork(Object unused) at System.Linq.Parallel.QueryTask.<>c.<.cctor>b__10_0(Object o) at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state) --- End of stack trace from previous location --- at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot, Thread threadPoolThread)<--- Diagnostics: Application paint.net 4.3.12 (Stable 4.312.8267.29064) Build Date Saturday, August 20, 2022 Install type Classic Hardware accelerated rendering (GPU) True Remote session False Animations True DPI 96 (1.00x scale) Language en-US OS Windows 10 Home x64 (10.0.19044.0) Runtime .NET 6.0.8 x64 Physical Memory 8,106 MB CPU Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz Speed ~2712 MHz Cores / Threads 2 / 4 Features SSE, SSE2, SSE3, SSSE3, SSE4_1, SSE4_2, AVX, AVX2 Video Card Intel(R) HD Graphics 620 Dedicated Video RAM 128 MB Dedicated System RAM 0 MB Shared System RAM 4,053 MB Vendor ID 0x8086 Device ID 0x5916 Subsystem ID 0x832A103C Revision 2 LUID 0x00014194 Flags AcgCompatible, SupportMonitoredFences, KeyedMutexConformance Graphics Preemption TriangleBoundary Compute Preemption ThreadBoundary Outputs 1 Feature Level Direct3D_12_1 DXGI Formats A8_UNorm, B8G8R8A8_UNorm, R16G16B16A16_UNorm, R16G16B16A16_Float, R32G32B32A32_Float Buffer Precision UNorm8bpc, UNorm8bpcSrgb, UNorm16bpc, Float16bpc, Float32bpc Maximum Bitmap Size 16384 Video Card Microsoft Basic Render Driver Dedicated Video RAM 0 MB Dedicated System RAM 0 MB Shared System RAM 4,053 MB Vendor ID 0x1414 Device ID 0x008C Subsystem ID 0x00000000 Revision 0 LUID 0x000144F0 Flags Software, AcgCompatible, SupportMonitoredFences, KeyedMutexConformance Graphics Preemption InstructionBoundary Compute Preemption InstructionBoundary Outputs 0 Feature Level Direct3D_12_1 DXGI Formats A8_UNorm, B8G8R8A8_UNorm, R16G16B16A16_UNorm, R16G16B16A16_Float, R32G32B32A32_Float Buffer Precision UNorm8bpc, UNorm8bpcSrgb, UNorm16bpc, Float16bpc, Float32bpc Maximum Bitmap Size 8388608 Managed assemblies 89 System.Private.CoreLib .\System.Private.CoreLib.dll, Version=6.0.0.0, PublicKeyToken=7cec85d7bea7798e paintdotnet .\paintdotnet.dll, Version=4.312.8267.29064 System.Runtime .\System.Runtime.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a PaintDotNet.Base .\PaintDotNet.Base.dll, Version=4.312.8267.29064 System.Windows.Forms .\System.Windows.Forms.dll, Version=6.0.2.0, PublicKeyToken=b77a5c561934e089 System.Diagnostics.Process .\System.Diagnostics.Process.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a PaintDotNet.SystemLayer .\PaintDotNet.SystemLayer.dll, Version=4.312.8267.29064 TerraFX.Interop.Windows .\TerraFX.Interop.Windows.dll, Version=10.0.20348.0, PublicKeyToken=35b01b53313a6f7e System.Runtime.InteropServices.RuntimeInformation .\System.Runtime.InteropServices.RuntimeInformation.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Runtime.InteropServices .\System.Runtime.InteropServices.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a PaintDotNet.SystemLayer.Native.x64 .\PaintDotNet.SystemLayer.Native.x64.dll, Version=4.312.8267.29064 System.Threading .\System.Threading.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Runtime.Extensions .\System.Runtime.Extensions.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Runtime.CompilerServices.VisualC .\System.Runtime.CompilerServices.VisualC.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Collections.NonGeneric .\System.Collections.NonGeneric.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Runtime.Intrinsics .\System.Runtime.Intrinsics.dll, Version=6.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51 PaintDotNet.Core .\PaintDotNet.Core.dll, Version=4.312.8267.29064 System.Private.Uri .\System.Private.Uri.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.ComponentModel.Primitives .\System.ComponentModel.Primitives.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Windows.Forms.Primitives .\System.Windows.Forms.Primitives.dll, Version=6.0.2.0, PublicKeyToken=b77a5c561934e089 WindowsBase .\WindowsBase.dll, Version=6.0.2.0, PublicKeyToken=31bf3856ad364e35 System.Drawing.Primitives .\System.Drawing.Primitives.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a PresentationFramework .\PresentationFramework.dll, Version=6.0.2.0, PublicKeyToken=31bf3856ad364e35 System.Xaml .\System.Xaml.dll, Version=6.0.2.0, PublicKeyToken=b77a5c561934e089 System.ComponentModel .\System.ComponentModel.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Diagnostics.TraceSource .\System.Diagnostics.TraceSource.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Collections .\System.Collections.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Threading.Thread .\System.Threading.Thread.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Text.Encoding.CodePages .\System.Text.Encoding.CodePages.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a Microsoft.Win32.Primitives .\Microsoft.Win32.Primitives.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a PaintDotNet.Resources .\PaintDotNet.Resources.dll, Version=4.312.8267.29064 System.ObjectModel .\System.ObjectModel.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a PaintDotNet.Data .\PaintDotNet.Data.dll, Version=4.312.8267.29064 System.Configuration.ConfigurationManager .\System.Configuration.ConfigurationManager.dll, Version=6.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51 System.Collections.Specialized .\System.Collections.Specialized.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Private.Xml .\System.Private.Xml.dll, Version=6.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51 System.Xml.ReaderWriter .\System.Xml.ReaderWriter.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a PaintDotNet.Framework .\PaintDotNet.Framework.dll, Version=4.312.8267.29064 System.Net.WebClient .\System.Net.WebClient.dll, Version=6.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51 System.ComponentModel.EventBasedAsync .\System.ComponentModel.EventBasedAsync.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Memory .\System.Memory.dll, Version=6.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51 System.Text.Encoding.Extensions .\System.Text.Encoding.Extensions.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Drawing.Common .\System.Drawing.Common.dll, Version=6.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51 Microsoft.Win32.SystemEvents .\Microsoft.Win32.SystemEvents.dll, Version=6.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51 System.Collections.Immutable .\System.Collections.Immutable.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a Microsoft.Win32.Registry .\Microsoft.Win32.Registry.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Linq .\System.Linq.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Threading.ThreadPool .\System.Threading.ThreadPool.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Collections.Concurrent .\System.Collections.Concurrent.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.ComponentModel.TypeConverter .\System.ComponentModel.TypeConverter.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Security.Principal.Windows .\System.Security.Principal.Windows.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Security.Claims .\System.Security.Claims.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a PresentationCore .\PresentationCore.dll, Version=6.0.2.0, PublicKeyToken=31bf3856ad364e35 DirectWriteForwarder .\DirectWriteForwarder.dll, Version=6.0.2.0, PublicKeyToken=31bf3856ad364e35 System.Diagnostics.Debug .\System.Diagnostics.Debug.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a UIAutomationTypes .\UIAutomationTypes.dll, Version=6.0.2.0, PublicKeyToken=31bf3856ad364e35 System.Diagnostics.FileVersionInfo .\System.Diagnostics.FileVersionInfo.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a PaintDotNet.Effects .\PaintDotNet.Effects.dll, Version=4.312.8267.29064 Accessibility .\Accessibility.dll, Version=4.0.0.0, PublicKeyToken=31bf3856ad364e35 System.Numerics.Vectors .\System.Numerics.Vectors.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Threading.Tasks.Parallel .\System.Threading.Tasks.Parallel.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Diagnostics.Tracing .\System.Diagnostics.Tracing.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Reflection.MetadataLoadContext .\System.Reflection.MetadataLoadContext.dll, Version=6.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51 System.Reflection.Metadata .\System.Reflection.Metadata.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.IO.Packaging .\System.IO.Packaging.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.IO.MemoryMappedFiles .\System.IO.MemoryMappedFiles.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Runtime.Loader .\System.Runtime.Loader.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a PhotoShop .\FileTypes\PhotoShop.dll, Version=2.5.0.40665 mscorlib .\mscorlib.dll, Version=4.0.0.0, PublicKeyToken=b77a5c561934e089 System.Drawing .\System.Drawing.dll, Version=6.0.2.0, PublicKeyToken=b03f5f7f11d50a3a System .\System.dll, Version=4.0.0.0, PublicKeyToken=b77a5c561934e089 AvifFileType .\Bundled\AvifFileType\AvifFileType.dll, Version=1.1.20.0 DdsFileTypePlus .\Bundled\DDSFileTypePlus\DdsFileTypePlus.dll, Version=1.10.12.0 WebPFileType .\Bundled\WebPFileType\WebPFileType.dll, Version=1.3.14.0 System.Runtime.Serialization.Formatters .\System.Runtime.Serialization.Formatters.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.CodeDom .\System.CodeDom.dll, Version=6.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51 Crc32.NET .\Crc32.NET.dll, Version=1.0.0.0, PublicKeyToken=dc0b95cf99bf4e99 System.Security.Cryptography.Primitives .\System.Security.Cryptography.Primitives.dll, Version=6.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=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Text.RegularExpressions .\System.Text.RegularExpressions.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Runtime.Numerics .\System.Runtime.Numerics.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Runtime.CompilerServices.Unsafe .\System.Runtime.CompilerServices.Unsafe.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Diagnostics.StackTrace .\System.Diagnostics.StackTrace.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Core .\System.Core.dll, Version=4.0.0.0, PublicKeyToken=b77a5c561934e089 System.Linq.Parallel .\System.Linq.Parallel.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a Microsoft.VisualBasic .\Microsoft.VisualBasic.dll, Version=10.1.0.0, PublicKeyToken=b03f5f7f11d50a3a Microsoft.VisualBasic.Forms .\Microsoft.VisualBasic.Forms.dll, Version=6.0.2.0, PublicKeyToken=b03f5f7f11d50a3a System.IO.Compression .\System.IO.Compression.dll, Version=6.0.0.0, PublicKeyToken=b77a5c561934e089 Native modules 231 paintdotnet.exe .\paintdotnet.exe, version=4.312.8267.29064 ntdll.dll C:\Windows\SYSTEM32\ntdll.dll, version=10.0.19041.1741 (WinBuild.160101.0800) KERNEL32.DLL C:\Windows\System32\KERNEL32.DLL, version=10.0.19041.1741 (WinBuild.160101.0800) KERNELBASE.dll C:\Windows\System32\KERNELBASE.dll, version=10.0.19041.1741 (WinBuild.160101.0800) USER32.dll C:\Windows\System32\USER32.dll, version=10.0.19041.1 (WinBuild.160101.0800) win32u.dll C:\Windows\System32\win32u.dll, version=10.0.19041.2006 (WinBuild.160101.0800) GDI32.dll C:\Windows\System32\GDI32.dll, version=10.0.19041.1620 (WinBuild.160101.0800) gdi32full.dll C:\Windows\System32\gdi32full.dll, version=10.0.19041.2006 (WinBuild.160101.0800) msvcp_win.dll C:\Windows\System32\msvcp_win.dll, version=10.0.19041.789 (WinBuild.160101.0800) ucrtbase.dll C:\Windows\System32\ucrtbase.dll, version=10.0.19041.789 (WinBuild.160101.0800) SHELL32.dll C:\Windows\System32\SHELL32.dll, version=10.0.19041.964 (WinBuild.160101.0800) ADVAPI32.dll C:\Windows\System32\ADVAPI32.dll, version=10.0.19041.1 (WinBuild.160101.0800) msvcrt.dll C:\Windows\System32\msvcrt.dll, version=7.0.19041.546 (WinBuild.160101.0800) sechost.dll C:\Windows\System32\sechost.dll, version=10.0.19041.1 (WinBuild.160101.0800) RPCRT4.dll C:\Windows\System32\RPCRT4.dll, version=10.0.19041.1 (WinBuild.160101.0800) IMM32.DLL C:\Windows\System32\IMM32.DLL, version=10.0.19041.546 (WinBuild.160101.0800) hostfxr.dll .\hostfxr.dll, version=6,0,822,36306 @Commit: 55fb7ef977e7d120dc12f0960edcff0739d7ee0e hostpolicy.dll .\hostpolicy.dll, version=6,0,822,36306 @Commit: 55fb7ef977e7d120dc12f0960edcff0739d7ee0e coreclr.dll .\coreclr.dll, version=6,0,822,36306 @Commit: 55fb7ef977e7d120dc12f0960edcff0739d7ee0e ole32.dll C:\Windows\System32\ole32.dll, version=10.0.19041.1320 (WinBuild.160101.0800) combase.dll C:\Windows\System32\combase.dll, version=10.0.19041.1320 (WinBuild.160101.0800) OLEAUT32.dll C:\Windows\System32\OLEAUT32.dll, version=10.0.19041.985 (WinBuild.160101.0800) bcryptPrimitives.dll C:\Windows\System32\bcryptPrimitives.dll, version=10.0.19041.1415 (WinBuild.160101.0800) System.Private.CoreLib.dll .\System.Private.CoreLib.dll, version=6.0.822.36306 clrjit.dll .\clrjit.dll, version=6,0,822,36306 @Commit: 55fb7ef977e7d120dc12f0960edcff0739d7ee0e kernel.appcore.dll C:\Windows\SYSTEM32\kernel.appcore.dll, version=10.0.19041.546 (WinBuild.160101.0800) paintdotnet.dll .\paintdotnet.dll, version=4.312.8267.29064 System.Runtime.dll .\System.Runtime.dll, version=6.0.822.36306 uxtheme.dll C:\Windows\system32\uxtheme.dll, version=10.0.19041.1 (WinBuild.160101.0800) PaintDotNet.Base.dll .\PaintDotNet.Base.dll, version=4.312.8267.29064 System.Windows.Forms.dll .\System.Windows.Forms.dll, version=6.0.822.36804 System.Diagnostics.Process.dll .\System.Diagnostics.Process.dll, version=6.0.822.36306 PaintDotNet.SystemLayer.dll .\PaintDotNet.SystemLayer.dll, version=4.312.8267.29064 TerraFX.Interop.Windows.dll .\TerraFX.Interop.Windows.dll, version=10.0.20348.0 System.Runtime.InteropServices.RuntimeInformation.dll .\System.Runtime.InteropServices.RuntimeInformation.dll, version=6.0.822.36306 System.Runtime.InteropServices.dll .\System.Runtime.InteropServices.dll, version=6.0.822.36306 vcruntime140.dll .\vcruntime140.dll, version=14.32.31332.0 vcruntime140_1.dll .\vcruntime140_1.dll, version=14.32.31332.0 msvcp140.dll .\msvcp140.dll, version=14.32.31332.0 msvcp140_1.dll .\msvcp140_1.dll, version=14.32.31332.0 msvcp140_2.dll .\msvcp140_2.dll, version=14.32.31332.0 msvcp140_codecvt_ids.dll .\msvcp140_codecvt_ids.dll, version=14.32.31332.0 vcomp140.dll .\vcomp140.dll, version=14.32.31332.0 ijwhost.dll .\ijwhost.dll, version=6,0,822,36306 @Commit: 55fb7ef977e7d120dc12f0960edcff0739d7ee0e PaintDotNet.SystemLayer.Native.x64.dll .\PaintDotNet.SystemLayer.Native.x64.dll, version=4.312.8267.29064 PROPSYS.dll C:\Windows\SYSTEM32\PROPSYS.dll, version=7.0.19041.1708 (WinBuild.160101.0800) gdiplus.dll C:\Windows\WinSxS\amd64_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.19041.2006_none_919e9136cc8d4791\gdiplus.dll, version=10.0.19041.2006 (WinBuild.160101.0800) WindowsCodecs.dll C:\Windows\SYSTEM32\WindowsCodecs.dll, version=10.0.19041.1706 (WinBuild.160101.0800) bcrypt.dll C:\Windows\System32\bcrypt.dll, version=10.0.19041.1 (WinBuild.160101.0800) System.Threading.dll .\System.Threading.dll, version=6.0.822.36306 System.Runtime.Extensions.dll .\System.Runtime.Extensions.dll, version=6.0.822.36306 System.Runtime.CompilerServices.VisualC.dll .\System.Runtime.CompilerServices.VisualC.dll, version=6.0.822.36306 System.Collections.NonGeneric.dll .\System.Collections.NonGeneric.dll, version=6.0.822.36306 System.Runtime.Intrinsics.dll .\System.Runtime.Intrinsics.dll, version=6.0.822.36306 windows.storage.dll C:\Windows\SYSTEM32\windows.storage.dll, version=10.0.19041.1 (WinBuild.160101.0800) Wldp.dll C:\Windows\SYSTEM32\Wldp.dll, version=10.0.19041.1 (WinBuild.160101.0800) SHCORE.dll C:\Windows\System32\SHCORE.dll, version=10.0.19041.1 (WinBuild.160101.0800) shlwapi.dll C:\Windows\System32\shlwapi.dll, version=10.0.19041.1 (WinBuild.160101.0800) PaintDotNet.Core.dll .\PaintDotNet.Core.dll, version=4.312.8267.29064 System.Private.Uri.dll .\System.Private.Uri.dll, version=6.0.822.36306 System.ComponentModel.Primitives.dll .\System.ComponentModel.Primitives.dll, version=6.0.822.36306 System.Windows.Forms.Primitives.dll .\System.Windows.Forms.Primitives.dll, version=6.0.822.36804 WindowsBase.dll .\WindowsBase.dll, version=6.0.822.36807 System.Drawing.Primitives.dll .\System.Drawing.Primitives.dll, version=6.0.822.36306 PresentationFramework.dll .\PresentationFramework.dll, version=6.0.822.36807 System.Xaml.dll .\System.Xaml.dll, version=6.0.822.36807 System.ComponentModel.dll .\System.ComponentModel.dll, version=6.0.822.36306 System.Diagnostics.TraceSource.dll .\System.Diagnostics.TraceSource.dll, version=6.0.822.36306 System.Collections.dll .\System.Collections.dll, version=6.0.822.36306 System.Threading.Thread.dll .\System.Threading.Thread.dll, version=6.0.822.36306 System.Text.Encoding.CodePages.dll .\System.Text.Encoding.CodePages.dll, version=6.0.822.36306 Microsoft.Win32.Primitives.dll .\Microsoft.Win32.Primitives.dll, version=6.0.822.36306 PaintDotNet.Resources.dll .\PaintDotNet.Resources.dll, version=4.312.8267.29064 System.ObjectModel.dll .\System.ObjectModel.dll, version=6.0.822.36306 PaintDotNet.Data.dll .\PaintDotNet.Data.dll, version=4.312.8267.29064 System.Configuration.ConfigurationManager.dll .\System.Configuration.ConfigurationManager.dll, version=6.0.822.36306 System.Collections.Specialized.dll .\System.Collections.Specialized.dll, version=6.0.822.36306 icu.dll C:\Windows\SYSTEM32\icu.dll, version=64, 2, 0, 0 (WinBuild.160101.0800) PresentationNative_cor3.dll .\PresentationNative_cor3.dll, version=6,0,22,31404 @Commit: 02282bc994b3e7cd210e76caca2daa1cbcf934c4 System.Private.Xml.dll .\System.Private.Xml.dll, version=6.0.822.36306 System.Xml.ReaderWriter.dll .\System.Xml.ReaderWriter.dll, version=6.0.822.36306 PaintDotNet.Framework.dll .\PaintDotNet.Framework.dll, version=4.312.8267.29064 System.Net.WebClient.dll .\System.Net.WebClient.dll, version=6.0.822.36306 System.ComponentModel.EventBasedAsync.dll .\System.ComponentModel.EventBasedAsync.dll, version=6.0.822.36306 System.Memory.dll .\System.Memory.dll, version=6.0.822.36306 System.Text.Encoding.Extensions.dll .\System.Text.Encoding.Extensions.dll, version=6.0.822.36306 System.Drawing.Common.dll .\System.Drawing.Common.dll, version=6.0.822.36306 Microsoft.Win32.SystemEvents.dll .\Microsoft.Win32.SystemEvents.dll, version=6.0.822.36306 System.Collections.Immutable.dll .\System.Collections.Immutable.dll, version=6.0.822.36306 Microsoft.Win32.Registry.dll .\Microsoft.Win32.Registry.dll, version=6.0.822.36306 System.Linq.dll .\System.Linq.dll, version=6.0.822.36306 MSCTF.dll C:\Windows\System32\MSCTF.dll, version=10.0.19041.1 (WinBuild.160101.0800) System.Threading.ThreadPool.dll .\System.Threading.ThreadPool.dll, version=6.0.822.36306 dxgi.dll C:\Windows\SYSTEM32\dxgi.dll, version=10.0.19041.1806 (WinBuild.160101.0800) System.Collections.Concurrent.dll .\System.Collections.Concurrent.dll, version=6.0.822.36306 System.ComponentModel.TypeConverter.dll .\System.ComponentModel.TypeConverter.dll, version=6.0.822.36306 System.Security.Principal.Windows.dll .\System.Security.Principal.Windows.dll, version=6.0.822.36306 System.Security.Claims.dll .\System.Security.Claims.dll, version=6.0.822.36306 PresentationCore.dll .\PresentationCore.dll, version=6.0.822.36807 DirectWriteForwarder.dll .\DirectWriteForwarder.dll, version=6,0,822,36807 @Commit: 7a75fd34f53bc300206bd8cfc636527934dd17af System.Diagnostics.Debug.dll .\System.Diagnostics.Debug.dll, version=6.0.822.36306 dwrite.dll C:\Windows\SYSTEM32\dwrite.dll, version=10.0.19041.1 (WinBuild.160101.0800) UIAutomationTypes.dll .\UIAutomationTypes.dll, version=6.0.822.36807 profapi.dll C:\Windows\SYSTEM32\profapi.dll, version=10.0.19041.844 (WinBuild.160101.0800) System.Diagnostics.FileVersionInfo.dll .\System.Diagnostics.FileVersionInfo.dll, version=6.0.822.36306 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.746 (WinBuild.160101.0800) PaintDotNet.Effects.dll .\PaintDotNet.Effects.dll, version=4.312.8267.29064 version.dll C:\Windows\SYSTEM32\version.dll, version=10.0.19041.546 (WinBuild.160101.0800) Accessibility.dll .\Accessibility.dll, version=6.0.822.36804 comctl32.dll C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.19041.1110_none_60b5254171f9507e\comctl32.dll, version=6.10 (WinBuild.160101.0800) System.Numerics.Vectors.dll .\System.Numerics.Vectors.dll, version=6.0.822.36306 System.Threading.Tasks.Parallel.dll .\System.Threading.Tasks.Parallel.dll, version=6.0.822.36306 System.Diagnostics.Tracing.dll .\System.Diagnostics.Tracing.dll, version=6.0.822.36306 ucrtbase.dll .\ucrtbase.dll, version=10.0.22000.194 (WinBuild.160101.0800) System.Reflection.MetadataLoadContext.dll .\System.Reflection.MetadataLoadContext.dll, version=6.0.21.52210 System.Reflection.Metadata.dll .\System.Reflection.Metadata.dll, version=6.0.822.36306 System.IO.Packaging.dll .\System.IO.Packaging.dll, version=6.0.822.36306 System.IO.MemoryMappedFiles.dll .\System.IO.MemoryMappedFiles.dll, version=6.0.822.36306 TextShaping.dll C:\Windows\SYSTEM32\TextShaping.dll, version= System.Runtime.Loader.dll .\System.Runtime.Loader.dll, version=6.0.822.36306 PhotoShop.dll .\FileTypes\PhotoShop.dll, version=2.5.0.0 mscorlib.dll .\mscorlib.dll, version=6.0.822.36306 mfplat.dll C:\Windows\SYSTEM32\mfplat.dll, version=10.0.19041.1 (WinBuild.160101.0800) cfgmgr32.dll C:\Windows\System32\cfgmgr32.dll, version=10.0.19041.1620 (WinBuild.160101.0800) RTWorkQ.DLL C:\Windows\SYSTEM32\RTWorkQ.DLL, version=10.0.19041.1 (WinBuild.160101.0800) System.Drawing.dll .\System.Drawing.dll, version=6.0.822.36804 System.dll .\System.dll, version=6.0.822.36306 CompPkgSup.DLL C:\Windows\SYSTEM32\CompPkgSup.DLL, version=10.0.19041.746 (WinBuild.160101.0800) Windows.StateRepositoryPS.dll C:\Windows\System32\Windows.StateRepositoryPS.dll, version=10.0.19041.1466 (WinBuild.160101.0800) AvifFileType.dll .\Bundled\AvifFileType\AvifFileType.dll, version=1.1.20.0 DdsFileTypePlus.dll .\Bundled\DDSFileTypePlus\DdsFileTypePlus.dll, version=1.10.12.0 WebPFileType.dll .\Bundled\WebPFileType\WebPFileType.dll, version=1.3.14.0 WinTypes.dll C:\Windows\System32\WinTypes.dll, version=10.0.19041.1320 (WinBuild.160101.0800) d2d1.dll C:\Windows\SYSTEM32\d2d1.dll, version=10.0.19041.1 (WinBuild.160101.0800) wtsapi32.dll C:\Windows\SYSTEM32\wtsapi32.dll, version=10.0.19041.546 (WinBuild.160101.0800) WINSTA.dll C:\Windows\SYSTEM32\WINSTA.dll, version=10.0.19041.546 (WinBuild.160101.0800) d3d11.dll C:\Windows\SYSTEM32\d3d11.dll, version=10.0.19041.1865 (WinBuild.160101.0800) D3D10Warp.dll C:\Windows\SYSTEM32\D3D10Warp.dll, version=10.0.19041.546 (WinBuild.160101.0800) dxcore.dll C:\Windows\SYSTEM32\dxcore.dll, version=10.0.19041.546 (WinBuild.160101.0800) UIAutomationCore.dll C:\Windows\SYSTEM32\UIAutomationCore.dll, version=7.2.19041.1 (WinBuild.160101.0800) sxs.dll C:\Windows\SYSTEM32\sxs.dll, version=10.0.19041.1 (WinBuild.160101.0800) System.Runtime.Serialization.Formatters.dll .\System.Runtime.Serialization.Formatters.dll, version=6.0.822.36306 System.CodeDom.dll .\System.CodeDom.dll, version=6.0.822.36306 dwmapi.DLL C:\Windows\SYSTEM32\dwmapi.DLL, version=10.0.19041.1 (WinBuild.160101.0800) dataexchange.dll C:\Windows\system32\dataexchange.dll, version=10.0.19041.1387 (WinBuild.160101.0800) dcomp.dll C:\Windows\system32\dcomp.dll, version=10.0.19041.1741 (WinBuild.160101.0800) twinapi.appcore.dll C:\Windows\system32\twinapi.appcore.dll, version=10.0.19041.1 (WinBuild.160101.0800) textinputframework.dll C:\Windows\SYSTEM32\textinputframework.dll, version=10.0.19041.1806 (WinBuild.160101.0800) CoreUIComponents.dll C:\Windows\System32\CoreUIComponents.dll, version=10.0.19041.546 CoreMessaging.dll C:\Windows\System32\CoreMessaging.dll, version=10.0.19041.746 WS2_32.dll C:\Windows\System32\WS2_32.dll, version=10.0.19041.1081 (WinBuild.160101.0800) ntmarta.dll C:\Windows\SYSTEM32\ntmarta.dll, version=10.0.19041.1 (WinBuild.160101.0800) Crc32.NET.dll .\Crc32.NET.dll, version=1.2.0.5 powrprof.dll C:\Windows\SYSTEM32\powrprof.dll, version=10.0.19041.1 (WinBuild.160101.0800) UMPDC.dll C:\Windows\SYSTEM32\UMPDC.dll, version= System.Security.Cryptography.Primitives.dll .\System.Security.Cryptography.Primitives.dll, version=6.0.822.36306 Newtonsoft.Json.dll .\Newtonsoft.Json.dll, version=13.0.1.25517 System.Linq.Expressions.dll .\System.Linq.Expressions.dll, version=6.0.822.36306 System.Text.RegularExpressions.dll .\System.Text.RegularExpressions.dll, version=6.0.822.36306 System.Runtime.Numerics.dll .\System.Runtime.Numerics.dll, version=6.0.822.36306 winmm.DLL C:\Windows\SYSTEM32\winmm.DLL, version=10.0.19041.1 (WinBuild.160101.0800) System.Runtime.CompilerServices.Unsafe.dll .\System.Runtime.CompilerServices.Unsafe.dll, version=6.0.822.36306 oleacc.dll C:\Windows\SYSTEM32\oleacc.dll, version=7.2.19041.746 (WinBuild.160101.0800) explorerframe.dll C:\Windows\system32\explorerframe.dll, version=10.0.19041.1 (WinBuild.160101.0800) System.Diagnostics.StackTrace.dll .\System.Diagnostics.StackTrace.dll, version=6.0.822.36306 Microsoft.DiaSymReader.Native.amd64.dll .\Microsoft.DiaSymReader.Native.amd64.dll, version=14.28.29715.1 built by: vcwrkspc igd10iumd64.dll C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_51f685305808e3a5\igd10iumd64.dll, version=31.0.101.2111 igd10um64gen11.DLL C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_51f685305808e3a5\igd10um64gen11.DLL, version=31.0.101.2111 CRYPT32.dll C:\Windows\System32\CRYPT32.dll, version=10.0.19041.1 (WinBuild.160101.0800) ncrypt.dll C:\Windows\SYSTEM32\ncrypt.dll, version=10.0.19041.1 (WinBuild.160101.0800) NTASN1.dll C:\Windows\SYSTEM32\NTASN1.dll, version=10.0.19041.1 (WinBuild.160101.0800) igdgmm64.dll C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_51f685305808e3a5\igdgmm64.dll, version=31.0.101.2111 igc64.dll C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_51f685305808e3a5\igc64.dll, version=31.0.101.2111 comdlg32.dll C:\Windows\System32\comdlg32.dll, version=10.0.19041.1 (WinBuild.160101.0800) DUI70.dll C:\Windows\System32\DUI70.dll, version=10.0.19041.1 (WinBuild.160101.0800) DUser.dll C:\Windows\System32\DUser.dll, version=10.0.19041.1 (WinBuild.160101.0800) tiptsf.dll C:\Program Files\Common Files\microsoft shared\ink\tiptsf.dll, version=10.0.19041.1 (WinBuild.160101.0800) edputil.dll C:\Windows\SYSTEM32\edputil.dll, version=10.0.19041.1 (WinBuild.160101.0800) thumbcache.dll C:\Windows\System32\thumbcache.dll, version=10.0.19041.1 (WinBuild.160101.0800) Windows.UI.FileExplorer.dll C:\Windows\System32\Windows.UI.FileExplorer.dll, version=10.0.19041.1741 (WinBuild.160101.0800) atlthunk.dll C:\Windows\SYSTEM32\atlthunk.dll, version=10.0.19041.546 (WinBuild.160101.0800) StructuredQuery.dll C:\Windows\System32\StructuredQuery.dll, version=7.0.19041.867 (WinBuild.160101.0800) Windows.Storage.Search.dll C:\Windows\system32\Windows.Storage.Search.dll, version=10.0.19041.1 (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.1 (WinBuild.160101.0800) MPR.dll C:\Windows\SYSTEM32\MPR.dll, version=10.0.19041.1 (WinBuild.160101.0800) drprov.dll C:\Windows\System32\drprov.dll, version=10.0.19041.1 (WinBuild.160101.0800) ntlanman.dll C:\Windows\System32\ntlanman.dll, version=10.0.19041.1826 (WinBuild.160101.0800) davclnt.dll C:\Windows\System32\davclnt.dll, version=10.0.19041.546 (WinBuild.160101.0800) DAVHLPR.dll C:\Windows\System32\DAVHLPR.dll, version=10.0.19041.546 (WinBuild.160101.0800) wkscli.dll C:\Windows\System32\wkscli.dll, version=10.0.19041.1645 (WinBuild.160101.0800) cscapi.dll C:\Windows\SYSTEM32\cscapi.dll, version=10.0.19041.546 (WinBuild.160101.0800) netutils.dll C:\Windows\System32\netutils.dll, version=10.0.19041.546 (WinBuild.160101.0800) twinapi.dll C:\Windows\System32\twinapi.dll, version=10.0.19041.1 (WinBuild.160101.0800) apphelp.dll C:\Windows\SYSTEM32\apphelp.dll, version=10.0.19041.1 (WinBuild.160101.0800) dlnashext.dll C:\Windows\System32\dlnashext.dll, version=10.0.19041.1 (WinBuild.160101.0800) FileSyncShell64.dll C:\Users\aalex\AppData\Local\Microsoft\OneDrive\22.196.0918.0001\FileSyncShell64.dll, version=22.196.0918.0001 Secur32.dll C:\Windows\SYSTEM32\Secur32.dll, version=10.0.19041.546 (WinBuild.160101.0800) WININET.dll C:\Windows\SYSTEM32\WININET.dll, version=11.00.19041.1 (WinBuild.160101.0800) USERENV.dll C:\Windows\SYSTEM32\USERENV.dll, version=10.0.19041.1 (WinBuild.160101.0800) SSPICLI.DLL C:\Windows\SYSTEM32\SSPICLI.DLL, version=10.0.19041.1586 (WinBuild.160101.0800) CRYPTBASE.DLL C:\Windows\SYSTEM32\CRYPTBASE.DLL, version=10.0.19041.546 (WinBuild.160101.0800) EhStorShell.dll C:\Windows\System32\EhStorShell.dll, version=10.0.19041.1 (WinBuild.160101.0800) SETUPAPI.dll C:\Windows\System32\SETUPAPI.dll, version=10.0.19041.1 (WinBuild.160101.0800) PlayToDevice.dll C:\Windows\System32\PlayToDevice.dll, version=10.0.19041.1 (WinBuild.160101.0800) DevDispItemProvider.dll C:\Windows\System32\DevDispItemProvider.dll, version=10.0.19041.1708 (WinBuild.160101.0800) coml2.dll C:\Windows\System32\coml2.dll, version=10.0.19041.546 (WinBuild.160101.0800) LINKINFO.dll C:\Windows\SYSTEM32\LINKINFO.dll, version=10.0.19041.546 (WinBuild.160101.0800) MMDevApi.dll C:\Windows\System32\MMDevApi.dll, version=10.0.19041.1 (WinBuild.160101.0800) DEVOBJ.dll C:\Windows\System32\DEVOBJ.dll, version=10.0.19041.1620 (WinBuild.160101.0800) wpdshext.dll C:\Windows\system32\wpdshext.dll, version=10.0.19041.1 (WinBuild.160101.0800) PortableDeviceApi.dll C:\Windows\System32\PortableDeviceApi.dll, version=10.0.19041.1 (WinBuild.160101.0800) WINTRUST.dll C:\Windows\System32\WINTRUST.dll, version=10.0.19041.1949 (WinBuild.160101.0800) MSASN1.dll C:\Windows\System32\MSASN1.dll, version=10.0.19041.546 (WinBuild.160101.0800) EhStorAPI.dll C:\Windows\System32\EhStorAPI.dll, version=10.0.19041.1 (WinBuild.160101.0800) ntshrui.dll C:\Windows\SYSTEM32\ntshrui.dll, version=10.0.19041.1 (WinBuild.160101.0800) srvcli.dll C:\Windows\SYSTEM32\srvcli.dll, version=10.0.19041.1645 (WinBuild.160101.0800) ActXPrxy.dll C:\Windows\System32\ActXPrxy.dll, version=10.0.19041.844 (WinBuild.160101.0800) zipfldr.dll C:\Windows\system32\zipfldr.dll, version=10.0.19041.1 (WinBuild.160101.0800) NetworkExplorer.dll C:\Windows\system32\NetworkExplorer.dll, version=10.0.19041.1 (WinBuild.160101.0800) System.Core.dll .\System.Core.dll, version=6.0.822.36306 System.Linq.Parallel.dll .\System.Linq.Parallel.dll, version=6.0.822.36306 Microsoft.VisualBasic.dll .\Microsoft.VisualBasic.dll, version=6.0.822.36804 Microsoft.VisualBasic.Forms.dll .\Microsoft.VisualBasic.Forms.dll, version=6.0.822.36804 MsftEdit.DLL C:\Windows\SYSTEM32\MsftEdit.DLL, version=10.0.19041.1 (WinBuild.160101.0800) System.IO.Compression.dll .\System.IO.Compression.dll, version=6.0.822.36306 Windows.Globalization.dll C:\Windows\System32\Windows.Globalization.dll, version=10.0.19041.1708 (WinBuild.160101.0800) Bcp47Langs.dll C:\Windows\System32\Bcp47Langs.dll, version=10.0.19041.1566 (WinBuild.160101.0800) bcp47mrm.dll C:\Windows\System32\bcp47mrm.dll, version=10.0.19041.1503 (WinBuild.160101.0800) globinputhost.dll C:\Windows\SYSTEM32\globinputhost.dll, version=10.0.19041.1806 (WinBuild.160101.0800) Quote Link to comment Share on other sites More sharing options...
taoyue Posted October 18, 2022 Author Share Posted October 18, 2022 On 10/17/2022 at 3:48 PM, aalex7764 said: i downloaded the extension and when i tried opening up a psd file i got this. Anyone know how to fix this? Every layer is giving the same error. There's something about the file that makes the plugin think the channels are incomplete. Please send me a copy of the PSD file so that I can investigate. My email address is at the top of the page at the PSD Plugin website: https://www.psdplugin.com/ Quote Link to comment Share on other sites More sharing options...
john2000 Posted December 7, 2022 Share Posted December 7, 2022 I recently downloaded the psd extension to paint.net version 4.3.12 and got an error message when opening a psd file. Any help in fixing this error? Exception: PhotoshopFile.PsdInvalidException: Unrecognized layer section type. at PhotoshopFile.PsdFile.VerifyLayerSections() at PaintDotNet.Data.PhotoshopFileType.PsdLoad.Load(Stream input) at PaintDotNet.FileType.Load(Stream input) in D:\src\pdn\src_4_3_x\Data\FileType.cs:line 498 at PaintDotNet.Functional.Func.Eval[T1,TRet](Func`2 f, T1 arg1) in D:\src\pdn\src_4_3_x\Base\Functional\Func.cs:line 158 Diagnostics: Application paint.net 4.3.12 (Stable 4.312.8267.29064) Build Date Saturday, August 20, 2022 Install type Classic Hardware accelerated rendering (GPU) True Remote session False Animations True DPI 96 (1.00x scale) Language en-US OS Windows 10 Home x64 (10.0.19044.0) Runtime .NET 6.0.8 x64 Physical Memory 16,222 MB CPU Intel(R) Core(TM) i7-9700K CPU @ 3.60GHz Speed ~3600 MHz Cores / Threads 8 / 8 Features SSE, SSE2, SSE3, SSSE3, SSE4_1, SSE4_2, AVX, AVX2 Video Card Intel(R) UHD Graphics 630 Dedicated Video RAM 128 MB Dedicated System RAM 0 MB Shared System RAM 8,111 MB Vendor ID 0x8086 Device ID 0x3E98 Subsystem ID 0x86941043 Revision 2 LUID 0x0001011A Flags AcgCompatible, SupportMonitoredFences, KeyedMutexConformance Graphics Preemption TriangleBoundary Compute Preemption ThreadBoundary Outputs 1 Feature Level Direct3D_12_1 DXGI Formats A8_UNorm, B8G8R8A8_UNorm, R16G16B16A16_UNorm, R16G16B16A16_Float, R32G32B32A32_Float Buffer Precision UNorm8bpc, UNorm8bpcSrgb, UNorm16bpc, Float16bpc, Float32bpc Maximum Bitmap Size 16384 Video Card NVIDIA GeForce RTX 2080 SUPER Dedicated Video RAM 8,001 MB Dedicated System RAM 0 MB Shared System RAM 8,111 MB Vendor ID 0x10DE Device ID 0x1E81 Subsystem ID 0x507219DA Revision 161 LUID 0x1BF4A81B Flags AcgCompatible, SupportMonitoredFences, KeyedMutexConformance Graphics Preemption PixelBoundary Compute Preemption DispatchBoundary Outputs 0 Feature Level Direct3D_12_1 DXGI Formats A8_UNorm, B8G8R8A8_UNorm, R16G16B16A16_UNorm, R16G16B16A16_Float, R32G32B32A32_Float Buffer Precision UNorm8bpc, UNorm8bpcSrgb, UNorm16bpc, Float16bpc, Float32bpc Maximum Bitmap Size 16384 Video Card Microsoft Basic Render Driver Dedicated Video RAM 0 MB Dedicated System RAM 0 MB Shared System RAM 8,111 MB Vendor ID 0x1414 Device ID 0x008C Subsystem ID 0x00000000 Revision 0 LUID 0x00010526 Flags Software, AcgCompatible, SupportMonitoredFences, KeyedMutexConformance Graphics Preemption InstructionBoundary Compute Preemption InstructionBoundary Outputs 0 Feature Level Direct3D_12_1 DXGI Formats A8_UNorm, B8G8R8A8_UNorm, R16G16B16A16_UNorm, R16G16B16A16_Float, R32G32B32A32_Float Buffer Precision UNorm8bpc, UNorm8bpcSrgb, UNorm16bpc, Float16bpc, Float32bpc Maximum Bitmap Size 8388608 Managed assemblies 84 System.Private.CoreLib .\System.Private.CoreLib.dll, Version=6.0.0.0, PublicKeyToken=7cec85d7bea7798e paintdotnet .\paintdotnet.dll, Version=4.312.8267.29064 System.Runtime .\System.Runtime.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a PaintDotNet.Base .\PaintDotNet.Base.dll, Version=4.312.8267.29064 System.Windows.Forms .\System.Windows.Forms.dll, Version=6.0.2.0, PublicKeyToken=b77a5c561934e089 System.Collections.Concurrent .\System.Collections.Concurrent.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Diagnostics.Process .\System.Diagnostics.Process.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a PaintDotNet.SystemLayer .\PaintDotNet.SystemLayer.dll, Version=4.312.8267.29064 TerraFX.Interop.Windows .\TerraFX.Interop.Windows.dll, Version=10.0.20348.0, PublicKeyToken=35b01b53313a6f7e System.Runtime.InteropServices.RuntimeInformation .\System.Runtime.InteropServices.RuntimeInformation.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Runtime.InteropServices .\System.Runtime.InteropServices.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a PaintDotNet.SystemLayer.Native.x64 .\PaintDotNet.SystemLayer.Native.x64.dll, Version=4.312.8267.29064 System.Threading .\System.Threading.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Runtime.Extensions .\System.Runtime.Extensions.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Runtime.CompilerServices.VisualC .\System.Runtime.CompilerServices.VisualC.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Collections.NonGeneric .\System.Collections.NonGeneric.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Runtime.Intrinsics .\System.Runtime.Intrinsics.dll, Version=6.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51 PaintDotNet.Core .\PaintDotNet.Core.dll, Version=4.312.8267.29064 System.Private.Uri .\System.Private.Uri.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.ComponentModel.Primitives .\System.ComponentModel.Primitives.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a WindowsBase .\WindowsBase.dll, Version=6.0.2.0, PublicKeyToken=31bf3856ad364e35 System.Windows.Forms.Primitives .\System.Windows.Forms.Primitives.dll, Version=6.0.2.0, PublicKeyToken=b77a5c561934e089 PresentationFramework .\PresentationFramework.dll, Version=6.0.2.0, PublicKeyToken=31bf3856ad364e35 System.Drawing.Primitives .\System.Drawing.Primitives.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Xaml .\System.Xaml.dll, Version=6.0.2.0, PublicKeyToken=b77a5c561934e089 System.ComponentModel .\System.ComponentModel.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Collections .\System.Collections.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Diagnostics.TraceSource .\System.Diagnostics.TraceSource.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Threading.Thread .\System.Threading.Thread.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Text.Encoding.CodePages .\System.Text.Encoding.CodePages.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a Microsoft.Win32.Primitives .\Microsoft.Win32.Primitives.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a PaintDotNet.Resources .\PaintDotNet.Resources.dll, Version=4.312.8267.29064 System.ObjectModel .\System.ObjectModel.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a PaintDotNet.Data .\PaintDotNet.Data.dll, Version=4.312.8267.29064 System.Configuration.ConfigurationManager .\System.Configuration.ConfigurationManager.dll, Version=6.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51 System.Collections.Specialized .\System.Collections.Specialized.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a PaintDotNet.Framework .\PaintDotNet.Framework.dll, Version=4.312.8267.29064 System.Xml.ReaderWriter .\System.Xml.ReaderWriter.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Drawing.Common .\System.Drawing.Common.dll, Version=6.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51 System.Private.Xml .\System.Private.Xml.dll, Version=6.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51 System.Net.WebClient .\System.Net.WebClient.dll, Version=6.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51 System.Threading.ThreadPool .\System.Threading.ThreadPool.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.ComponentModel.EventBasedAsync .\System.ComponentModel.EventBasedAsync.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Collections.Immutable .\System.Collections.Immutable.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a Microsoft.Win32.SystemEvents .\Microsoft.Win32.SystemEvents.dll, Version=6.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51 System.Linq .\System.Linq.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Memory .\System.Memory.dll, Version=6.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51 System.Text.Encoding.Extensions .\System.Text.Encoding.Extensions.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a Microsoft.Win32.Registry .\Microsoft.Win32.Registry.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Security.Principal.Windows .\System.Security.Principal.Windows.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Security.Claims .\System.Security.Claims.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.ComponentModel.TypeConverter .\System.ComponentModel.TypeConverter.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a PresentationCore .\PresentationCore.dll, Version=6.0.2.0, PublicKeyToken=31bf3856ad364e35 DirectWriteForwarder .\DirectWriteForwarder.dll, Version=6.0.2.0, PublicKeyToken=31bf3856ad364e35 System.Diagnostics.Debug .\System.Diagnostics.Debug.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a UIAutomationTypes .\UIAutomationTypes.dll, Version=6.0.2.0, PublicKeyToken=31bf3856ad364e35 System.Diagnostics.FileVersionInfo .\System.Diagnostics.FileVersionInfo.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a PaintDotNet.Effects .\PaintDotNet.Effects.dll, Version=4.312.8267.29064 Accessibility .\Accessibility.dll, Version=4.0.0.0, PublicKeyToken=31bf3856ad364e35 System.Threading.Tasks.Parallel .\System.Threading.Tasks.Parallel.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Reflection.MetadataLoadContext .\System.Reflection.MetadataLoadContext.dll, Version=6.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51 System.Numerics.Vectors .\System.Numerics.Vectors.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Diagnostics.Tracing .\System.Diagnostics.Tracing.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Reflection.Metadata .\System.Reflection.Metadata.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.IO.MemoryMappedFiles .\System.IO.MemoryMappedFiles.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.IO.Packaging .\System.IO.Packaging.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Runtime.Loader .\System.Runtime.Loader.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a PhotoShop .\FileTypes\PhotoShop.dll, Version=2.5.0.40665 mscorlib .\mscorlib.dll, Version=4.0.0.0, PublicKeyToken=b77a5c561934e089 System.Drawing .\System.Drawing.dll, Version=6.0.2.0, PublicKeyToken=b03f5f7f11d50a3a System .\System.dll, Version=4.0.0.0, PublicKeyToken=b77a5c561934e089 AvifFileType .\Bundled\AvifFileType\AvifFileType.dll, Version=1.1.20.0 WebPFileType .\Bundled\WebPFileType\WebPFileType.dll, Version=1.3.14.0 DdsFileTypePlus .\Bundled\DDSFileTypePlus\DdsFileTypePlus.dll, Version=1.10.12.0 System.Runtime.Serialization.Formatters .\System.Runtime.Serialization.Formatters.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.CodeDom .\System.CodeDom.dll, Version=6.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51 System.Core .\System.Core.dll, Version=4.0.0.0, PublicKeyToken=b77a5c561934e089 System.Linq.Parallel .\System.Linq.Parallel.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a Microsoft.VisualBasic .\Microsoft.VisualBasic.dll, Version=10.1.0.0, PublicKeyToken=b03f5f7f11d50a3a Microsoft.VisualBasic.Forms .\Microsoft.VisualBasic.Forms.dll, Version=6.0.2.0, PublicKeyToken=b03f5f7f11d50a3a System.Text.RegularExpressions .\System.Text.RegularExpressions.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Diagnostics.StackTrace .\System.Diagnostics.StackTrace.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Runtime.CompilerServices.Unsafe .\System.Runtime.CompilerServices.Unsafe.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a Interop.WIA .\Interop.WIA.dll, Version=1.0.0.0 Native modules 246 paintdotnet.exe .\paintdotnet.exe, version=4.312.8267.29064 ntdll.dll C:\WINDOWS\SYSTEM32\ntdll.dll, version=10.0.19041.1741 (WinBuild.160101.0800) KERNEL32.DLL C:\WINDOWS\System32\KERNEL32.DLL, version=10.0.19041.1741 (WinBuild.160101.0800) KERNELBASE.dll C:\WINDOWS\System32\KERNELBASE.dll, version=10.0.19041.1741 (WinBuild.160101.0800) USER32.dll C:\WINDOWS\System32\USER32.dll, version=10.0.19041.1 (WinBuild.160101.0800) win32u.dll C:\WINDOWS\System32\win32u.dll, version=10.0.19041.2251 (WinBuild.160101.0800) GDI32.dll C:\WINDOWS\System32\GDI32.dll, version=10.0.19041.2130 (WinBuild.160101.0800) gdi32full.dll C:\WINDOWS\System32\gdi32full.dll, version=10.0.19041.2130 (WinBuild.160101.0800) msvcp_win.dll C:\WINDOWS\System32\msvcp_win.dll, version=10.0.19041.789 (WinBuild.160101.0800) ucrtbase.dll C:\WINDOWS\System32\ucrtbase.dll, version=10.0.19041.789 (WinBuild.160101.0800) SHELL32.dll C:\WINDOWS\System32\SHELL32.dll, version=10.0.19041.964 (WinBuild.160101.0800) ADVAPI32.dll C:\WINDOWS\System32\ADVAPI32.dll, version=10.0.19041.1 (WinBuild.160101.0800) msvcrt.dll C:\WINDOWS\System32\msvcrt.dll, version=7.0.19041.546 (WinBuild.160101.0800) sechost.dll C:\WINDOWS\System32\sechost.dll, version=10.0.19041.1 (WinBuild.160101.0800) RPCRT4.dll C:\WINDOWS\System32\RPCRT4.dll, version=10.0.19041.1 (WinBuild.160101.0800) IMM32.DLL C:\WINDOWS\System32\IMM32.DLL, version=10.0.19041.2193 (WinBuild.160101.0800) hostfxr.dll .\hostfxr.dll, version=6,0,822,36306 @Commit: 55fb7ef977e7d120dc12f0960edcff0739d7ee0e hostpolicy.dll .\hostpolicy.dll, version=6,0,822,36306 @Commit: 55fb7ef977e7d120dc12f0960edcff0739d7ee0e coreclr.dll .\coreclr.dll, version=6,0,822,36306 @Commit: 55fb7ef977e7d120dc12f0960edcff0739d7ee0e ole32.dll C:\WINDOWS\System32\ole32.dll, version=10.0.19041.1320 (WinBuild.160101.0800) combase.dll C:\WINDOWS\System32\combase.dll, version=10.0.19041.1320 (WinBuild.160101.0800) OLEAUT32.dll C:\WINDOWS\System32\OLEAUT32.dll, version=10.0.19041.985 (WinBuild.160101.0800) bcryptPrimitives.dll C:\WINDOWS\System32\bcryptPrimitives.dll, version=10.0.19041.1415 (WinBuild.160101.0800) System.Private.CoreLib.dll .\System.Private.CoreLib.dll, version=6.0.822.36306 clrjit.dll .\clrjit.dll, version=6,0,822,36306 @Commit: 55fb7ef977e7d120dc12f0960edcff0739d7ee0e kernel.appcore.dll C:\WINDOWS\SYSTEM32\kernel.appcore.dll, version=10.0.19041.546 (WinBuild.160101.0800) paintdotnet.dll .\paintdotnet.dll, version=4.312.8267.29064 System.Runtime.dll .\System.Runtime.dll, version=6.0.822.36306 uxtheme.dll C:\WINDOWS\system32\uxtheme.dll, version=10.0.19041.1 (WinBuild.160101.0800) PaintDotNet.Base.dll .\PaintDotNet.Base.dll, version=4.312.8267.29064 System.Windows.Forms.dll .\System.Windows.Forms.dll, version=6.0.822.36804 icu.dll C:\WINDOWS\SYSTEM32\icu.dll, version=64, 2, 0, 0 (WinBuild.160101.0800) System.Collections.Concurrent.dll .\System.Collections.Concurrent.dll, version=6.0.822.36306 System.Diagnostics.Process.dll .\System.Diagnostics.Process.dll, version=6.0.822.36306 PaintDotNet.SystemLayer.dll .\PaintDotNet.SystemLayer.dll, version=4.312.8267.29064 TerraFX.Interop.Windows.dll .\TerraFX.Interop.Windows.dll, version=10.0.20348.0 System.Runtime.InteropServices.RuntimeInformation.dll .\System.Runtime.InteropServices.RuntimeInformation.dll, version=6.0.822.36306 System.Runtime.InteropServices.dll .\System.Runtime.InteropServices.dll, version=6.0.822.36306 vcruntime140.dll .\vcruntime140.dll, version=14.32.31332.0 vcruntime140_1.dll .\vcruntime140_1.dll, version=14.32.31332.0 msvcp140.dll .\msvcp140.dll, version=14.32.31332.0 msvcp140_1.dll .\msvcp140_1.dll, version=14.32.31332.0 msvcp140_2.dll .\msvcp140_2.dll, version=14.32.31332.0 msvcp140_codecvt_ids.dll .\msvcp140_codecvt_ids.dll, version=14.32.31332.0 vcomp140.dll .\vcomp140.dll, version=14.32.31332.0 ijwhost.dll .\ijwhost.dll, version=6,0,822,36306 @Commit: 55fb7ef977e7d120dc12f0960edcff0739d7ee0e PaintDotNet.SystemLayer.Native.x64.dll .\PaintDotNet.SystemLayer.Native.x64.dll, version=4.312.8267.29064 PROPSYS.dll C:\WINDOWS\SYSTEM32\PROPSYS.dll, version=7.0.19041.1708 (WinBuild.160101.0800) gdiplus.dll C:\WINDOWS\WinSxS\amd64_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.19041.2251_none_91a40448cc8846c1\gdiplus.dll, version=10.0.19041.2251 (WinBuild.160101.0800) WindowsCodecs.dll C:\WINDOWS\SYSTEM32\WindowsCodecs.dll, version=10.0.19041.1706 (WinBuild.160101.0800) bcrypt.dll C:\WINDOWS\System32\bcrypt.dll, version=10.0.19041.1 (WinBuild.160101.0800) System.Threading.dll .\System.Threading.dll, version=6.0.822.36306 System.Runtime.Extensions.dll .\System.Runtime.Extensions.dll, version=6.0.822.36306 System.Runtime.CompilerServices.VisualC.dll .\System.Runtime.CompilerServices.VisualC.dll, version=6.0.822.36306 System.Collections.NonGeneric.dll .\System.Collections.NonGeneric.dll, version=6.0.822.36306 System.Runtime.Intrinsics.dll .\System.Runtime.Intrinsics.dll, version=6.0.822.36306 windows.storage.dll C:\WINDOWS\SYSTEM32\windows.storage.dll, version=10.0.19041.1 (WinBuild.160101.0800) Wldp.dll C:\WINDOWS\SYSTEM32\Wldp.dll, version=10.0.19041.1 (WinBuild.160101.0800) SHCORE.dll C:\WINDOWS\System32\SHCORE.dll, version=10.0.19041.1 (WinBuild.160101.0800) shlwapi.dll C:\WINDOWS\System32\shlwapi.dll, version=10.0.19041.1 (WinBuild.160101.0800) PaintDotNet.Core.dll .\PaintDotNet.Core.dll, version=4.312.8267.29064 System.Private.Uri.dll .\System.Private.Uri.dll, version=6.0.822.36306 System.ComponentModel.Primitives.dll .\System.ComponentModel.Primitives.dll, version=6.0.822.36306 WindowsBase.dll .\WindowsBase.dll, version=6.0.822.36807 System.Windows.Forms.Primitives.dll .\System.Windows.Forms.Primitives.dll, version=6.0.822.36804 PresentationFramework.dll .\PresentationFramework.dll, version=6.0.822.36807 System.Drawing.Primitives.dll .\System.Drawing.Primitives.dll, version=6.0.822.36306 System.Xaml.dll .\System.Xaml.dll, version=6.0.822.36807 System.ComponentModel.dll .\System.ComponentModel.dll, version=6.0.822.36306 System.Collections.dll .\System.Collections.dll, version=6.0.822.36306 System.Diagnostics.TraceSource.dll .\System.Diagnostics.TraceSource.dll, version=6.0.822.36306 System.Threading.Thread.dll .\System.Threading.Thread.dll, version=6.0.822.36306 System.Text.Encoding.CodePages.dll .\System.Text.Encoding.CodePages.dll, version=6.0.822.36306 Microsoft.Win32.Primitives.dll .\Microsoft.Win32.Primitives.dll, version=6.0.822.36306 PaintDotNet.Resources.dll .\PaintDotNet.Resources.dll, version=4.312.8267.29064 System.ObjectModel.dll .\System.ObjectModel.dll, version=6.0.822.36306 PaintDotNet.Data.dll .\PaintDotNet.Data.dll, version=4.312.8267.29064 PresentationNative_cor3.dll .\PresentationNative_cor3.dll, version=6,0,22,31404 @Commit: 02282bc994b3e7cd210e76caca2daa1cbcf934c4 System.Configuration.ConfigurationManager.dll .\System.Configuration.ConfigurationManager.dll, version=6.0.822.36306 System.Collections.Specialized.dll .\System.Collections.Specialized.dll, version=6.0.822.36306 PaintDotNet.Framework.dll .\PaintDotNet.Framework.dll, version=4.312.8267.29064 System.Xml.ReaderWriter.dll .\System.Xml.ReaderWriter.dll, version=6.0.822.36306 System.Drawing.Common.dll .\System.Drawing.Common.dll, version=6.0.822.36306 System.Private.Xml.dll .\System.Private.Xml.dll, version=6.0.822.36306 System.Net.WebClient.dll .\System.Net.WebClient.dll, version=6.0.822.36306 System.Threading.ThreadPool.dll .\System.Threading.ThreadPool.dll, version=6.0.822.36306 System.ComponentModel.EventBasedAsync.dll .\System.ComponentModel.EventBasedAsync.dll, version=6.0.822.36306 System.Collections.Immutable.dll .\System.Collections.Immutable.dll, version=6.0.822.36306 Microsoft.Win32.SystemEvents.dll .\Microsoft.Win32.SystemEvents.dll, version=6.0.822.36306 System.Linq.dll .\System.Linq.dll, version=6.0.822.36306 dxgi.dll C:\WINDOWS\SYSTEM32\dxgi.dll, version=10.0.19041.2075 (WinBuild.160101.0800) System.Memory.dll .\System.Memory.dll, version=6.0.822.36306 MSCTF.dll C:\WINDOWS\System32\MSCTF.dll, version=10.0.19041.1 (WinBuild.160101.0800) System.Text.Encoding.Extensions.dll .\System.Text.Encoding.Extensions.dll, version=6.0.822.36306 Microsoft.Win32.Registry.dll .\Microsoft.Win32.Registry.dll, version=6.0.822.36306 System.Security.Principal.Windows.dll .\System.Security.Principal.Windows.dll, version=6.0.822.36306 System.Security.Claims.dll .\System.Security.Claims.dll, version=6.0.822.36306 System.ComponentModel.TypeConverter.dll .\System.ComponentModel.TypeConverter.dll, version=6.0.822.36306 PresentationCore.dll .\PresentationCore.dll, version=6.0.822.36807 DirectWriteForwarder.dll .\DirectWriteForwarder.dll, version=6,0,822,36807 @Commit: 7a75fd34f53bc300206bd8cfc636527934dd17af System.Diagnostics.Debug.dll .\System.Diagnostics.Debug.dll, version=6.0.822.36306 dwrite.dll C:\WINDOWS\SYSTEM32\dwrite.dll, version=10.0.19041.1 (WinBuild.160101.0800) UIAutomationTypes.dll .\UIAutomationTypes.dll, version=6.0.822.36807 System.Diagnostics.FileVersionInfo.dll .\System.Diagnostics.FileVersionInfo.dll, version=6.0.822.36306 PaintDotNet.Effects.dll .\PaintDotNet.Effects.dll, version=4.312.8267.29064 Accessibility.dll .\Accessibility.dll, version=6.0.822.36804 profapi.dll C:\WINDOWS\SYSTEM32\profapi.dll, version=10.0.19041.844 (WinBuild.160101.0800) System.Threading.Tasks.Parallel.dll .\System.Threading.Tasks.Parallel.dll, version=6.0.822.36306 System.Reflection.MetadataLoadContext.dll .\System.Reflection.MetadataLoadContext.dll, version=6.0.21.52210 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.746 (WinBuild.160101.0800) version.dll C:\WINDOWS\SYSTEM32\version.dll, version=10.0.19041.546 (WinBuild.160101.0800) System.Numerics.Vectors.dll .\System.Numerics.Vectors.dll, version=6.0.822.36306 comctl32.dll C:\WINDOWS\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.19041.1110_none_60b5254171f9507e\comctl32.dll, version=6.10 (WinBuild.160101.0800) System.Diagnostics.Tracing.dll .\System.Diagnostics.Tracing.dll, version=6.0.822.36306 ucrtbase.dll .\ucrtbase.dll, version=10.0.22000.194 (WinBuild.160101.0800) System.Reflection.Metadata.dll .\System.Reflection.Metadata.dll, version=6.0.822.36306 System.IO.MemoryMappedFiles.dll .\System.IO.MemoryMappedFiles.dll, version=6.0.822.36306 System.IO.Packaging.dll .\System.IO.Packaging.dll, version=6.0.822.36306 System.Runtime.Loader.dll .\System.Runtime.Loader.dll, version=6.0.822.36306 TextShaping.dll C:\WINDOWS\SYSTEM32\TextShaping.dll, version= PhotoShop.dll .\FileTypes\PhotoShop.dll, version=2.5.0.0 mscorlib.dll .\mscorlib.dll, version=6.0.822.36306 mfplat.dll C:\WINDOWS\SYSTEM32\mfplat.dll, version=10.0.19041.1 (WinBuild.160101.0800) cfgmgr32.dll C:\WINDOWS\System32\cfgmgr32.dll, version=10.0.19041.1620 (WinBuild.160101.0800) RTWorkQ.DLL C:\WINDOWS\SYSTEM32\RTWorkQ.DLL, version=10.0.19041.1 (WinBuild.160101.0800) System.Drawing.dll .\System.Drawing.dll, version=6.0.822.36804 CompPkgSup.DLL C:\WINDOWS\SYSTEM32\CompPkgSup.DLL, version=10.0.19041.746 (WinBuild.160101.0800) System.dll .\System.dll, version=6.0.822.36306 Windows.StateRepositoryPS.dll C:\Windows\System32\Windows.StateRepositoryPS.dll, version=10.0.19041.2193 (WinBuild.160101.0800) AvifFileType.dll .\Bundled\AvifFileType\AvifFileType.dll, version=1.1.20.0 WebPFileType.dll .\Bundled\WebPFileType\WebPFileType.dll, version=1.3.14.0 DdsFileTypePlus.dll .\Bundled\DDSFileTypePlus\DdsFileTypePlus.dll, version=1.10.12.0 WinTypes.dll C:\Windows\System32\WinTypes.dll, version=10.0.19041.1320 (WinBuild.160101.0800) d2d1.dll C:\WINDOWS\SYSTEM32\d2d1.dll, version=10.0.19041.1 (WinBuild.160101.0800) wtsapi32.dll C:\WINDOWS\SYSTEM32\wtsapi32.dll, version=10.0.19041.546 (WinBuild.160101.0800) WINSTA.dll C:\WINDOWS\SYSTEM32\WINSTA.dll, version=10.0.19041.2075 (WinBuild.160101.0800) d3d11.dll C:\WINDOWS\SYSTEM32\d3d11.dll, version=10.0.19041.2075 (WinBuild.160101.0800) D3D10Warp.dll C:\WINDOWS\SYSTEM32\D3D10Warp.dll, version=10.0.19041.2075 (WinBuild.160101.0800) dxcore.dll C:\WINDOWS\SYSTEM32\dxcore.dll, version=10.0.19041.546 (WinBuild.160101.0800) UIAutomationCore.dll C:\WINDOWS\SYSTEM32\UIAutomationCore.dll, version=7.2.19041.1 (WinBuild.160101.0800) sxs.dll C:\WINDOWS\SYSTEM32\sxs.dll, version=10.0.19041.1 (WinBuild.160101.0800) System.Runtime.Serialization.Formatters.dll .\System.Runtime.Serialization.Formatters.dll, version=6.0.822.36306 System.CodeDom.dll .\System.CodeDom.dll, version=6.0.822.36306 dwmapi.DLL C:\WINDOWS\SYSTEM32\dwmapi.DLL, version=10.0.19041.1 (WinBuild.160101.0800) dataexchange.dll C:\WINDOWS\system32\dataexchange.dll, version=10.0.19041.1387 (WinBuild.160101.0800) dcomp.dll C:\WINDOWS\system32\dcomp.dll, version=10.0.19041.2075 (WinBuild.160101.0800) twinapi.appcore.dll C:\WINDOWS\system32\twinapi.appcore.dll, version=10.0.19041.1 (WinBuild.160101.0800) textinputframework.dll C:\WINDOWS\SYSTEM32\textinputframework.dll, version=10.0.19041.2075 (WinBuild.160101.0800) CoreMessaging.dll C:\WINDOWS\System32\CoreMessaging.dll, version=10.0.19041.2193 CoreUIComponents.dll C:\WINDOWS\System32\CoreUIComponents.dll, version=10.0.19041.546 WS2_32.dll C:\WINDOWS\System32\WS2_32.dll, version=10.0.19041.1081 (WinBuild.160101.0800) ntmarta.dll C:\WINDOWS\SYSTEM32\ntmarta.dll, version=10.0.19041.1 (WinBuild.160101.0800) powrprof.dll C:\WINDOWS\SYSTEM32\powrprof.dll, version=10.0.19041.1 (WinBuild.160101.0800) UMPDC.dll C:\WINDOWS\SYSTEM32\UMPDC.dll, version= System.Core.dll .\System.Core.dll, version=6.0.822.36306 System.Linq.Parallel.dll .\System.Linq.Parallel.dll, version=6.0.822.36306 Microsoft.VisualBasic.dll .\Microsoft.VisualBasic.dll, version=6.0.822.36804 Microsoft.VisualBasic.Forms.dll .\Microsoft.VisualBasic.Forms.dll, version=6.0.822.36804 oleacc.dll C:\WINDOWS\SYSTEM32\oleacc.dll, version=7.2.19041.746 (WinBuild.160101.0800) System.Text.RegularExpressions.dll .\System.Text.RegularExpressions.dll, version=6.0.822.36306 MsftEdit.DLL C:\WINDOWS\SYSTEM32\MsftEdit.DLL, version=10.0.19041.1 (WinBuild.160101.0800) Microsoft.DiaSymReader.Native.amd64.dll .\Microsoft.DiaSymReader.Native.amd64.dll, version=14.28.29715.1 built by: vcwrkspc System.Diagnostics.StackTrace.dll .\System.Diagnostics.StackTrace.dll, version=6.0.822.36306 setupapi.DLL C:\WINDOWS\System32\setupapi.DLL, version=10.0.19041.1 (WinBuild.160101.0800) DEVOBJ.dll C:\WINDOWS\SYSTEM32\DEVOBJ.dll, version=10.0.19041.1620 (WinBuild.160101.0800) WINTRUST.dll C:\WINDOWS\System32\WINTRUST.dll, version=10.0.19041.2193 (WinBuild.160101.0800) CRYPT32.dll C:\WINDOWS\System32\CRYPT32.dll, version=10.0.19041.1 (WinBuild.160101.0800) MSASN1.dll C:\WINDOWS\SYSTEM32\MSASN1.dll, version=10.0.19041.2251 (WinBuild.160101.0800) apphelp.dll C:\WINDOWS\SYSTEM32\apphelp.dll, version=10.0.19041.1 (WinBuild.160101.0800) igd10um64gen11.DLL C:\WINDOWS\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_51f685305808e3a5\igd10um64gen11.DLL, version=31.0.101.2111 ncrypt.dll C:\WINDOWS\SYSTEM32\ncrypt.dll, version=10.0.19041.1 (WinBuild.160101.0800) NTASN1.dll C:\WINDOWS\SYSTEM32\NTASN1.dll, version=10.0.19041.1 (WinBuild.160101.0800) cryptnet.dll C:\WINDOWS\SYSTEM32\cryptnet.dll, version=10.0.19041.906 (WinBuild.160101.0800) drvstore.dll C:\WINDOWS\SYSTEM32\drvstore.dll, version=10.0.19041.1949 (WinBuild.160101.0800) cryptbase.dll C:\WINDOWS\SYSTEM32\cryptbase.dll, version=10.0.19041.546 (WinBuild.160101.0800) imagehlp.dll C:\WINDOWS\System32\imagehlp.dll, version=10.0.19041.1415 (WinBuild.160101.0800) CRYPTSP.dll C:\WINDOWS\SYSTEM32\CRYPTSP.dll, version=10.0.19041.546 (WinBuild.160101.0800) rsaenh.dll C:\WINDOWS\system32\rsaenh.dll, version=10.0.19041.1 (WinBuild.160101.0800) nvspcap64.dll C:\WINDOWS\system32\nvspcap64.dll, version=3.26.0.154 winmm.DLL C:\WINDOWS\SYSTEM32\winmm.DLL, version=10.0.19041.1 (WinBuild.160101.0800) System.Runtime.CompilerServices.Unsafe.dll .\System.Runtime.CompilerServices.Unsafe.dll, version=6.0.822.36306 Windows.Globalization.dll C:\Windows\System32\Windows.Globalization.dll, version=10.0.19041.1708 (WinBuild.160101.0800) Bcp47Langs.dll C:\Windows\System32\Bcp47Langs.dll, version=10.0.19041.1566 (WinBuild.160101.0800) bcp47mrm.dll C:\Windows\System32\bcp47mrm.dll, version=10.0.19041.1503 (WinBuild.160101.0800) globinputhost.dll C:\WINDOWS\SYSTEM32\globinputhost.dll, version=10.0.19041.1806 (WinBuild.160101.0800) Windows.UI.dll C:\Windows\System32\Windows.UI.dll, version=10.0.19041.1 (WinBuild.160101.0800) WindowManagementAPI.dll C:\Windows\System32\WindowManagementAPI.dll, version= InputHost.dll C:\Windows\System32\InputHost.dll, version=10.0.19041.1741 (WinBuild.160101.0800) explorerframe.dll C:\WINDOWS\system32\explorerframe.dll, version=10.0.19041.1 (WinBuild.160101.0800) igd10iumd64.dll C:\WINDOWS\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_51f685305808e3a5\igd10iumd64.dll, version=31.0.101.2111 igdgmm64.dll C:\WINDOWS\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_51f685305808e3a5\igdgmm64.dll, version=31.0.101.2111 igc64.dll C:\WINDOWS\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_51f685305808e3a5\igc64.dll, version=31.0.101.2111 Interop.WIA.dll .\Interop.WIA.dll, version=1.0.0.0 wiaaut.dll C:\WINDOWS\System32\wiaaut.dll, version=10.0.19041.1 (WinBuild.160101.0800) wiatrace.dll C:\WINDOWS\SYSTEM32\wiatrace.dll, version=10.0.19041.2193 (WinBuild.160101.0800) sti.dll C:\Windows\System32\sti.dll, version=10.0.19041.1806 (WinBuild.160101.0800) comdlg32.dll C:\WINDOWS\System32\comdlg32.dll, version=10.0.19041.1 (WinBuild.160101.0800) XmlLite.dll C:\WINDOWS\SYSTEM32\XmlLite.dll, version=10.0.19041.546 (WinBuild.160101.0800) Windows.FileExplorer.Common.dll C:\Windows\System32\Windows.FileExplorer.Common.dll, version=10.0.19041.1 (WinBuild.160101.0800) LINKINFO.dll C:\WINDOWS\SYSTEM32\LINKINFO.dll, version=10.0.19041.546 (WinBuild.160101.0800) DUI70.dll C:\WINDOWS\System32\DUI70.dll, version=10.0.19041.1 (WinBuild.160101.0800) DUser.dll C:\WINDOWS\System32\DUser.dll, version=10.0.19041.1 (WinBuild.160101.0800) tiptsf.dll C:\Program Files\Common Files\microsoft shared\ink\tiptsf.dll, version=10.0.19041.1 (WinBuild.160101.0800) edputil.dll C:\WINDOWS\SYSTEM32\edputil.dll, version=10.0.19041.1 (WinBuild.160101.0800) thumbcache.dll C:\Windows\System32\thumbcache.dll, version=10.0.19041.1 (WinBuild.160101.0800) Windows.UI.FileExplorer.dll C:\Windows\System32\Windows.UI.FileExplorer.dll, version=10.0.19041.1741 (WinBuild.160101.0800) atlthunk.dll C:\WINDOWS\SYSTEM32\atlthunk.dll, version=10.0.19041.546 (WinBuild.160101.0800) StructuredQuery.dll C:\WINDOWS\System32\StructuredQuery.dll, version=7.0.19041.867 (WinBuild.160101.0800) iertutil.dll C:\Windows\System32\iertutil.dll, version=11.00.19041.1 (WinBuild.160101.0800) Windows.Storage.Search.dll C:\WINDOWS\system32\Windows.Storage.Search.dll, version=10.0.19041.1 (WinBuild.160101.0800) coml2.dll C:\WINDOWS\System32\coml2.dll, version=10.0.19041.546 (WinBuild.160101.0800) MPR.dll C:\WINDOWS\SYSTEM32\MPR.dll, version=10.0.19041.1 (WinBuild.160101.0800) drprov.dll C:\WINDOWS\System32\drprov.dll, version=10.0.19041.1 (WinBuild.160101.0800) ntlanman.dll C:\WINDOWS\System32\ntlanman.dll, version=10.0.19041.1826 (WinBuild.160101.0800) davclnt.dll C:\WINDOWS\System32\davclnt.dll, version=10.0.19041.546 (WinBuild.160101.0800) DAVHLPR.dll C:\WINDOWS\System32\DAVHLPR.dll, version=10.0.19041.546 (WinBuild.160101.0800) wkscli.dll C:\WINDOWS\System32\wkscli.dll, version=10.0.19041.1645 (WinBuild.160101.0800) cscapi.dll C:\WINDOWS\SYSTEM32\cscapi.dll, version=10.0.19041.546 (WinBuild.160101.0800) netutils.dll C:\WINDOWS\System32\netutils.dll, version=10.0.19041.546 (WinBuild.160101.0800) twinapi.dll C:\Windows\System32\twinapi.dll, version=10.0.19041.1 (WinBuild.160101.0800) dlnashext.dll C:\Windows\System32\dlnashext.dll, version=10.0.19041.1 (WinBuild.160101.0800) PlayToDevice.dll C:\Windows\System32\PlayToDevice.dll, version=10.0.19041.1 (WinBuild.160101.0800) DevDispItemProvider.dll C:\Windows\System32\DevDispItemProvider.dll, version=10.0.19041.1708 (WinBuild.160101.0800) ntshrui.dll C:\WINDOWS\SYSTEM32\ntshrui.dll, version=10.0.19041.1 (WinBuild.160101.0800) SspiCli.dll C:\WINDOWS\SYSTEM32\SspiCli.dll, version=10.0.19041.2130 (WinBuild.160101.0800) srvcli.dll C:\WINDOWS\SYSTEM32\srvcli.dll, version=10.0.19041.1645 (WinBuild.160101.0800) MrmCoreR.dll C:\Windows\System32\MrmCoreR.dll, version=10.0.19041.1566 (WinBuild.160101.0800) windows.staterepositorycore.dll C:\WINDOWS\SYSTEM32\windows.staterepositorycore.dll, version=10.0.19041.2193 (WinBuild.160101.0800) policymanager.dll C:\WINDOWS\SYSTEM32\policymanager.dll, version=10.0.19041.2193 (WinBuild.160101.0800) msvcp110_win.dll C:\WINDOWS\SYSTEM32\msvcp110_win.dll, version=10.0.19041.546 (WinBuild.160101.0800) ActXPrxy.dll C:\Windows\System32\ActXPrxy.dll, version=10.0.19041.2075 (WinBuild.160101.0800) FileSyncShell64.dll C:\Users\johnk\AppData\Local\Microsoft\OneDrive\22.227.1030.0001\FileSyncShell64.dll, version=22.227.1030.0001 USERENV.dll C:\WINDOWS\SYSTEM32\USERENV.dll, version=10.0.19041.1 (WinBuild.160101.0800) Secur32.dll C:\WINDOWS\SYSTEM32\Secur32.dll, version=10.0.19041.546 (WinBuild.160101.0800) WININET.dll C:\WINDOWS\SYSTEM32\WININET.dll, version=11.00.19041.2075 (WinBuild.160101.0800) MMDevApi.dll C:\WINDOWS\System32\MMDevApi.dll, version=10.0.19041.1 (WinBuild.160101.0800) EhStorShell.dll C:\Windows\System32\EhStorShell.dll, version=10.0.19041.1 (WinBuild.160101.0800) wpdshext.dll C:\WINDOWS\system32\wpdshext.dll, version=10.0.19041.1 (WinBuild.160101.0800) PortableDeviceApi.dll C:\Windows\System32\PortableDeviceApi.dll, version=10.0.19041.1 (WinBuild.160101.0800) EhStorAPI.dll C:\Windows\System32\EhStorAPI.dll, version=10.0.19041.1 (WinBuild.160101.0800) NetworkExplorer.dll C:\WINDOWS\system32\NetworkExplorer.dll, version=10.0.19041.1 (WinBuild.160101.0800) cldapi.dll C:\Windows\System32\cldapi.dll, version=10.0.19041.1682 (WinBuild.160101.0800) FLTLIB.DLL C:\Windows\System32\FLTLIB.DLL, version=10.0.19041.1 (WinBuild.160101.0800) provsvc.dll C:\WINDOWS\System32\provsvc.dll, version=10.0.19041.1 (WinBuild.160101.0800) IconCodecService.dll C:\WINDOWS\system32\IconCodecService.dll, version=10.0.19041.1 (WinBuild.160101.0800) Quote Link to comment Share on other sites More sharing options...
taoyue Posted December 9, 2022 Author Share Posted December 9, 2022 On 12/7/2022 at 11:32 AM, john2000 said: I recently downloaded the psd extension to paint.net version 4.3.12 and got an error message when opening a psd file. Any help in fixing this error? Exception: PhotoshopFile.PsdInvalidException: Unrecognized layer section type. at PhotoshopFile.PsdFile.VerifyLayerSections() at PaintDotNet.Data.PhotoshopFileType.PsdLoad.Load(Stream input) at PaintDotNet.FileType.Load(Stream input) in D:\src\pdn\src_4_3_x\Data\FileType.cs:line 498 at PaintDotNet.Functional.Func.Eval[T1,TRet](Func`2 f, T1 arg1) in D:\src\pdn\src_4_3_x\Base\Functional\Func.cs:line 158 Please send me a copy of the PSD file so that I can investigate. My email address is at the top of the page at the PSD Plugin website: https://www.psdplugin.com/ Quote Link to comment Share on other sites More sharing options...
dd1 Posted January 29, 2023 Share Posted January 29, 2023 On 2/22/2010 at 6:41 PM, taoyue said: The latest version of the PSD Plugin can be downloaded from: https://www.psdplugin.com/ The latest version of the plugin is 2.5.0, released on September 11, 2016 for Paint.NET 4.0.11 and above. Please don't hesitate to email me if you encounter a PSD file that the plugin cannot read! The more PSD files I can collect, the more corner cases can be worked out, and the more reliable the plugin will become. The PSD file format is complicated and incompletely documented, and is not always backwards-compatible when a new version of Photoshop is released. Only with your help can I keep up with all the changes. does it have kalidescope? Quote Link to comment Share on other sites More sharing options...
taoyue Posted January 29, 2023 Author Share Posted January 29, 2023 2 hours ago, dd1 said: does it have kalidescope? Kaleidoscope is not a feature of the PSD file format. If the kaleidscope plugin in Photoshop is just rendering copies of the base image to new layers, then they will appear. If it is using layer effects to change the lighting on certain layers, then those layer effects will not appear. Quote Link to comment Share on other sites More sharing options...
dd1 Posted January 30, 2023 Share Posted January 30, 2023 (edited) 18 hours ago, taoyue said: Kaleidoscope is not a feature of the PSD file format. If the kaleidscope plugin in Photoshop is just rendering copies of the base image to new layers, then they will appear. If it is using layer effects to change the lighting on certain layers, then those layer effects will not appear. thanks for replying. Is there a way to get the kaleidoscope plug in? I only want it for paint.net. I lost kaleidoscope when I had to change computers. Edited January 30, 2023 by dd1 Quote Link to comment Share on other sites More sharing options...
Ego Eram Reputo Posted January 31, 2023 Share Posted January 31, 2023 7 hours ago, dd1 said: Is there a way to get the kaleidoscope plug in? Go to the Plugin Index and type in the Search term kaleidoscope - there are eight hits for paint.net plugins...... Quote ebook: Mastering Paint.NET | resources: Plugin Index | Stereogram Tut | proud supporter of Codelab plugins: EER's Plugin Pack | Planetoid | StickMan | WhichSymbol+ | Dr Scott's Markup Renderer | CSV Filetype | dwarf horde plugins: Plugin Browser | ShapeMaker Link to comment Share on other sites More sharing options...
Swalot Posted February 7, 2023 Share Posted February 7, 2023 Hello, First, thank you very much for the plugin, it has been immensely useful so far! I recently got the following error for a specific file that multiple people can open without issues ; do you know what's causing it? Exception: PhotoshopFile.PsdInvalidException: Unrecognized layer section type. at PhotoshopFile.PsdFile.VerifyLayerSections() at PaintDotNet.Data.PhotoshopFileType.PsdLoad.Load(Stream input) at PaintDotNet.FileType.Load(Stream input) in D:\src\pdn\src\Data\FileType.cs:line 498 at PaintDotNet.Functional.Func.Eval[T1,TRet](Func`2 f, T1 arg1) in D:\src\pdn\src\Fundamentals\Functional\Func.cs:line 58 I've attached the program's diagnostic to the message, in case that is useful. Thanks! PaintDotNet PSD Plugin Diagnostic - Swalot.txt Quote Link to comment Share on other sites More sharing options...
VFXArtistJackWong Posted March 27, 2023 Share Posted March 27, 2023 Thanks a lot! I'm using 5.0.2 (I believe) and the plugin works fine! To anyone and everyone with errors, just Rasterize! Also rasterize your layer style, and even smart objects. Then this plugin will work well. Peace! Quote Link to comment Share on other sites More sharing options...
hoesmad Posted April 12, 2023 Share Posted April 12, 2023 hiii im trying to open this psd file but no luck I'm a noob but here is all the error info: Exception: System.AggregateException: One or more errors occurred. (ZIP stream was not fully decompressed.) (ZIP stream was not fully decompressed.) (ZIP stream was not fully decompressed.) (ZIP stream was not fully decompressed.) (ZIP stream was not fully decompressed.) ---> System.Exception: ZIP stream was not fully decompressed. at PhotoshopFile.Compression.ZipImage.Read(Byte[] buffer) at PhotoshopFile.Compression.EndianReverser.Read(Byte[] buffer) at PhotoshopFile.Compression.ZipPredict16Image.Read(Byte[] buffer) at PhotoshopFile.Channel.DecodeImageData() at System.Threading.Tasks.Parallel.<>c__DisplayClass44_0`2.<PartitionerForEachWorker>b__1(IEnumerator& partitionState, Int32 timeout, Boolean& replicationDelegateYieldedBeforeCompletion) --- End of stack trace from previous location --- at System.Threading.Tasks.Parallel.<>c__DisplayClass44_0`2.<PartitionerForEachWorker>b__1(IEnumerator& partitionState, Int32 timeout, Boolean& replicationDelegateYieldedBeforeCompletion) at System.Threading.Tasks.TaskReplicator.Replica.Execute() --- End of inner exception stack trace --- at System.Threading.Tasks.TaskReplicator.Run[TState](ReplicatableUserAction`1 action, ParallelOptions options, Boolean stopOnFirstFailure) at System.Threading.Tasks.Parallel.PartitionerForEachWorker[TSource,TLocal](Partitioner`1 source, ParallelOptions parallelOptions, Action`1 simpleBody, Action`2 bodyWithState, Action`3 bodyWithStateAndIndex, Func`4 bodyWithStateAndLocal, Func`5 bodyWithEverything, Func`1 localInit, Action`1 localFinally) --- End of stack trace from previous location --- at System.Threading.Tasks.Parallel.PartitionerForEachWorker[TSource,TLocal](Partitioner`1 source, ParallelOptions parallelOptions, Action`1 simpleBody, Action`2 bodyWithState, Action`3 bodyWithStateAndIndex, Func`4 bodyWithStateAndLocal, Func`5 bodyWithEverything, Func`1 localInit, Action`1 localFinally) at PhotoshopFile.PsdFile.DecompressImages() at PaintDotNet.Data.PhotoshopFileType.PsdLoad.Load(Stream input) at PaintDotNet.FileType.Load(Stream input) in D:\src\pdn\src\Data\FileType.cs:line 495 at PaintDotNet.Functional.Func.Eval[T1,TRet](Func`2 f, T1 arg1) in D:\src\pdn\src\Fundamentals\Functional\Func.cs:line 58 ---> (Inner Exception #1) System.Exception: ZIP stream was not fully decompressed. at PhotoshopFile.Compression.ZipImage.Read(Byte[] buffer) at PhotoshopFile.Compression.EndianReverser.Read(Byte[] buffer) at PhotoshopFile.Compression.ZipPredict16Image.Read(Byte[] buffer) at PhotoshopFile.Channel.DecodeImageData() at System.Threading.Tasks.Parallel.<>c__DisplayClass44_0`2.<PartitionerForEachWorker>b__1(IEnumerator& partitionState, Int32 timeout, Boolean& replicationDelegateYieldedBeforeCompletion) --- End of stack trace from previous location --- at System.Threading.Tasks.Parallel.<>c__DisplayClass44_0`2.<PartitionerForEachWorker>b__1(IEnumerator& partitionState, Int32 timeout, Boolean& replicationDelegateYieldedBeforeCompletion) at System.Threading.Tasks.TaskReplicator.Replica.Execute()<--- ---> (Inner Exception #2) System.Exception: ZIP stream was not fully decompressed. at PhotoshopFile.Compression.ZipImage.Read(Byte[] buffer) at PhotoshopFile.Compression.EndianReverser.Read(Byte[] buffer) at PhotoshopFile.Compression.ZipPredict16Image.Read(Byte[] buffer) at PhotoshopFile.Channel.DecodeImageData() at System.Threading.Tasks.Parallel.<>c__DisplayClass44_0`2.<PartitionerForEachWorker>b__1(IEnumerator& partitionState, Int32 timeout, Boolean& replicationDelegateYieldedBeforeCompletion) --- End of stack trace from previous location --- at System.Threading.Tasks.Parallel.<>c__DisplayClass44_0`2.<PartitionerForEachWorker>b__1(IEnumerator& partitionState, Int32 timeout, Boolean& replicationDelegateYieldedBeforeCompletion) at System.Threading.Tasks.TaskReplicator.Replica.Execute()<--- ---> (Inner Exception #3) System.Exception: ZIP stream was not fully decompressed. at PhotoshopFile.Compression.ZipImage.Read(Byte[] buffer) at PhotoshopFile.Compression.EndianReverser.Read(Byte[] buffer) at PhotoshopFile.Compression.ZipPredict16Image.Read(Byte[] buffer) at PhotoshopFile.Channel.DecodeImageData() at System.Threading.Tasks.Parallel.<>c__DisplayClass44_0`2.<PartitionerForEachWorker>b__1(IEnumerator& partitionState, Int32 timeout, Boolean& replicationDelegateYieldedBeforeCompletion) --- End of stack trace from previous location --- at System.Threading.Tasks.Parallel.<>c__DisplayClass44_0`2.<PartitionerForEachWorker>b__1(IEnumerator& partitionState, Int32 timeout, Boolean& replicationDelegateYieldedBeforeCompletion) at System.Threading.Tasks.TaskReplicator.Replica.Execute()<--- ---> (Inner Exception #4) System.Exception: ZIP stream was not fully decompressed. at PhotoshopFile.Compression.ZipImage.Read(Byte[] buffer) at PhotoshopFile.Compression.EndianReverser.Read(Byte[] buffer) at PhotoshopFile.Compression.ZipPredict16Image.Read(Byte[] buffer) at PhotoshopFile.Channel.DecodeImageData() at System.Threading.Tasks.Parallel.<>c__DisplayClass44_0`2.<PartitionerForEachWorker>b__1(IEnumerator& partitionState, Int32 timeout, Boolean& replicationDelegateYieldedBeforeCompletion) --- End of stack trace from previous location --- at System.Threading.Tasks.Parallel.<>c__DisplayClass44_0`2.<PartitionerForEachWorker>b__1(IEnumerator& partitionState, Int32 timeout, Boolean& replicationDelegateYieldedBeforeCompletion) at System.Threading.Tasks.TaskReplicator.Replica.Execute()<--- Diagnostics: Application paint.net 5.0.3 (Stable 5.3.8488.42200) Build Date Wednesday, March 29, 2023 Install type Classic Language: en-US DPI 96 (1.00x scale) UI/Canvas GPU True Rendering GPU 🚀 Performance (NVIDIA GeForce GTX 1650) Remote session False Animations True Translucent windows True Windows Ink True OS Windows 11 Home x64 (10.0.22621.0) Runtime .NET 7.0.4 x64 Physical Memory 23,933 MB CPU AMD Ryzen 5 4600H with Radeon Graphics Speed ~2994 MHz Cores / Threads 6 / 12 Features SSE, SSE2, SSE3, SSSE3, SSE4_1, SSE4_2, AVX, AVX2 Video Card NVIDIA GeForce GTX 1650 Hardware Acceleration Supported Dedicated Video RAM 3,950 MB Dedicated System RAM 0 MB Shared System RAM 11,966 MB Vendor ID 0x10DE Device ID 0x1F99 Subsystem ID 0x14471025 Revision 161 LUID 0x00013DB8 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 AMD Radeon(TM) Graphics Hardware Acceleration Supported Dedicated Video RAM 496 MB Dedicated System RAM 0 MB Shared System RAM 11,966 MB Vendor ID 0x1002 Device ID 0x1636 Subsystem ID 0x14551025 Revision 199 LUID 0x00013575 Flags AcgCompatible, SupportMonitoredFences, KeyedMutexConformance Graphics Preemption DmaBufferBoundary Compute Preemption DmaBufferBoundary 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 11,966 MB Vendor ID 0x1414 Device ID 0x008C Subsystem ID 0x00000000 Revision 0 LUID 0x00013D45 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 107 System.Private.CoreLib .\System.Private.CoreLib.dll, Version=7.0.0.0, PublicKeyToken=7cec85d7bea7798e paintdotnet .\paintdotnet.dll, Version=5.3.8488.42200 System.Runtime .\System.Runtime.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a PaintDotNet.Fundamentals .\PaintDotNet.Fundamentals.dll, Version=5.3.8488.42200 PaintDotNet.ComponentModel .\PaintDotNet.ComponentModel.dll, Version=5.3.8488.42200 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.3.8488.42200 System.Collections.Concurrent .\System.Collections.Concurrent.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a PaintDotNet.Collections .\PaintDotNet.Collections.dll, Version=5.3.8488.42200 PaintDotNet.Systrace .\PaintDotNet.Systrace.dll, Version=5.3.8488.42200 PaintDotNet.Windows .\PaintDotNet.Windows.dll, Version=5.3.8488.42200 TerraFX.Interop.Windows .\TerraFX.Interop.Windows.dll, Version=10.0.22621.1, PublicKeyToken=35b01b53313a6f7e PaintDotNet.Primitives .\PaintDotNet.Primitives.dll, Version=5.3.8488.42200 PaintDotNet.Runtime .\PaintDotNet.Runtime.dll, Version=5.3.8488.42200 PointerToolkit .\PointerToolkit.dll, Version=1.0.0.0 System.Threading .\System.Threading.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Diagnostics.Process .\System.Diagnostics.Process.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a PaintDotNet.SystemLayer .\PaintDotNet.SystemLayer.dll, Version=5.3.8488.42200 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.3.8488.42200 System.Runtime.InteropServices .\System.Runtime.InteropServices.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a PresentationFramework .\PresentationFramework.dll, Version=7.0.0.0, PublicKeyToken=31bf3856ad364e35 System.Drawing.Primitives .\System.Drawing.Primitives.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Xaml .\System.Xaml.dll, Version=7.0.0.0, PublicKeyToken=b77a5c561934e089 System.ComponentModel .\System.ComponentModel.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Collections .\System.Collections.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.3.8488.42200 PaintDotNet.Resources .\PaintDotNet.Resources.dll, Version=5.3.8488.42200 System.ObjectModel .\System.ObjectModel.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a PaintDotNet.Data .\PaintDotNet.Data.dll, Version=5.3.8488.42200 PaintDotNet.Framework .\PaintDotNet.Framework.dll, Version=5.3.8488.42200 CommunityToolkit.HighPerformance .\CommunityToolkit.HighPerformance.dll, Version=8.1.0.0, PublicKeyToken=4aff67a105548ee2 System.Threading.ThreadPool .\System.Threading.ThreadPool.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a PaintDotNet.Windows.Framework .\PaintDotNet.Windows.Framework.dll, Version=5.3.8488.42200 System.Configuration.ConfigurationManager .\System.Configuration.ConfigurationManager.dll, Version=7.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51 System.Drawing.Common .\System.Drawing.Common.dll, Version=7.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51 PaintDotNet.UI .\PaintDotNet.UI.dll, Version=5.3.8488.42200 System.Collections.Specialized .\System.Collections.Specialized.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Private.Xml .\System.Private.Xml.dll, Version=7.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51 System.Xml.ReaderWriter .\System.Xml.ReaderWriter.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Net.WebClient .\System.Net.WebClient.dll, Version=7.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51 Microsoft.Win32.SystemEvents .\Microsoft.Win32.SystemEvents.dll, Version=7.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51 System.Collections.Immutable .\System.Collections.Immutable.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.ComponentModel.EventBasedAsync .\System.ComponentModel.EventBasedAsync.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Linq .\System.Linq.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Memory .\System.Memory.dll, Version=7.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51 System.Text.Encoding.Extensions .\System.Text.Encoding.Extensions.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a Microsoft.Win32.Registry .\Microsoft.Win32.Registry.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Diagnostics.FileVersionInfo .\System.Diagnostics.FileVersionInfo.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a ComputeSharp.D2D1 .\ComputeSharp.D2D1.dll, Version=2.0.3.0 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.ComponentModel.TypeConverter .\System.ComponentModel.TypeConverter.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a PresentationCore .\PresentationCore.dll, Version=7.0.0.0, PublicKeyToken=31bf3856ad364e35 DirectWriteForwarder .\DirectWriteForwarder.dll, Version=7.0.0.0, PublicKeyToken=31bf3856ad364e35 PaintDotNet.Windows.Core .\PaintDotNet.Windows.Core.dll, Version=5.3.8488.42200 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 PaintDotNet.PropertySystem .\PaintDotNet.PropertySystem.dll, Version=5.3.8488.42200 System.IO.Packaging .\System.IO.Packaging.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a PaintDotNet.Effects.Core .\PaintDotNet.Effects.Core.dll, Version=5.3.8488.42200 UIAutomationTypes .\UIAutomationTypes.dll, Version=7.0.0.0, PublicKeyToken=31bf3856ad364e35 Accessibility .\Accessibility.dll, Version=4.0.0.0, PublicKeyToken=31bf3856ad364e35 System.Threading.Tasks.Parallel .\System.Threading.Tasks.Parallel.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Numerics.Vectors .\System.Numerics.Vectors.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 System.Reflection.MetadataLoadContext .\System.Reflection.MetadataLoadContext.dll, Version=7.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51 System.Runtime.Loader .\System.Runtime.Loader.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a PhotoShop .\FileTypes\PhotoShop.dll, Version=2.5.0.40665 mscorlib .\mscorlib.dll, Version=4.0.0.0, PublicKeyToken=b77a5c561934e089 System.Drawing .\System.Drawing.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System .\System.dll, Version=4.0.0.0, PublicKeyToken=b77a5c561934e089 DdsFileTypePlus .\Bundled\DDSFileTypePlus\DdsFileTypePlus.dll, Version=1.11.4.0 WebPFileType .\Bundled\WebPFileType\WebPFileType.dll, Version=1.3.16.0 AvifFileType .\Bundled\AvifFileType\AvifFileType.dll, Version=1.1.24.0 PaintDotNet.Effects.Gpu .\PaintDotNet.Effects.Gpu.dll, Version=5.3.8488.42200 PaintDotNet.Effects .\PaintDotNet.Effects.dll, Version=5.3.8488.42200 PaintDotNet.Effects.Legacy .\PaintDotNet.Effects.Legacy.dll, Version=5.3.8488.42200 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.Numerics .\System.Runtime.Numerics.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Core .\System.Core.dll, Version=4.0.0.0, PublicKeyToken=b77a5c561934e089 System.Linq.Parallel .\System.Linq.Parallel.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a Microsoft.VisualBasic .\Microsoft.VisualBasic.dll, Version=10.1.0.0, PublicKeyToken=b03f5f7f11d50a3a Microsoft.VisualBasic.Forms .\Microsoft.VisualBasic.Forms.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.IO.Compression .\System.IO.Compression.dll, Version=7.0.0.0, PublicKeyToken=b77a5c561934e089 System.Diagnostics.StackTrace .\System.Diagnostics.StackTrace.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a PointerToolkit.TerraFX.Interop.Windows .\PointerToolkit.TerraFX.Interop.Windows.dll, Version=10.0.22621.0 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 ComputeSharp.Core .\ComputeSharp.Core.dll, Version=2.0.3.0 PhotoSauce.MagicScaler .\PhotoSauce.MagicScaler.dll, Version=0.13.2.0, PublicKeyToken=fc6b9b7b06809481 Interop.WIA .\Interop.WIA.dll, Version=1.0.0.0 Native modules 262 paintdotnet.exe .\paintdotnet.exe, version=5.3.8488.42200 ntdll.dll C:\WINDOWS\SYSTEM32\ntdll.dll, version=10.0.22621.900 (WinBuild.160101.0800) KERNEL32.DLL C:\WINDOWS\System32\KERNEL32.DLL, version=10.0.22621.900 (WinBuild.160101.0800) KERNELBASE.dll C:\WINDOWS\System32\KERNELBASE.dll, version=10.0.22621.1344 (WinBuild.160101.0800) apphelp.dll C:\WINDOWS\SYSTEM32\apphelp.dll, version=10.0.22621.1 (WinBuild.160101.0800) SHELL32.dll C:\WINDOWS\System32\SHELL32.dll, version=10.0.22621.755 (WinBuild.160101.0800) msvcp_win.dll C:\WINDOWS\System32\msvcp_win.dll, version=10.0.22621.608 (WinBuild.160101.0800) ucrtbase.dll C:\WINDOWS\System32\ucrtbase.dll, version=10.0.22621.608 (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.1413 (WinBuild.160101.0800) GDI32.dll C:\WINDOWS\System32\GDI32.dll, version=10.0.22621.608 (WinBuild.160101.0800) gdi32full.dll C:\WINDOWS\System32\gdi32full.dll, version=10.0.22621.1344 (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.1344 (WinBuild.160101.0800) OLEAUT32.dll C:\WINDOWS\System32\OLEAUT32.dll, version=10.0.22621.608 (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.608 (WinBuild.160101.0800) VCRUNTIME140_1.dll .\VCRUNTIME140_1.dll, version=14.36.32502.0 VCRUNTIME140.dll .\VCRUNTIME140.dll, version=14.36.32502.0 IMM32.DLL C:\WINDOWS\System32\IMM32.DLL, version=10.0.22621.1344 (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,423,11508 @Commit: 0a396acafe9a7d46bce11f4338dbb3dd0d99b1b4 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) hostpolicy.dll .\hostpolicy.dll, version=7,0,423,11508 @Commit: 0a396acafe9a7d46bce11f4338dbb3dd0d99b1b4 coreclr.dll .\coreclr.dll, version=7,0,423,11508 @Commit: 0a396acafe9a7d46bce11f4338dbb3dd0d99b1b4 bcryptPrimitives.dll C:\WINDOWS\System32\bcryptPrimitives.dll, version=10.0.22621.1344 (WinBuild.160101.0800) System.Private.CoreLib.dll .\System.Private.CoreLib.dll, version=7.0.423.11508 clrjit.dll .\clrjit.dll, version=7,0,423,11508 @Commit: 0a396acafe9a7d46bce11f4338dbb3dd0d99b1b4 kernel.appcore.dll C:\WINDOWS\SYSTEM32\kernel.appcore.dll, version=10.0.22621.1 (WinBuild.160101.0800) paintdotnet.dll .\paintdotnet.dll, version=5.3.8488.42200 System.Runtime.dll .\System.Runtime.dll, version=7.0.423.11508 uxtheme.dll C:\WINDOWS\system32\uxtheme.dll, version=10.0.22621.1 (WinBuild.160101.0800) PaintDotNet.Fundamentals.dll .\PaintDotNet.Fundamentals.dll, version=5.3.8488.42200 PaintDotNet.ComponentModel.dll .\PaintDotNet.ComponentModel.dll, version=5.3.8488.42200 System.Windows.Forms.dll .\System.Windows.Forms.dll, version=7.0.423.11707 System.Diagnostics.Tracing.dll .\System.Diagnostics.Tracing.dll, version=7.0.423.11508 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.423.11508 PaintDotNet.Base.dll .\PaintDotNet.Base.dll, version=5.3.8488.42200 System.Collections.Concurrent.dll .\System.Collections.Concurrent.dll, version=7.0.423.11508 PaintDotNet.Collections.dll .\PaintDotNet.Collections.dll, version=5.3.8488.42200 PaintDotNet.Systrace.dll .\PaintDotNet.Systrace.dll, version=5.3.8488.42200 PaintDotNet.Windows.dll .\PaintDotNet.Windows.dll, version=5.3.8488.42200 TerraFX.Interop.Windows.dll .\TerraFX.Interop.Windows.dll, version=10.0.22621.1 PaintDotNet.Primitives.dll .\PaintDotNet.Primitives.dll, version=5.3.8488.42200 PaintDotNet.Runtime.dll .\PaintDotNet.Runtime.dll, version=5.3.8488.42200 PointerToolkit.dll .\PointerToolkit.dll, version=1.0.0.0 System.Threading.dll .\System.Threading.dll, version=7.0.423.11508 System.Diagnostics.Process.dll .\System.Diagnostics.Process.dll, version=7.0.423.11508 PaintDotNet.SystemLayer.dll .\PaintDotNet.SystemLayer.dll, version=5.3.8488.42200 windows.storage.dll C:\WINDOWS\SYSTEM32\windows.storage.dll, version=10.0.22621.608 (WinBuild.160101.0800) wintypes.dll C:\WINDOWS\SYSTEM32\wintypes.dll, version=10.0.22621.1 (WinBuild.160101.0800) System.Private.Uri.dll .\System.Private.Uri.dll, version=7.0.423.11508 BCrypt.dll C:\WINDOWS\SYSTEM32\BCrypt.dll, version=10.0.22621.1 (WinBuild.160101.0800) System.ComponentModel.Primitives.dll .\System.ComponentModel.Primitives.dll, version=7.0.423.11508 WindowsBase.dll .\WindowsBase.dll, version=7.0.423.11707 System.Windows.Forms.Primitives.dll .\System.Windows.Forms.Primitives.dll, version=7.0.423.11707 PaintDotNet.ObjectModel.dll .\PaintDotNet.ObjectModel.dll, version=5.3.8488.42200 System.Runtime.InteropServices.dll .\System.Runtime.InteropServices.dll, version=7.0.423.11508 PresentationFramework.dll .\PresentationFramework.dll, version=7.0.423.11707 System.Drawing.Primitives.dll .\System.Drawing.Primitives.dll, version=7.0.423.11508 System.Xaml.dll .\System.Xaml.dll, version=7.0.423.11707 System.ComponentModel.dll .\System.ComponentModel.dll, version=7.0.423.11508 System.Collections.dll .\System.Collections.dll, version=7.0.423.11508 System.Diagnostics.TraceSource.dll .\System.Diagnostics.TraceSource.dll, version=7.0.423.11508 Microsoft.Win32.Primitives.dll .\Microsoft.Win32.Primitives.dll, version=7.0.423.11508 System.Text.Encoding.CodePages.dll .\System.Text.Encoding.CodePages.dll, version=7.0.423.11508 PaintDotNet.Core.dll .\PaintDotNet.Core.dll, version=5.3.8488.42200 PaintDotNet.Resources.dll .\PaintDotNet.Resources.dll, version=5.3.8488.42200 System.ObjectModel.dll .\System.ObjectModel.dll, version=7.0.423.11508 PaintDotNet.Data.dll .\PaintDotNet.Data.dll, version=5.3.8488.42200 PaintDotNet.Framework.dll .\PaintDotNet.Framework.dll, version=5.3.8488.42200 CommunityToolkit.HighPerformance.dll .\CommunityToolkit.HighPerformance.dll, version=8.1.0.1 System.Threading.ThreadPool.dll .\System.Threading.ThreadPool.dll, version=7.0.423.11508 PresentationNative_cor3.dll .\PresentationNative_cor3.dll, version=7,0,22,50606 @Commit: 00c647d63646ecc287c92f64734f438557f4a813 PaintDotNet.Windows.Framework.dll .\PaintDotNet.Windows.Framework.dll, version=5.3.8488.42200 System.Configuration.ConfigurationManager.dll .\System.Configuration.ConfigurationManager.dll, version=7.0.423.11508 System.Drawing.Common.dll .\System.Drawing.Common.dll, version=7.0.423.11508 PaintDotNet.UI.dll .\PaintDotNet.UI.dll, version=5.3.8488.42200 System.Collections.Specialized.dll .\System.Collections.Specialized.dll, version=7.0.423.11508 System.Private.Xml.dll .\System.Private.Xml.dll, version=7.0.423.11508 System.Xml.ReaderWriter.dll .\System.Xml.ReaderWriter.dll, version=7.0.423.11508 System.Net.WebClient.dll .\System.Net.WebClient.dll, version=7.0.423.11508 dxgi.DLL C:\WINDOWS\SYSTEM32\dxgi.DLL, version=10.0.22621.1344 (WinBuild.160101.0800) Microsoft.Win32.SystemEvents.dll .\Microsoft.Win32.SystemEvents.dll, version=7.0.423.11508 System.Collections.Immutable.dll .\System.Collections.Immutable.dll, version=7.0.423.11508 System.ComponentModel.EventBasedAsync.dll .\System.ComponentModel.EventBasedAsync.dll, version=7.0.423.11508 dxcore.dll C:\WINDOWS\SYSTEM32\dxcore.dll, version=10.0.22621.608 (WinBuild.160101.0800) System.Linq.dll .\System.Linq.dll, version=7.0.423.11508 System.Memory.dll .\System.Memory.dll, version=7.0.423.11508 directxdatabasehelper.dll C:\WINDOWS\SYSTEM32\directxdatabasehelper.dll, version=10.0.22621.1344 (WinBuild.160101.0800) System.Text.Encoding.Extensions.dll .\System.Text.Encoding.Extensions.dll, version=7.0.423.11508 MSCTF.dll C:\WINDOWS\System32\MSCTF.dll, version=10.0.22621.1 (WinBuild.160101.0800) Microsoft.Win32.Registry.dll .\Microsoft.Win32.Registry.dll, version=7.0.423.11508 System.Diagnostics.FileVersionInfo.dll .\System.Diagnostics.FileVersionInfo.dll, version=7.0.423.11508 profapi.dll C:\WINDOWS\SYSTEM32\profapi.dll, version=10.0.22621.1 (WinBuild.160101.0800) version.dll C:\WINDOWS\SYSTEM32\version.dll, version=10.0.22621.1 (WinBuild.160101.0800) ComputeSharp.D2D1.dll .\ComputeSharp.D2D1.dll, version=2.0.3.0 System.Security.Principal.Windows.dll .\System.Security.Principal.Windows.dll, version=7.0.423.11508 System.Security.Claims.dll .\System.Security.Claims.dll, version=7.0.423.11508 d3d11.DLL C:\WINDOWS\SYSTEM32\d3d11.DLL, version=10.0.22621.1344 (WinBuild.160101.0800) System.ComponentModel.TypeConverter.dll .\System.ComponentModel.TypeConverter.dll, version=7.0.423.11508 nvldumdx.dll C:\WINDOWS\System32\DriverStore\FileRepository\nvaci.inf_amd64_b6ce20d4b8fb6a81\nvldumdx.dll, version=31.0.15.3141 msasn1.dll C:\WINDOWS\SYSTEM32\msasn1.dll, version=10.0.22621.819 (WinBuild.160101.0800) cryptnet.dll C:\WINDOWS\SYSTEM32\cryptnet.dll, version=10.0.22621.1 (WinBuild.160101.0800) CRYPT32.dll C:\WINDOWS\System32\CRYPT32.dll, version=10.0.22621.1 (WinBuild.160101.0800) drvstore.dll C:\WINDOWS\SYSTEM32\drvstore.dll, version=10.0.22621.1 (WinBuild.160101.0800) devobj.dll C:\WINDOWS\SYSTEM32\devobj.dll, version=10.0.22621.1344 (WinBuild.160101.0800) cfgmgr32.dll C:\WINDOWS\SYSTEM32\cfgmgr32.dll, version=10.0.22621.1344 (WinBuild.160101.0800) wldp.dll C:\WINDOWS\SYSTEM32\wldp.dll, version=10.0.22621.900 (WinBuild.160101.0800) cryptbase.dll C:\WINDOWS\SYSTEM32\cryptbase.dll, version=10.0.22621.1 (WinBuild.160101.0800) PresentationCore.dll .\PresentationCore.dll, version=7.0.423.11707 WINTRUST.DLL C:\WINDOWS\System32\WINTRUST.DLL, version=10.0.22621.1194 (WinBuild.160101.0800) DirectWriteForwarder.dll .\DirectWriteForwarder.dll, version=7,0,423,11707 @Commit: 0315841ebb89a21c717002224ad9d39f3c21320a imagehlp.dll C:\WINDOWS\System32\imagehlp.dll, version=10.0.22621.1 (WinBuild.160101.0800) PaintDotNet.Windows.Core.dll .\PaintDotNet.Windows.Core.dll, version=5.3.8488.42200 System.Runtime.Extensions.dll .\System.Runtime.Extensions.dll, version=7.0.423.11508 System.Diagnostics.Debug.dll .\System.Diagnostics.Debug.dll, version=7.0.423.11508 System.Runtime.CompilerServices.VisualC.dll .\System.Runtime.CompilerServices.VisualC.dll, version=7.0.423.11508 d2d1.DLL C:\WINDOWS\SYSTEM32\d2d1.DLL, version=10.0.22621.1 (WinBuild.160101.0800) 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.423.11508 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.22621.1 (WinBuild.160101.0800) PaintDotNet.PropertySystem.dll .\PaintDotNet.PropertySystem.dll, version=5.3.8488.42200 gdiplus.dll C:\WINDOWS\WinSxS\amd64_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.22621.819_none_da30437f1b9d3de1\gdiplus.dll, version=10.0.22621.819 (WinBuild.160101.0800) XmlLite.dll C:\WINDOWS\SYSTEM32\XmlLite.dll, version=10.0.22621.608 (WinBuild.160101.0800) System.IO.Packaging.dll .\System.IO.Packaging.dll, version=7.0.423.11508 WindowsCodecs.dll C:\WINDOWS\SYSTEM32\WindowsCodecs.dll, version=10.0.22621.608 (WinBuild.160101.0800) PaintDotNet.Effects.Core.dll .\PaintDotNet.Effects.Core.dll, version=5.3.8488.42200 CRYPTSP.dll C:\WINDOWS\SYSTEM32\CRYPTSP.dll, version=10.0.22621.1 (WinBuild.160101.0800) rsaenh.dll C:\WINDOWS\system32\rsaenh.dll, version=10.0.22621.1 (WinBuild.160101.0800) UIAutomationTypes.dll .\UIAutomationTypes.dll, version=7.0.423.11707 nvwgf2umx.dll C:\WINDOWS\System32\DriverStore\FileRepository\nvaci.inf_amd64_b6ce20d4b8fb6a81\nvwgf2umx.dll, version=31.0.15.3141 WINMM.dll C:\WINDOWS\SYSTEM32\WINMM.dll, version=10.0.22621.1 (WinBuild.160101.0800) comctl32.dll C:\WINDOWS\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.22621.608_none_a9444ca7c10bb01d\comctl32.dll, version=6.10 (WinBuild.160101.0800) Accessibility.dll .\Accessibility.dll, version=7.0.423.11707 System.Threading.Tasks.Parallel.dll .\System.Threading.Tasks.Parallel.dll, version=7.0.423.11508 nvspcap64.dll C:\WINDOWS\system32\nvspcap64.dll, version=3.27.0.112 ntmarta.dll C:\WINDOWS\SYSTEM32\ntmarta.dll, version=10.0.22621.1 (WinBuild.160101.0800) MessageBus.dll C:\WINDOWS\System32\DriverStore\FileRepository\nvaci.inf_amd64_b6ce20d4b8fb6a81\Display.NvContainer\MessageBus.dll, version= WS2_32.dll C:\WINDOWS\System32\WS2_32.dll, version=10.0.22621.1 (WinBuild.160101.0800) IPHLPAPI.DLL C:\WINDOWS\SYSTEM32\IPHLPAPI.DLL, version=10.0.22621.1 (WinBuild.160101.0800) System.Numerics.Vectors.dll .\System.Numerics.Vectors.dll, version=7.0.423.11508 System.Reflection.Metadata.dll .\System.Reflection.Metadata.dll, version=7.0.423.11508 NSI.dll C:\WINDOWS\System32\NSI.dll, version=10.0.22621.1 (WinBuild.160101.0800) dhcpcsvc.DLL C:\WINDOWS\SYSTEM32\dhcpcsvc.DLL, version=10.0.22621.1 (WinBuild.160101.0800) System.IO.MemoryMappedFiles.dll .\System.IO.MemoryMappedFiles.dll, version=7.0.423.11508 System.Reflection.MetadataLoadContext.dll .\System.Reflection.MetadataLoadContext.dll, version=7.0.22.51805 TextShaping.dll C:\WINDOWS\SYSTEM32\TextShaping.dll, version=10.0.22621.608 (WinBuild.160101.0800) System.Runtime.Loader.dll .\System.Runtime.Loader.dll, version=7.0.423.11508 PhotoShop.dll .\FileTypes\PhotoShop.dll, version=2.5.0.0 mscorlib.dll .\mscorlib.dll, version=7.0.423.11508 System.Drawing.dll .\System.Drawing.dll, version=7.0.423.11707 mfplat.dll C:\WINDOWS\SYSTEM32\mfplat.dll, version=10.0.22621.1 (WinBuild.160101.0800) RTWorkQ.DLL C:\WINDOWS\SYSTEM32\RTWorkQ.DLL, version=10.0.22621.1 (WinBuild.160101.0800) System.dll .\System.dll, version=7.0.423.11508 CompPkgSup.DLL C:\WINDOWS\SYSTEM32\CompPkgSup.DLL, version=10.0.22621.608 (WinBuild.160101.0800) Windows.StateRepositoryPS.dll C:\Windows\System32\Windows.StateRepositoryPS.dll, version=10.0.22621.1344 (WinBuild.160101.0800) DdsFileTypePlus.dll .\Bundled\DDSFileTypePlus\DdsFileTypePlus.dll, version=1.11.4.0 WebPFileType.dll .\Bundled\WebPFileType\WebPFileType.dll, version=1.3.16.0 AvifFileType.dll .\Bundled\AvifFileType\AvifFileType.dll, version=1.1.24.0 PaintDotNet.Effects.Gpu.dll .\PaintDotNet.Effects.Gpu.dll, version=5.3.8488.42200 PaintDotNet.Effects.dll .\PaintDotNet.Effects.dll, version=5.3.8488.42200 wtsapi32.dll C:\WINDOWS\SYSTEM32\wtsapi32.dll, version=10.0.22621.1 (WinBuild.160101.0800) PaintDotNet.Effects.Legacy.dll .\PaintDotNet.Effects.Legacy.dll, version=5.3.8488.42200 WINSTA.dll C:\WINDOWS\SYSTEM32\WINSTA.dll, version=10.0.22621.608 (WinBuild.160101.0800) D3D10Warp.dll C:\WINDOWS\SYSTEM32\D3D10Warp.dll, version=10.0.22621.1194 (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.608 (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.1344 (WinBuild.160101.0800) CoreMessaging.dll C:\WINDOWS\SYSTEM32\CoreMessaging.dll, version=10.0.22621.608 (WinBuild.160101.0800) CoreUIComponents.dll C:\WINDOWS\SYSTEM32\CoreUIComponents.dll, version=10.0.22621.608 OLEACC.dll C:\WINDOWS\SYSTEM32\OLEACC.dll, version=7.2.22621.1 (WinBuild.160101.0800) powrprof.dll C:\WINDOWS\SYSTEM32\powrprof.dll, version=10.0.22621.1 (WinBuild.160101.0800) UMPDC.dll C:\WINDOWS\SYSTEM32\UMPDC.dll, version=10.0.22621.1 (WinBuild.160101.0800) Crc32.NET.dll .\Crc32.NET.dll, version=1.2.0.5 System.Security.Cryptography.dll .\System.Security.Cryptography.dll, version=7.0.423.11508 Newtonsoft.Json.dll .\Newtonsoft.Json.dll, version=13.0.2.27524 System.Linq.Expressions.dll .\System.Linq.Expressions.dll, version=7.0.423.11508 System.Runtime.Numerics.dll .\System.Runtime.Numerics.dll, version=7.0.423.11508 System.Core.dll .\System.Core.dll, version=7.0.423.11508 System.Linq.Parallel.dll .\System.Linq.Parallel.dll, version=7.0.423.11508 Microsoft.VisualBasic.dll .\Microsoft.VisualBasic.dll, version=7.0.423.11707 Microsoft.VisualBasic.Forms.dll .\Microsoft.VisualBasic.Forms.dll, version=7.0.423.11707 System.IO.Compression.dll .\System.IO.Compression.dll, version=7.0.423.11508 System.IO.Compression.Native.dll .\System.IO.Compression.Native.dll, version=7,0,423,11508 @Commit: 0a396acafe9a7d46bce11f4338dbb3dd0d99b1b4 MsftEdit.DLL C:\WINDOWS\SYSTEM32\MsftEdit.DLL, version=10.0.22621.1 (WinBuild.160101.0800) Microsoft.DiaSymReader.Native.amd64.dll .\Microsoft.DiaSymReader.Native.amd64.dll, version=14.29.30148.0 built by: cloudtest System.Diagnostics.StackTrace.dll .\System.Diagnostics.StackTrace.dll, version=7.0.423.11508 setupapi.DLL C:\WINDOWS\System32\setupapi.DLL, version=10.0.22621.1 (WinBuild.160101.0800) OneCoreCommonProxyStub.dll C:\Windows\System32\OneCoreCommonProxyStub.dll, version=10.0.22621.1344 (WinBuild.160101.0800) dcomp.dll C:\WINDOWS\SYSTEM32\dcomp.dll, version=10.0.22621.1344 (WinBuild.160101.0800) threadpoolwinrt.dll C:\Windows\System32\threadpoolwinrt.dll, version=10.0.22621.1 (WinBuild.160101.0800) PointerToolkit.TerraFX.Interop.Windows.dll .\PointerToolkit.TerraFX.Interop.Windows.dll, version=10.0.22621.0 Windows.Globalization.dll C:\Windows\System32\Windows.Globalization.dll, version=10.0.22621.1 (WinBuild.160101.0800) globinputhost.dll C:\WINDOWS\SYSTEM32\globinputhost.dll, version=10.0.22621.608 (WinBuild.160101.0800) Bcp47Langs.dll C:\WINDOWS\SYSTEM32\Bcp47Langs.dll, version=10.0.22621.608 (WinBuild.160101.0800) sxs.dll C:\WINDOWS\SYSTEM32\sxs.dll, version=10.0.22621.1 (WinBuild.160101.0800) System.Runtime.Serialization.Formatters.dll .\System.Runtime.Serialization.Formatters.dll, version=7.0.423.11508 System.Text.RegularExpressions.dll .\System.Text.RegularExpressions.dll, version=7.0.423.11508 PaintDotNet.SystemLayer.Native.x64.dll .\PaintDotNet.SystemLayer.Native.x64.dll, version=5.3.8488.42200 System.Runtime.Intrinsics.dll .\System.Runtime.Intrinsics.dll, version=7.0.423.11508 explorerframe.dll C:\WINDOWS\system32\explorerframe.dll, version=10.0.22621.608 (WinBuild.160101.0800) PROPSYS.dll C:\WINDOWS\SYSTEM32\PROPSYS.dll, version=7.0.22621.1 (WinBuild.160101.0800) ComputeSharp.Core.dll .\ComputeSharp.Core.dll, version=2.0.3.0 d3dcompiler_47.DLL C:\WINDOWS\SYSTEM32\d3dcompiler_47.DLL, version=10.0.22621.608 (WinBuild.160101.0800) Cabinet.dll C:\WINDOWS\SYSTEM32\Cabinet.dll, version=5.00 (WinBuild.160101.0800) PhotoSauce.MagicScaler.dll .\PhotoSauce.MagicScaler.dll, version=0.13.2.0 Interop.WIA.dll .\Interop.WIA.dll, version=1.0.0.0 wiaaut.dll C:\WINDOWS\System32\wiaaut.dll, version=10.0.22621.1 (WinBuild.160101.0800) wiatrace.dll C:\WINDOWS\SYSTEM32\wiatrace.dll, version=10.0.22621.900 (WinBuild.160101.0800) sti.dll C:\Windows\System32\sti.dll, version=10.0.22621.1 (WinBuild.160101.0800) comdlg32.dll C:\WINDOWS\System32\comdlg32.dll, version=10.0.22621.1 (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) thumbcache.dll C:\Windows\System32\thumbcache.dll, version=10.0.22621.1 (WinBuild.160101.0800) atlthunk.dll C:\WINDOWS\SYSTEM32\atlthunk.dll, version=10.0.22621.1 (WinBuild.160101.0800) StructuredQuery.dll C:\WINDOWS\System32\StructuredQuery.dll, version=7.0.22621.900 (WinBuild.160101.0800) Windows.FileExplorer.Common.dll C:\Windows\System32\Windows.FileExplorer.Common.dll, version=10.0.22621.608 (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.1344 (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) coml2.dll C:\WINDOWS\System32\coml2.dll, version=10.0.22621.1 (WinBuild.160101.0800) twinapi.dll C:\Windows\System32\twinapi.dll, version=10.0.22621.1 (WinBuild.160101.0800) LINKINFO.dll C:\WINDOWS\SYSTEM32\LINKINFO.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) msvcp110_win.dll C:\Windows\System32\msvcp110_win.dll, version=10.0.22621.1 (WinBuild.160101.0800) windows.staterepositorycore.dll C:\WINDOWS\SYSTEM32\windows.staterepositorycore.dll, version=10.0.22621.1344 (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.608 (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.674 (WinBuild.160101.0800) cscapi.dll C:\WINDOWS\SYSTEM32\cscapi.dll, version=10.0.22621.1 (WinBuild.160101.0800) netutils.dll C:\WINDOWS\System32\netutils.dll, version=10.0.22621.674 (WinBuild.160101.0800) dlnashext.dll C:\Windows\System32\dlnashext.dll, version=10.0.22621.1 (WinBuild.160101.0800) PlayToDevice.dll C:\Windows\System32\PlayToDevice.dll, version=10.0.22621.1 (WinBuild.160101.0800) DevDispItemProvider.dll C:\Windows\System32\DevDispItemProvider.dll, version=10.0.22621.1 (WinBuild.160101.0800) MMDevApi.dll C:\WINDOWS\System32\MMDevApi.dll, version=10.0.22621.1 (WinBuild.160101.0800) NetworkExplorer.dll C:\WINDOWS\system32\NetworkExplorer.dll, version=10.0.22621.1 (WinBuild.160101.0800) wpdshext.dll C:\WINDOWS\system32\wpdshext.dll, version=10.0.22621.1 (WinBuild.160101.0800) PortableDeviceApi.dll C:\Windows\System32\PortableDeviceApi.dll, version=10.0.22621.1 (WinBuild.160101.0800) PortableDeviceTypes.dll C:\Windows\System32\PortableDeviceTypes.dll, version=10.0.22621.1 (WinBuild.160101.0800) EhStorShell.dll C:\Windows\System32\EhStorShell.dll, version=10.0.22621.1 (WinBuild.160101.0800) EhStorAPI.dll C:\Windows\System32\EhStorAPI.dll, version=10.0.22621.1 (WinBuild.160101.0800) FileSyncShell64.dll C:\Program Files\Microsoft OneDrive\23.061.0319.0003\FileSyncShell64.dll, version=23.061.0319.0003 Secur32.dll C:\WINDOWS\SYSTEM32\Secur32.dll, version=10.0.22621.1 (WinBuild.160101.0800) WININET.dll C:\WINDOWS\SYSTEM32\WININET.dll, version=11.00.22621.1 (WinBuild.160101.0800) SSPICLI.DLL C:\WINDOWS\SYSTEM32\SSPICLI.DLL, version=10.0.22621.674 (WinBuild.160101.0800) ntshrui.dll C:\WINDOWS\SYSTEM32\ntshrui.dll, version=10.0.22621.1 (WinBuild.160101.0800) srvcli.dll C:\WINDOWS\SYSTEM32\srvcli.dll, version=10.0.22621.1 (WinBuild.160101.0800) ActXPrxy.dll C:\Windows\System32\ActXPrxy.dll, version=10.0.22621.900 (WinBuild.160101.0800) Quote Link to comment Share on other sites More sharing options...
Pixey Posted April 12, 2023 Share Posted April 12, 2023 It looks like the Zip File was not opened correctly. How to install the plugin Make sure you have the latest version of Paint.NET installed. (Check this in Help-About.) Close Paint.NET. Download and open the ZIP file. Copy and paste PhotoShop.dll to: C:\Program Files\paint.net\FileTypes The Windows Store version of Paint.NET uses different plugin directories. See the Paint.NET documentation, in the yellow box that says "In the Windows Store version of paint.net": https://www.getpaint.net/doc/latest/InstallPlugins.html Restart Paint.NET, which will automatically detect the PSD filetype plugin. Quote How I made Jennifer & Halle in Paint.net My Gallery | My Deviant Art "Rescuing one animal may not change the world, but for that animal their world is changed forever!" anon. Link to comment Share on other sites More sharing options...
null54 Posted April 12, 2023 Share Posted April 12, 2023 40 minutes ago, Pixey said: It looks like the Zip File was not opened correctly. That error occurs when loading a PSD file. The PSD format can use ZIP compression when saving the image data. 1 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 Link to comment Share on other sites More sharing options...
TGR Posted May 7, 2023 Share Posted May 7, 2023 I have the PSD Plugin installed, and I just re installed it and It is still doing this. Exception: PhotoshopFile.PsdInvalidException: Unrecognized layer section type. at PhotoshopFile.PsdFile.VerifyLayerSections() at PaintDotNet.Data.PhotoshopFileType.PsdLoad.Load(Stream input) at PaintDotNet.FileType.Load(Stream input) in D:\src\pdn\src\Data\FileType.cs:line 495 at PaintDotNet.Functional.Func.Eval[T1,TRet](Func`2 f, T1 arg1) in D:\src\pdn\src\Fundamentals\Functional\Func.cs:line 58 Diagnostics: Application paint.net 5.0.3 (Stable 5.3.8488.42200) Build Date Wednesday, March 29, 2023 Install type Classic Language: en-US DPI 96 (1.00x scale) UI/Canvas GPU True Rendering GPU 🚀 Performance (Intel(R) Iris(R) Xe Graphics) Remote session False Animations True Translucent windows True Windows Ink True OS Windows 11 Home x64 (10.0.22621.0) Runtime .NET 7.0.4 x64 Physical Memory 7,834 MB CPU 11th Gen Intel(R) Core(TM) i5-1135G7 @ 2.40GHz Speed ~2419 MHz Cores / Threads 4 / 8 Features SSE, SSE2, SSE3, SSSE3, SSE4_1, SSE4_2, AVX, AVX2 Video Card Intel(R) Iris(R) Xe Graphics Hardware Acceleration Supported Dedicated Video RAM 128 MB Dedicated System RAM 0 MB Shared System RAM 3,917 MB Vendor ID 0x8086 Device ID 0x9A49 Subsystem ID 0x87FE103C Revision 1 LUID 0x00012039 Flags AcgCompatible, SupportMonitoredFences, KeyedMutexConformance Graphics Preemption PrimitiveBoundary 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 Microsoft Basic Render Driver Hardware Acceleration N/A Dedicated Video RAM 0 MB Dedicated System RAM 0 MB Shared System RAM 3,917 MB Vendor ID 0x1414 Device ID 0x008C Subsystem ID 0x00000000 Revision 0 LUID 0x000132A9 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 155 System.Private.CoreLib .\System.Private.CoreLib.dll, Version=7.0.0.0, PublicKeyToken=7cec85d7bea7798e paintdotnet .\paintdotnet.dll, Version=5.3.8488.42200 System.Runtime .\System.Runtime.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a PaintDotNet.Fundamentals .\PaintDotNet.Fundamentals.dll, Version=5.3.8488.42200 PaintDotNet.ComponentModel .\PaintDotNet.ComponentModel.dll, Version=5.3.8488.42200 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.3.8488.42200 PaintDotNet.Collections .\PaintDotNet.Collections.dll, Version=5.3.8488.42200 PaintDotNet.Systrace .\PaintDotNet.Systrace.dll, Version=5.3.8488.42200 PaintDotNet.Windows .\PaintDotNet.Windows.dll, Version=5.3.8488.42200 TerraFX.Interop.Windows .\TerraFX.Interop.Windows.dll, Version=10.0.22621.1, PublicKeyToken=35b01b53313a6f7e PaintDotNet.Primitives .\PaintDotNet.Primitives.dll, Version=5.3.8488.42200 System.Collections.Concurrent .\System.Collections.Concurrent.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a PaintDotNet.Runtime .\PaintDotNet.Runtime.dll, Version=5.3.8488.42200 PointerToolkit .\PointerToolkit.dll, Version=1.0.0.0 System.Threading .\System.Threading.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Diagnostics.Process .\System.Diagnostics.Process.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a PaintDotNet.SystemLayer .\PaintDotNet.SystemLayer.dll, Version=5.3.8488.42200 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.3.8488.42200 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 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.3.8488.42200 System.Configuration.ConfigurationManager .\System.Configuration.ConfigurationManager.dll, Version=7.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51 PaintDotNet.Resources .\PaintDotNet.Resources.dll, Version=5.3.8488.42200 System.Collections.Specialized .\System.Collections.Specialized.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.ObjectModel .\System.ObjectModel.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a PaintDotNet.Data .\PaintDotNet.Data.dll, Version=5.3.8488.42200 PaintDotNet.Framework .\PaintDotNet.Framework.dll, Version=5.3.8488.42200 CommunityToolkit.HighPerformance .\CommunityToolkit.HighPerformance.dll, Version=8.1.0.0, PublicKeyToken=4aff67a105548ee2 System.Threading.ThreadPool .\System.Threading.ThreadPool.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Private.Xml .\System.Private.Xml.dll, Version=7.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51 System.Xml.ReaderWriter .\System.Xml.ReaderWriter.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a 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.3.8488.42200 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 PaintDotNet.UI .\PaintDotNet.UI.dll, Version=5.3.8488.42200 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 System.Collections.Immutable .\System.Collections.Immutable.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Diagnostics.FileVersionInfo .\System.Diagnostics.FileVersionInfo.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a Microsoft.Win32.Registry .\Microsoft.Win32.Registry.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a ComputeSharp.D2D1 .\ComputeSharp.D2D1.dll, Version=2.0.3.0 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.ComponentModel.TypeConverter .\System.ComponentModel.TypeConverter.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a PresentationCore .\PresentationCore.dll, Version=7.0.0.0, PublicKeyToken=31bf3856ad364e35 DirectWriteForwarder .\DirectWriteForwarder.dll, Version=7.0.0.0, PublicKeyToken=31bf3856ad364e35 PaintDotNet.Windows.Core .\PaintDotNet.Windows.Core.dll, Version=5.3.8488.42200 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 PaintDotNet.PropertySystem .\PaintDotNet.PropertySystem.dll, Version=5.3.8488.42200 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.3.8488.42200 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.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 System.Reflection.MetadataLoadContext .\System.Reflection.MetadataLoadContext.dll, Version=7.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51 System.Runtime.Loader .\System.Runtime.Loader.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a PhotoShop .\FileTypes\PhotoShop.dll, Version=2.5.0.40665 mscorlib .\mscorlib.dll, Version=4.0.0.0, PublicKeyToken=b77a5c561934e089 System.Drawing .\System.Drawing.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System .\System.dll, Version=4.0.0.0, PublicKeyToken=b77a5c561934e089 PaintDotNet.Effects.Gpu .\PaintDotNet.Effects.Gpu.dll, Version=5.3.8488.42200 WebPFileType .\Bundled\WebPFileType\WebPFileType.dll, Version=1.3.16.0 DdsFileTypePlus .\Bundled\DDSFileTypePlus\DdsFileTypePlus.dll, Version=1.11.4.0 AvifFileType .\Bundled\AvifFileType\AvifFileType.dll, Version=1.1.24.0 PaintDotNet.Effects .\PaintDotNet.Effects.dll, Version=5.3.8488.42200 Mono.Cecil .\Mono.Cecil.dll, Version=0.11.4.0, PublicKeyToken=50cebf1cceb9d05e netstandard .\netstandard.dll, Version=2.1.0.0, PublicKeyToken=cc7b13ffcd2ddd51 PaintDotNet.Plugins.Compatibility .\PaintDotNet.Plugins.Compatibility.dll, Version=5.3.8488.42200 PaintDotNet.Effects.Legacy .\PaintDotNet.Effects.Legacy.dll, Version=5.3.8488.42200 Crc32.NET .\Crc32.NET.dll, Version=1.0.0.0, PublicKeyToken=dc0b95cf99bf4e99 System.Console .\System.Console.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Security.Cryptography .\System.Security.Cryptography.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a Color Match .\Effects\Color Match.dll, Version=4.2.7630.21216 Curves+ .\Effects\Curves+.dll, Version=4.0.6119.31044 Borders N' Shapes .\Effects\Borders N' Shapes.dll, Version=4.0.4642.26476 Film .\Effects\Film.dll, Version=4.0.4642.26607 Gradient Bars .\Effects\Gradient Bars.dll, Version=4.0.5152.23084 Gradient Blocks .\Effects\Gradient Blocks.dll, Version=4.0.4642.26658 Gradient Grid .\Effects\Gradient Grid.dll, Version=4.0.6436.36068 Jitter .\Effects\Jitter.dll, Version=4.0.4642.26986 Grid Warp .\Effects\Grid Warp.dll, Version=4.0.6544.34496 Liquify .\Effects\Liquify.dll, Version=4.0.5873.25113 Pixelate+ .\Effects\Pixelate+.dll, Version=4.0.4642.26940 Outline Object .\Effects\Outline Object.dll, Version=4.0.4642.26954 Random Effect .\Effects\Random Effect.dll, Version=4.0.4642.26928 Random Shape Fill .\Effects\Random Shape Fill.dll, Version=4.0.4642.26910 System.Core .\System.Core.dll, Version=4.0.0.0, PublicKeyToken=b77a5c561934e089 Splatter .\Effects\Splatter.dll, Version=4.0.5873.25083 Smudge .\Effects\Smudge.dll, Version=4.0.5873.25097 System.Runtime.Serialization.Formatters .\System.Runtime.Serialization.Formatters.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a Stitch .\Effects\Stitch.dll, Version=4.0.4642.26808 PointerToolkit.TerraFX.Interop.Windows .\PointerToolkit.TerraFX.Interop.Windows.dll, Version=10.0.22621.0 Twist C:\Users\krisl\OneDrive\Documents\paint.net App Files\Effects\Twist.dll, Version=4.0.5873.25056 Trail .\Effects\Trail.dll, Version=4.0.4642.26791 Twist .\Effects\Twist.dll, Version=4.0.5873.25056 Borders N' Shapes C:\Users\krisl\OneDrive\Documents\paint.net App Files\Effects\Borders N' Shapes.dll, Version=4.0.4642.26476 Film C:\Users\krisl\OneDrive\Documents\paint.net App Files\Effects\Film.dll, Version=4.0.4642.26607 Color Match C:\Users\krisl\OneDrive\Documents\paint.net App Files\Effects\Color Match.dll, Version=4.2.7630.21216 Trail C:\Users\krisl\OneDrive\Documents\paint.net App Files\Effects\Trail.dll, Version=4.0.4642.26791 Curves+ C:\Users\krisl\OneDrive\Documents\paint.net App Files\Effects\Curves+.dll, Version=4.0.6119.31044 Gradient Bars C:\Users\krisl\OneDrive\Documents\paint.net App Files\Effects\Gradient Bars.dll, Version=4.0.5152.23084 Gradient Blocks C:\Users\krisl\OneDrive\Documents\paint.net App Files\Effects\Gradient Blocks.dll, Version=4.0.4642.26658 Stitch C:\Users\krisl\OneDrive\Documents\paint.net App Files\Effects\Stitch.dll, Version=4.0.4642.26808 Gradient Grid C:\Users\krisl\OneDrive\Documents\paint.net App Files\Effects\Gradient Grid.dll, Version=4.0.6436.36068 Jitter C:\Users\krisl\OneDrive\Documents\paint.net App Files\Effects\Jitter.dll, Version=4.0.4642.26986 Grid Warp C:\Users\krisl\OneDrive\Documents\paint.net App Files\Effects\Grid Warp.dll, Version=4.0.6544.34496 Liquify C:\Users\krisl\OneDrive\Documents\paint.net App Files\Effects\Liquify.dll, Version=4.0.5873.25113 Outline Object C:\Users\krisl\OneDrive\Documents\paint.net App Files\Effects\Outline Object.dll, Version=4.0.4642.26954 Pixelate+ C:\Users\krisl\OneDrive\Documents\paint.net App Files\Effects\Pixelate+.dll, Version=4.0.4642.26940 Splatter C:\Users\krisl\OneDrive\Documents\paint.net App Files\Effects\Splatter.dll, Version=4.0.5873.25083 Random Effect C:\Users\krisl\OneDrive\Documents\paint.net App Files\Effects\Random Effect.dll, Version=4.0.4642.26928 Random Shape Fill C:\Users\krisl\OneDrive\Documents\paint.net App Files\Effects\Random Shape Fill.dll, Version=4.0.4642.26910 System.Linq.Parallel .\System.Linq.Parallel.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a Smudge C:\Users\krisl\OneDrive\Documents\paint.net App Files\Effects\Smudge.dll, Version=4.0.5873.25097 System.Text.RegularExpressions .\System.Text.RegularExpressions.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a Newtonsoft.Json .\Newtonsoft.Json.dll, Version=13.0.0.0, PublicKeyToken=30ad4fe6b2a6aeed System.Linq.Expressions .\System.Linq.Expressions.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Runtime.Numerics .\System.Runtime.Numerics.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a Gradient Mapping C:\Users\krisl\OneDrive\Documents\paint.net App Files\Effects\Gradient Mapping.dll, Version=4.0.6547.33963 System.Runtime.Intrinsics .\System.Runtime.Intrinsics.dll, Version=7.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51 ComputeSharp.Core .\ComputeSharp.Core.dll, Version=2.0.3.0 Gradient Mapping .\Effects\Gradient Mapping.dll, Version=4.0.6547.33963 PhotoSauce.MagicScaler .\PhotoSauce.MagicScaler.dll, Version=0.13.2.0, PublicKeyToken=fc6b9b7b06809481 Microsoft.VisualBasic .\Microsoft.VisualBasic.dll, Version=10.1.0.0, PublicKeyToken=b03f5f7f11d50a3a Microsoft.VisualBasic.Forms .\Microsoft.VisualBasic.Forms.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Diagnostics.StackTrace .\System.Diagnostics.StackTrace.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.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 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 Native modules 327 paintdotnet.exe .\paintdotnet.exe, version=5.3.8488.42200 ntdll.dll C:\WINDOWS\SYSTEM32\ntdll.dll, version=10.0.22621.1485 (WinBuild.160101.0800) KERNEL32.DLL C:\WINDOWS\System32\KERNEL32.DLL, version=10.0.22621.1485 (WinBuild.160101.0800) KERNELBASE.dll C:\WINDOWS\System32\KERNELBASE.dll, version=10.0.22621.1485 (WinBuild.160101.0800) SHELL32.dll C:\WINDOWS\System32\SHELL32.dll, version=10.0.22621.755 (WinBuild.160101.0800) msvcp_win.dll C:\WINDOWS\System32\msvcp_win.dll, version=10.0.22621.608 (WinBuild.160101.0800) ucrtbase.dll C:\WINDOWS\System32\ucrtbase.dll, version=10.0.22621.608 (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.1555 (WinBuild.160101.0800) GDI32.dll C:\WINDOWS\System32\GDI32.dll, version=10.0.22621.608 (WinBuild.160101.0800) gdi32full.dll C:\WINDOWS\System32\gdi32full.dll, version=10.0.22621.1344 (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.1344 (WinBuild.160101.0800) OLEAUT32.dll C:\WINDOWS\System32\OLEAUT32.dll, version=10.0.22621.608 (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.608 (WinBuild.160101.0800) VCRUNTIME140_1.dll .\VCRUNTIME140_1.dll, version=14.36.32502.0 VCRUNTIME140.dll .\VCRUNTIME140.dll, version=14.36.32502.0 IMM32.DLL C:\WINDOWS\System32\IMM32.DLL, version=10.0.22621.1344 (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,423,11508 @Commit: 0a396acafe9a7d46bce11f4338dbb3dd0d99b1b4 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) hostpolicy.dll .\hostpolicy.dll, version=7,0,423,11508 @Commit: 0a396acafe9a7d46bce11f4338dbb3dd0d99b1b4 coreclr.dll .\coreclr.dll, version=7,0,423,11508 @Commit: 0a396acafe9a7d46bce11f4338dbb3dd0d99b1b4 bcryptPrimitives.dll C:\WINDOWS\System32\bcryptPrimitives.dll, version=10.0.22621.1344 (WinBuild.160101.0800) System.Private.CoreLib.dll .\System.Private.CoreLib.dll, version=7.0.423.11508 clrjit.dll .\clrjit.dll, version=7,0,423,11508 @Commit: 0a396acafe9a7d46bce11f4338dbb3dd0d99b1b4 kernel.appcore.dll C:\WINDOWS\SYSTEM32\kernel.appcore.dll, version=10.0.22621.1 (WinBuild.160101.0800) paintdotnet.dll .\paintdotnet.dll, version=5.3.8488.42200 System.Runtime.dll .\System.Runtime.dll, version=7.0.423.11508 uxtheme.dll C:\WINDOWS\system32\uxtheme.dll, version=10.0.22621.1 (WinBuild.160101.0800) PaintDotNet.Fundamentals.dll .\PaintDotNet.Fundamentals.dll, version=5.3.8488.42200 PaintDotNet.ComponentModel.dll .\PaintDotNet.ComponentModel.dll, version=5.3.8488.42200 System.Windows.Forms.dll .\System.Windows.Forms.dll, version=7.0.423.11707 System.Diagnostics.Tracing.dll .\System.Diagnostics.Tracing.dll, version=7.0.423.11508 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.423.11508 PaintDotNet.Base.dll .\PaintDotNet.Base.dll, version=5.3.8488.42200 PaintDotNet.Collections.dll .\PaintDotNet.Collections.dll, version=5.3.8488.42200 PaintDotNet.Systrace.dll .\PaintDotNet.Systrace.dll, version=5.3.8488.42200 PaintDotNet.Windows.dll .\PaintDotNet.Windows.dll, version=5.3.8488.42200 TerraFX.Interop.Windows.dll .\TerraFX.Interop.Windows.dll, version=10.0.22621.1 PaintDotNet.Primitives.dll .\PaintDotNet.Primitives.dll, version=5.3.8488.42200 System.Collections.Concurrent.dll .\System.Collections.Concurrent.dll, version=7.0.423.11508 PaintDotNet.Runtime.dll .\PaintDotNet.Runtime.dll, version=5.3.8488.42200 PointerToolkit.dll .\PointerToolkit.dll, version=1.0.0.0 System.Threading.dll .\System.Threading.dll, version=7.0.423.11508 System.Diagnostics.Process.dll .\System.Diagnostics.Process.dll, version=7.0.423.11508 PaintDotNet.SystemLayer.dll .\PaintDotNet.SystemLayer.dll, version=5.3.8488.42200 windows.storage.dll C:\WINDOWS\SYSTEM32\windows.storage.dll, version=10.0.22621.608 (WinBuild.160101.0800) wintypes.dll C:\WINDOWS\SYSTEM32\wintypes.dll, version=10.0.22621.1 (WinBuild.160101.0800) System.Private.Uri.dll .\System.Private.Uri.dll, version=7.0.423.11508 BCrypt.dll C:\WINDOWS\SYSTEM32\BCrypt.dll, version=10.0.22621.1 (WinBuild.160101.0800) System.ComponentModel.Primitives.dll .\System.ComponentModel.Primitives.dll, version=7.0.423.11508 WindowsBase.dll .\WindowsBase.dll, version=7.0.423.11707 System.Windows.Forms.Primitives.dll .\System.Windows.Forms.Primitives.dll, version=7.0.423.11707 PaintDotNet.ObjectModel.dll .\PaintDotNet.ObjectModel.dll, version=5.3.8488.42200 PresentationFramework.dll .\PresentationFramework.dll, version=7.0.423.11707 System.Runtime.InteropServices.dll .\System.Runtime.InteropServices.dll, version=7.0.423.11508 System.Drawing.Primitives.dll .\System.Drawing.Primitives.dll, version=7.0.423.11508 System.Xaml.dll .\System.Xaml.dll, version=7.0.423.11707 System.ComponentModel.dll .\System.ComponentModel.dll, version=7.0.423.11508 System.Diagnostics.TraceSource.dll .\System.Diagnostics.TraceSource.dll, version=7.0.423.11508 System.Collections.dll .\System.Collections.dll, version=7.0.423.11508 Microsoft.Win32.Primitives.dll .\Microsoft.Win32.Primitives.dll, version=7.0.423.11508 System.Text.Encoding.CodePages.dll .\System.Text.Encoding.CodePages.dll, version=7.0.423.11508 PaintDotNet.Core.dll .\PaintDotNet.Core.dll, version=5.3.8488.42200 System.Configuration.ConfigurationManager.dll .\System.Configuration.ConfigurationManager.dll, version=7.0.423.11508 PaintDotNet.Resources.dll .\PaintDotNet.Resources.dll, version=5.3.8488.42200 System.Collections.Specialized.dll .\System.Collections.Specialized.dll, version=7.0.423.11508 System.ObjectModel.dll .\System.ObjectModel.dll, version=7.0.423.11508 PaintDotNet.Data.dll .\PaintDotNet.Data.dll, version=5.3.8488.42200 PaintDotNet.Framework.dll .\PaintDotNet.Framework.dll, version=5.3.8488.42200 CommunityToolkit.HighPerformance.dll .\CommunityToolkit.HighPerformance.dll, version=8.1.0.1 System.Threading.ThreadPool.dll .\System.Threading.ThreadPool.dll, version=7.0.423.11508 System.Private.Xml.dll .\System.Private.Xml.dll, version=7.0.423.11508 PresentationNative_cor3.dll .\PresentationNative_cor3.dll, version=7,0,22,50606 @Commit: 00c647d63646ecc287c92f64734f438557f4a813 System.Xml.ReaderWriter.dll .\System.Xml.ReaderWriter.dll, version=7.0.423.11508 System.Net.WebClient.dll .\System.Net.WebClient.dll, version=7.0.423.11508 System.ComponentModel.EventBasedAsync.dll .\System.ComponentModel.EventBasedAsync.dll, version=7.0.423.11508 PaintDotNet.Windows.Framework.dll .\PaintDotNet.Windows.Framework.dll, version=5.3.8488.42200 System.Memory.dll .\System.Memory.dll, version=7.0.423.11508 System.Text.Encoding.Extensions.dll .\System.Text.Encoding.Extensions.dll, version=7.0.423.11508 PaintDotNet.UI.dll .\PaintDotNet.UI.dll, version=5.3.8488.42200 System.Drawing.Common.dll .\System.Drawing.Common.dll, version=7.0.423.11508 Microsoft.Win32.SystemEvents.dll .\Microsoft.Win32.SystemEvents.dll, version=7.0.423.11508 dxgi.DLL C:\WINDOWS\SYSTEM32\dxgi.DLL, version=10.0.22621.1485 (WinBuild.160101.0800) dxcore.dll C:\WINDOWS\SYSTEM32\dxcore.dll, version=10.0.22621.608 (WinBuild.160101.0800) System.Linq.dll .\System.Linq.dll, version=7.0.423.11508 System.Collections.Immutable.dll .\System.Collections.Immutable.dll, version=7.0.423.11508 directxdatabasehelper.dll C:\WINDOWS\SYSTEM32\directxdatabasehelper.dll, version=10.0.22621.1485 (WinBuild.160101.0800) MSCTF.dll C:\WINDOWS\System32\MSCTF.dll, version=10.0.22621.1 (WinBuild.160101.0800) System.Diagnostics.FileVersionInfo.dll .\System.Diagnostics.FileVersionInfo.dll, version=7.0.423.11508 Microsoft.Win32.Registry.dll .\Microsoft.Win32.Registry.dll, version=7.0.423.11508 profapi.dll C:\WINDOWS\SYSTEM32\profapi.dll, version=10.0.22621.1 (WinBuild.160101.0800) version.dll C:\WINDOWS\SYSTEM32\version.dll, version=10.0.22621.1 (WinBuild.160101.0800) ComputeSharp.D2D1.dll .\ComputeSharp.D2D1.dll, version=2.0.3.0 System.Security.Principal.Windows.dll .\System.Security.Principal.Windows.dll, version=7.0.423.11508 System.Security.Claims.dll .\System.Security.Claims.dll, version=7.0.423.11508 d3d11.DLL C:\WINDOWS\SYSTEM32\d3d11.DLL, version=10.0.22621.1344 (WinBuild.160101.0800) igd10iumd64.dll C:\WINDOWS\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_9dbfad2c6843c394\igd10iumd64.dll, version=30.0.101.1029 CRYPT32.dll C:\WINDOWS\System32\CRYPT32.dll, version=10.0.22621.1 (WinBuild.160101.0800) ncrypt.dll C:\WINDOWS\SYSTEM32\ncrypt.dll, version=10.0.22621.1 (WinBuild.160101.0800) apphelp.dll C:\WINDOWS\SYSTEM32\apphelp.dll, version=10.0.22621.1 (WinBuild.160101.0800) NTASN1.dll C:\WINDOWS\SYSTEM32\NTASN1.dll, version=10.0.22621.1 (WinBuild.160101.0800) System.ComponentModel.TypeConverter.dll .\System.ComponentModel.TypeConverter.dll, version=7.0.423.11508 igdgmm64.dll C:\WINDOWS\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_9dbfad2c6843c394\igdgmm64.dll, version=30.0.101.1029 igc64.dll C:\WINDOWS\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_9dbfad2c6843c394\igc64.dll, version=30.0.101.1029 PresentationCore.dll .\PresentationCore.dll, version=7.0.423.11707 DirectWriteForwarder.dll .\DirectWriteForwarder.dll, version=7,0,423,11707 @Commit: 0315841ebb89a21c717002224ad9d39f3c21320a PaintDotNet.Windows.Core.dll .\PaintDotNet.Windows.Core.dll, version=5.3.8488.42200 System.Runtime.Extensions.dll .\System.Runtime.Extensions.dll, version=7.0.423.11508 d2d1.DLL C:\WINDOWS\SYSTEM32\d2d1.DLL, version=10.0.22621.1 (WinBuild.160101.0800) System.Diagnostics.Debug.dll .\System.Diagnostics.Debug.dll, version=7.0.423.11508 System.Runtime.CompilerServices.VisualC.dll .\System.Runtime.CompilerServices.VisualC.dll, version=7.0.423.11508 PaintDotNet.PropertySystem.dll .\PaintDotNet.PropertySystem.dll, version=5.3.8488.42200 clbcatq.dll C:\WINDOWS\System32\clbcatq.dll, version=2001.12.10941.16384 (WinBuild.160101.0800) dwrite.dll C:\WINDOWS\SYSTEM32\dwrite.dll, version=10.0.22621.1 (WinBuild.160101.0800) UIAnimation.dll C:\WINDOWS\System32\UIAnimation.dll, version=10.0.22621.1 (WinBuild.160101.0800) System.Collections.NonGeneric.dll .\System.Collections.NonGeneric.dll, version=7.0.423.11508 gdiplus.dll C:\WINDOWS\WinSxS\amd64_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.22621.819_none_da30437f1b9d3de1\gdiplus.dll, version=10.0.22621.819 (WinBuild.160101.0800) WindowsCodecs.dll C:\WINDOWS\SYSTEM32\WindowsCodecs.dll, version=10.0.22621.608 (WinBuild.160101.0800) System.IO.Packaging.dll .\System.IO.Packaging.dll, version=7.0.423.11508 XmlLite.dll C:\WINDOWS\SYSTEM32\XmlLite.dll, version=10.0.22621.608 (WinBuild.160101.0800) PaintDotNet.Effects.Core.dll .\PaintDotNet.Effects.Core.dll, version=5.3.8488.42200 Accessibility.dll .\Accessibility.dll, version=7.0.423.11707 comctl32.dll C:\WINDOWS\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.22621.608_none_a9444ca7c10bb01d\comctl32.dll, version=6.10 (WinBuild.160101.0800) UIAutomationTypes.dll .\UIAutomationTypes.dll, version=7.0.423.11707 System.Numerics.Vectors.dll .\System.Numerics.Vectors.dll, version=7.0.423.11508 System.Threading.Tasks.Parallel.dll .\System.Threading.Tasks.Parallel.dll, version=7.0.423.11508 System.Reflection.Metadata.dll .\System.Reflection.Metadata.dll, version=7.0.423.11508 System.IO.MemoryMappedFiles.dll .\System.IO.MemoryMappedFiles.dll, version=7.0.423.11508 System.Reflection.MetadataLoadContext.dll .\System.Reflection.MetadataLoadContext.dll, version=7.0.22.51805 TextShaping.dll C:\WINDOWS\SYSTEM32\TextShaping.dll, version=10.0.22621.608 (WinBuild.160101.0800) System.Runtime.Loader.dll .\System.Runtime.Loader.dll, version=7.0.423.11508 PhotoShop.dll .\FileTypes\PhotoShop.dll, version=2.5.0.0 mscorlib.dll .\mscorlib.dll, version=7.0.423.11508 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.1344 (WinBuild.160101.0800) RTWorkQ.DLL C:\WINDOWS\SYSTEM32\RTWorkQ.DLL, version=10.0.22621.1 (WinBuild.160101.0800) System.Drawing.dll .\System.Drawing.dll, version=7.0.423.11707 System.dll .\System.dll, version=7.0.423.11508 CompPkgSup.DLL C:\WINDOWS\SYSTEM32\CompPkgSup.DLL, version=10.0.22621.1485 (WinBuild.160101.0800) Windows.StateRepositoryPS.dll C:\Windows\System32\Windows.StateRepositoryPS.dll, version=10.0.22621.1344 (WinBuild.160101.0800) PaintDotNet.Effects.Gpu.dll .\PaintDotNet.Effects.Gpu.dll, version=5.3.8488.42200 AvifFileType.dll .\Bundled\AvifFileType\AvifFileType.dll, version=1.1.24.0 WebPFileType.dll .\Bundled\WebPFileType\WebPFileType.dll, version=1.3.16.0 DdsFileTypePlus.dll .\Bundled\DDSFileTypePlus\DdsFileTypePlus.dll, version=1.11.4.0 PaintDotNet.Effects.dll .\PaintDotNet.Effects.dll, version=5.3.8488.42200 Mono.Cecil.dll .\Mono.Cecil.dll, version=0.11.4.0 netstandard.dll .\netstandard.dll, version=7.0.423.11508 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.608 (WinBuild.160101.0800) D3D10Warp.dll C:\WINDOWS\SYSTEM32\D3D10Warp.dll, version=10.0.22621.1194 (WinBuild.160101.0800) PaintDotNet.Plugins.Compatibility.dll .\PaintDotNet.Plugins.Compatibility.dll, version=5.3.8488.42200 PaintDotNet.Effects.Legacy.dll .\PaintDotNet.Effects.Legacy.dll, version=5.3.8488.42200 Crc32.NET.dll .\Crc32.NET.dll, version=1.2.0.5 System.Console.dll .\System.Console.dll, version=7.0.423.11508 System.Security.Cryptography.dll .\System.Security.Cryptography.dll, version=7.0.423.11508 Color Match.dll .\Effects\Color Match.dll, version=4.2.7630.21216 Curves+.dll .\Effects\Curves+.dll, version=4.0.6119.31044 Borders N' Shapes.dll .\Effects\Borders N' Shapes.dll, version=4.0.4642.26476 Film.dll .\Effects\Film.dll, version=4.0.4642.26607 Gradient Bars.dll .\Effects\Gradient Bars.dll, version=4.0.5152.23084 Gradient Blocks.dll .\Effects\Gradient Blocks.dll, version=4.0.4642.26658 Gradient Grid.dll .\Effects\Gradient Grid.dll, version=4.0.6436.36068 Jitter.dll .\Effects\Jitter.dll, version=4.0.4642.26986 amsi.dll C:\WINDOWS\SYSTEM32\amsi.dll, version=10.0.22621.1 (WinBuild.160101.0800) Grid Warp.dll .\Effects\Grid Warp.dll, version=4.0.6544.34496 USERENV.dll C:\WINDOWS\SYSTEM32\USERENV.dll, version=10.0.22621.1 (WinBuild.160101.0800) Liquify.dll .\Effects\Liquify.dll, version=4.0.5873.25113 Pixelate+.dll .\Effects\Pixelate+.dll, version=4.0.4642.26940 Outline Object.dll .\Effects\Outline Object.dll, version=4.0.4642.26954 Random Effect.dll .\Effects\Random Effect.dll, version=4.0.4642.26928 MpOav.dll C:\ProgramData\Microsoft\Windows Defender\Platform\4.18.2304.8-0\MpOav.dll, version=4.18.2304.8 (WinBuild.160101.0800) Random Shape Fill.dll .\Effects\Random Shape Fill.dll, version=4.0.4642.26910 System.Core.dll .\System.Core.dll, version=7.0.423.11508 AMSIExt.dll C:\Program Files\McAfee\MfeAV\AMSIExt.dll, version=25.5.235 49ad73bc wroth tiger PSAPI.DLL C:\WINDOWS\System32\PSAPI.DLL, version=10.0.22621.1 (WinBuild.160101.0800) System.Runtime.Serialization.Formatters.dll .\System.Runtime.Serialization.Formatters.dll, version=7.0.423.11508 Splatter.dll .\Effects\Splatter.dll, version=4.0.5873.25083 Smudge.dll .\Effects\Smudge.dll, version=4.0.5873.25097 Stitch.dll .\Effects\Stitch.dll, version=4.0.4642.26808 MPCLIENT.DLL C:\ProgramData\Microsoft\Windows Defender\Platform\4.18.2304.8-0\MPCLIENT.DLL, version=4.18.2304.8 (WinBuild.160101.0800) WINTRUST.dll C:\WINDOWS\System32\WINTRUST.dll, version=10.0.22621.1485 (WinBuild.160101.0800) MSASN1.dll C:\WINDOWS\System32\MSASN1.dll, version=10.0.22621.819 (WinBuild.160101.0800) Twist.dll C:\Users\krisl\OneDrive\Documents\paint.net App Files\Effects\Twist.dll, version=4.0.5873.25056 Trail.dll .\Effects\Trail.dll, version=4.0.4642.26791 gpapi.dll C:\WINDOWS\SYSTEM32\gpapi.dll, version=10.0.22621.1 (WinBuild.160101.0800) Twist.dll .\Effects\Twist.dll, version=4.0.5873.25056 Borders N' Shapes.dll C:\Users\krisl\OneDrive\Documents\paint.net App Files\Effects\Borders N' Shapes.dll, version=4.0.4642.26476 Film.dll C:\Users\krisl\OneDrive\Documents\paint.net App Files\Effects\Film.dll, version=4.0.4642.26607 Color Match.dll C:\Users\krisl\OneDrive\Documents\paint.net App Files\Effects\Color Match.dll, version=4.2.7630.21216 Trail.dll C:\Users\krisl\OneDrive\Documents\paint.net App Files\Effects\Trail.dll, version=4.0.4642.26791 Curves+.dll C:\Users\krisl\OneDrive\Documents\paint.net App Files\Effects\Curves+.dll, version=4.0.6119.31044 Gradient Bars.dll C:\Users\krisl\OneDrive\Documents\paint.net App Files\Effects\Gradient Bars.dll, version=4.0.5152.23084 Gradient Blocks.dll C:\Users\krisl\OneDrive\Documents\paint.net App Files\Effects\Gradient Blocks.dll, version=4.0.4642.26658 Stitch.dll C:\Users\krisl\OneDrive\Documents\paint.net App Files\Effects\Stitch.dll, version=4.0.4642.26808 Gradient Grid.dll C:\Users\krisl\OneDrive\Documents\paint.net App Files\Effects\Gradient Grid.dll, version=4.0.6436.36068 Grid Warp.dll C:\Users\krisl\OneDrive\Documents\paint.net App Files\Effects\Grid Warp.dll, version=4.0.6544.34496 Jitter.dll C:\Users\krisl\OneDrive\Documents\paint.net App Files\Effects\Jitter.dll, version=4.0.4642.26986 Liquify.dll C:\Users\krisl\OneDrive\Documents\paint.net App Files\Effects\Liquify.dll, version=4.0.5873.25113 Outline Object.dll C:\Users\krisl\OneDrive\Documents\paint.net App Files\Effects\Outline Object.dll, version=4.0.4642.26954 UIAutomationCore.dll C:\WINDOWS\SYSTEM32\UIAutomationCore.dll, version=7.2.22621.1 (WinBuild.160101.0800) Pixelate+.dll C:\Users\krisl\OneDrive\Documents\paint.net App Files\Effects\Pixelate+.dll, version=4.0.4642.26940 Splatter.dll C:\Users\krisl\OneDrive\Documents\paint.net App Files\Effects\Splatter.dll, version=4.0.5873.25083 Random Effect.dll C:\Users\krisl\OneDrive\Documents\paint.net App Files\Effects\Random Effect.dll, version=4.0.4642.26928 Random Shape Fill.dll C:\Users\krisl\OneDrive\Documents\paint.net App Files\Effects\Random Shape Fill.dll, version=4.0.4642.26910 Smudge.dll C:\Users\krisl\OneDrive\Documents\paint.net App Files\Effects\Smudge.dll, version=4.0.5873.25097 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.608 (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.1344 (WinBuild.160101.0800) mccoreps.dll C:\Program Files\Common Files\McAfee\Platform\Core\mccoreps.dll, version=14,2,125,0 System.Text.RegularExpressions.dll .\System.Text.RegularExpressions.dll, version=7.0.423.11508 imagehlp.dll C:\WINDOWS\System32\imagehlp.dll, version=10.0.22621.1 (WinBuild.160101.0800) CRYPTSP.dll C:\WINDOWS\System32\CRYPTSP.dll, version=10.0.22621.1 (WinBuild.160101.0800) rsaenh.dll C:\WINDOWS\system32\rsaenh.dll, version=10.0.22621.1 (WinBuild.160101.0800) CRYPTBASE.dll C:\WINDOWS\SYSTEM32\CRYPTBASE.dll, version=10.0.22621.1 (WinBuild.160101.0800) powrprof.dll C:\WINDOWS\SYSTEM32\powrprof.dll, version=10.0.22621.1 (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.2.27524 System.Linq.Expressions.dll .\System.Linq.Expressions.dll, version=7.0.423.11508 vtploader.dll C:\Program Files\Common Files\McAfee\Platform\core\vtploader.dll, version=14,2,125,0 cryptnet.dll C:\WINDOWS\SYSTEM32\cryptnet.dll, version=10.0.22621.1 (WinBuild.160101.0800) System.Runtime.Numerics.dll .\System.Runtime.Numerics.dll, version=7.0.423.11508 mfevtpa.dll C:\Program Files\Common Files\McAfee\SystemCore\mfevtpa.dll, version=SYSCORE.21.09.0.184 mfehida.dll C:\Program Files\Common Files\McAfee\SystemCore\mfehida.dll, version=SYSCORE.21.09.0.184 mfemmsa.dll C:\Program Files\Common Files\McAfee\SystemCore\mfemmsa.dll, version=SYSCORE.21.09.0.184 sxs.dll C:\WINDOWS\SYSTEM32\sxs.dll, version=10.0.22621.1 (WinBuild.160101.0800) PaintDotNet.SystemLayer.Native.x64.dll .\PaintDotNet.SystemLayer.Native.x64.dll, version=5.3.8488.42200 System.Runtime.Intrinsics.dll .\System.Runtime.Intrinsics.dll, version=7.0.423.11508 explorerframe.dll C:\WINDOWS\system32\explorerframe.dll, version=10.0.22621.608 (WinBuild.160101.0800) PROPSYS.dll C:\WINDOWS\SYSTEM32\PROPSYS.dll, version=7.0.22621.1 (WinBuild.160101.0800) ComputeSharp.Core.dll .\ComputeSharp.Core.dll, version=2.0.3.0 d3dcompiler_47.DLL C:\WINDOWS\SYSTEM32\d3dcompiler_47.DLL, version=10.0.22621.608 (WinBuild.160101.0800) Cabinet.dll C:\WINDOWS\SYSTEM32\Cabinet.dll, version=5.00 (WinBuild.160101.0800) PhotoSauce.MagicScaler.dll .\PhotoSauce.MagicScaler.dll, version=0.13.2.0 dcomp.dll C:\WINDOWS\SYSTEM32\dcomp.dll, version=10.0.22621.1344 (WinBuild.160101.0800) CoreMessaging.dll C:\WINDOWS\SYSTEM32\CoreMessaging.dll, version=10.0.22621.608 (WinBuild.160101.0800) CoreUIComponents.dll C:\WINDOWS\SYSTEM32\CoreUIComponents.dll, version=10.0.22621.608 PointerToolkit.TerraFX.Interop.Windows.dll .\PointerToolkit.TerraFX.Interop.Windows.dll, version=10.0.22621.0 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.608 (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.1 (WinBuild.160101.0800) globinputhost.dll C:\WINDOWS\SYSTEM32\globinputhost.dll, version=10.0.22621.608 (WinBuild.160101.0800) Bcp47Langs.dll C:\WINDOWS\SYSTEM32\Bcp47Langs.dll, version=10.0.22621.608 (WinBuild.160101.0800) windows.staterepositoryclient.dll C:\WINDOWS\SYSTEM32\windows.staterepositoryclient.dll, version=10.0.22621.1344 (WinBuild.160101.0800) atlthunk.dll C:\WINDOWS\SYSTEM32\atlthunk.dll, version=10.0.22621.1 (WinBuild.160101.0800) StructuredQuery.dll C:\WINDOWS\System32\StructuredQuery.dll, version=7.0.22621.900 (WinBuild.160101.0800) Windows.Storage.Search.dll C:\WINDOWS\system32\Windows.Storage.Search.dll, version=10.0.22621.1 (WinBuild.160101.0800) cldapi.dll C:\Windows\System32\cldapi.dll, version=10.0.22621.1 (WinBuild.160101.0800) SspiCli.dll C:\WINDOWS\SYSTEM32\SspiCli.dll, version=10.0.22621.1485 (WinBuild.160101.0800) windowsudk.shellcommon.dll C:\WINDOWS\system32\windowsudk.shellcommon.dll, version=10.0.22621.1485 (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) twinapi.dll C:\Windows\System32\twinapi.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.608 (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.674 (WinBuild.160101.0800) cscapi.dll C:\WINDOWS\SYSTEM32\cscapi.dll, version=10.0.22621.1 (WinBuild.160101.0800) netutils.dll C:\WINDOWS\System32\netutils.dll, version=10.0.22621.674 (WinBuild.160101.0800) dlnashext.dll C:\Windows\System32\dlnashext.dll, version=10.0.22621.1 (WinBuild.160101.0800) PlayToDevice.dll C:\Windows\System32\PlayToDevice.dll, version=10.0.22621.1 (WinBuild.160101.0800) DevDispItemProvider.dll C:\Windows\System32\DevDispItemProvider.dll, version=10.0.22621.1 (WinBuild.160101.0800) WINMM.dll C:\WINDOWS\system32\WINMM.dll, version=10.0.22621.1 (WinBuild.160101.0800) mssprxy.dll C:\WINDOWS\system32\mssprxy.dll, version=7.0.22621.1485 (WinBuild.160101.0800) MMDevApi.dll C:\WINDOWS\System32\MMDevApi.dll, version=10.0.22621.1 (WinBuild.160101.0800) DEVOBJ.dll C:\WINDOWS\System32\DEVOBJ.dll, version=10.0.22621.1344 (WinBuild.160101.0800) mscoree.dll C:\WINDOWS\SYSTEM32\mscoree.dll, version=10.0.22621.1 (WinBuild.160101.0800) mscoreei.dll C:\Windows\Microsoft.NET\Framework64\v4.0.30319\mscoreei.dll, version=4.8.9065.0 built by: NET481REL1LAST_C clr.dll C:\Windows\Microsoft.NET\Framework64\v4.0.30319\clr.dll, version=4.8.9139.0 built by: NET481REL1LAST_B VCRUNTIME140_CLR0400.dll C:\WINDOWS\SYSTEM32\VCRUNTIME140_CLR0400.dll, version=14.32.31326.0 VCRUNTIME140_1_CLR0400.dll C:\WINDOWS\SYSTEM32\VCRUNTIME140_1_CLR0400.dll, version=14.32.31326.0 ucrtbase_clr0400.dll C:\WINDOWS\SYSTEM32\ucrtbase_clr0400.dll, version=14.32.31326.0 mscorlib.ni.dll C:\WINDOWS\assembly\NativeImages_v4.0.30319_64\mscorlib\3b9003e4f27d92e40668f0efad11e022\mscorlib.ni.dll, version=4.8.9139.0 built by: NET481REL1LAST_B System.ni.dll C:\WINDOWS\assembly\NativeImages_v4.0.30319_64\System\ce0fd4f5b50baa17e7b80e4ee874ad11\System.ni.dll, version=4.8.9139.0 built by: NET481REL1LAST_B wpdshext.dll C:\WINDOWS\system32\wpdshext.dll, version=10.0.22621.1 (WinBuild.160101.0800) System.Drawing.ni.dll C:\WINDOWS\assembly\NativeImages_v4.0.30319_64\System.Drawing\3c82a5286b5172d5a68c8df2e09c4c40\System.Drawing.ni.dll, version=4.8.9032.0 built by: NET481REL1 PortableDeviceApi.dll C:\Windows\System32\PortableDeviceApi.dll, version=10.0.22621.1 (WinBuild.160101.0800) wldp.dll C:\WINDOWS\SYSTEM32\wldp.dll, version=10.0.22621.900 (WinBuild.160101.0800) SETUPAPI.dll C:\WINDOWS\System32\SETUPAPI.dll, version=10.0.22621.1 (WinBuild.160101.0800) clrjit.dll C:\Windows\Microsoft.NET\Framework64\v4.0.30319\clrjit.dll, version=4.8.9139.0 built by: NET481REL1LAST_B PortableDeviceTypes.dll C:\Windows\System32\PortableDeviceTypes.dll, version=10.0.22621.1 (WinBuild.160101.0800) EhStorShell.dll C:\Windows\System32\EhStorShell.dll, version=10.0.22621.1 (WinBuild.160101.0800) iaStorAfsServiceApi.dll C:\WINDOWS\System32\DriverStore\FileRepository\iastorpinningcomponent.inf_amd64_651bb78e61d538aa\iaStorAfsServiceApi.dll, version=18.6.1.1016 EhStorAPI.dll C:\Windows\System32\EhStorAPI.dll, version=10.0.22621.1 (WinBuild.160101.0800) ActXPrxy.dll C:\Windows\System32\ActXPrxy.dll, version=10.0.22621.900 (WinBuild.160101.0800) System.Core.ni.dll C:\WINDOWS\assembly\NativeImages_v4.0.30319_64\System.Core\990501e6199819806f01c8ecac88baac\System.Core.ni.dll, version=4.8.9139.0 built by: NET481REL1LAST_B policymanager.dll C:\WINDOWS\SYSTEM32\policymanager.dll, version=10.0.22621.1485 (WinBuild.160101.0800) msvcp110_win.dll C:\WINDOWS\SYSTEM32\msvcp110_win.dll, version=10.0.22621.1 (WinBuild.160101.0800) System.ComponentModel.Composition.ni.dll C:\WINDOWS\assembly\NativeImages_v4.0.30319_64\System.Compba577418#\53a8be79993f3f6ce4ed3db401a4f83d\System.ComponentModel.Composition.ni.dll, version=4.8.9032.0 FileSyncShell64.dll C:\Users\krisl\AppData\Local\Microsoft\OneDrive\23.081.0416.0001\FileSyncShell64.dll, version=23.081.0416.0001 Secur32.dll C:\WINDOWS\SYSTEM32\Secur32.dll, version=10.0.22621.1 (WinBuild.160101.0800) WININET.dll C:\WINDOWS\SYSTEM32\WININET.dll, version=11.00.22621.1 (WinBuild.160101.0800) MrmCoreR.dll C:\Windows\System32\MrmCoreR.dll, version=10.0.22621.608 (WinBuild.160101.0800) iertutil.dll C:\Windows\System32\iertutil.dll, version=11.00.22621.1 (WinBuild.160101.0800) windows.staterepositorycore.dll C:\WINDOWS\SYSTEM32\windows.staterepositorycore.dll, version=10.0.22621.1344 (WinBuild.160101.0800) System.Linq.Parallel.dll .\System.Linq.Parallel.dll, version=7.0.423.11508 Microsoft.VisualBasic.dll .\Microsoft.VisualBasic.dll, version=7.0.423.11707 Microsoft.VisualBasic.Forms.dll .\Microsoft.VisualBasic.Forms.dll, version=7.0.423.11707 MsftEdit.DLL C:\WINDOWS\SYSTEM32\MsftEdit.DLL, version=10.0.22621.1 (WinBuild.160101.0800) Microsoft.DiaSymReader.Native.amd64.dll .\Microsoft.DiaSymReader.Native.amd64.dll, version=14.29.30148.0 built by: cloudtest System.Diagnostics.StackTrace.dll .\System.Diagnostics.StackTrace.dll, version=7.0.423.11508 OneCoreCommonProxyStub.dll C:\Windows\System32\OneCoreCommonProxyStub.dll, version=10.0.22621.1344 (WinBuild.160101.0800) System.Private.Xml.Linq.dll .\System.Private.Xml.Linq.dll, version=7.0.423.11508 System.IO.Compression.dll .\System.IO.Compression.dll, version=7.0.423.11508 System.CodeDom.dll .\System.CodeDom.dll, version=7.0.423.11508 System.IO.Compression.Native.dll .\System.IO.Compression.Native.dll, version=7,0,423,11508 @Commit: 0a396acafe9a7d46bce11f4338dbb3dd0d99b1b4 Windows.System.Launcher.dll C:\Windows\System32\Windows.System.Launcher.dll, version=10.0.22621.1 (WinBuild.160101.0800) PresentationFramework-SystemXmlLinq.dll .\PresentationFramework-SystemXmlLinq.dll, version=7.0.423.11707 System.Xml.XDocument.dll .\System.Xml.XDocument.dll, version=7.0.423.11508 System.Xml.Linq.dll .\System.Xml.Linq.dll, version=7.0.423.11508 ntshrui.dll C:\WINDOWS\SYSTEM32\ntshrui.dll, version=10.0.22621.1 (WinBuild.160101.0800) srvcli.dll C:\WINDOWS\SYSTEM32\srvcli.dll, version=10.0.22621.1 (WinBuild.160101.0800) Quote Link to comment Share on other sites More sharing options...
BoltBait Posted May 7, 2023 Share Posted May 7, 2023 27 minutes ago, TGR said: I have the PSD Plugin installed, and I just re installed it and It is still doing this. Exception: PhotoshopFile.PsdInvalidException: Unrecognized layer section type. Please attach a zipped copy of the psd file to assist @taoyue in debugging the issue. Please be sure the image is family-friendly. Quote Download: BoltBait's Plugin Pack | CodeLab | and a Free Computer Dominos Game Link to comment Share on other sites More sharing options...
TGR Posted May 7, 2023 Share Posted May 7, 2023 1 hour ago, BoltBait said: Please attach a zipped copy of the psd file to assist @taoyue in debugging the issue. Please be sure the image is family-friendly. site says the file is too big (i compressed it too) can I send an email? Quote Link to comment Share on other sites More sharing options...
null54 Posted May 8, 2023 Share Posted May 8, 2023 3 hours ago, TGR said: site says the file is too big (i compressed it too) can I send an email? The PSD plugin developer lists their email address on the PSD plugin site: https://www.psdplugin.com/ 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 Link to comment Share on other sites More sharing options...
Maddera_goddess Posted September 23, 2023 Share Posted September 23, 2023 so, I just got the plugin, and tried to open a psd file for one of my vrchat avatars but it didn't work, here's the error it gave me when I tried to open it I know it's long but that's the whole thing- can anyone help me figure out why it didn't work? "Exception: System.OutOfMemoryException: Insufficient memory to continue the execution of the program. at PaintDotNet.Data.PhotoshopFileType.PsdLoad.CheckSufficientMemory(PsdFile psdFile) at PhotoshopFile.PsdFile.LoadLayers(PsdBinaryReader reader, Boolean hasHeader) at PhotoshopFile.PsdFile.LoadLayerAndMaskInfo(PsdBinaryReader reader) at PhotoshopFile.PsdFile.Load(Stream stream, LoadContext loadContext) at PaintDotNet.Data.PhotoshopFileType.PsdLoad.Load(Stream input) at PaintDotNet.FileType.Load(Stream input) in D:\src\pdn\src\Data\FileType.cs:line 491 at PaintDotNet.Functional.Func.Eval[T1,TRet](Func`2 f, T1 arg1) in D:\src\pdn\src\Fundamentals\Functional\Func.cs:line 60 Diagnostics: Application paint.net 5.0.9 (Stable 5.9.8621.1636) Build Date Wednesday, August 9, 2023 Install type Classic Language: en-US DPI 96 (1.00x scale) UI/Canvas GPU True Rendering GPU 🚀 Performance (NVIDIA GeForce GTX 745) Remote session False Animations True Translucent windows True Windows Ink True OS Windows 10 Home x64 (10.0.19045.0) Runtime .NET 7.0.10 x64 Physical Memory 4,044 MB (1,623 MB free) Virtual Memory 133,948,345 MB free Paging File 15,468 MB (7,304 MB free) CPU Intel(R) Core(TM) i3-4170 CPU @ 3.70GHz Speed ~3691 MHz Cores / Threads 2 / 4 Features SSE, SSE2, SSE3, SSSE3, SSE4_1, SSE4_2, AVX, AVX2 Pointer Huion Tablet Type IntegratedPen Contacts 1 Cursors Tip (2) Eraser (3) Video Card NVIDIA GeForce GTX 745 Hardware Acceleration Supported Dedicated Video RAM 2,006 MB Dedicated System RAM 0 MB Shared System RAM 2,022 MB Vendor ID 0x10DE Device ID 0x1382 Subsystem ID 0x31101462 Revision 162 LUID 0x0000A723 Flags AcgCompatible, SupportMonitoredFences, KeyedMutexConformance Graphics Preemption DmaBufferBoundary Compute Preemption DmaBufferBoundary Outputs 1 Feature Level Level_11_0 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 2,022 MB Vendor ID 0x1414 Device ID 0x008C Subsystem ID 0x00000000 Revision 0 LUID 0x0000B1C7 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 107 System.Private.CoreLib .\System.Private.CoreLib.dll, Version=7.0.0.0, PublicKeyToken=7cec85d7bea7798e paintdotnet .\paintdotnet.dll, Version=5.9.8621.1636 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.9.8621.1636 PaintDotNet.ComponentModel .\PaintDotNet.ComponentModel.dll, Version=5.9.8621.1636 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.9.8621.1636 System.Collections.Concurrent .\System.Collections.Concurrent.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a PaintDotNet.Collections .\PaintDotNet.Collections.dll, Version=5.9.8621.1636 PaintDotNet.Windows .\PaintDotNet.Windows.dll, Version=5.9.8621.1636 TerraFX.Interop.Windows .\TerraFX.Interop.Windows.dll, Version=10.0.22621.2, PublicKeyToken=35b01b53313a6f7e PaintDotNet.Primitives .\PaintDotNet.Primitives.dll, Version=5.9.8621.1636 PaintDotNet.Runtime .\PaintDotNet.Runtime.dll, Version=5.9.8621.1636 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.9.8621.1636 System.Diagnostics.Process .\System.Diagnostics.Process.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a PaintDotNet.Systrace .\PaintDotNet.Systrace.dll, Version=5.9.8621.1636 System.Private.Uri .\System.Private.Uri.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a WindowsBase .\WindowsBase.dll, Version=7.0.0.0, PublicKeyToken=31bf3856ad364e35 System.ComponentModel.Primitives .\System.ComponentModel.Primitives.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a PresentationFramework .\PresentationFramework.dll, Version=7.0.0.0, PublicKeyToken=31bf3856ad364e35 System.Windows.Forms.Primitives .\System.Windows.Forms.Primitives.dll, Version=7.0.0.0, PublicKeyToken=b77a5c561934e089 System.Runtime.InteropServices .\System.Runtime.InteropServices.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Xaml .\System.Xaml.dll, Version=7.0.0.0, PublicKeyToken=b77a5c561934e089 System.Drawing.Primitives .\System.Drawing.Primitives.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.ComponentModel .\System.ComponentModel.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a PaintDotNet.ObjectModel .\PaintDotNet.ObjectModel.dll, Version=5.9.8621.1636 System.Collections .\System.Collections.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.9.8621.1636 System.Configuration.ConfigurationManager .\System.Configuration.ConfigurationManager.dll, Version=7.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51 PaintDotNet.Resources .\PaintDotNet.Resources.dll, Version=5.9.8621.1636 System.Collections.Specialized .\System.Collections.Specialized.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.ObjectModel .\System.ObjectModel.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a PaintDotNet.Data .\PaintDotNet.Data.dll, Version=5.9.8621.1636 PaintDotNet.Framework .\PaintDotNet.Framework.dll, Version=5.9.8621.1636 System.Threading.ThreadPool .\System.Threading.ThreadPool.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a CommunityToolkit.HighPerformance .\CommunityToolkit.HighPerformance.dll, Version=8.2.0.0, PublicKeyToken=4aff67a105548ee2 System.Private.Xml .\System.Private.Xml.dll, Version=7.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51 System.Xml.ReaderWriter .\System.Xml.ReaderWriter.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a 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.9.8621.1636 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.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 PaintDotNet.UI .\PaintDotNet.UI.dll, Version=5.9.8621.1636 System.Collections.Immutable .\System.Collections.Immutable.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a Microsoft.Win32.Registry .\Microsoft.Win32.Registry.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Linq .\System.Linq.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Diagnostics.FileVersionInfo .\System.Diagnostics.FileVersionInfo.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a ComputeSharp.D2D1 .\ComputeSharp.D2D1.dll, Version=2.0.3.0 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.ComponentModel.TypeConverter .\System.ComponentModel.TypeConverter.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a 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.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 PaintDotNet.Windows.Core .\PaintDotNet.Windows.Core.dll, Version=5.9.8621.1636 PaintDotNet.PropertySystem .\PaintDotNet.PropertySystem.dll, Version=5.9.8621.1636 System.IO.Packaging .\System.IO.Packaging.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a PaintDotNet.Effects.Core .\PaintDotNet.Effects.Core.dll, Version=5.9.8621.1636 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.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 PaintDotNet.Effects.Gpu .\PaintDotNet.Effects.Gpu.dll, Version=5.9.8621.1636 PaintDotNet.Effects .\PaintDotNet.Effects.dll, Version=5.9.8621.1636 System.Runtime.Loader .\System.Runtime.Loader.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Reflection.MetadataLoadContext .\System.Reflection.MetadataLoadContext.dll, Version=7.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51 PhotoShop .\FileTypes\PhotoShop.dll, Version=2.5.0.40665 DdsFileTypePlus .\Bundled\DDSFileTypePlus\DdsFileTypePlus.dll, Version=1.12.2.0 mscorlib .\mscorlib.dll, Version=4.0.0.0, PublicKeyToken=b77a5c561934e089 AvifFileType .\Bundled\AvifFileType\AvifFileType.dll, Version=1.1.25.0 System.Drawing .\System.Drawing.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System .\System.dll, Version=4.0.0.0, PublicKeyToken=b77a5c561934e089 WebPFileType .\Bundled\WebPFileType\WebPFileType.dll, Version=1.3.19.0 coloraberation .\Effects\coloraberation.dll, Version=1.2.5.15647 PaintDotNet.Effects.Legacy .\PaintDotNet.Effects.Legacy.dll, Version=5.9.8621.1636 PolyGlitch.Effects .\Effects\PolyGlitch.Effects.dll, Version=1.4.0.0 System.Runtime.Serialization.Formatters .\System.Runtime.Serialization.Formatters.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a 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.Numerics .\System.Runtime.Numerics.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Core .\System.Core.dll, Version=4.0.0.0, PublicKeyToken=b77a5c561934e089 System.Linq.Parallel .\System.Linq.Parallel.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a Microsoft.VisualBasic .\Microsoft.VisualBasic.dll, Version=10.1.0.0, PublicKeyToken=b03f5f7f11d50a3a Microsoft.VisualBasic.Forms .\Microsoft.VisualBasic.Forms.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Diagnostics.StackTrace .\System.Diagnostics.StackTrace.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a PointerToolkit.TerraFX.Interop.Windows .\PointerToolkit.TerraFX.Interop.Windows.dll, Version=10.0.22621.2 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 ComputeSharp.Core .\ComputeSharp.Core.dll, Version=2.0.3.0 PhotoSauce.MagicScaler .\PhotoSauce.MagicScaler.dll, Version=0.13.2.0, PublicKeyToken=fc6b9b7b06809481 Native modules 210 paintdotnet.exe .\paintdotnet.exe, version=5.9.8621.1636 ntdll.dll C:\Windows\SYSTEM32\ntdll.dll, version=10.0.19041.2788 (WinBuild.160101.0800) KERNEL32.DLL C:\Windows\System32\KERNEL32.DLL, version=10.0.19041.3155 (WinBuild.160101.0800) KERNELBASE.dll C:\Windows\System32\KERNELBASE.dll, version=10.0.19041.3155 (WinBuild.160101.0800) SHELL32.dll C:\Windows\System32\SHELL32.dll, version=10.0.19041.964 (WinBuild.160101.0800) msvcp_win.dll C:\Windows\System32\msvcp_win.dll, version=10.0.19041.789 (WinBuild.160101.0800) ucrtbase.dll C:\Windows\System32\ucrtbase.dll, version=10.0.19041.789 (WinBuild.160101.0800) USER32.dll C:\Windows\System32\USER32.dll, version=10.0.19041.1 (WinBuild.160101.0800) win32u.dll C:\Windows\System32\win32u.dll, version=10.0.19041.3448 (WinBuild.160101.0800) GDI32.dll C:\Windows\System32\GDI32.dll, version=10.0.19041.3393 (WinBuild.160101.0800) gdi32full.dll C:\Windows\System32\gdi32full.dll, version=10.0.19041.3393 (WinBuild.160101.0800) ole32.dll C:\Windows\System32\ole32.dll, version=10.0.19041.1320 (WinBuild.160101.0800) RPCRT4.dll C:\Windows\System32\RPCRT4.dll, version=10.0.19041.2788 (WinBuild.160101.0800) combase.dll C:\Windows\System32\combase.dll, version=10.0.19041.1320 (WinBuild.160101.0800) OLEAUT32.dll C:\Windows\System32\OLEAUT32.dll, version=10.0.19041.3208 (WinBuild.160101.0800) SHLWAPI.dll C:\Windows\System32\SHLWAPI.dll, version=10.0.19041.1 (WinBuild.160101.0800) msvcrt.dll C:\Windows\System32\msvcrt.dll, version=7.0.19041.546 (WinBuild.160101.0800) VCRUNTIME140_1.dll .\VCRUNTIME140_1.dll, version=14.38.32919.0 VCRUNTIME140.dll .\VCRUNTIME140.dll, version=14.38.32919.0 IMM32.DLL C:\Windows\System32\IMM32.DLL, version=10.0.19041.2673 (WinBuild.160101.0800) shcore.dll C:\Windows\System32\shcore.dll, version=10.0.19041.1 (WinBuild.160101.0800) hostfxr.dll .\hostfxr.dll, version=7,0,1023,36312 @Commit: a6dbb800a47735bde43187350fd3aff4071c7f9c ADVAPI32.dll C:\Windows\System32\ADVAPI32.dll, version=10.0.19041.1 (WinBuild.160101.0800) sechost.dll C:\Windows\System32\sechost.dll, version=10.0.19041.1 (WinBuild.160101.0800) hostpolicy.dll .\hostpolicy.dll, version=7,0,1023,36312 @Commit: a6dbb800a47735bde43187350fd3aff4071c7f9c coreclr.dll .\coreclr.dll, version=7,0,1023,36312 @Commit: a6dbb800a47735bde43187350fd3aff4071c7f9c bcryptPrimitives.dll C:\Windows\System32\bcryptPrimitives.dll, version=10.0.19041.2486 (WinBuild.160101.0800) System.Private.CoreLib.dll .\System.Private.CoreLib.dll, version=7.0.1023.36312 clrjit.dll .\clrjit.dll, version=7,0,1023,36312 @Commit: a6dbb800a47735bde43187350fd3aff4071c7f9c kernel.appcore.dll C:\Windows\SYSTEM32\kernel.appcore.dll, version=10.0.19041.546 (WinBuild.160101.0800) paintdotnet.dll .\paintdotnet.dll, version=5.9.8621.1636 System.Runtime.dll .\System.Runtime.dll, version=7.0.1023.36312 uxtheme.dll C:\Windows\system32\uxtheme.dll, version=10.0.19041.1 (WinBuild.160101.0800) System.Windows.Forms.dll .\System.Windows.Forms.dll, version=7.0.1023.36405 PaintDotNet.Fundamentals.dll .\PaintDotNet.Fundamentals.dll, version=5.9.8621.1636 PaintDotNet.ComponentModel.dll .\PaintDotNet.ComponentModel.dll, version=5.9.8621.1636 System.Diagnostics.Tracing.dll .\System.Diagnostics.Tracing.dll, version=7.0.1023.36312 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.1023.36312 PaintDotNet.Base.dll .\PaintDotNet.Base.dll, version=5.9.8621.1636 System.Collections.Concurrent.dll .\System.Collections.Concurrent.dll, version=7.0.1023.36312 PaintDotNet.Collections.dll .\PaintDotNet.Collections.dll, version=5.9.8621.1636 PaintDotNet.Windows.dll .\PaintDotNet.Windows.dll, version=5.9.8621.1636 TerraFX.Interop.Windows.dll .\TerraFX.Interop.Windows.dll, version=10.0.22621.2 PaintDotNet.Primitives.dll .\PaintDotNet.Primitives.dll, version=5.9.8621.1636 PaintDotNet.Runtime.dll .\PaintDotNet.Runtime.dll, version=5.9.8621.1636 PointerToolkit.dll .\PointerToolkit.dll, version=1.0.0.0 System.Threading.dll .\System.Threading.dll, version=7.0.1023.36312 PaintDotNet.SystemLayer.dll .\PaintDotNet.SystemLayer.dll, version=5.9.8621.1636 System.Diagnostics.Process.dll .\System.Diagnostics.Process.dll, version=7.0.1023.36312 PaintDotNet.Systrace.dll .\PaintDotNet.Systrace.dll, version=5.9.8621.1636 windows.storage.dll C:\Windows\SYSTEM32\windows.storage.dll, version=10.0.19041.1 (WinBuild.160101.0800) Wldp.dll C:\Windows\SYSTEM32\Wldp.dll, version=10.0.19041.1 (WinBuild.160101.0800) System.Private.Uri.dll .\System.Private.Uri.dll, version=7.0.1023.36312 BCrypt.dll C:\Windows\System32\BCrypt.dll, version=10.0.19041.1 (WinBuild.160101.0800) WindowsBase.dll .\WindowsBase.dll, version=7.0.1023.36404 System.ComponentModel.Primitives.dll .\System.ComponentModel.Primitives.dll, version=7.0.1023.36312 PresentationFramework.dll .\PresentationFramework.dll, version=7.0.1023.36404 System.Windows.Forms.Primitives.dll .\System.Windows.Forms.Primitives.dll, version=7.0.1023.36405 System.Runtime.InteropServices.dll .\System.Runtime.InteropServices.dll, version=7.0.1023.36312 System.Xaml.dll .\System.Xaml.dll, version=7.0.1023.36404 System.Drawing.Primitives.dll .\System.Drawing.Primitives.dll, version=7.0.1023.36312 System.ComponentModel.dll .\System.ComponentModel.dll, version=7.0.1023.36312 PaintDotNet.ObjectModel.dll .\PaintDotNet.ObjectModel.dll, version=5.9.8621.1636 System.Collections.dll .\System.Collections.dll, version=7.0.1023.36312 System.Diagnostics.TraceSource.dll .\System.Diagnostics.TraceSource.dll, version=7.0.1023.36312 Microsoft.Win32.Primitives.dll .\Microsoft.Win32.Primitives.dll, version=7.0.1023.36312 System.Text.Encoding.CodePages.dll .\System.Text.Encoding.CodePages.dll, version=7.0.1023.36312 PaintDotNet.Core.dll .\PaintDotNet.Core.dll, version=5.9.8621.1636 System.Configuration.ConfigurationManager.dll .\System.Configuration.ConfigurationManager.dll, version=7.0.1023.36312 PaintDotNet.Resources.dll .\PaintDotNet.Resources.dll, version=5.9.8621.1636 System.Collections.Specialized.dll .\System.Collections.Specialized.dll, version=7.0.1023.36312 System.ObjectModel.dll .\System.ObjectModel.dll, version=7.0.1023.36312 PaintDotNet.Data.dll .\PaintDotNet.Data.dll, version=5.9.8621.1636 PaintDotNet.Framework.dll .\PaintDotNet.Framework.dll, version=5.9.8621.1636 System.Private.Xml.dll .\System.Private.Xml.dll, version=7.0.1023.36312 System.Threading.ThreadPool.dll .\System.Threading.ThreadPool.dll, version=7.0.1023.36312 PresentationNative_cor3.dll .\PresentationNative_cor3.dll, version=7,0,23,36204 @Commit: ad072b5e2d0b7f41adc102d487ef2ec23d4289c8 CommunityToolkit.HighPerformance.dll .\CommunityToolkit.HighPerformance.dll, version=8.2.1.1 System.Xml.ReaderWriter.dll .\System.Xml.ReaderWriter.dll, version=7.0.1023.36312 System.Net.WebClient.dll .\System.Net.WebClient.dll, version=7.0.1023.36312 System.ComponentModel.EventBasedAsync.dll .\System.ComponentModel.EventBasedAsync.dll, version=7.0.1023.36312 PaintDotNet.Windows.Framework.dll .\PaintDotNet.Windows.Framework.dll, version=5.9.8621.1636 System.Memory.dll .\System.Memory.dll, version=7.0.1023.36312 System.Text.Encoding.Extensions.dll .\System.Text.Encoding.Extensions.dll, version=7.0.1023.36312 System.Drawing.Common.dll .\System.Drawing.Common.dll, version=7.0.1023.36312 Microsoft.Win32.SystemEvents.dll .\Microsoft.Win32.SystemEvents.dll, version=7.0.1023.36312 PaintDotNet.UI.dll .\PaintDotNet.UI.dll, version=5.9.8621.1636 MSCTF.dll C:\Windows\System32\MSCTF.dll, version=10.0.19041.1 (WinBuild.160101.0800) System.Collections.Immutable.dll .\System.Collections.Immutable.dll, version=7.0.1023.36312 Microsoft.Win32.Registry.dll .\Microsoft.Win32.Registry.dll, version=7.0.1023.36312 System.Linq.dll .\System.Linq.dll, version=7.0.1023.36312 dxgi.DLL C:\Windows\SYSTEM32\dxgi.DLL, version=10.0.19041.2311 (WinBuild.160101.0800) System.Diagnostics.FileVersionInfo.dll .\System.Diagnostics.FileVersionInfo.dll, version=7.0.1023.36312 profapi.dll C:\Windows\SYSTEM32\profapi.dll, version=10.0.19041.3155 (WinBuild.160101.0800) version.dll C:\Windows\SYSTEM32\version.dll, version=10.0.19041.546 (WinBuild.160101.0800) ComputeSharp.D2D1.dll .\ComputeSharp.D2D1.dll, version=2.0.3.0 System.Security.Principal.Windows.dll .\System.Security.Principal.Windows.dll, version=7.0.1023.36312 System.Security.Claims.dll .\System.Security.Claims.dll, version=7.0.1023.36312 d3d11.DLL C:\Windows\SYSTEM32\d3d11.DLL, version=10.0.19041.2913 (WinBuild.160101.0800) nvldumdx.dll C:\Windows\System32\DriverStore\FileRepository\nvlei.inf_amd64_1e5075e0f7758313\nvldumdx.dll, version=31.0.15.3713 msasn1.dll C:\Windows\SYSTEM32\msasn1.dll, version=10.0.19041.2251 (WinBuild.160101.0800) cryptnet.dll C:\Windows\SYSTEM32\cryptnet.dll, version=10.0.19041.906 (WinBuild.160101.0800) CRYPT32.dll C:\Windows\System32\CRYPT32.dll, version=10.0.19041.1 (WinBuild.160101.0800) drvstore.dll C:\Windows\SYSTEM32\drvstore.dll, version=10.0.19041.2546 (WinBuild.160101.0800) devobj.dll C:\Windows\SYSTEM32\devobj.dll, version=10.0.19041.3155 (WinBuild.160101.0800) cfgmgr32.dll C:\Windows\System32\cfgmgr32.dll, version=10.0.19041.3155 (WinBuild.160101.0800) cryptbase.dll C:\Windows\SYSTEM32\cryptbase.dll, version=10.0.19041.546 (WinBuild.160101.0800) wintrust.dll C:\Windows\System32\wintrust.dll, version=10.0.19041.3271 (WinBuild.160101.0800) System.ComponentModel.TypeConverter.dll .\System.ComponentModel.TypeConverter.dll, version=7.0.1023.36312 imagehlp.dll C:\Windows\System32\imagehlp.dll, version=10.0.19041.1415 (WinBuild.160101.0800) PresentationCore.dll .\PresentationCore.dll, version=7.0.1023.36404 DirectWriteForwarder.dll .\DirectWriteForwarder.dll, version=7,0,1023,36404 @Commit: 9a9892f5204f1a1b31ab2c81b025d6e35e0f3693 System.Runtime.Extensions.dll .\System.Runtime.Extensions.dll, version=7.0.1023.36312 System.Diagnostics.Debug.dll .\System.Diagnostics.Debug.dll, version=7.0.1023.36312 System.Runtime.CompilerServices.VisualC.dll .\System.Runtime.CompilerServices.VisualC.dll, version=7.0.1023.36312 dwrite.dll C:\Windows\SYSTEM32\dwrite.dll, version=10.0.19041.1 (WinBuild.160101.0800) System.Collections.NonGeneric.dll .\System.Collections.NonGeneric.dll, version=7.0.1023.36312 PaintDotNet.Windows.Core.dll .\PaintDotNet.Windows.Core.dll, version=5.9.8621.1636 d2d1.DLL C:\Windows\SYSTEM32\d2d1.DLL, version=10.0.19041.1 (WinBuild.160101.0800) PaintDotNet.PropertySystem.dll .\PaintDotNet.PropertySystem.dll, version=5.9.8621.1636 gdiplus.dll C:\Windows\WinSxS\amd64_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.19041.2251_none_91a40448cc8846c1\gdiplus.dll, version=10.0.19041.2251 (WinBuild.160101.0800) WindowsCodecs.dll C:\Windows\SYSTEM32\WindowsCodecs.dll, version=10.0.19041.1706 (WinBuild.160101.0800) System.IO.Packaging.dll .\System.IO.Packaging.dll, version=7.0.1023.36312 XmlLite.dll C:\Windows\SYSTEM32\XmlLite.dll, version=10.0.19041.546 (WinBuild.160101.0800) 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.746 (WinBuild.160101.0800) PaintDotNet.Effects.Core.dll .\PaintDotNet.Effects.Core.dll, version=5.9.8621.1636 Accessibility.dll .\Accessibility.dll, version=7.0.1023.36405 comctl32.dll C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.19041.1110_none_60b5254171f9507e\comctl32.dll, version=6.10 (WinBuild.160101.0800) UIAutomationTypes.dll .\UIAutomationTypes.dll, version=7.0.1023.36404 System.Numerics.Vectors.dll .\System.Numerics.Vectors.dll, version=7.0.1023.36312 CRYPTSP.dll C:\Windows\SYSTEM32\CRYPTSP.dll, version=10.0.19041.546 (WinBuild.160101.0800) rsaenh.dll C:\Windows\system32\rsaenh.dll, version=10.0.19041.1 (WinBuild.160101.0800) nvwgf2umx.dll C:\Windows\System32\DriverStore\FileRepository\nvlei.inf_amd64_1e5075e0f7758313\nvwgf2umx.dll, version=31.0.15.3713 WINMM.dll C:\Windows\SYSTEM32\WINMM.dll, version=10.0.19041.1 (WinBuild.160101.0800) System.Threading.Tasks.Parallel.dll .\System.Threading.Tasks.Parallel.dll, version=7.0.1023.36312 System.Reflection.Metadata.dll .\System.Reflection.Metadata.dll, version=7.0.1023.36312 nvspcap64.dll C:\Windows\system32\nvspcap64.dll, version=3.27.0.112 ntmarta.dll C:\Windows\SYSTEM32\ntmarta.dll, version=10.0.19041.1 (WinBuild.160101.0800) MessageBus.dll C:\Windows\System32\DriverStore\FileRepository\nvlei.inf_amd64_1e5075e0f7758313\Display.NvContainer\MessageBus.dll, version= WS2_32.dll C:\Windows\System32\WS2_32.dll, version=10.0.19041.1081 (WinBuild.160101.0800) IPHLPAPI.DLL C:\Windows\SYSTEM32\IPHLPAPI.DLL, version=10.0.19041.1 (WinBuild.160101.0800) TextShaping.dll C:\Windows\SYSTEM32\TextShaping.dll, version= System.IO.MemoryMappedFiles.dll .\System.IO.MemoryMappedFiles.dll, version=7.0.1023.36312 PaintDotNet.Effects.Gpu.dll .\PaintDotNet.Effects.Gpu.dll, version=5.9.8621.1636 PaintDotNet.Effects.dll .\PaintDotNet.Effects.dll, version=5.9.8621.1636 System.Runtime.Loader.dll .\System.Runtime.Loader.dll, version=7.0.1023.36312 NSI.dll C:\Windows\System32\NSI.dll, version=10.0.19041.610 (WinBuild.160101.0800) dhcpcsvc.DLL C:\Windows\SYSTEM32\dhcpcsvc.DLL, version=10.0.19041.1 (WinBuild.160101.0800) dxcore.dll C:\Windows\SYSTEM32\dxcore.dll, version=10.0.19041.546 (WinBuild.160101.0800) wtsapi32.dll C:\Windows\SYSTEM32\wtsapi32.dll, version=10.0.19041.546 (WinBuild.160101.0800) WINSTA.dll C:\Windows\SYSTEM32\WINSTA.dll, version=10.0.19041.3155 (WinBuild.160101.0800) System.Reflection.MetadataLoadContext.dll .\System.Reflection.MetadataLoadContext.dll, version=7.0.22.51805 PhotoShop.dll .\FileTypes\PhotoShop.dll, version=2.5.0.0 D3D10Warp.dll C:\Windows\SYSTEM32\D3D10Warp.dll, version=10.0.19041.2788 (WinBuild.160101.0800) DdsFileTypePlus.dll .\Bundled\DDSFileTypePlus\DdsFileTypePlus.dll, version=1.12.2.0 mscorlib.dll .\mscorlib.dll, version=7.0.1023.36312 mfplat.dll C:\Windows\SYSTEM32\mfplat.dll, version=10.0.19041.1 (WinBuild.160101.0800) RTWorkQ.DLL C:\Windows\SYSTEM32\RTWorkQ.DLL, version=10.0.19041.1 (WinBuild.160101.0800) CompPkgSup.DLL C:\Windows\SYSTEM32\CompPkgSup.DLL, version=10.0.19041.746 (WinBuild.160101.0800) Windows.StateRepositoryPS.dll C:\Windows\System32\Windows.StateRepositoryPS.dll, version=10.0.19041.3155 (WinBuild.160101.0800) AvifFileType.dll .\Bundled\AvifFileType\AvifFileType.dll, version=1.1.25.0 System.Drawing.dll .\System.Drawing.dll, version=7.0.1023.36405 System.dll .\System.dll, version=7.0.1023.36312 WebPFileType.dll .\Bundled\WebPFileType\WebPFileType.dll, version=1.3.19.0 WinTypes.dll C:\Windows\System32\WinTypes.dll, version=10.0.19041.1320 (WinBuild.160101.0800) UIAutomationCore.dll C:\Windows\SYSTEM32\UIAutomationCore.dll, version=7.2.19041.1 (WinBuild.160101.0800) PROPSYS.dll C:\Windows\SYSTEM32\PROPSYS.dll, version=7.0.19041.1708 (WinBuild.160101.0800) coloraberation.dll .\Effects\coloraberation.dll, version=1.2.5.0 PaintDotNet.Effects.Legacy.dll .\PaintDotNet.Effects.Legacy.dll, version=5.9.8621.1636 PolyGlitch.Effects.dll .\Effects\PolyGlitch.Effects.dll, version=1.4.0.0 System.Runtime.Serialization.Formatters.dll .\System.Runtime.Serialization.Formatters.dll, version=7.0.1023.36312 dwmapi.DLL C:\Windows\SYSTEM32\dwmapi.DLL, version=10.0.19041.1 (WinBuild.160101.0800) dataexchange.dll C:\Windows\system32\dataexchange.dll, version=10.0.19041.1387 (WinBuild.160101.0800) dcomp.dll C:\Windows\system32\dcomp.dll, version=10.0.19041.2913 (WinBuild.160101.0800) twinapi.appcore.dll C:\Windows\system32\twinapi.appcore.dll, version=10.0.19041.1 (WinBuild.160101.0800) textinputframework.dll C:\Windows\SYSTEM32\textinputframework.dll, version=10.0.19041.3393 (WinBuild.160101.0800) CoreUIComponents.dll C:\Windows\System32\CoreUIComponents.dll, version=10.0.19041.546 CoreMessaging.dll C:\Windows\System32\CoreMessaging.dll, version=10.0.19041.3393 Oleacc.dll C:\Windows\system32\Oleacc.dll, version=7.2.19041.746 (WinBuild.160101.0800) powrprof.dll C:\Windows\SYSTEM32\powrprof.dll, version=10.0.19041.1 (WinBuild.160101.0800) UMPDC.dll C:\Windows\SYSTEM32\UMPDC.dll, version= Crc32.NET.dll .\Crc32.NET.dll, version=1.2.0.5 System.Security.Cryptography.dll .\System.Security.Cryptography.dll, version=7.0.1023.36312 Newtonsoft.Json.dll .\Newtonsoft.Json.dll, version=13.0.3.27908 System.Linq.Expressions.dll .\System.Linq.Expressions.dll, version=7.0.1023.36312 System.Runtime.Numerics.dll .\System.Runtime.Numerics.dll, version=7.0.1023.36312 System.Core.dll .\System.Core.dll, version=7.0.1023.36312 System.Linq.Parallel.dll .\System.Linq.Parallel.dll, version=7.0.1023.36312 Microsoft.VisualBasic.dll .\Microsoft.VisualBasic.dll, version=7.0.1023.36405 Microsoft.VisualBasic.Forms.dll .\Microsoft.VisualBasic.Forms.dll, version=7.0.1023.36405 MsftEdit.DLL C:\Windows\SYSTEM32\MsftEdit.DLL, version=10.0.19041.1 (WinBuild.160101.0800) Microsoft.DiaSymReader.Native.amd64.dll .\Microsoft.DiaSymReader.Native.amd64.dll, version=14.29.30150.0 built by: cloudtest System.Diagnostics.StackTrace.dll .\System.Diagnostics.StackTrace.dll, version=7.0.1023.36312 setupapi.DLL C:\Windows\System32\setupapi.DLL, version=10.0.19041.1 (WinBuild.160101.0800) PointerToolkit.TerraFX.Interop.Windows.dll .\PointerToolkit.TerraFX.Interop.Windows.dll, version=10.0.22621.2 Windows.Globalization.dll C:\Windows\System32\Windows.Globalization.dll, version=10.0.19041.1708 (WinBuild.160101.0800) bcp47mrm.dll C:\Windows\System32\bcp47mrm.dll, version=10.0.19041.1503 (WinBuild.160101.0800) Bcp47Langs.dll C:\Windows\System32\Bcp47Langs.dll, version=10.0.19041.1566 (WinBuild.160101.0800) globinputhost.dll C:\Windows\SYSTEM32\globinputhost.dll, version=10.0.19041.1806 (WinBuild.160101.0800) sxs.dll C:\Windows\SYSTEM32\sxs.dll, version=10.0.19041.1 (WinBuild.160101.0800) System.Text.RegularExpressions.dll .\System.Text.RegularExpressions.dll, version=7.0.1023.36312 PaintDotNet.SystemLayer.Native.x64.dll .\PaintDotNet.SystemLayer.Native.x64.dll, version=5.9.8621.1636 System.Runtime.Intrinsics.dll .\System.Runtime.Intrinsics.dll, version=7.0.1023.36312 explorerframe.dll C:\Windows\system32\explorerframe.dll, version=10.0.19041.3393 (WinBuild.160101.0800) ComputeSharp.Core.dll .\ComputeSharp.Core.dll, version=2.0.3.0 PhotoSauce.MagicScaler.dll .\PhotoSauce.MagicScaler.dll, version=0.13.2.0 d3dcompiler_47.DLL C:\Windows\SYSTEM32\d3dcompiler_47.DLL, version=10.0.19041.3393 (WinBuild.160101.0800) Cabinet.dll C:\Windows\SYSTEM32\Cabinet.dll, version=5.00 (WinBuild.160101.0800)" Quote Link to comment Share on other sites More sharing options...
Rick Brewster Posted September 23, 2023 Share Posted September 23, 2023 12 minutes ago, Maddera_goddess said: Exception: System.OutOfMemoryException: Insufficient memory to continue the execution of the program. You don't have enough memory (RAM) to open the image. Quote
Recommended Posts