Jump to content

Noah RM

Newbies
  • Posts

    2
  • Joined

  • Last visited

Posts posted by Noah RM

  1. This text file was created because paint.net crashed. Please e-mail this to crashlog4@getpaint.net so we can diagnose and fix the problem.

    Application version: paint.net 4.3.7 (Stable 4.307.8039.30451)
    Time of crash: 2/3/2022 12:27:00 PM
    Application uptime: 00:00:22.8849885
    Application state: Running 
    Working set: 220,912 KiB
    Handles and threads: 1488 handles, 55 threads, 170 gdi, 226 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 Pro 10.0.19043.0 x64
    .NET version: .NET 6.0.1 x64
    Processor: "Intel(R) Core(TM) i5 CPU         650  @ 3.20GHz" @ ~3192MHz (2C/4T, SSE, SSE2, SSE3, SSSE3, SSE4_1, SSE4_2)
    Physical memory: 7862 MB
    Video card: Intel(R) HD Graphics (v:8086, d:42, r:2), Microsoft Basic Render Driver (v:1414, d:8C, r:0)
    Hardware acceleration: False (default: False)
    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, 2/3/2022 (journal: ShouldCheckForUpdate, CheckedForUpdate)
    Locale: pdnr.c: en-US, hklm: en-US, hkcu: en-US, cc: en-US, cuic: en-US
    Flags: 

    Exception details:
    System.AggregateException: Exception of type 'System.AggregateException' was thrown. (The type initializer for 'PaintDotNet.SystemLayer.FileSystem' threw an exception.)
     ---> System.TypeInitializationException: The type initializer for 'PaintDotNet.SystemLayer.FileSystem' threw an exception.
     ---> System.IO.IOException: The file or directory is corrupted and unreadable. : 'C:\Users\nrmoc\AppData\Local\paint.net\SessionData\1152803771'
       at System.IO.Enumeration.FileSystemEnumerator`1.FindNextEntry()
       at System.IO.Enumeration.FileSystemEnumerator`1.MoveNext()
       at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)
       at PaintDotNet.SystemLayer.FileSystem..cctor() in D:\src\pdn\src_4_3_x\SystemLayer\FileSystem.cs:line 371
       --- End of inner exception stack trace ---
       at PaintDotNet.SystemLayer.FileSystem.CreateSessionFileStream[TStream](String fileExt, Func`2 createStreamFn) in D:\src\pdn\src_4_3_x\SystemLayer\FileSystem.cs:line 564
       at PaintDotNet.AppModel.WriteOnceSessionFile.BaseImpl.OpenForWriting() in D:\src\pdn\src_4_3_x\PaintDotNet\AppModel\WriteOnceSessionFile.cs:line 86
       at PaintDotNet.Runtime.PersistedObject`1.PersistToDisk(Object objectRef) in D:\src\pdn\src_4_3_x\PaintDotNet\Runtime\PersistedObject`1.cs:line 217
       at PaintDotNet.Runtime.PersistedObject`1.<>c__DisplayClass7_0.<.ctor>b__0() in D:\src\pdn\src_4_3_x\PaintDotNet\Runtime\PersistedObject`1.cs:line 73
       at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
       at PaintDotNet.HistoryMementos.BitmapHistoryMemento..ctor(String name, ImageResource image, IHistoryWorkspace historyWorkspace, Int32 layerIndex, IReadOnlyList`1 changedRegion, Surface copyFromThisSurface, BitmapHistoryMementoProgressCallback progressCallback) in D:\src\pdn\src_4_3_x\PaintDotNet\HistoryMementos\BitmapHistoryMemento.cs:line 81
       at PaintDotNet.HistoryFunctions.ApplyRendererToBitmapLayerHistoryFunction.<>c__DisplayClass14_0.<OnExecute>b__0(PdnTask task) in D:\src\pdn\src_4_3_x\PaintDotNet\HistoryFunctions\ApplyRendererToBitmapLayerHistoryFunction.cs:line 204
       at PaintDotNet.Threading.Tasks.PdnTaskManagerExtensions.<>c__DisplayClass4_0.<CreateThreadTask>b__0(PdnTask`1 t) in D:\src\pdn\src_4_3_x\Core\Threading\Tasks\PdnTaskManagerExtensions.cs:line 58
       at PaintDotNet.Threading.Tasks.PdnTaskManagerExtensions.FuncThreadTask`1.OnExecute() in D:\src\pdn\src_4_3_x\Core\Threading\Tasks\PdnTaskManagerExtensions.cs:line 80
       at PaintDotNet.Functional.Func.Eval[TRet](Func`1 f) in D:\src\pdn\src_4_3_x\Base\Functional\Func.cs:line 138
    --- End of stack trace from previous location ---
       at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot, Thread threadPoolThread)
       --- End of inner exception stack trace ---
       at PaintDotNet.HistoryFunctions.ApplyRendererToBitmapLayerHistoryFunction.OnExecute(IHistoryWorkspace historyWorkspace) in D:\src\pdn\src_4_3_x\PaintDotNet\HistoryFunctions\ApplyRendererToBitmapLayerHistoryFunction.cs:line 307
       at PaintDotNet.HistoryFunctions.HistoryFunction.Execute(IHistoryWorkspace historyWorkspace) in D:\src\pdn\src_4_3_x\PaintDotNet\HistoryFunctions\HistoryFunction.cs:line 61
       at PaintDotNet.HistoryFunctions.ContentRendererBgraHistoryFunctionBase.OnExecute(IHistoryWorkspace historyWorkspace) in D:\src\pdn\src_4_3_x\PaintDotNet\HistoryFunctions\ContentRendererBgraHistoryFunctionBase.cs:line 87
       at PaintDotNet.HistoryFunctions.HistoryFunction.Execute(IHistoryWorkspace historyWorkspace) in D:\src\pdn\src_4_3_x\PaintDotNet\HistoryFunctions\HistoryFunction.cs:line 61
       at PaintDotNet.Controls.DocumentWorkspaceExtensions.ApplyFunction(DocumentWorkspace docWorkspace, HistoryFunction function) in D:\src\pdn\src_4_3_x\PaintDotNet\Controls\DocumentWorkspaceExtensions.cs:line 59
       at PaintDotNet.Menus.EditMenu.OnMenuEditClearSelectionClick(Object sender, EventArgs e) in D:\src\pdn\src_4_3_x\PaintDotNet\Menus\EditMenu.cs:line 492
       at System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e)
       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.307.8039.30451
        System.Runtime, .\System.Runtime.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a
        System.Windows.Forms, .\System.Windows.Forms.dll, Version=6.0.1.0, PublicKeyToken=b77a5c561934e089
        PaintDotNet.Base, .\PaintDotNet.Base.dll, Version=4.307.8039.30451
        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
        TerraFX.Interop.Windows, .\TerraFX.Interop.Windows.dll, Version=10.0.20348.0, PublicKeyToken=35b01b53313a6f7e
        PaintDotNet.SystemLayer, .\PaintDotNet.SystemLayer.dll, Version=4.307.8039.30451
        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.307.8039.30451
        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
        PaintDotNet.Core, .\PaintDotNet.Core.dll, Version=4.307.8039.30451
        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.1.0, PublicKeyToken=b77a5c561934e089
        WindowsBase, .\WindowsBase.dll, Version=6.0.1.0, PublicKeyToken=31bf3856ad364e35
        System.Drawing.Primitives, .\System.Drawing.Primitives.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a
        PresentationFramework, .\PresentationFramework.dll, Version=6.0.1.0, PublicKeyToken=31bf3856ad364e35
        System.Xaml, .\System.Xaml.dll, Version=6.0.1.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.307.8039.30451
        System.ObjectModel, .\System.ObjectModel.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a
        Microsoft.Win32.Primitives, .\Microsoft.Win32.Primitives.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a
        PaintDotNet.Data, .\PaintDotNet.Data.dll, Version=4.307.8039.30451
        System.Configuration.ConfigurationManager, .\System.Configuration.ConfigurationManager.dll, Version=6.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51
        System.Drawing.Common, .\System.Drawing.Common.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.307.8039.30451
        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
        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
        Microsoft.Win32.SystemEvents, .\Microsoft.Win32.SystemEvents.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.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.Threading.ThreadPool, .\System.Threading.ThreadPool.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a
        System.Linq, .\System.Linq.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.1.0, PublicKeyToken=31bf3856ad364e35
        DirectWriteForwarder, .\DirectWriteForwarder.dll, Version=6.0.1.0, PublicKeyToken=31bf3856ad364e35
        System.Diagnostics.Debug, .\System.Diagnostics.Debug.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a
        Accessibility, .\Accessibility.dll, Version=4.0.0.0, PublicKeyToken=31bf3856ad364e35
        UIAutomationTypes, .\UIAutomationTypes.dll, Version=6.0.1.0, PublicKeyToken=31bf3856ad364e35
        System.Numerics.Vectors, .\System.Numerics.Vectors.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a
        System.IO.Packaging, .\System.IO.Packaging.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a
        System.Diagnostics.FileVersionInfo, .\System.Diagnostics.FileVersionInfo.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a
        PaintDotNet.Effects, .\PaintDotNet.Effects.dll, Version=4.307.8039.30451
        System.Threading.Tasks.Parallel, .\System.Threading.Tasks.Parallel.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.Tracing, .\System.Diagnostics.Tracing.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a
        System.Runtime.Loader, .\System.Runtime.Loader.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a
        AvifFileType, .\Bundled\AvifFileType\AvifFileType.dll, Version=1.1.17.0
        DdsFileTypePlus, .\Bundled\DDSFileTypePlus\DdsFileTypePlus.dll, Version=1.10.10.0
        WebPFileType, .\Bundled\WebPFileType\WebPFileType.dll, Version=1.3.7.0
        System.Runtime.Intrinsics, .\System.Runtime.Intrinsics.dll, Version=6.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51
        System.Runtime.Serialization.Formatters, .\System.Runtime.Serialization.Formatters.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a
        mscorlib, .\mscorlib.dll, Version=4.0.0.0, PublicKeyToken=b77a5c561934e089
        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.Runtime.Numerics, .\System.Runtime.Numerics.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a
        System.Text.RegularExpressions, .\System.Text.RegularExpressions.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a
        System.Private.Xml.Linq, .\System.Private.Xml.Linq.dll, Version=6.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51
        System.IO.Compression, .\System.IO.Compression.dll, Version=6.0.0.0, PublicKeyToken=b77a5c561934e089
        PresentationFramework-SystemXmlLinq, .\PresentationFramework-SystemXmlLinq.dll, Version=6.0.1.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
        System.Diagnostics.StackTrace, .\System.Diagnostics.StackTrace.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a
        System.Reflection.Metadata, .\System.Reflection.Metadata.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a
        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
        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
        System.Security.Cryptography.Encoding, .\System.Security.Cryptography.Encoding.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a
        Interop.WIA, .\Interop.WIA.dll, Version=1.0.0.0

    Native modules: 
        .\paintdotnet.exe, version=4.307.8039.30451
        C:\Windows\SYSTEM32\ntdll.dll, version=10.0.19041.1466 (WinBuild.160101.0800)
        C:\Windows\System32\KERNEL32.DLL, version=10.0.19041.1466 (WinBuild.160101.0800)
        C:\Windows\System32\KERNELBASE.dll, version=10.0.19041.1466 (WinBuild.160101.0800)
        C:\Windows\System32\USER32.dll, version=10.0.19041.1 (WinBuild.160101.0800)
        C:\Windows\System32\win32u.dll, version=10.0.19041.1466 (WinBuild.160101.0800)
        C:\Windows\System32\GDI32.dll, version=10.0.19041.1202 (WinBuild.160101.0800)
        C:\Windows\System32\gdi32full.dll, version=10.0.19041.1466 (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.964 (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,121,56705 @Commit: 3a25a7f1cc446b60678ed25c9d829420d6321eba
        .\hostpolicy.dll, version=6,0,121,56705 @Commit: 3a25a7f1cc446b60678ed25c9d829420d6321eba
        .\coreclr.dll, version=6,0,121,56705 @Commit: 3a25a7f1cc446b60678ed25c9d829420d6321eba
        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.121.56705
        .\clrjit.dll, version=6,0,121,56705 @Commit: 3a25a7f1cc446b60678ed25c9d829420d6321eba
        C:\Windows\SYSTEM32\kernel.appcore.dll, version=10.0.19041.546 (WinBuild.160101.0800)
        .\paintdotnet.dll, version=4.307.8039.30451
        .\System.Runtime.dll, version=6.0.121.56705
        C:\Windows\system32\uxtheme.dll, version=10.0.19041.1 (WinBuild.160101.0800)
        C:\Program Files (x86)\Razer\Razer Cortex\x64\k_fps64.dll, version=3.0.17.2
        C:\Windows\System32\SHLWAPI.dll, version=10.0.19041.1 (WinBuild.160101.0800)
        C:\Program Files (x86)\Razer\Razer Cortex\x64\EasyHook64.dll, version=2.7.7097.0
        C:\Windows\SYSTEM32\dbghelp.dll, version=10.0.19041.867 (WinBuild.160101.0800)
        C:\Program Files (x86)\Razer\Razer Cortex\x64\D3DCOMPILER_43.dll, version=9.29.952.3111
        C:\Program Files (x86)\Razer\Razer Cortex\x64\d3dx10_43.dll, version=9.29.952.3111
        C:\Program Files (x86)\Razer\Razer Cortex\x64\d3dx9_43.dll, version=9.29.952.3111
        C:\Windows\SYSTEM32\OPENGL32.dll, version=10.0.19041.1081 (WinBuild.160101.0800)
        C:\Windows\System32\PSAPI.DLL, version=10.0.19041.546 (WinBuild.160101.0800)
        C:\Windows\SYSTEM32\GLU32.dll, version=10.0.19041.1 (WinBuild.160101.0800)
        .\System.Windows.Forms.dll, version=6.0.121.56705
        .\PaintDotNet.Base.dll, version=4.307.8039.30451
        C:\Windows\SYSTEM32\icu.dll, version=64, 2, 0, 0 (WinBuild.160101.0800)
        .\System.Collections.Concurrent.dll, version=6.0.121.56705
        .\System.Diagnostics.Process.dll, version=6.0.121.56705
        .\TerraFX.Interop.Windows.dll, version=10.0.20348.0
        .\PaintDotNet.SystemLayer.dll, version=4.307.8039.30451
        .\System.Runtime.InteropServices.RuntimeInformation.dll, version=6.0.121.56705
        .\System.Runtime.InteropServices.dll, version=6.0.121.56705
        .\vcruntime140.dll, version=14.30.30704.0 built by: vcwrkspc
        .\vcruntime140_1.dll, version=14.30.30704.0 built by: vcwrkspc
        .\msvcp140.dll, version=14.30.30704.0 built by: vcwrkspc
        .\msvcp140_1.dll, version=14.30.30704.0 built by: vcwrkspc
        .\msvcp140_2.dll, version=14.30.30704.0 built by: vcwrkspc
        .\msvcp140_codecvt_ids.dll, version=14.30.30704.0 built by: vcwrkspc
        .\vcomp140.dll, version=14.30.30704.0 built by: vcwrkspc
        .\ijwhost.dll, version=6,0,121,56705 @Commit: 3a25a7f1cc446b60678ed25c9d829420d6321eba
        .\PaintDotNet.SystemLayer.Native.x64.dll, version=4.307.8039.30451
        C:\Windows\SYSTEM32\PROPSYS.dll, version=7.0.19041.1 (WinBuild.160101.0800)
        C:\Windows\WinSxS\amd64_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.19041.1466_none_91a4907ccc87e3b8\gdiplus.dll, version=10.0.19041.1466 (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.121.56705
        .\System.Runtime.Extensions.dll, version=6.0.121.56705
        .\System.Runtime.CompilerServices.VisualC.dll, version=6.0.121.56705
        .\System.Collections.NonGeneric.dll, version=6.0.121.56705
        C:\Windows\SYSTEM32\windows.storage.dll, version=10.0.19041.1 (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.1 (WinBuild.160101.0800)
        .\PaintDotNet.Core.dll, version=4.307.8039.30451
        .\System.Private.Uri.dll, version=6.0.121.56705
        .\System.ComponentModel.Primitives.dll, version=6.0.121.56705
        .\System.Windows.Forms.Primitives.dll, version=6.0.121.56705
        .\WindowsBase.dll, version=6.0.121.56707
        .\System.Drawing.Primitives.dll, version=6.0.121.56705
        .\PresentationFramework.dll, version=6.0.121.56707
        .\System.Xaml.dll, version=6.0.121.56707
        .\System.ComponentModel.dll, version=6.0.121.56705
        .\System.Diagnostics.TraceSource.dll, version=6.0.121.56705
        .\System.Collections.dll, version=6.0.121.56705
        .\System.Threading.Thread.dll, version=6.0.121.56705
        .\System.Text.Encoding.CodePages.dll, version=6.0.121.56705
        .\PaintDotNet.Resources.dll, version=4.307.8039.30451
        .\System.ObjectModel.dll, version=6.0.121.56705
        .\Microsoft.Win32.Primitives.dll, version=6.0.121.56705
        .\PaintDotNet.Data.dll, version=4.307.8039.30451
        .\System.Configuration.ConfigurationManager.dll, version=6.0.121.56705
        .\System.Drawing.Common.dll, version=6.0.121.56705
        .\System.Collections.Specialized.dll, version=6.0.121.56705
        .\PaintDotNet.Framework.dll, version=4.307.8039.30451
        .\PresentationNative_cor3.dll, version=6,0,21,48001 @Commit: bf6f24c075ff5315d0ec0e5359138ee796b0491c
        .\System.Private.Xml.dll, version=6.0.121.56705
        .\System.Xml.ReaderWriter.dll, version=6.0.121.56705
        .\System.Net.WebClient.dll, version=6.0.121.56705
        .\System.ComponentModel.EventBasedAsync.dll, version=6.0.121.56705
        .\System.Memory.dll, version=6.0.121.56705
        .\Microsoft.Win32.SystemEvents.dll, version=6.0.121.56705
        .\System.Text.Encoding.Extensions.dll, version=6.0.121.56705
        .\System.Collections.Immutable.dll, version=6.0.121.56705
        C:\Windows\System32\MSCTF.dll, version=10.0.19041.1 (WinBuild.160101.0800)
        .\Microsoft.Win32.Registry.dll, version=6.0.121.56705
        .\System.Threading.ThreadPool.dll, version=6.0.121.56705
        .\System.Linq.dll, version=6.0.121.56705
        .\System.Security.Principal.Windows.dll, version=6.0.121.56705
        .\System.Security.Claims.dll, version=6.0.121.56705
        C:\Windows\SYSTEM32\dxgi.dll, version=10.0.19041.1266 (WinBuild.160101.0800)
        .\System.ComponentModel.TypeConverter.dll, version=6.0.121.56705
        .\PresentationCore.dll, version=6.0.121.56707
        .\DirectWriteForwarder.dll, version=6,0,121,56707 @Commit: 0350d04790959e8ebdd3ceab0d34a40f811f019d
        .\System.Diagnostics.Debug.dll, version=6.0.121.56705
        C:\Windows\SYSTEM32\dwrite.dll, version=10.0.19041.1 (WinBuild.160101.0800)
        .\Accessibility.dll, version=6.0.121.56705
        .\UIAutomationTypes.dll, version=6.0.121.56707
        .\System.Numerics.Vectors.dll, version=6.0.121.56705
        .\System.IO.Packaging.dll, version=6.0.121.56705
        .\System.Diagnostics.FileVersionInfo.dll, version=6.0.121.56705
        C:\Windows\SYSTEM32\profapi.dll, version=10.0.19041.844 (WinBuild.160101.0800)
        .\PaintDotNet.Effects.dll, version=4.307.8039.30451
        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)
        .\System.Threading.Tasks.Parallel.dll, version=6.0.121.56705
        C:\Windows\SYSTEM32\version.dll, version=10.0.19041.546 (WinBuild.160101.0800)
        .\System.Runtime.CompilerServices.Unsafe.dll, version=6.0.121.56705
        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, version=6.0.121.56705
        C:\Windows\SYSTEM32\mfplat.dll, version=10.0.19041.1 (WinBuild.160101.0800)
        C:\Windows\System32\cfgmgr32.dll, version=10.0.19041.1151 (WinBuild.160101.0800)
        C:\Windows\SYSTEM32\RTWorkQ.DLL, version=10.0.19041.1 (WinBuild.160101.0800)
        C:\Windows\SYSTEM32\CompPkgSup.DLL, version=10.0.19041.746 (WinBuild.160101.0800)
        C:\Windows\System32\Windows.StateRepositoryPS.dll, version=10.0.19041.1466 (WinBuild.160101.0800)
        C:\Windows\System32\WinTypes.dll, version=10.0.19041.1320 (WinBuild.160101.0800)
        .\ucrtbase.dll, version=10.0.19041.685 (WinBuild.160101.0800)
        C:\Windows\SYSTEM32\TextShaping.dll, version=
        .\System.Runtime.Loader.dll, version=6.0.121.56705
        .\Bundled\AvifFileType\AvifFileType.dll, version=1.1.17.0
        .\Bundled\DDSFileTypePlus\DdsFileTypePlus.dll, version=1.10.10.0
        .\Bundled\WebPFileType\WebPFileType.dll, version=1.3.7.0
        C:\Windows\SYSTEM32\d2d1.dll, version=10.0.19041.1 (WinBuild.160101.0800)
        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)
        C:\Windows\SYSTEM32\d3d11.dll, version=10.0.19041.1202 (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:\Windows\SYSTEM32\UIAutomationCore.dll, version=7.2.19041.1 (WinBuild.160101.0800)
        C:\Windows\SYSTEM32\sxs.dll, version=10.0.19041.1 (WinBuild.160101.0800)
        .\System.Runtime.Intrinsics.dll, version=6.0.121.56705
        .\System.Runtime.Serialization.Formatters.dll, version=6.0.121.56705
        .\mscorlib.dll, version=6.0.121.56705
        .\System.CodeDom.dll, version=6.0.121.56705
        C:\Windows\SYSTEM32\dwmapi.DLL, version=10.0.19041.1 (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.1387 (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.1387 (WinBuild.160101.0800)
        C:\Windows\System32\CoreUIComponents.dll, version=10.0.19041.546
        C:\Windows\System32\CoreMessaging.dll, version=10.0.19041.746
        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)
        C:\Windows\SYSTEM32\oleacc.dll, version=7.2.19041.746 (WinBuild.160101.0800)
        .\Crc32.NET.dll, version=1.2.0.5
        .\System.Security.Cryptography.Primitives.dll, version=6.0.121.56705
        .\Newtonsoft.Json.dll, version=13.0.1.25517
        .\System.Linq.Expressions.dll, version=6.0.121.56705
        C:\Windows\SYSTEM32\powrprof.dll, version=10.0.19041.1 (WinBuild.160101.0800)
        C:\Windows\SYSTEM32\UMPDC.dll, version=
        .\System.Runtime.Numerics.dll, version=6.0.121.56705
        C:\Windows\System32\OneCoreCommonProxyStub.dll, version=10.0.19041.1081 (WinBuild.160101.0800)
        .\System.Text.RegularExpressions.dll, version=6.0.121.56705
        .\System.Private.Xml.Linq.dll, version=6.0.121.56705
        C:\Windows\SYSTEM32\winmm.DLL, version=10.0.19041.1 (WinBuild.160101.0800)
        C:\Windows\SYSTEM32\policymanager.dll, version=10.0.19041.1387 (WinBuild.160101.0800)
        C:\Windows\SYSTEM32\msvcp110_win.dll, version=10.0.19041.546 (WinBuild.160101.0800)
        .\System.IO.Compression.dll, version=6.0.121.56705
        C:\Windows\system32\explorerframe.dll, version=10.0.19041.1 (WinBuild.160101.0800)
        .\PresentationFramework-SystemXmlLinq.dll, version=6.0.121.56707
        .\System.Xml.XDocument.dll, version=6.0.121.56705
        .\System.Xml.Linq.dll, version=6.0.121.56705
        .\System.Diagnostics.StackTrace.dll, version=6.0.121.56705
        .\Microsoft.DiaSymReader.Native.amd64.dll, version=14.28.29715.1 built by: vcwrkspc
        .\System.Reflection.Metadata.dll, version=6.0.121.56705
        C:\Windows\SYSTEM32\CRYPTBASE.DLL, version=10.0.19041.546 (WinBuild.160101.0800)
        .\System.Net.Http.dll, version=6.0.121.56705
        .\System.Net.Primitives.dll, version=6.0.121.56705
        .\System.Diagnostics.DiagnosticSource.dll, version=6.0.121.56705
        .\System.Net.Security.dll, version=6.0.121.56705
        .\System.Security.Cryptography.X509Certificates.dll, version=6.0.121.56705
        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)
        .\System.Net.Sockets.dll, version=6.0.121.56705
        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.121.56705
        .\System.Net.NameResolution.dll, version=6.0.121.56705
        C:\Windows\System32\rasadhlp.dll, version=10.0.19041.546 (WinBuild.160101.0800)
        C:\Windows\System32\winrnr.dll, version=10.0.19041.546 (WinBuild.160101.0800)
        C:\Windows\system32\NLAapi.dll, version=10.0.19041.1151 (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.1151 (WinBuild.160101.0800)
        C:\Windows\system32\pnrpnsp.dll, version=10.0.19041.1 (WinBuild.160101.0800)
        C:\Windows\system32\napinsp.dll, version=10.0.19041.1 (WinBuild.160101.0800)
        C:\Windows\SYSTEM32\XmlLite.dll, version=10.0.19041.546 (WinBuild.160101.0800)
        C:\Windows\System32\fwpuclnt.dll, version=10.0.19041.1 (WinBuild.160101.0800)
        C:\Windows\SYSTEM32\sspicli.dll, version=10.0.19041.1266 (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.1 (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)
        C:\Windows\System32\CRYPT32.dll, version=10.0.19041.1 (WinBuild.160101.0800)
        C:\Windows\SYSTEM32\MSASN1.dll, version=10.0.19041.546 (WinBuild.160101.0800)
        .\System.Security.Cryptography.Encoding.dll, version=6.0.121.56705
        .\Interop.WIA.dll, version=1.0.0.0
        C:\Windows\System32\wiaaut.dll, version=10.0.19041.1 (WinBuild.160101.0800)
        C:\Windows\SYSTEM32\wiatrace.dll, version=10.0.19041.450 (WinBuild.160101.0800)
        C:\Windows\System32\sti.dll, version=10.0.19041.1 (WinBuild.160101.0800)
        C:\Windows\System32\setupapi.DLL, version=10.0.19041.1 (WinBuild.160101.0800)
        C:\Windows\System32\WINTRUST.dll, version=10.0.19041.1466 (WinBuild.160101.0800)
    ---------------------------------------------------------------------------

×
×
  • Create New...