Pixey Posted October 16, 2020 Share Posted October 16, 2020 Many thanks @AndrewDavid Wow! Who knew one needed so many layers to do those 🙀 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...
hexaae Posted November 1, 2020 Share Posted November 1, 2020 (edited) Mmmh, if I select from requester to open a AGIF file, Windows file requester will be correctly restricted to aGIFs only in that directory, skipping normal GIF files: but then when I proceed loading those .gif as AGIF they won't get loaded as agif Is this a bug? I know I can rename them .agif to load them correctly as animated gifs, but I wanted to keep them as .gif and force-load them as AGIF from within Paint.net... Am I doing something wrong? Is this impossible to do? Edited November 22, 2020 by hexaae Quote Link to comment Share on other sites More sharing options...
BoltBait Posted November 1, 2020 Share Posted November 1, 2020 1 minute ago, hexaae said: Mmmh, if I select from requester to open a AGIF file, Windows file requester will be correctly restricted to aGIFs only, but when I load those .gif they get loaded as gif and not as agif Is this a bug? I know I can reneame them .agif to load them correctly as animated gifs, but I wanted to keep them as .gif and force-load them as AGIF from within Paint.net... Am I doing something wrong? Because of a quirk of the Paint.NET file type plugin system, you can't override built-in file types. Therefore, to support animated gif files, you must first install the agif plugin, then rename your file from MyFile.GIF to MyFile.AGIF and open it in Paint.NET. When finished making changes, you need to save your animated gif as MyFile.AGIF. Finally, to see the results in Windows/Explorer/etc., you must rename your MyFile.AGIF to MyFile.GIF. If you can't see the file extensions in file explorer, you need to enable that in the file explorer ribbon. 1 Quote Click to play: Download: BoltBait's Plugin Pack | CodeLab | and how about a Computer Dominos Game Link to comment Share on other sites More sharing options...
hexaae Posted November 1, 2020 Share Posted November 1, 2020 (edited) Oh Thank you from prompt reply. Will this change in the future for Paint.net? At least when force-loading a specific format changing file type in the file-requester... Of course keeping default filter will give priority to built-in formats, but when choosing a specific filter I expected Paint.net to ignore built-in filter. Edited November 1, 2020 by hexaae Quote Link to comment Share on other sites More sharing options...
BoltBait Posted November 1, 2020 Share Posted November 1, 2020 2 minutes ago, hexaae said: Will this change in the future for Paint.net? THAT... I can not answer. Quote Click to play: Download: BoltBait's Plugin Pack | CodeLab | and how about a Computer Dominos Game Link to comment Share on other sites More sharing options...
DazedSparrow Posted November 16, 2020 Share Posted November 16, 2020 Hi, I am sorry if this has been answered, my older brother usually helps me with this sort of stuff but we do not live near each other anymore. I can no longer get this plugin to work, I tried saving as a "gif" and renaming to "agif". Ive also replaced the save files for this plugin. Making gifs was really fun and I haven't been able to do it in a long time. I primarily use pantdotnet over any other program. I tried using Gimp but I hate it. Any help, advice, or tips would be appreciated. Quote Link to comment Share on other sites More sharing options...
Pixey Posted November 16, 2020 Share Posted November 16, 2020 Hello @DazedSparrow and welcome to the forum Hopefully going over the following tutorial will help you to see how @Midora's Plugin is used to make an animation in paintdotnet Pay particular attention to where the Plugin .dll's are placed into PDN's folders. 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...
DazedSparrow Posted November 16, 2020 Share Posted November 16, 2020 14 minutes ago, Pixey said: Hello @DazedSparrow and welcome to the forum Hopefully going over the following tutorial will help you to see how @Midora's Plugin is used to make an animation in paintdotnet Pay particular attention to where the Plugin .dll's are placed into PDN's folders. Thank you! I will try this out, I have used this plugin before but it stopped working some time ago- but it doesn't hurt to try again! I will look this over, thank you so much! Quote Link to comment Share on other sites More sharing options...
Pixey Posted November 16, 2020 Share Posted November 16, 2020 You are welcome @DazedSparrow If you go to the first page you will see that this Plugin was revamped in 2019, so you will have to download it anew 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...
DazedSparrow Posted November 16, 2020 Share Posted November 16, 2020 2 minutes ago, Pixey said: You are welcome @DazedSparrow If you go to the first page you will see that this Plugin was revamped in 2019, so you will have to download it anew i may not have updated it on this pc (had some pc/laptop issues earlier this year) so i will re-download it Quote Link to comment Share on other sites More sharing options...
DazedSparrow Posted November 16, 2020 Share Posted November 16, 2020 @Pixeythank you again sooo much! it worked! I have fiddled with this a LONG time whenever I get the chance and was super frustrated and honestly disenchanted with it. I truly appreciate you time and patience. 1 1 Quote Link to comment Share on other sites More sharing options...
DragonFox Posted December 18, 2020 Share Posted December 18, 2020 Crashed. log is pretty long, so i put it on pastebin; https://pastebin.com/K9ELE9k7 Quote Link to comment Share on other sites More sharing options...
Pixey Posted December 18, 2020 Share Posted December 18, 2020 @DragonFox Do you have the latest download, from the first page, as it has been re-vamped since the original Plugin was created? 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...
AlexY Posted December 18, 2020 Share Posted December 18, 2020 (edited) Hi, Thank you all for the great tool and your support. I'm trying to open my GIF but got an error in the very end of file's opening process (full details in the file below). Is there any ideas how I can fix it? Exception: System.AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt. at System.Buffer.__Memmove(Byte* dest, Byte* src, UInt64 len) at System.Buffer._Memmove(Byte* dest, Byte* src, UInt64 len) at System.Buffer.Memmove(Byte* dest, Byte* src, UInt64 len) at PaintDotNet.Surface.CopySurface(ISurface`1 source) in D:\src\pdn\src\Core\Surface.cs:line 1162 at PaintDotNet.Surface.Clone() in D:\src\pdn\src\Core\Surface.cs:line 1498 at PropertyBasedFileTypes.AgifInternal.Load(Stream input) at PaintDotNet.FileType.Load(Stream input) in D:\src\pdn\src\Data\FileType.cs:line 512 at PaintDotNet.Functional.Func.Eval[T1,TRet](Func`2 f, T1 arg1) in D:\src\pdn\src\Base\Functional\Func.cs:line 158 Details.txt Edited December 18, 2020 by AlexY Shorten the main message Quote Link to comment Share on other sites More sharing options...
DragonFox Posted December 18, 2020 Share Posted December 18, 2020 58 minutes ago, Pixey said: @DragonFox Do you have the latest download, from the first page, as it has been re-vamped since the original Plugin was created? yes. Test case: 43 png images imported as layers. 1024x1024 pixels. Quote Link to comment Share on other sites More sharing options...
Pixey Posted December 18, 2020 Share Posted December 18, 2020 52 minutes ago, DragonFox said: 1024x1024 pixels. That's big. Just to re-cap is it crashing PDN when you import the GIF (which should have .agif at the end of the saved file), or are you trying to make a GIF with this Plugin? When I have used this Plugin, my images are usually no bigger than 500 x 200. 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...
Pixey Posted December 18, 2020 Share Posted December 18, 2020 Hello @AlexY and Welcome When you saved the GIF to open in PDN, did you add .agif to the file and save as All Files ? 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...
DragonFox Posted December 19, 2020 Share Posted December 19, 2020 On 12/18/2020 at 4:25 PM, Pixey said: That's big. Just to re-cap is it crashing PDN when you import the GIF (which should have .agif at the end of the saved file), or are you trying to make a GIF with this Plugin? When I have used this Plugin, my images are usually no bigger than 500 x 200. Saving. I see the progress bar become full, then the plugin crashes Quote Link to comment Share on other sites More sharing options...
Pixey Posted December 19, 2020 Share Posted December 19, 2020 Hmm... to be honest I think it's because the images are just too big. You are using Save As Agif? I just tested the Plugin and it's working fine: 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 December 19, 2020 Share Posted December 19, 2020 2 hours ago, Pixey said: You are using Save As Agif? @DragonFox is using the AGIF plugin, the crash is occurring when the AGIF plugin attempts to load the preview image in the save dialog. If the images are family friendly, uploading the zipped PDN file would help in debugging this issue. I copied the crash log text from the PasteBin link: Spoiler Exception: System.AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt. at System.Buffer.__Memmove(Byte* dest, Byte* src, UInt64 len) at System.Buffer._Memmove(Byte* dest, Byte* src, UInt64 len) at System.Buffer.Memmove(Byte* dest, Byte* src, UInt64 len) at PaintDotNet.Surface.CopySurface(ISurface`1 source) in D:\src\pdn\src\Core\Surface.cs:line 1162 at PaintDotNet.Surface.Clone() in D:\src\pdn\src\Core\Surface.cs:line 1498 at PropertyBasedFileTypes.AgifInternal.Load(Stream input) in C:\Users\Kalama\Documents\GitHub\ImAGIF.FileTypeRick\PropertyBasedFileTypes\AgifInternal.cs:line 39 at PaintDotNet.FileType.Load(Stream input) in D:\src\pdn\src\Data\FileType.cs:line 512 at PaintDotNet.Dialogs.SaveConfigDialog.<>c__DisplayClass49_0.<UpdatePreviewAsync>b__0() in D:\src\pdn\src\PaintDotNet\Dialogs\SaveConfigDialog.cs:line 622 at System.Threading.Tasks.Task.Execute() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at PaintDotNet.Dialogs.SaveConfigDialog.<UpdatePreviewAsync>d__49.MoveNext() in D:\src\pdn\src\PaintDotNet\Dialogs\SaveConfigDialog.cs:line 632 Diagnostics: Application paint.net 4.2.14 (Final 4.214.7601.39231) Build Date Friday, October 23, 2020 Install type Classic Hardware accelerated rendering (GPU) False Animations True DPI 96 (1.00x scale) Language en-US OS Windows 8.1 x64 (6.3.9600.0) (0x65) .NET Runtime 4.0.30319.42000 Physical Memory 8,073 MB CPU Intel(R) Core(TM) i7-5500U CPU @ 2.40GHz Speed ~2394 MHz Cores / Threads 2 / 4 Features SSE, SSE2, SSE3, SSSE3, SSE4_1, SSE4_2, AVX, AVX2 Pointer Touchscreen Type Touch Contacts 10 Video Card NVIDIA GeForce 940M Dedicated Video RAM 1,970 MB Dedicated System RAM 0 MB Shared System RAM 4,036 MB Vendor ID 0x10DE Device ID 0x1347 Subsystem ID 0x391717AA Revision 162 LUID 0x000102E7 Flags None Graphics Preemption DmaBufferBoundary Compute Preemption DmaBufferBoundary Outputs 1 Feature Level Direct3D_11_0 DXGI Formats A8_UNorm, B8G8R8A8_UNorm, R16G16B16A16_UNorm, R16G16B16A16_Float, R32G32B32A32_Float Buffer Precision UNorm8bpc, UNorm8bpcSrgb, UNorm16bpc, Float16bpc, Float32bpc Video Card Intel(R) HD Graphics 5500 Dedicated Video RAM 128 MB Dedicated System RAM 0 MB Shared System RAM 3,840 MB Vendor ID 0x8086 Device ID 0x1616 Subsystem ID 0x391717AA Revision 9 LUID 0x0000FF9E Flags None Graphics Preemption TriangleBoundary Compute Preemption ThreadGroupBoundary Outputs 0 Feature Level Direct3D_11_1 DXGI Formats A8_UNorm, B8G8R8A8_UNorm, R16G16B16A16_UNorm, R16G16B16A16_Float, R32G32B32A32_Float Buffer Precision UNorm8bpc, UNorm8bpcSrgb, UNorm16bpc, Float16bpc, Float32bpc Video Card Microsoft Basic Render Driver Dedicated Video RAM 0 MB Dedicated System RAM 0 MB Shared System RAM 256 MB Vendor ID 0x1414 Device ID 0x008C Subsystem ID 0x00000000 Revision 0 LUID 0x00010280 Flags Software Graphics Preemption PrimitiveBoundary Compute Preemption DispatchBoundary Outputs 0 Feature Level Direct3D_11_1 DXGI Formats A8_UNorm, B8G8R8A8_UNorm, R16G16B16A16_UNorm, R16G16B16A16_Float, R32G32B32A32_Float Buffer Precision UNorm8bpc, UNorm8bpcSrgb, UNorm16bpc, Float16bpc, Float32bpc Managed assemblies 32 mscorlib mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 PaintDotNet PaintDotNet, Version=4.214.7601.39231, Culture=neutral, PublicKeyToken=null PaintDotNet.Core PaintDotNet.Core, Version=4.214.7601.39231, Culture=neutral, PublicKeyToken=null PaintDotNet.Base PaintDotNet.Base, Version=4.214.7601.39231, Culture=neutral, PublicKeyToken=null WindowsBase WindowsBase, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 System.Core System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 System System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 System.Drawing System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a PresentationFramework PresentationFramework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 PresentationCore PresentationCore, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 System.Windows.Forms System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 PaintDotNet.SystemLayer PaintDotNet.SystemLayer, Version=4.214.7601.39231, Culture=neutral, PublicKeyToken=null PaintDotNet.Framework PaintDotNet.Framework, Version=4.214.7601.39231, Culture=neutral, PublicKeyToken=null PaintDotNet.Resources PaintDotNet.Resources, Version=4.214.7601.39231, Culture=neutral, PublicKeyToken=null PaintDotNet.Effects PaintDotNet.Effects, Version=4.214.7601.39231, Culture=neutral, PublicKeyToken=null PaintDotNet.Data PaintDotNet.Data, Version=4.214.7601.39231, Culture=neutral, PublicKeyToken=null PaintDotNet.SystemLayer.Native.x64 PaintDotNet.SystemLayer.Native.x64, Version=4.214.7601.39231, Culture=neutral, PublicKeyToken=null System.Configuration System.Configuration, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a System.Xml System.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 System.Xaml System.Xaml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 System.Runtime.CompilerServices.Unsafe System.Runtime.CompilerServices.Unsafe, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a ImAGIF.FileType ImAGIF.FileType, Version=0.13.0.21358, Culture=neutral, PublicKeyToken=null WebPFileType WebPFileType, Version=1.3.4.0, Culture=neutral, PublicKeyToken=null DdsFileTypePlus DdsFileTypePlus, Version=1.10.7.0, Culture=neutral, PublicKeyToken=null AvifFileType AvifFileType, Version=1.1.4.0, Culture=neutral, PublicKeyToken=null System.Collections.Immutable System.Collections.Immutable, Version=1.2.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a Accessibility Accessibility, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a System.Buffers System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 System.Memory System.Memory, Version=4.0.1.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 ColorClearer ColorClearer, Version=1.1.6009.41762, Culture=neutral, PublicKeyToken=null K4os.Compression.LZ4 K4os.Compression.LZ4, Version=1.1.11.0, Culture=neutral, PublicKeyToken=2186fa9121ef231d System.Xml.Linq System.Xml.Linq, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 Native modules 222 PaintDotNet.exe C:\Program Files\paint.net\PaintDotNet.exe, version=4.214.7601.39231 ntdll.dll C:\WINDOWS\SYSTEM32\ntdll.dll, version=6.3.9600.18217 (winblue_ltsb.160124-0053) MSCOREE.DLL C:\WINDOWS\SYSTEM32\MSCOREE.DLL, version=6.3.9600.16384 (winblue_rtm.130821-1623) KERNEL32.dll C:\WINDOWS\system32\KERNEL32.dll, version=6.3.9600.18217 (winblue_ltsb.160124-0053) KERNELBASE.dll C:\WINDOWS\system32\KERNELBASE.dll, version=6.3.9600.18217 (winblue_ltsb.160124-0053) ADVAPI32.dll C:\WINDOWS\system32\ADVAPI32.dll, version=6.3.9600.16384 (winblue_rtm.130821-1623) msvcrt.dll C:\WINDOWS\system32\msvcrt.dll, version=7.0.9600.17415 (winblue_r4.141028-1500) sechost.dll C:\WINDOWS\SYSTEM32\sechost.dll, version=6.3.9600.16384 (winblue_rtm.130821-1623) RPCRT4.dll C:\WINDOWS\system32\RPCRT4.dll, version=6.3.9600.16384 (winblue_rtm.130821-1623) SspiCli.dll C:\WINDOWS\system32\SspiCli.dll, version=6.3.9600.18454 (winblue_ltsb.160820-0600) mscoreei.dll C:\Windows\Microsoft.NET\Framework64\v4.0.30319\mscoreei.dll, version=4.8.4018.0 built by: NET48REL1LAST_C SHLWAPI.dll C:\WINDOWS\system32\SHLWAPI.dll, version=6.3.9600.16384 (winblue_rtm.130821-1623) combase.dll C:\WINDOWS\SYSTEM32\combase.dll, version=6.3.9600.18666 (winblue_ltsb.170415-2040) USER32.dll C:\WINDOWS\system32\USER32.dll, version=6.3.9600.16384 (winblue_rtm.130821-1623) GDI32.dll C:\WINDOWS\system32\GDI32.dll, version=6.3.9600.19539 (winblue_ltsb_escrow.191016-1700) IMM32.DLL C:\WINDOWS\system32\IMM32.DLL, version=6.3.9600.17415 (winblue_r4.141028-1500) MSCTF.dll C:\WINDOWS\system32\MSCTF.dll, version=6.3.9600.16384 (winblue_rtm.130821-1623) kernel.appcore.dll C:\WINDOWS\SYSTEM32\kernel.appcore.dll, version=6.3.9600.17415 (winblue_r4.141028-1500) VERSION.dll C:\WINDOWS\SYSTEM32\VERSION.dll, version=6.3.9600.17415 (winblue_r4.141028-1500) clr.dll C:\Windows\Microsoft.NET\Framework64\v4.0.30319\clr.dll, version=4.8.4069.0 built by: NET48REL1LAST_B VCRUNTIME140_CLR0400.dll C:\WINDOWS\SYSTEM32\VCRUNTIME140_CLR0400.dll, version=14.10.25028.0 built by: VCTOOLSD15RTM ucrtbase_clr0400.dll C:\WINDOWS\SYSTEM32\ucrtbase_clr0400.dll, version=14.10.25028.0 built by: VCTOOLSD15RTM psapi.dll C:\WINDOWS\system32\psapi.dll, version=6.3.9600.17415 (winblue_r4.141028-1500) mscorlib.ni.dll C:\WINDOWS\assembly\NativeImages_v4.0.30319_64\mscorlib\7fab566d563ec7b74b7696d436ef82d6\mscorlib.ni.dll, version=4.8.4069.0 built by: NET48REL1LAST_B ole32.dll C:\WINDOWS\system32\ole32.dll, version=6.3.9600.16384 (winblue_rtm.130821-1623) CRYPTBASE.dll C:\WINDOWS\SYSTEM32\CRYPTBASE.dll, version=6.3.9600.17415 (winblue_r4.141028-1500) bcryptPrimitives.dll C:\WINDOWS\SYSTEM32\bcryptPrimitives.dll, version=6.3.9600.18895 (winblue_ltsb.180101-1800) uxtheme.dll C:\WINDOWS\system32\uxtheme.dll, version=6.3.9600.16384 (winblue_rtm.130821-1623) tiptsf.dll C:\Program Files\Common Files\microsoft shared\ink\tiptsf.dll, version=6.3.9600.16384 (winblue_rtm.130821-1623) OLEAUT32.dll C:\WINDOWS\system32\OLEAUT32.dll, version=6.3.9600.19460 CRYPTSP.dll C:\WINDOWS\SYSTEM32\CRYPTSP.dll, version=6.3.9600.17415 (winblue_r4.141028-1500) rsaenh.dll C:\WINDOWS\system32\rsaenh.dll, version=6.3.9600.16384 (winblue_rtm.130821-1623) bcrypt.dll C:\WINDOWS\SYSTEM32\bcrypt.dll, version=6.3.9600.16384 (winblue_rtm.130821-1623) System.ni.dll C:\WINDOWS\assembly\NativeImages_v4.0.30319_64\System\b4f96cff0dcbbbafc191fb13a8166383\System.ni.dll, version=4.8.4001.0 built by: NET48REL1LAST_C System.Core.ni.dll C:\WINDOWS\assembly\NativeImages_v4.0.30319_64\System.Core\6d2b3ec7c816fa571e3386dee4d9441c\System.Core.ni.dll, version=4.8.4110.0 built by: NET48REL1LAST_B WindowsBase.ni.dll C:\WINDOWS\assembly\NativeImages_v4.0.30319_64\WindowsBase\53a028eb88ae216cd9c8a63e87eec950\WindowsBase.ni.dll, version=4.8.4110.0 built by: NET48REL1LAST_B System.Drawing.ni.dll C:\WINDOWS\assembly\NativeImages_v4.0.30319_64\System.Drawing\f7aa008075f1441ded82188fa5cde5e9\System.Drawing.ni.dll, version=4.8.3761.0 built by: NET48REL1 PresentationCore.ni.dll C:\WINDOWS\assembly\NativeImages_v4.0.30319_64\PresentationCore\9a66843054f6b803eb9ece35e1a6bb6c\PresentationCore.ni.dll, version=4.8.4110.0 built by: NET48REL1LAST_B PresentationFramework.ni.dll C:\WINDOWS\assembly\NativeImages_v4.0.30319_64\Presentatio5ae0f00f#\5049cbdef9aeb1afcac292e59fe12dbc\PresentationFramework.ni.dll, version=4.8.4110.0 PaintDotNet.Base.ni.dll C:\WINDOWS\assembly\NativeImages_v4.0.30319_64\PaintDotNet.Base\85ce905de20f444e032fbe173b796ee1\PaintDotNet.Base.ni.dll, version=4.214.7601.39231 System.Windows.Forms.ni.dll C:\WINDOWS\assembly\NativeImages_v4.0.30319_64\System.Windows.Forms\f55f4ff42a52b04561c6e19f8c1363b9\System.Windows.Forms.ni.dll, version=4.8.4042.0 built by: NET48REL1LAST_C PaintDotNet.SystemLayer.ni.dll C:\WINDOWS\assembly\NativeImages_v4.0.30319_64\PaintDotNet500b2e4f#\dcc75562f440e33944ecef8bd4fca7c2\PaintDotNet.SystemLayer.ni.dll, version=4.214.7601.39231 PaintDotNet.Core.ni.dll C:\WINDOWS\assembly\NativeImages_v4.0.30319_64\PaintDotNet.Core\5c93745358c89b61bcc97592b8633adf\PaintDotNet.Core.ni.dll, version=4.214.7601.39231 PaintDotNet.Resources.ni.dll C:\WINDOWS\assembly\NativeImages_v4.0.30319_64\PaintDotNet26779e70#\4de7e21637e9d0c407bb4236ad98ce0c\PaintDotNet.Resources.ni.dll, version=4.214.7601.39231 PaintDotNet.Framework.ni.dll C:\WINDOWS\assembly\NativeImages_v4.0.30319_64\PaintDotNet7afaaa15#\bbf90c78f6a46586f1e1dc5fcaeda635\PaintDotNet.Framework.ni.dll, version=4.214.7601.39231 PaintDotNet.Data.ni.dll C:\WINDOWS\assembly\NativeImages_v4.0.30319_64\PaintDotNet.Data\cb1bfff905856189d9cc15eaebb9b33a\PaintDotNet.Data.ni.dll, version=4.214.7601.39231 PaintDotNet.Effects.ni.dll C:\WINDOWS\assembly\NativeImages_v4.0.30319_64\PaintDotNet.Effects\65acf8e396053f2948eebbdcd64f9c78\PaintDotNet.Effects.ni.dll, version=4.214.7601.39231 PaintDotNet.ni.exe C:\WINDOWS\assembly\NativeImages_v4.0.30319_64\PaintDotNet\29c5db96f4bf01f650c094b1a53445ce\PaintDotNet.ni.exe, version=4.214.7601.39231 dwrite.dll C:\WINDOWS\SYSTEM32\dwrite.dll, version=6.3.9600.16384 (winblue_rtm.130821-1623) wpfgfx_v0400.dll C:\Windows\Microsoft.NET\Framework64\v4.0.30319\WPF\wpfgfx_v0400.dll, version=4.8.4110.0 built by: NET48REL1LAST_B MSVCP140_CLR0400.dll C:\WINDOWS\SYSTEM32\MSVCP140_CLR0400.dll, version=14.10.25028.0 built by: VCTOOLSD15RTM PresentationNative_v0400.dll C:\Windows\Microsoft.NET\Framework64\v4.0.30319\WPF\PresentationNative_v0400.dll, version=4.8.4110.0 built by: NET48REL1LAST_B shell32.dll C:\WINDOWS\system32\shell32.dll, version=6.3.9600.17031 (winblue_gdr.140221-1952) SHCORE.dll C:\WINDOWS\SYSTEM32\SHCORE.dll, version=6.3.9600.16384 (winblue_rtm.130821-1623) api-ms-win-core-console-l1-1-0.dll C:\Program Files\paint.net\Native\X64\api-ms-win-core-console-l1-1-0.dll, version=10.0.17134.12 (WinBuild.160101.0800) api-ms-win-core-datetime-l1-1-0.dll C:\Program Files\paint.net\Native\X64\api-ms-win-core-datetime-l1-1-0.dll, version=10.0.17134.12 (WinBuild.160101.0800) api-ms-win-core-debug-l1-1-0.dll C:\Program Files\paint.net\Native\X64\api-ms-win-core-debug-l1-1-0.dll, version=10.0.17134.12 (WinBuild.160101.0800) api-ms-win-core-errorhandling-l1-1-0.dll C:\Program Files\paint.net\Native\X64\api-ms-win-core-errorhandling-l1-1-0.dll, version=10.0.17134.12 (WinBuild.160101.0800) api-ms-win-core-file-l1-1-0.dll C:\Program Files\paint.net\Native\X64\api-ms-win-core-file-l1-1-0.dll, version=10.0.17134.12 (WinBuild.160101.0800) api-ms-win-core-file-l1-2-0.dll C:\Program Files\paint.net\Native\X64\api-ms-win-core-file-l1-2-0.dll, version=10.0.17134.12 (WinBuild.160101.0800) api-ms-win-core-file-l2-1-0.dll C:\Program Files\paint.net\Native\X64\api-ms-win-core-file-l2-1-0.dll, version=10.0.17134.12 (WinBuild.160101.0800) api-ms-win-core-handle-l1-1-0.dll C:\Program Files\paint.net\Native\X64\api-ms-win-core-handle-l1-1-0.dll, version=10.0.17134.12 (WinBuild.160101.0800) api-ms-win-core-heap-l1-1-0.dll C:\Program Files\paint.net\Native\X64\api-ms-win-core-heap-l1-1-0.dll, version=10.0.17134.12 (WinBuild.160101.0800) api-ms-win-core-interlocked-l1-1-0.dll C:\Program Files\paint.net\Native\X64\api-ms-win-core-interlocked-l1-1-0.dll, version=10.0.17134.12 (WinBuild.160101.0800) api-ms-win-core-libraryloader-l1-1-0.dll C:\Program Files\paint.net\Native\X64\api-ms-win-core-libraryloader-l1-1-0.dll, version=10.0.17134.12 (WinBuild.160101.0800) api-ms-win-core-localization-l1-2-0.dll C:\Program Files\paint.net\Native\X64\api-ms-win-core-localization-l1-2-0.dll, version=10.0.17134.12 (WinBuild.160101.0800) api-ms-win-core-memory-l1-1-0.dll C:\Program Files\paint.net\Native\X64\api-ms-win-core-memory-l1-1-0.dll, version=10.0.17134.12 (WinBuild.160101.0800) api-ms-win-core-namedpipe-l1-1-0.dll C:\Program Files\paint.net\Native\X64\api-ms-win-core-namedpipe-l1-1-0.dll, version=10.0.17134.12 (WinBuild.160101.0800) api-ms-win-core-processenvironment-l1-1-0.dll C:\Program Files\paint.net\Native\X64\api-ms-win-core-processenvironment-l1-1-0.dll, version=10.0.17134.12 (WinBuild.160101.0800) api-ms-win-core-processthreads-l1-1-0.dll C:\Program Files\paint.net\Native\X64\api-ms-win-core-processthreads-l1-1-0.dll, version=10.0.17134.12 (WinBuild.160101.0800) api-ms-win-core-processthreads-l1-1-1.dll C:\Program Files\paint.net\Native\X64\api-ms-win-core-processthreads-l1-1-1.dll, version=10.0.17134.12 (WinBuild.160101.0800) api-ms-win-core-profile-l1-1-0.dll C:\Program Files\paint.net\Native\X64\api-ms-win-core-profile-l1-1-0.dll, version=10.0.17134.12 (WinBuild.160101.0800) api-ms-win-core-rtlsupport-l1-1-0.dll C:\Program Files\paint.net\Native\X64\api-ms-win-core-rtlsupport-l1-1-0.dll, version=10.0.17134.12 (WinBuild.160101.0800) api-ms-win-core-string-l1-1-0.dll C:\Program Files\paint.net\Native\X64\api-ms-win-core-string-l1-1-0.dll, version=10.0.17134.12 (WinBuild.160101.0800) api-ms-win-core-synch-l1-1-0.dll C:\Program Files\paint.net\Native\X64\api-ms-win-core-synch-l1-1-0.dll, version=10.0.17134.12 (WinBuild.160101.0800) api-ms-win-core-synch-l1-2-0.dll C:\Program Files\paint.net\Native\X64\api-ms-win-core-synch-l1-2-0.dll, version=10.0.17134.12 (WinBuild.160101.0800) api-ms-win-core-sysinfo-l1-1-0.dll C:\Program Files\paint.net\Native\X64\api-ms-win-core-sysinfo-l1-1-0.dll, version=10.0.17134.12 (WinBuild.160101.0800) api-ms-win-core-timezone-l1-1-0.dll C:\Program Files\paint.net\Native\X64\api-ms-win-core-timezone-l1-1-0.dll, version=10.0.17134.12 (WinBuild.160101.0800) api-ms-win-core-util-l1-1-0.dll C:\Program Files\paint.net\Native\X64\api-ms-win-core-util-l1-1-0.dll, version=10.0.17134.12 (WinBuild.160101.0800) api-ms-win-crt-conio-l1-1-0.dll C:\Program Files\paint.net\Native\X64\api-ms-win-crt-conio-l1-1-0.dll, version=10.0.17134.12 (WinBuild.160101.0800) api-ms-win-crt-convert-l1-1-0.dll C:\Program Files\paint.net\Native\X64\api-ms-win-crt-convert-l1-1-0.dll, version=10.0.17134.12 (WinBuild.160101.0800) api-ms-win-crt-environment-l1-1-0.dll C:\Program Files\paint.net\Native\X64\api-ms-win-crt-environment-l1-1-0.dll, version=10.0.17134.12 (WinBuild.160101.0800) api-ms-win-crt-filesystem-l1-1-0.dll C:\Program Files\paint.net\Native\X64\api-ms-win-crt-filesystem-l1-1-0.dll, version=10.0.17134.12 (WinBuild.160101.0800) api-ms-win-crt-heap-l1-1-0.dll C:\Program Files\paint.net\Native\X64\api-ms-win-crt-heap-l1-1-0.dll, version=10.0.17134.12 (WinBuild.160101.0800) api-ms-win-crt-locale-l1-1-0.dll C:\Program Files\paint.net\Native\X64\api-ms-win-crt-locale-l1-1-0.dll, version=10.0.17134.12 (WinBuild.160101.0800) api-ms-win-crt-math-l1-1-0.dll C:\Program Files\paint.net\Native\X64\api-ms-win-crt-math-l1-1-0.dll, version=10.0.17134.12 (WinBuild.160101.0800) api-ms-win-crt-multibyte-l1-1-0.dll C:\Program Files\paint.net\Native\X64\api-ms-win-crt-multibyte-l1-1-0.dll, version=10.0.17134.12 (WinBuild.160101.0800) api-ms-win-crt-private-l1-1-0.dll C:\Program Files\paint.net\Native\X64\api-ms-win-crt-private-l1-1-0.dll, version=10.0.17134.12 (WinBuild.160101.0800) api-ms-win-crt-process-l1-1-0.dll C:\Program Files\paint.net\Native\X64\api-ms-win-crt-process-l1-1-0.dll, version=10.0.17134.12 (WinBuild.160101.0800) api-ms-win-crt-runtime-l1-1-0.dll C:\Program Files\paint.net\Native\X64\api-ms-win-crt-runtime-l1-1-0.dll, version=10.0.17134.12 (WinBuild.160101.0800) api-ms-win-crt-stdio-l1-1-0.dll C:\Program Files\paint.net\Native\X64\api-ms-win-crt-stdio-l1-1-0.dll, version=10.0.17134.12 (WinBuild.160101.0800) api-ms-win-crt-string-l1-1-0.dll C:\Program Files\paint.net\Native\X64\api-ms-win-crt-string-l1-1-0.dll, version=10.0.17134.12 (WinBuild.160101.0800) api-ms-win-crt-time-l1-1-0.dll C:\Program Files\paint.net\Native\X64\api-ms-win-crt-time-l1-1-0.dll, version=10.0.17134.12 (WinBuild.160101.0800) api-ms-win-crt-utility-l1-1-0.dll C:\Program Files\paint.net\Native\X64\api-ms-win-crt-utility-l1-1-0.dll, version=10.0.17134.12 (WinBuild.160101.0800) ucrtbase.dll C:\Program Files\paint.net\Native\X64\ucrtbase.dll, version=10.0.17134.12 (WinBuild.160101.0800) vcruntime140.dll C:\Program Files\paint.net\Native\X64\vcruntime140.dll, version=14.27.29016.0 built by: vcwrkspc vcruntime140_1.dll C:\Program Files\paint.net\Native\X64\vcruntime140_1.dll, version=14.27.29016.0 built by: vcwrkspc msvcp140.dll C:\Program Files\paint.net\Native\X64\msvcp140.dll, version=14.27.29016.0 built by: vcwrkspc msvcp140_1.dll C:\Program Files\paint.net\Native\X64\msvcp140_1.dll, version=14.27.29016.0 built by: vcwrkspc msvcp140_2.dll C:\Program Files\paint.net\Native\X64\msvcp140_2.dll, version=14.27.29016.0 built by: vcwrkspc msvcp140_codecvt_ids.dll C:\Program Files\paint.net\Native\X64\msvcp140_codecvt_ids.dll, version=14.27.29016.0 built by: vcwrkspc vcomp140.dll C:\Program Files\paint.net\Native\X64\vcomp140.dll, version=14.27.29016.0 built by: vcwrkspc PaintDotNet.SystemLayer.Native.x64.ni.dll C:\WINDOWS\assembly\NativeImages_v4.0.30319_64\PaintDotNetc8826574#\f348c5e4447d9ffc6a15d1e2ac81b423\PaintDotNet.SystemLayer.Native.x64.ni.dll, version=4.214.7601.39231 PaintDotNet.SystemLayer.Native.x64.dll C:\Program Files\paint.net\PaintDotNet.SystemLayer.Native.x64.dll, version=4.214.7601.39231 PROPSYS.dll C:\WINDOWS\SYSTEM32\PROPSYS.dll, version=7.00.9600.17031 (winblue_gdr.140221-1952) gdiplus.dll C:\WINDOWS\WinSxS\amd64_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.9600.19457_none_932f12b9474c9775\gdiplus.dll, version=6.3.9600.19457 (winblue_ltsb.190812-0600) WindowsCodecs.dll C:\WINDOWS\SYSTEM32\WindowsCodecs.dll, version=6.3.9600.19262 (winblue_ltsb_escrow.190107-1700) clbcatq.dll C:\WINDOWS\SYSTEM32\clbcatq.dll, version=2001.12.10530.17415 (winblue_r4.141028-1500) profapi.dll C:\WINDOWS\SYSTEM32\profapi.dll, version=6.3.9600.17415 (winblue_r4.141028-1500) msasn1.dll C:\WINDOWS\system32\msasn1.dll, version=6.3.9600.17415 (winblue_r4.141028-1500) cryptnet.dll C:\WINDOWS\SYSTEM32\cryptnet.dll, version=6.3.9600.18878 (winblue_ltsb.171205-0530) CRYPT32.dll C:\WINDOWS\system32\CRYPT32.dll, version=6.3.9600.18372 (winblue_ltsb.160603-0600) WLDAP32.dll C:\WINDOWS\system32\WLDAP32.dll, version=6.3.9600.16384 (winblue_rtm.130821-1623) System.Configuration.ni.dll C:\WINDOWS\assembly\NativeImages_v4.0.30319_64\System.Configuration\f9510d0dd8edf16c84d0497e438c04a7\System.Configuration.ni.dll, version=4.8.3761.0 built by: NET48REL1 System.Xml.ni.dll C:\WINDOWS\assembly\NativeImages_v4.0.30319_64\System.Xml\1f9f54067fa94d3e748e5ccfe812fbe2\System.Xml.ni.dll, version=4.8.3761.0 built by: NET48REL1 dwmapi.dll C:\WINDOWS\system32\dwmapi.dll, version=6.3.9600.16384 (winblue_rtm.130821-1623) clrjit.dll C:\Windows\Microsoft.NET\Framework64\v4.0.30319\clrjit.dll, version=4.8.4069.0 built by: NET48REL1LAST_B System.Xaml.ni.dll C:\WINDOWS\assembly\NativeImages_v4.0.30319_64\System.Xaml\6e001644636519af3d7a4ff4ac466030\System.Xaml.ni.dll, version=4.8.4110.0 built by: NET48REL1LAST_B System.Runtime.CompilerServices.Unsafe.ni.dll C:\WINDOWS\assembly\NativeImages_v4.0.30319_64\System.Runtea61dfd5#\09e74bb5197cd112ed1f538162366c58\System.Runtime.CompilerServices.Unsafe.ni.dll, version=4.700.20.12001 dxgi.dll C:\WINDOWS\SYSTEM32\dxgi.dll, version=6.3.9600.17415 (winblue_r4.141028-1500) UIAnimation.dll C:\WINDOWS\System32\UIAnimation.dll, version=6.3.9600.16384 (winblue_rtm.130821-1623) comctl32.dll C:\WINDOWS\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.9600.19394_none_62486577ecb635cf\comctl32.dll, version=6.10 (winblue_rtm.130821-1623) d2d1.dll C:\WINDOWS\SYSTEM32\d2d1.dll, version=6.3.9600.16384 (winblue_rtm.130821-1623) wtsapi32.dll C:\WINDOWS\SYSTEM32\wtsapi32.dll, version=6.3.9600.17415 (winblue_r4.141028-1500) WINSTA.dll C:\WINDOWS\SYSTEM32\WINSTA.dll, version=6.3.9600.17415 (winblue_r4.141028-1500) d3d11.dll C:\WINDOWS\SYSTEM32\d3d11.dll, version=6.3.9600.18437 (winblue_ltsb.160811-0600) D3D10Warp.dll C:\WINDOWS\SYSTEM32\D3D10Warp.dll, version=6.3.9600.19176 (winblue_ltsb.181006-0600) System.Collections.Immutable.ni.dll C:\WINDOWS\assembly\NativeImages_v4.0.30319_64\System.Coll4a4f96a7#\79cb3465b2f235b4c952fb322dd84a3a\System.Collections.Immutable.ni.dll, version=4.700.20.21406 oleacc.dll C:\WINDOWS\SYSTEM32\oleacc.dll, version=7.2.9600.17415 (winblue_r4.141028-1500) Accessibility.ni.dll C:\WINDOWS\assembly\NativeImages_v4.0.30319_64\Accessibility\9490ea14a75d8d843aabae761814ed92\Accessibility.ni.dll, version=4.8.3761.0 built by: NET48REL1 sxs.dll C:\WINDOWS\SYSTEM32\sxs.dll, version=6.3.9600.16384 (winblue_rtm.130821-1623) powrprof.dll C:\WINDOWS\SYSTEM32\powrprof.dll, version=6.3.9600.17031 (winblue_gdr.140221-1952) System.Buffers.ni.dll C:\WINDOWS\assembly\NativeImages_v4.0.30319_64\System.Buffers\6b5b54ba675e4074c038a2c737f23ec6\System.Buffers.ni.dll, version=4.6.28619.01 winmm.dll C:\WINDOWS\SYSTEM32\winmm.dll, version=6.3.9600.16384 (winblue_rtm.130821-1623) WINMMBASE.dll C:\WINDOWS\SYSTEM32\WINMMBASE.dll, version=6.3.9600.16384 (winblue_rtm.130821-1623) cfgmgr32.dll C:\WINDOWS\SYSTEM32\cfgmgr32.dll, version=6.3.9600.17415 (winblue_r4.141028-1500) DEVOBJ.dll C:\WINDOWS\SYSTEM32\DEVOBJ.dll, version=6.3.9600.17415 (winblue_r4.141028-1500) System.Memory.ni.dll C:\WINDOWS\assembly\NativeImages_v4.0.30319_64\System.Memory\339cd9a06c6ee55534276e7aa6a25031\System.Memory.ni.dll, version=4.6.28619.01 diasymreader.dll C:\Windows\Microsoft.NET\Framework64\v4.0.30319\diasymreader.dll, version=14.8.3761.0 built by: NET48REL1 explorerframe.dll C:\WINDOWS\system32\explorerframe.dll, version=6.3.9600.16384 (winblue_rtm.130821-1623) DUser.dll C:\WINDOWS\system32\DUser.dll, version=6.3.9600.16384 (winblue_rtm.130821-1623) DUI70.dll C:\WINDOWS\system32\DUI70.dll, version=6.3.9600.16384 (winblue_rtm.130821-1623) K4os.Compression.LZ4.ni.dll C:\WINDOWS\assembly\NativeImages_v4.0.30319_64\K4os.Compression.LZ4\ad8cca819977aa5ba9e147d4041ea7bb\K4os.Compression.LZ4.ni.dll, version=1.1.11 System.Xml.Linq.ni.dll C:\WINDOWS\assembly\NativeImages_v4.0.30319_64\System.Xml.Linq\3e7d4853009a73dba090faaaccb8f46f\System.Xml.Linq.ni.dll, version=4.8.3761.0 built by: NET48REL1 XmlLite.dll C:\WINDOWS\SYSTEM32\XmlLite.dll, version=6.3.9600.19416 (winblue_ltsb.190629-0600) comdlg32.dll C:\WINDOWS\System32\comdlg32.dll, version=6.3.9600.16384 (winblue_rtm.130821-1623) SETUPAPI.dll C:\WINDOWS\system32\SETUPAPI.dll, version=6.3.9600.16384 (winblue_rtm.130821-1623) Windows.Globalization.dll C:\Windows\System32\Windows.Globalization.dll, version=6.3.9600.16384 (winblue_rtm.130821-1623) Bcp47Langs.dll C:\Windows\System32\Bcp47Langs.dll, version=6.3.9600.17415 (winblue_r4.141028-1500) globinputhost.dll C:\WINDOWS\SYSTEM32\globinputhost.dll, version=6.3.9600.16384 (winblue_rtm.130821-1623) atlthunk.dll C:\WINDOWS\SYSTEM32\atlthunk.dll, version=6.3.9600.17415 (winblue_r4.141028-1500) uiautomationcore.dll C:\Windows\System32\uiautomationcore.dll, version=7.2.9600.16384 (winblue_rtm.130821-1623) StructuredQuery.dll C:\WINDOWS\System32\StructuredQuery.dll, version=7.00.9600.19455 (winblue_ltsb.190809-0600) actxprxy.dll C:\Windows\System32\actxprxy.dll, version=6.3.9600.19301 (winblue_ltsb_escrow.190225-2000) thumbcache.dll C:\Windows\System32\thumbcache.dll, version=6.3.9600.16384 (winblue_rtm.130821-1623) SearchFolder.dll C:\WINDOWS\system32\SearchFolder.dll, version=6.3.9600.17031 (winblue_gdr.140221-1952) MPR.dll C:\WINDOWS\SYSTEM32\MPR.dll, version=6.3.9600.16384 (winblue_rtm.130821-1623) drprov.dll C:\WINDOWS\System32\drprov.dll, version=6.3.9600.16384 (winblue_rtm.130821-1623) ntlanman.dll C:\WINDOWS\System32\ntlanman.dll, version=6.3.9600.16384 (winblue_rtm.130821-1623) apphelp.dll C:\WINDOWS\SYSTEM32\apphelp.dll, version=6.3.9600.16384 (winblue_rtm.130821-1623) davclnt.dll C:\WINDOWS\System32\davclnt.dll, version=6.3.9600.17923 (winblue_ltsb.150701-1108) DAVHLPR.dll C:\WINDOWS\System32\DAVHLPR.dll, version=6.3.9600.17415 (winblue_r4.141028-1500) wkscli.dll C:\WINDOWS\System32\wkscli.dll, version=6.3.9600.17415 (winblue_r4.141028-1500) NetworkExplorer.dll C:\WINDOWS\system32\NetworkExplorer.dll, version=6.3.9600.16384 (winblue_rtm.130821-1623) cscapi.dll C:\WINDOWS\SYSTEM32\cscapi.dll, version=6.3.9600.17415 (winblue_r4.141028-1500) netutils.dll C:\WINDOWS\System32\netutils.dll, version=6.3.9600.17415 (winblue_r4.141028-1500) IDStore.dll C:\WINDOWS\System32\IDStore.dll, version=6.3.9600.16384 (winblue_rtm.130821-1623) SAMLIB.dll C:\WINDOWS\System32\SAMLIB.dll, version=6.3.9600.18589 (winblue_ltsb.170204-0600) wlidprov.dll C:\WINDOWS\System32\wlidprov.dll, version=6.3.9600.16384 (winblue_rtm.130821-1623) dlnashext.dll C:\Windows\System32\dlnashext.dll, version=12.0.9600.16384 (winblue_rtm.130821-1623) PlayToDevice.dll C:\Windows\System32\PlayToDevice.dll, version=12.0.9600.16384 (winblue_rtm.130821-1623) WS2_32.dll C:\WINDOWS\system32\WS2_32.dll, version=6.3.9600.16384 (winblue_rtm.130821-1623) NSI.dll C:\WINDOWS\system32\NSI.dll, version=6.3.9600.17415 (winblue_r4.141028-1500) DevDispItemProvider.dll C:\Windows\System32\DevDispItemProvider.dll, version=6.3.9600.16384 (winblue_rtm.130821-1623) twinapi.dll C:\Windows\System32\twinapi.dll, version=6.3.9600.17031 (winblue_gdr.140221-1952) twinapi.appcore.dll C:\Windows\System32\twinapi.appcore.dll, version=6.3.9600.16384 (winblue_rtm.130821-1623) NetworkItemFactory.dll C:\WINDOWS\system32\NetworkItemFactory.dll, version=6.3.9600.16384 (winblue_rtm.130821-1623) dtsh.dll C:\WINDOWS\system32\dtsh.dll, version=6.3.9600.16384 (winblue_rtm.130821-1623) FirewallAPI.dll C:\WINDOWS\system32\FirewallAPI.dll, version=6.3.9600.16384 (winblue_rtm.130821-1623) LINKINFO.dll C:\WINDOWS\SYSTEM32\LINKINFO.dll, version=6.3.9600.17415 (winblue_r4.141028-1500) AcSignIcon.dll C:\WINDOWS\SYSTEM32\AcSignIcon.dll, version=24.0.47.0.0 mfc140u.dll C:\WINDOWS\SYSTEM32\mfc140u.dll, version=14.24.28127.4 built by: vcwrkspc Comctl32.dll C:\WINDOWS\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_5.82.9600.17810_none_34ae2abd958aedeb\Comctl32.dll, version=5.82 (winblue_rtm.130821-1623) zipfldr.dll C:\WINDOWS\system32\zipfldr.dll, version=6.3.9600.17031 (winblue_gdr.140221-1952) EhStorShell.dll C:\Windows\System32\EhStorShell.dll, version=6.3.9600.16384 (winblue_rtm.130821-1623) PortableDeviceApi.dll C:\Windows\System32\PortableDeviceApi.dll, version=6.3.9600.16384 (winblue_rtm.130821-1623) WINTRUST.dll C:\WINDOWS\system32\WINTRUST.dll, version=6.3.9600.18508 (winblue_ltsb.161004-0600) PortableDeviceTypes.dll C:\Windows\System32\PortableDeviceTypes.dll, version=6.3.9600.17415 (winblue_r4.141028-1500) mssprxy.dll C:\WINDOWS\system32\mssprxy.dll, version=7.00.9600.19170 (winblue_ltsb.180923-0600) EhStorAPI.dll C:\Windows\System32\EhStorAPI.dll, version=6.3.9600.16384 (winblue_rtm.130821-1623) npmproxy.dll C:\WINDOWS\System32\npmproxy.dll, version=6.3.9600.17415 (winblue_r4.141028-1500) FunDisc.dll C:\Windows\System32\FunDisc.dll, version=6.3.9600.16384 (winblue_rtm.130821-1623) ntshrui.dll C:\WINDOWS\SYSTEM32\ntshrui.dll, version=6.3.9600.16384 (winblue_rtm.130821-1623) srvcli.dll C:\WINDOWS\SYSTEM32\srvcli.dll, version=6.3.9600.17415 (winblue_r4.141028-1500) fdproxy.dll C:\Windows\System32\fdproxy.dll, version=6.3.9600.17415 (winblue_r4.141028-1500) fdwcn.dll C:\WINDOWS\System32\fdwcn.dll, version=6.3.9600.18895 (winblue_ltsb.180101-1800) wcnapi.dll C:\WINDOWS\System32\wcnapi.dll, version=6.3.9600.18895 (winblue_ltsb.180101-1800) fdWNet.dll C:\Windows\System32\fdWNet.dll, version=6.3.9600.17415 (winblue_r4.141028-1500) ATL.DLL C:\Windows\System32\ATL.DLL, version=3.05.2284 IPHLPAPI.DLL C:\Windows\System32\IPHLPAPI.DLL, version=6.3.9600.16384 (winblue_rtm.130821-1623) WINNSI.DLL C:\Windows\System32\WINNSI.DLL, version=6.3.9600.17415 (winblue_r4.141028-1500) dfscli.dll C:\WINDOWS\System32\dfscli.dll, version=6.3.9600.17415 (winblue_r4.141028-1500) browcli.dll C:\WINDOWS\System32\browcli.dll, version=6.3.9600.17415 (winblue_r4.141028-1500) mswsock.dll C:\WINDOWS\system32\mswsock.dll, version=6.3.9600.16384 (winblue_rtm.130821-1623) DNSAPI.dll C:\WINDOWS\SYSTEM32\DNSAPI.dll, version=6.3.9600.16384 (winblue_rtm.130821-1623) nimdnsNSP.dll C:\Program Files\National Instruments\Shared\mDNS Responder\nimdnsNSP.dll, version=215.0.0f0 nimdnsResponder.dll C:\WINDOWS\SYSTEM32\nimdnsResponder.dll, version=215.0.0f0 MSVCR90.dll C:\WINDOWS\WinSxS\amd64_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.8387_none_08e793bfa83a89b5\MSVCR90.dll, version=9.00.30729.8387 mdnsNSP.dll C:\Program Files\Bonjour\mdnsNSP.dll, version=3,0,0,10 rasadhlp.dll C:\Windows\System32\rasadhlp.dll, version=6.3.9600.17415 (winblue_r4.141028-1500) fwpuclnt.dll C:\WINDOWS\System32\fwpuclnt.dll, version=6.3.9600.16384 (winblue_rtm.130821-1623) dhcpcsvc6.DLL C:\Windows\System32\dhcpcsvc6.DLL, version=6.3.9600.16384 (winblue_rtm.130821-1623) dhcpcsvc.DLL C:\Windows\System32\dhcpcsvc.DLL, version=6.3.9600.16384 (winblue_rtm.130821-1623) urlmon.dll C:\WINDOWS\System32\urlmon.dll, version=11.00.9600.18378 (winblue_ltsb.160611-0600) iertutil.dll C:\WINDOWS\System32\iertutil.dll, version=11.00.9600.16384 (winblue_rtm.130821-1623) WININET.dll C:\WINDOWS\System32\WININET.dll, version=11.00.9600.18538 (winblue_ltsb.161112-0600) USERENV.dll C:\WINDOWS\System32\USERENV.dll, version=6.3.9600.16384 (winblue_rtm.130821-1623) imagehlp.dll C:\WINDOWS\system32\imagehlp.dll, version=6.3.9600.17415 (winblue_r4.141028-1500) ncrypt.dll C:\WINDOWS\SYSTEM32\ncrypt.dll, version=6.3.9600.16384 (winblue_rtm.130821-1623) NTASN1.dll C:\WINDOWS\SYSTEM32\NTASN1.dll, version=6.3.9600.16384 (winblue_rtm.130821-1623) nvspcap64.dll C:\WINDOWS\system32\nvspcap64.dll, version=3.20.4.14 ntmarta.dll C:\WINDOWS\SYSTEM32\ntmarta.dll, version=6.3.9600.16384 (winblue_rtm.130821-1623) It appears that one of the frames is causing an access violation when the plugin tries to convert it to a Paint.NET Surface. 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...
Pixey Posted December 19, 2020 Share Posted December 19, 2020 7 minutes ago, null54 said: It appears that one of the frames is causing an access violation when the plugin tries to convert it to a Paint.NET Surface. Thank you @null54 for figuring that out. I'm afraid I can never work out all that code in the crash log 😊 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...
AlexY Posted December 20, 2020 Share Posted December 20, 2020 On 12/18/2020 at 5:35 PM, Pixey said: Hello @AlexY and Welcome When you saved the GIF to open in PDN, did you add .agif to the file and save as All Files ? I had just changed extension from .gif to .agif in File Explorer and then tried to open in PDN. It starts opening/processing the file showing process bar and in the very end it crashes firing this error. It looks like a memory leak bug. My GIF is quite large (6 Mb - video converted to GIF) and this might cause the issue. Quote Link to comment Share on other sites More sharing options...
DragonFox Posted December 21, 2020 Share Posted December 21, 2020 (edited) there is no PDN file. i just import all images as layers, then attempt to export it as a gif. (sorry the zip is too big to attach) https://puu.sh/GZFl1/09b1f7deb3.zip Edited December 21, 2020 by DragonFox Quote Link to comment Share on other sites More sharing options...
Pixey Posted December 21, 2020 Share Posted December 21, 2020 So, I tried to make it at the original size and I got the same message as you @DragonFox so I am convinced it's because of the size. I cropped the size down and then it worked. 1 1 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 December 21, 2020 Share Posted December 21, 2020 6 hours ago, Pixey said: so I am convinced it's because of the size. I was able to save the full size image using the default settings, what settings are you using? I hope it is not one of those bugs that only occur on some machines. 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...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.