Jump to content

paint.net Crash 22/04/22


Go to solution Solved by Rick Brewster,

Recommended Posts

Hello! I have experienced multiple crashes which seems to be caused by me pasting images from google, this has never been an issue once before, and my paint.net in general has never once crashed. Please help!

 

image.png.44ab4236368dc424903d5597b755a530.png

This text file was created because paint.net crashed. Please e-mail this to <email removed> so we can diagnose and fix the problem.

Application version: paint.net 4.3.10 (Stable 4.310.8103.32785)
Time of crash: 22/04/2022 03:24:10
Application uptime: 00:00:17.2003218
Application state: Running 
Working set: 223,524 KiB
Handles and threads: 1182 handles, 58 threads, 191 gdi, 196 user
Install type: Classic
Application directory: C:\Program Files\paint.net
Current directory: C:\Program Files\paint.net
Install directory: C:\Program Files\paint.net
OS Version: Windows 10 Home 10.0.19043.0 x64
.NET version: .NET 6.0.3 x64
Processor: "Intel(R) Core(TM) i5-2390T CPU @ 2.70GHz" @ ~2694MHz (2C/4T, SSE, SSE2, SSE3, SSSE3, SSE4_1, SSE4_2, AVX)
Physical memory: 16340 MB
Video card: NVIDIA GeForce GT 710 (v:10DE, d:128B, r:161), Microsoft Basic Render Driver (v:1414, d:8C, r:0)
Hardware acceleration: True (default: True)
Remote session: no
Pointers: none
UI animations: True
UI DPI: 96 dpi (1.00x scale)
UI theme: VisualStyleCategory=Aero, EffectiveTheme=Aero, DWM=yes, AeroColorScheme=Dark, ThemeFileName=Aero.msstyles
Updates: True, 22/04/2022 (journal: ShouldCheckForUpdate, CheckedForUpdate)
Locale: pdnr.c: en-GB, hklm: en-GB, hkcu: en-GB, cc: en-GB, cuic: en-GB
Flags: 

Exception details:
System.TypeInitializationException: The type initializer for 'PaintDotNet.ObjectModel.DependencyFuncBase`3' threw an exception.
 ---> System.BadImageFormatException: Bad IL range.
   at PaintDotNet.ObjectModel.DependencyFuncBase`3..cctor()
   --- End of inner exception stack trace ---
   at PaintDotNet.ObjectModel.DependencyFuncBase`3.get_Arg2()
   at PaintDotNet.ObjectModel.DependencyFunc`4.CoerceValueProperty(Object baseValue)
   at System.Windows.DependencyObject.ProcessCoerceValue(DependencyProperty dp, PropertyMetadata metadata, EntryIndex& entryIndex, Int32& targetIndex, EffectiveValueEntry& newEntry, EffectiveValueEntry& oldEntry, Object& oldValue, Object baseValue, Object controlValue, CoerceValueCallback coerceValueCallback, Boolean coerceWithDeferredReference, Boolean coerceWithCurrentValue, Boolean skipBaseValueChecks)
   at System.Windows.DependencyObject.UpdateEffectiveValue(EntryIndex entryIndex, DependencyProperty dp, PropertyMetadata metadata, EffectiveValueEntry oldEntry, EffectiveValueEntry& newEntry, Boolean coerceWithDeferredReference, Boolean coerceWithCurrentValue, OperationType operationType)
   at System.Windows.DependencyObject.CoerceValue(DependencyProperty dp)
   at PaintDotNet.ObjectModel.DependencyFunc`4.<>c.<.cctor>b__10_0(DependencyObject s, DependencyPropertyChangedEventArgs e)
   at System.Windows.DependencyObject.OnPropertyChanged(DependencyPropertyChangedEventArgs e)
   at System.Windows.Freezable.OnPropertyChanged(DependencyPropertyChangedEventArgs e)
   at System.Windows.DependencyObject.NotifyPropertyChange(DependencyPropertyChangedEventArgs args)
   at System.Windows.DependencyObject.UpdateEffectiveValue(EntryIndex entryIndex, DependencyProperty dp, PropertyMetadata metadata, EffectiveValueEntry oldEntry, EffectiveValueEntry& newEntry, Boolean coerceWithDeferredReference, Boolean coerceWithCurrentValue, OperationType operationType)
   at System.Windows.DependencyObject.SetValueCommon(DependencyProperty dp, Object value, PropertyMetadata metadata, Boolean coerceWithDeferredReference, Boolean coerceWithCurrentValue, OperationType operationType, Boolean isInternal)
   at System.Windows.DependencyObject.SetValue(DependencyProperty dp, Object value)
   at PaintDotNet.Tools.Controls.TransformHandlePanel..ctor() in D:\src\pdn\src_4_3_x\PaintDotNet\Tools\Controls\TransformHandlePanel.cs:line 267
   at PaintDotNet.Tools.Controls.TransformControl..ctor() in D:\src\pdn\src_4_3_x\PaintDotNet\Tools\Controls\TransformControl.cs:line 105
   at PaintDotNet.Tools.Move.MoveToolUI..ctor() in D:\src\pdn\src_4_3_x\PaintDotNet\Tools\Move\MoveToolUI.cs:line 43
   at PaintDotNet.Tools.Move.MoveTool.CreateUI() in D:\src\pdn\src_4_3_x\PaintDotNet\Tools\Move\MoveTool.cs:line 436
   at PaintDotNet.Tools.Move.MoveTool.OnPresentationSourceInitialized() in D:\src\pdn\src_4_3_x\PaintDotNet\Tools\Move\MoveTool.cs:line 425
   at PaintDotNet.Tools.PresentationBasedTool`2.OnActivated() in D:\src\pdn\src_4_3_x\PaintDotNet\Tools\PresentationBasedTool`2.cs:line 132
   at PaintDotNet.Tools.Move.MoveTool.OnActivated() in D:\src\pdn\src_4_3_x\PaintDotNet\Tools\Move\MoveTool.cs:line 384
   at PaintDotNet.Tools.TransactedTool`2.OnActivate() in D:\src\pdn\src_4_3_x\PaintDotNet\Tools\TransactedTool`2.cs:line 372
   at PaintDotNet.Tools.Tool.Activate() in D:\src\pdn\src_4_3_x\PaintDotNet\Tools\Tool.cs:line 679
   at PaintDotNet.Controls.DocumentWorkspace.SetTool(Tool copyMe) in D:\src\pdn\src_4_3_x\PaintDotNet\Controls\DocumentWorkspace.cs:line 1661
   at PaintDotNet.Controls.DocumentWorkspace.SetToolFromType(Type toolType) in D:\src\pdn\src_4_3_x\PaintDotNet\Controls\DocumentWorkspace.cs:line 1586
   at PaintDotNet.Tools.Move.MoveTool.BeginPaste(DocumentWorkspace docWorkspace, String historyMementoName, ImageResource historyMementoImage, ISurface`1 bitmap, GeometryList clip, Point2Int32 offset) in D:\src\pdn\src_4_3_x\PaintDotNet\Tools\Move\MoveTool.cs:line 136
   at PaintDotNet.Actions.PasteImageAction.PerformActionImpl() in D:\src\pdn\src_4_3_x\PaintDotNet\Actions\PasteImageAction.cs:line 74
   at PaintDotNet.Actions.PasteImageAction.PerformAction() in D:\src\pdn\src_4_3_x\PaintDotNet\Actions\PasteImageAction.cs:line 62
   at PaintDotNet.Actions.PasteInToNewLayerAction.PerformActionImpl() in D:\src\pdn\src_4_3_x\PaintDotNet\Actions\PasteInToNewLayerAction.cs:line 38
   at PaintDotNet.Actions.PasteInToNewLayerAction.PerformAction() in D:\src\pdn\src_4_3_x\PaintDotNet\Actions\PasteInToNewLayerAction.cs:line 24
   at PaintDotNet.Menus.EditMenu.OnMenuEditPasteInToNewLayerClick(Object sender, EventArgs e) in D:\src\pdn\src_4_3_x\PaintDotNet\Menus\EditMenu.cs:line 538
   at System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e)
   at PaintDotNet.Controls.PdnToolStripMenuItem.OnClick(EventArgs e) in D:\src\pdn\src_4_3_x\PaintDotNet\Controls\PdnToolStripMenuItem.cs:line 69
   at PaintDotNet.Menus.PdnMenuItem.OnClick(EventArgs e) in D:\src\pdn\src_4_3_x\PaintDotNet\Menus\PdnMenuItem.cs:line 328
   at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
   at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
   at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
   at System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea)
   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
   at System.Windows.Forms.ToolStrip.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, WM msg, IntPtr wparam, IntPtr lparam)

Managed assemblies: 
    System.Private.CoreLib, .\System.Private.CoreLib.dll, Version=6.0.0.0, PublicKeyToken=7cec85d7bea7798e
    paintdotnet, .\paintdotnet.dll, Version=4.310.8103.32785
    System.Runtime, .\System.Runtime.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a
    PaintDotNet.Base, .\PaintDotNet.Base.dll, Version=4.310.8103.32785
    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
    TerraFX.Interop.Windows, .\TerraFX.Interop.Windows.dll, Version=10.0.20348.0, PublicKeyToken=35b01b53313a6f7e
    PaintDotNet.SystemLayer, .\PaintDotNet.SystemLayer.dll, Version=4.310.8103.32785
    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.310.8103.32785
    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.310.8103.32785
    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
    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
    PaintDotNet.Resources, .\PaintDotNet.Resources.dll, Version=4.310.8103.32785
    System.ObjectModel, .\System.ObjectModel.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a
    PaintDotNet.Data, .\PaintDotNet.Data.dll, Version=4.310.8103.32785
    Microsoft.Win32.Primitives, .\Microsoft.Win32.Primitives.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a
    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.Drawing.Common, .\System.Drawing.Common.dll, Version=6.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51
    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.Xml.ReaderWriter, .\System.Xml.ReaderWriter.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a
    PaintDotNet.Framework, .\PaintDotNet.Framework.dll, Version=4.310.8103.32785
    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.SystemEvents, .\Microsoft.Win32.SystemEvents.dll, Version=6.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51
    System.Linq, .\System.Linq.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a
    Microsoft.Win32.Registry, .\Microsoft.Win32.Registry.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a
    System.Collections.Immutable, .\System.Collections.Immutable.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a
    System.Collections.Concurrent, .\System.Collections.Concurrent.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a
    System.Threading.ThreadPool, .\System.Threading.ThreadPool.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.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.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.310.8103.32785
    Accessibility, .\Accessibility.dll, Version=4.0.0.0, PublicKeyToken=31bf3856ad364e35
    System.Numerics.Vectors, .\System.Numerics.Vectors.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a
    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
    System.IO.Packaging, .\System.IO.Packaging.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.Runtime.Loader, .\System.Runtime.Loader.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a
    WebPFileType, .\Bundled\WebPFileType\WebPFileType.dll, Version=1.3.11.0
    AvifFileType, .\Bundled\AvifFileType\AvifFileType.dll, Version=1.1.19.0
    DdsFileTypePlus, .\Bundled\DDSFileTypePlus\DdsFileTypePlus.dll, Version=1.10.11.0
    System.Diagnostics.Tracing, .\System.Diagnostics.Tracing.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a
    Mono.Cecil, .\Mono.Cecil.dll, Version=0.11.4.0, PublicKeyToken=50cebf1cceb9d05e
    netstandard, .\netstandard.dll, Version=2.1.0.0, PublicKeyToken=cc7b13ffcd2ddd51
    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.MemoryMappedFiles, .\System.IO.MemoryMappedFiles.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a
    System.Console, .\System.Console.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a
    System.Diagnostics.StackTrace, .\System.Diagnostics.StackTrace.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a
    Trail, C:\Users\jack2\OneDrive\Documents\paint.net App Files\Effects\Trail.dll, Version=4.0.4642.26791
    mscorlib, .\mscorlib.dll, Version=4.0.0.0, PublicKeyToken=b77a5c561934e089
    System.Drawing, .\System.Drawing.dll, Version=6.0.2.0, PublicKeyToken=b03f5f7f11d50a3a
    Stitch, C:\Users\jack2\OneDrive\Documents\paint.net App Files\Effects\Stitch.dll, Version=4.0.4642.26808
    Random Shape Fill, C:\Users\jack2\OneDrive\Documents\paint.net App Files\Effects\Random Shape Fill.dll, Version=4.0.4642.26910
    System.Core, .\System.Core.dll, Version=4.0.0.0, PublicKeyToken=b77a5c561934e089
    Pixelate+, C:\Users\jack2\OneDrive\Documents\paint.net App Files\Effects\Pixelate+.dll, Version=4.0.4642.26940
    Outline Object, C:\Users\jack2\OneDrive\Documents\paint.net App Files\Effects\Outline Object.dll, Version=4.0.4642.26954
    Jitter, C:\Users\jack2\OneDrive\Documents\paint.net App Files\Effects\Jitter.dll, Version=4.0.4642.26986
    Gradient Grid, C:\Users\jack2\OneDrive\Documents\paint.net App Files\Effects\Gradient Grid.dll, Version=4.0.6436.36068
    System, .\System.dll, Version=4.0.0.0, PublicKeyToken=b77a5c561934e089
    Gradient Blocks, C:\Users\jack2\OneDrive\Documents\paint.net App Files\Effects\Gradient Blocks.dll, Version=4.0.4642.26658
    Gradient Bars, C:\Users\jack2\OneDrive\Documents\paint.net App Files\Effects\Gradient Bars.dll, Version=4.0.5152.23084
    Film, C:\Users\jack2\OneDrive\Documents\paint.net App Files\Effects\Film.dll, Version=4.0.4642.26607
    Curves+, C:\Users\jack2\OneDrive\Documents\paint.net App Files\Effects\Curves+.dll, Version=4.0.6119.31044
    Borders N' Shapes, C:\Users\jack2\OneDrive\Documents\paint.net App Files\Effects\Borders N' Shapes.dll, Version=4.0.4642.26476
    OilPaintingPlus, .\Effects\OilPaintingPlus.dll, Version=4.6.7358.38406
    MemeMaker, .\Effects\MemeMaker.dll, Version=4.5.6828.38061
    GridCheckerboard, .\Effects\GridCheckerboard.dll, Version=4.5.6828.36789
    GaussianBlurPlus, .\Effects\GaussianBlurPlus.dll, Version=4.2.5691.27401
    Flip, .\Effects\Flip.dll, Version=4.6.7358.36953
    Dimensions, .\Effects\Dimensions.dll, Version=1.3.6826.38472
    CreativeTextPro, .\Effects\CreativeTextPro.dll, Version=1.1.7358.34307
    Calendar, .\Effects\Calendar.dll, Version=4.6.7358.32649
    BBOutlinedGradientText, .\Effects\BBOutlinedGradientText.dll, Version=4.6.7358.38713
    BBChart, .\Effects\BBChart.dll, Version=1.0.7358.33924
    System.Runtime.Serialization.Formatters, .\System.Runtime.Serialization.Formatters.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a
    PaintDotNet.Plugins.Compatibility, .\PaintDotNet.Plugins.Compatibility.dll, Version=4.310.8103.32785
    System.CodeDom, .\System.CodeDom.dll, Version=6.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51
    Alpha2Gray, .\Effects\Alpha2Gray.dll, Version=4.5.6832.21862
    ColorBalance, .\Effects\ColorBalance.dll, Version=4.7.7401.17173
    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
    BandWPlus, .\Effects\BandWPlus.dll, Version=1.3.7359.317
    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
    VignettePlus, .\Effects\VignettePlus.dll, Version=4.6.7358.40027
    Burninate, .\Effects\Burninate.dll, Version=4.6.7358.31797
    Transparency, .\Effects\Transparency.dll, Version=4.6.7358.39871
    CombinedAdjustments, .\Effects\CombinedAdjustments.dll, Version=1.1.7358.40688
    Dream, .\Effects\Dream.dll, Version=4.6.7358.35004
    System.Net.Http, .\System.Net.Http.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a
    System.Net.Primitives, .\System.Net.Primitives.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a
    System.Diagnostics.DiagnosticSource, .\System.Diagnostics.DiagnosticSource.dll, Version=6.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51
    System.Net.Security, .\System.Net.Security.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a
    System.Security.Cryptography.X509Certificates, .\System.Security.Cryptography.X509Certificates.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a
    Temperature, .\Effects\Temperature.dll, Version=4.6.7358.39746
    FillFromClipboard, .\Effects\FillFromClipboard.dll, Version=4.7.7358.36519
    FillFromFile, .\Effects\FillFromFile.dll, Version=4.7.7358.36581
    Gray2Alpha, .\Effects\Gray2Alpha.dll, Version=4.5.6826.36897
    FloydSteinbergDithering, .\Effects\FloydSteinbergDithering.dll, Version=4.6.7358.37110
    System.Net.Sockets, .\System.Net.Sockets.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a
    System.Threading.Overlapped, .\System.Threading.Overlapped.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a
    System.Net.NameResolution, .\System.Net.NameResolution.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a
    HSVGradients, .\Effects\HSVGradients.dll, Version=4.5.6832.41864
    System.Security.Cryptography.Encoding, .\System.Security.Cryptography.Encoding.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a
    HueSatPlus, .\Effects\HueSatPlus.dll, Version=4.6.7359.209
    Landscape, .\Effects\Landscape.dll, Version=4.6.7358.37463
    SelectionTools, .\Effects\SelectionTools.dll, Version=5.0.7502.22140
    System.Private.Xml.Linq, .\System.Private.Xml.Linq.dll, Version=6.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51
    Polygon, .\Effects\Polygon.dll, Version=4.5.6828.38648
    RemoveDust, .\Effects\RemoveDust.dll, Version=4.5.6826.37862
    Pastel, .\Effects\Pastel.dll, Version=4.6.7358.38877
    PhotoAdjustments, .\Effects\PhotoAdjustments.dll, Version=4.6.7358.38979
    PasteAlpha, .\Effects\PasteAlpha.dll, Version=4.6.7358.38804
    LevelHorizon, .\Effects\LevelHorizon.dll, Version=4.6.7358.37589
    SeamCarving, .\Effects\SeamCarving.dll, Version=4.6.7358.39596
    System.IO.Compression, .\System.IO.Compression.dll, Version=6.0.0.0, PublicKeyToken=b77a5c561934e089
    ObjectTools, .\Effects\ObjectTools.dll, Version=5.0.7502.21624
    PresentationFramework-SystemXmlLinq, .\PresentationFramework-SystemXmlLinq.dll, Version=6.0.2.0, PublicKeyToken=b77a5c561934e089
    System.Xml.XDocument, .\System.Xml.XDocument.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a
    System.Xml.Linq, .\System.Xml.Linq.dll, Version=4.0.0.0, PublicKeyToken=b77a5c561934e089
    K4os.Compression.LZ4, .\K4os.Compression.LZ4.dll, Version=1.2.15.0, PublicKeyToken=2186fa9121ef231d

Native modules: 
    .\paintdotnet.exe, version=4.310.8103.32785
    C:\Windows\SYSTEM32\ntdll.dll, version=10.0.19041.1566 (WinBuild.160101.0800)
    C:\Windows\System32\KERNEL32.DLL, version=10.0.19041.1566 (WinBuild.160101.0800)
    C:\Windows\System32\KERNELBASE.dll, version=10.0.19041.1566 (WinBuild.160101.0800)
    C:\Windows\System32\USER32.dll, version=10.0.19041.1645 (WinBuild.160101.0800)
    C:\Windows\System32\win32u.dll, version=10.0.19041.1645 (WinBuild.160101.0800)
    C:\Windows\System32\GDI32.dll, version=10.0.19041.1620 (WinBuild.160101.0800)
    C:\Windows\System32\gdi32full.dll, version=10.0.19041.1620 (WinBuild.160101.0800)
    C:\Windows\System32\msvcp_win.dll, version=10.0.19041.789 (WinBuild.160101.0800)
    C:\Windows\System32\ucrtbase.dll, version=10.0.19041.789 (WinBuild.160101.0800)
    C:\Windows\System32\SHELL32.dll, version=10.0.19041.1645 (WinBuild.160101.0800)
    C:\Windows\System32\ADVAPI32.dll, version=10.0.19041.1 (WinBuild.160101.0800)
    C:\Windows\System32\msvcrt.dll, version=7.0.19041.546 (WinBuild.160101.0800)
    C:\Windows\System32\sechost.dll, version=10.0.19041.1 (WinBuild.160101.0800)
    C:\Windows\System32\RPCRT4.dll, version=10.0.19041.1 (WinBuild.160101.0800)
    C:\Windows\System32\IMM32.DLL, version=10.0.19041.546 (WinBuild.160101.0800)
    .\hostfxr.dll, version=6,0,322,12309 @Commit: c24d9a9c91c5d04b7b4de71f1a9f33ac35e09663
    .\hostpolicy.dll, version=6,0,322,12309 @Commit: c24d9a9c91c5d04b7b4de71f1a9f33ac35e09663
    .\coreclr.dll, version=6,0,322,12309 @Commit: c24d9a9c91c5d04b7b4de71f1a9f33ac35e09663
    C:\Windows\System32\ole32.dll, version=10.0.19041.1320 (WinBuild.160101.0800)
    C:\Windows\System32\combase.dll, version=10.0.19041.1320 (WinBuild.160101.0800)
    C:\Windows\System32\OLEAUT32.dll, version=10.0.19041.985 (WinBuild.160101.0800)
    C:\Windows\System32\bcryptPrimitives.dll, version=10.0.19041.1415 (WinBuild.160101.0800)
    .\System.Private.CoreLib.dll, version=6.0.322.12309
    .\clrjit.dll, version=6,0,322,12309 @Commit: c24d9a9c91c5d04b7b4de71f1a9f33ac35e09663
    C:\Windows\SYSTEM32\kernel.appcore.dll, version=10.0.19041.546 (WinBuild.160101.0800)
    .\paintdotnet.dll, version=4.310.8103.32785
    .\System.Runtime.dll, version=6.0.322.12309
    C:\Windows\system32\uxtheme.dll, version=10.0.19041.1645 (WinBuild.160101.0800)
    .\PaintDotNet.Base.dll, version=4.310.8103.32785
    .\System.Windows.Forms.dll, version=6.0.322.12307
    .\System.Diagnostics.Process.dll, version=6.0.322.12309
    .\TerraFX.Interop.Windows.dll, version=10.0.20348.0
    .\PaintDotNet.SystemLayer.dll, version=4.310.8103.32785
    .\System.Runtime.InteropServices.RuntimeInformation.dll, version=6.0.322.12309
    .\System.Runtime.InteropServices.dll, version=6.0.322.12309
    .\vcruntime140.dll, version=14.31.31103.0
    .\vcruntime140_1.dll, version=14.31.31103.0
    .\msvcp140.dll, version=14.31.31103.0
    .\msvcp140_1.dll, version=14.31.31103.0
    .\msvcp140_2.dll, version=14.31.31103.0
    .\msvcp140_codecvt_ids.dll, version=14.31.31103.0
    .\vcomp140.dll, version=14.31.31103.0
    .\ijwhost.dll, version=6,0,322,12309 @Commit: c24d9a9c91c5d04b7b4de71f1a9f33ac35e09663
    .\PaintDotNet.SystemLayer.Native.x64.dll, version=4.310.8103.32785
    C:\Windows\WinSxS\amd64_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.19041.1645_none_91a2a668cc89980b\gdiplus.dll, version=10.0.19041.1645 (WinBuild.160101.0800)
    C:\Windows\SYSTEM32\PROPSYS.dll, version=7.0.19041.1645 (WinBuild.160101.0800)
    C:\Windows\SYSTEM32\WindowsCodecs.dll, version=10.0.19041.1151 (WinBuild.160101.0800)
    C:\Windows\System32\bcrypt.dll, version=10.0.19041.1 (WinBuild.160101.0800)
    .\System.Threading.dll, version=6.0.322.12309
    .\System.Runtime.Extensions.dll, version=6.0.322.12309
    .\System.Runtime.CompilerServices.VisualC.dll, version=6.0.322.12309
    .\System.Collections.NonGeneric.dll, version=6.0.322.12309
    .\System.Runtime.Intrinsics.dll, version=6.0.322.12309
    C:\Windows\SYSTEM32\windows.storage.dll, version=10.0.19041.1645 (WinBuild.160101.0800)
    C:\Windows\SYSTEM32\Wldp.dll, version=10.0.19041.1 (WinBuild.160101.0800)
    C:\Windows\System32\SHCORE.dll, version=10.0.19041.1645 (WinBuild.160101.0800)
    C:\Windows\System32\shlwapi.dll, version=10.0.19041.1645 (WinBuild.160101.0800)
    .\PaintDotNet.Core.dll, version=4.310.8103.32785
    .\System.Private.Uri.dll, version=6.0.322.12309
    .\System.ComponentModel.Primitives.dll, version=6.0.322.12309
    .\WindowsBase.dll, version=6.0.322.12402
    .\System.Windows.Forms.Primitives.dll, version=6.0.322.12307
    .\System.Drawing.Primitives.dll, version=6.0.322.12309
    .\PresentationFramework.dll, version=6.0.322.12402
    .\System.Xaml.dll, version=6.0.322.12402
    .\System.ComponentModel.dll, version=6.0.322.12309
    .\System.Diagnostics.TraceSource.dll, version=6.0.322.12309
    .\System.Collections.dll, version=6.0.322.12309
    .\System.Threading.Thread.dll, version=6.0.322.12309
    .\System.Text.Encoding.CodePages.dll, version=6.0.322.12309
    .\PaintDotNet.Resources.dll, version=4.310.8103.32785
    .\System.ObjectModel.dll, version=6.0.322.12309
    .\PaintDotNet.Data.dll, version=4.310.8103.32785
    .\Microsoft.Win32.Primitives.dll, version=6.0.322.12309
    .\System.Configuration.ConfigurationManager.dll, version=6.0.322.12309
    .\System.Collections.Specialized.dll, version=6.0.322.12309
    .\System.Private.Xml.dll, version=6.0.322.12309
    .\PresentationNative_cor3.dll, version=6,0,22,10402 @Commit: 962ab77e3d043ec9377feec32e1b26824338e9db
    .\System.Drawing.Common.dll, version=6.0.322.12309
    .\System.Net.WebClient.dll, version=6.0.322.12309
    .\System.ComponentModel.EventBasedAsync.dll, version=6.0.322.12309
    C:\Windows\SYSTEM32\icu.dll, version=64, 2, 0, 0 (WinBuild.160101.0800)
    .\System.Xml.ReaderWriter.dll, version=6.0.322.12309
    .\PaintDotNet.Framework.dll, version=4.310.8103.32785
    .\System.Memory.dll, version=6.0.322.12309
    .\System.Text.Encoding.Extensions.dll, version=6.0.322.12309
    .\Microsoft.Win32.SystemEvents.dll, version=6.0.322.12309
    .\System.Linq.dll, version=6.0.322.12309
    .\Microsoft.Win32.Registry.dll, version=6.0.322.12309
    .\System.Collections.Immutable.dll, version=6.0.322.12309
    .\System.Collections.Concurrent.dll, version=6.0.322.12309
    .\System.Threading.ThreadPool.dll, version=6.0.322.12309
    C:\Windows\System32\MSCTF.dll, version=10.0.19041.1645 (WinBuild.160101.0800)
    .\System.ComponentModel.TypeConverter.dll, version=6.0.322.12309
    .\PresentationCore.dll, version=6.0.322.12402
    C:\Windows\SYSTEM32\dxgi.dll, version=10.0.19041.1566 (WinBuild.160101.0800)
    .\DirectWriteForwarder.dll, version=6,0,322,12402 @Commit: 560f243910f407df33fd5cdf06e2a857684f4bc7
    .\System.Security.Principal.Windows.dll, version=6.0.322.12309
    .\System.Security.Claims.dll, version=6.0.322.12309
    .\System.Diagnostics.Debug.dll, version=6.0.322.12309
    C:\Windows\SYSTEM32\dwrite.dll, version=10.0.19041.1 (WinBuild.160101.0800)
    .\UIAutomationTypes.dll, version=6.0.322.12402
    .\System.Diagnostics.FileVersionInfo.dll, version=6.0.322.12309
    C:\Windows\SYSTEM32\profapi.dll, version=10.0.19041.844 (WinBuild.160101.0800)
    .\PaintDotNet.Effects.dll, version=4.310.8103.32785
    .\Accessibility.dll, version=6.0.322.12307
    C:\Windows\System32\clbcatq.dll, version=2001.12.10941.16384 (WinBuild.160101.0800)
    C:\Windows\System32\UIAnimation.dll, version=10.0.19041.746 (WinBuild.160101.0800)
    C:\Windows\SYSTEM32\version.dll, version=10.0.19041.546 (WinBuild.160101.0800)
    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, version=6.0.322.12309
    .\Crc32.NET.dll, version=1.2.0.5
    .\System.Security.Cryptography.Primitives.dll, version=6.0.322.12309
    C:\Windows\SYSTEM32\d2d1.dll, version=10.0.19041.1 (WinBuild.160101.0800)
    .\System.IO.Packaging.dll, version=6.0.322.12309
    .\System.Threading.Tasks.Parallel.dll, version=6.0.322.12309
    C:\Windows\SYSTEM32\TextShaping.dll, version=
    C:\Windows\SYSTEM32\mfplat.dll, version=10.0.19041.1645 (WinBuild.160101.0800)
    C:\Windows\System32\cfgmgr32.dll, version=10.0.19041.1620 (WinBuild.160101.0800)
    C:\Windows\SYSTEM32\RTWorkQ.DLL, version=10.0.19041.1 (WinBuild.160101.0800)
    .\ucrtbase.dll, version=10.0.22000.194 (WinBuild.160101.0800)
    .\System.Runtime.Loader.dll, version=6.0.322.12309
    C:\Windows\SYSTEM32\CompPkgSup.DLL, version=10.0.19041.746 (WinBuild.160101.0800)
    .\Bundled\WebPFileType\WebPFileType.dll, version=1.3.11.0
    .\Bundled\AvifFileType\AvifFileType.dll, version=1.1.19.0
    C:\Windows\System32\Windows.StateRepositoryPS.dll, version=10.0.19041.1466 (WinBuild.160101.0800)
    .\Bundled\DDSFileTypePlus\DdsFileTypePlus.dll, version=1.10.11.0
    C:\Windows\System32\WinTypes.dll, version=10.0.19041.1320 (WinBuild.160101.0800)
    .\System.Diagnostics.Tracing.dll, version=6.0.322.12309
    .\Mono.Cecil.dll, version=0.11.4.0
    .\netstandard.dll, version=6.0.322.12309
    .\System.Reflection.MetadataLoadContext.dll, version=6.0.21.52210
    .\System.Reflection.Metadata.dll, version=6.0.322.12309
    .\System.IO.MemoryMappedFiles.dll, version=6.0.322.12309
    C:\Windows\SYSTEM32\wtsapi32.dll, version=10.0.19041.546 (WinBuild.160101.0800)
    C:\Windows\SYSTEM32\WINSTA.dll, version=10.0.19041.546 (WinBuild.160101.0800)
    .\System.Console.dll, version=6.0.322.12309
    .\Microsoft.DiaSymReader.Native.amd64.dll, version=14.28.29715.1 built by: vcwrkspc
    C:\Windows\SYSTEM32\UIAutomationCore.dll, version=7.2.19041.1645 (WinBuild.160101.0800)
    .\System.Diagnostics.StackTrace.dll, version=6.0.322.12309
    C:\Windows\SYSTEM32\sxs.dll, version=10.0.19041.1 (WinBuild.160101.0800)
    C:\Users\jack2\OneDrive\Documents\paint.net App Files\Effects\Trail.dll, version=4.0.4642.26791
    .\mscorlib.dll, version=6.0.322.12309
    .\System.Drawing.dll, version=6.0.322.12307
    C:\Users\jack2\OneDrive\Documents\paint.net App Files\Effects\Stitch.dll, version=4.0.4642.26808
    C:\Users\jack2\OneDrive\Documents\paint.net App Files\Effects\Random Shape Fill.dll, version=4.0.4642.26910
    .\System.Core.dll, version=6.0.322.12309
    C:\Users\jack2\OneDrive\Documents\paint.net App Files\Effects\Pixelate+.dll, version=4.0.4642.26940
    C:\Users\jack2\OneDrive\Documents\paint.net App Files\Effects\Outline Object.dll, version=4.0.4642.26954
    C:\Users\jack2\OneDrive\Documents\paint.net App Files\Effects\Jitter.dll, version=4.0.4642.26986
    C:\Users\jack2\OneDrive\Documents\paint.net App Files\Effects\Gradient Grid.dll, version=4.0.6436.36068
    .\System.dll, version=6.0.322.12309
    C:\Users\jack2\OneDrive\Documents\paint.net App Files\Effects\Gradient Blocks.dll, version=4.0.4642.26658
    C:\Users\jack2\OneDrive\Documents\paint.net App Files\Effects\Gradient Bars.dll, version=4.0.5152.23084
    C:\Users\jack2\OneDrive\Documents\paint.net App Files\Effects\Film.dll, version=4.0.4642.26607
    C:\Users\jack2\OneDrive\Documents\paint.net App Files\Effects\Curves+.dll, version=4.0.6119.31044
    C:\Windows\SYSTEM32\d3d11.dll, version=10.0.19041.1620 (WinBuild.160101.0800)
    C:\Windows\SYSTEM32\D3D10Warp.dll, version=10.0.19041.546 (WinBuild.160101.0800)
    C:\Windows\SYSTEM32\dxcore.dll, version=10.0.19041.546 (WinBuild.160101.0800)
    C:\Users\jack2\OneDrive\Documents\paint.net App Files\Effects\Borders N' Shapes.dll, version=4.0.4642.26476
    .\Effects\OilPaintingPlus.dll, version=4.6.7358.38406
    .\Effects\MemeMaker.dll, version=4.5.6828.38061
    .\Effects\GridCheckerboard.dll, version=4.5.6828.36789
    .\Effects\GaussianBlurPlus.dll, version=4.2.5691.27401
    .\Effects\Flip.dll, version=4.6.7358.36953
    .\Effects\Dimensions.dll, version=1.3.6826.38472
    .\Effects\CreativeTextPro.dll, version=1.1.7358.34307
    .\Effects\Calendar.dll, version=4.6.7358.32649
    .\Effects\BBOutlinedGradientText.dll, version=4.6.7358.38713
    .\Effects\BBChart.dll, version=1.0.7358.33924
    .\System.Runtime.Serialization.Formatters.dll, version=6.0.322.12309
    .\PaintDotNet.Plugins.Compatibility.dll, version=4.310.8103.32785
    .\System.CodeDom.dll, version=6.0.322.12309
    C:\Windows\SYSTEM32\amsi.dll, version=10.0.19041.1620 (WinBuild.160101.0800)
    C:\Windows\SYSTEM32\USERENV.dll, version=10.0.19041.1 (WinBuild.160101.0800)
    C:\ProgramData\Microsoft\Windows Defender\Platform\4.18.2203.5-0\MpOav.dll, version=4.18.2203.5 (WinBuild.160101.0800)
    C:\ProgramData\Microsoft\Windows Defender\Platform\4.18.2203.5-0\MPCLIENT.DLL, version=4.18.2203.5 (WinBuild.160101.0800)
    C:\Windows\System32\CRYPT32.dll, version=10.0.19041.1645 (WinBuild.160101.0800)
    C:\Windows\System32\WINTRUST.dll, version=10.0.19041.1566 (WinBuild.160101.0800)
    C:\Windows\System32\MSASN1.dll, version=10.0.19041.546 (WinBuild.160101.0800)
    C:\Windows\SYSTEM32\gpapi.dll, version=10.0.19041.1645 (WinBuild.160101.0800)
    C:\Windows\SYSTEM32\dwmapi.DLL, version=10.0.19041.1645 (WinBuild.160101.0800)
    C:\Windows\system32\dataexchange.dll, version=10.0.19041.1387 (WinBuild.160101.0800)
    C:\Windows\system32\dcomp.dll, version=10.0.19041.1566 (WinBuild.160101.0800)
    C:\Windows\system32\twinapi.appcore.dll, version=10.0.19041.1 (WinBuild.160101.0800)
    C:\Windows\SYSTEM32\textinputframework.dll, version=10.0.19041.1620 (WinBuild.160101.0800)
    C:\Windows\System32\CoreMessaging.dll, version=10.0.19041.746
    C:\Windows\System32\CoreUIComponents.dll, version=10.0.19041.546
    C:\Windows\System32\WS2_32.dll, version=10.0.19041.1081 (WinBuild.160101.0800)
    C:\Windows\SYSTEM32\ntmarta.dll, version=10.0.19041.1 (WinBuild.160101.0800)
    .\Newtonsoft.Json.dll, version=13.0.1.25517
    C:\Windows\SYSTEM32\powrprof.dll, version=10.0.19041.1645 (WinBuild.160101.0800)
    C:\Windows\SYSTEM32\UMPDC.dll, version=
    .\System.Linq.Expressions.dll, version=6.0.322.12309
    .\System.Text.RegularExpressions.dll, version=6.0.322.12309
    .\System.Runtime.Numerics.dll, version=6.0.322.12309
    C:\Windows\SYSTEM32\winmm.DLL, version=10.0.19041.1 (WinBuild.160101.0800)
    .\System.Runtime.CompilerServices.Unsafe.dll, version=6.0.322.12309
    C:\Windows\SYSTEM32\oleacc.dll, version=7.2.19041.746 (WinBuild.160101.0800)
    C:\Windows\system32\explorerframe.dll, version=10.0.19041.1645 (WinBuild.160101.0800)
    .\System.Net.Http.dll, version=6.0.322.12309
    .\System.Net.Primitives.dll, version=6.0.322.12309
    C:\Windows\System32\DriverStore\FileRepository\nvak.inf_amd64_a1ae244dd2e4b40a\nvldumdx.dll, version=27.21.14.6109
    .\System.Diagnostics.DiagnosticSource.dll, version=6.0.322.12309
    C:\Windows\SYSTEM32\cryptnet.dll, version=10.0.19041.906 (WinBuild.160101.0800)
    C:\Windows\SYSTEM32\cryptbase.dll, version=10.0.19041.546 (WinBuild.160101.0800)
    .\System.Net.Security.dll, version=6.0.322.12309
    .\System.Security.Cryptography.X509Certificates.dll, version=6.0.322.12309
    C:\Windows\System32\imagehlp.dll, version=10.0.19041.1415 (WinBuild.160101.0800)
    C:\Windows\SYSTEM32\iphlpapi.dll, version=10.0.19041.1 (WinBuild.160101.0800)
    C:\Windows\SYSTEM32\DNSAPI.dll, version=10.0.19041.1 (WinBuild.160101.0800)
    C:\Windows\System32\NSI.dll, version=10.0.19041.610 (WinBuild.160101.0800)
    C:\Windows\SYSTEM32\dhcpcsvc6.DLL, version=10.0.19041.1 (WinBuild.160101.0800)
    C:\Windows\SYSTEM32\dhcpcsvc.DLL, version=10.0.19041.1 (WinBuild.160101.0800)
    C:\Windows\SYSTEM32\WINNSI.DLL, version=10.0.19041.546 (WinBuild.160101.0800)
    C:\Windows\SYSTEM32\winhttp.dll, version=10.0.19041.1 (WinBuild.160101.0800)
    C:\Windows\System32\CRYPTSP.dll, version=10.0.19041.546 (WinBuild.160101.0800)
    C:\Windows\system32\rsaenh.dll, version=10.0.19041.1 (WinBuild.160101.0800)
    C:\Windows\System32\DriverStore\FileRepository\nvak.inf_amd64_a1ae244dd2e4b40a\nvwgf2umx.dll, version=27.21.14.6109
    .\System.Net.Sockets.dll, version=6.0.322.12309
    C:\Windows\system32\mswsock.dll, version=10.0.19041.1 (WinBuild.160101.0800)
    C:\Windows\system32\wshunix.dll, version=10.0.19041.1 (WinBuild.160101.0800)
    .\System.Threading.Overlapped.dll, version=6.0.322.12309
    .\System.Net.NameResolution.dll, version=6.0.322.12309
    C:\Windows\system32\NLAapi.dll, version=10.0.19041.1151 (WinBuild.160101.0800)
    C:\Windows\System32\rasadhlp.dll, version=10.0.19041.546 (WinBuild.160101.0800)
    C:\Windows\system32\pnrpnsp.dll, version=10.0.19041.1 (WinBuild.160101.0800)
    C:\Windows\system32\wshbth.dll, version=10.0.19041.546 (WinBuild.160101.0800)
    C:\Windows\SYSTEM32\DEVOBJ.dll, version=10.0.19041.1620 (WinBuild.160101.0800)
    C:\Windows\System32\winrnr.dll, version=10.0.19041.546 (WinBuild.160101.0800)
    C:\Windows\system32\napinsp.dll, version=10.0.19041.1 (WinBuild.160101.0800)
    C:\Windows\System32\fwpuclnt.dll, version=10.0.19041.1503 (WinBuild.160101.0800)
    C:\Windows\SYSTEM32\sspicli.dll, version=10.0.19041.1586 (WinBuild.160101.0800)
    C:\Windows\system32\schannel.DLL, version=10.0.19041.1 (WinBuild.160101.0800)
    C:\Windows\SYSTEM32\mskeyprotect.dll, version=10.0.19041.1645 (WinBuild.160101.0800)
    C:\Windows\SYSTEM32\NTASN1.dll, version=10.0.19041.1 (WinBuild.160101.0800)
    C:\Windows\SYSTEM32\ncrypt.dll, version=10.0.19041.1 (WinBuild.160101.0800)
    C:\Windows\system32\ncryptsslp.dll, version=10.0.19041.546 (WinBuild.160101.0800)
    .\System.Security.Cryptography.Encoding.dll, version=6.0.322.12309
    .\System.Private.Xml.Linq.dll, version=6.0.322.12309
    C:\Windows\SYSTEM32\policymanager.dll, version=10.0.19041.1620 (WinBuild.160101.0800)
    C:\Windows\SYSTEM32\msvcp110_win.dll, version=10.0.19041.546 (WinBuild.160101.0800)
    .\System.IO.Compression.dll, version=6.0.322.12309
    .\PresentationFramework-SystemXmlLinq.dll, version=6.0.322.12402
    .\System.Xml.XDocument.dll, version=6.0.322.12309
    .\System.Xml.Linq.dll, version=6.0.322.12309
    .\K4os.Compression.LZ4.dll, version=1.2.15
    C:\Windows\SYSTEM32\XmlLite.dll, version=10.0.19041.546 (WinBuild.160101.0800)
    C:\Windows\System32\setupapi.DLL, version=10.0.19041.1645 (WinBuild.160101.0800)
------------------------------------------------------------------------------
 

Link to comment
Share on other sites

  • Solution
Quote

System.BadImageFormatException: Bad IL range

 

That looks like a corrupt app install. I would first run the repair process for the app, which you can do by going to Run (via WinKey+R, or right click on Start Menu -> Run) and then type in paintdotnet:/repair and press OK or Enter. You'll need to restart afterwards.

 

image.png

 

If that doesn't work, try downloading the app from the website and reinstalling (just double-click the install EXE and do the normal install process, it'll auto-uninstall even if it's the same version).

 

I would also run chkdsk to make sure nothing else on your system is corrupt, as well as sfc /scannow, both of which are easy to find information about online.

  • Like 1

The Paint.NET Blog: https://blog.getpaint.net/

Donations are always appreciated! https://www.getpaint.net/donate.html

forumSig_bmwE60.jpg

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...