Jump to content

PDN becomes extremely laggy after several seconds of use


Recommended Posts

Running Paint.NET 4.1.6 , stored on an SSD, RAM Speed 2133Mhz (Rated 3200 - not changed in BIOS yet).

After launching Paint.NET it can be used normally for several seconds until actions such as using the select tooling or manipulating the image in almost always become extremely laggy. Viewing submenus or moving the window is not affected, resizing it is.

Video reveals more details.

 

 

Link to comment
Share on other sites

Are you using a G-Sync monitor with you Nvidia card?

G-Sync windowed mode is known to cause lots of problems with everything; not just Paint.NET.

 

 

Can you also post your system information as listed in the paint.net settings?

 

Settings -> Diagnostics -> Copy to clipboard

SettingsDiagnostics.png

(September 25th, 2023)  Sorry about any broken images in my posts. I am aware of the issue.

bp-sig.png
My Gallery  |  My Plugin Pack

Layman's Guide to CodeLab

Link to comment
Share on other sites

I'm not using G-Sync, my monitor does not support it.

Diagnostics:

Application    paint.net 4.1.6 (Final 4.106.7016.38074)
Build Date    18 March 2019
Install type    Classic
    
Hardware accelerated rendering (GPU)    True
Animations    True
DPI    96 (1.00x scale)
Language    en-GB
    
OS    Windows 10 Home x64 (10.0.17763.0) (0x65)
.NET Runtime    4.0.30319.42000
Physical Memory    8,118 MB
    
CPU    AMD Ryzen 5 2600X Six-Core Processor           
    Speed    ~3593 MHz
    Cores / Threads    6 / 12
    Features    SSE, SSE2, SSE3, SSSE3, SSE4_1, SSE4_2, AVX, AVX2
    
Video Card    NVIDIA GeForce GTX 1070
    Dedicated Video RAM    8,088 MB
    Dedicated System RAM    0 MB
    Shared System RAM    4,059 MB
    Vendor ID    0x10DE
    Device ID    0x1B81
    Subsystem ID    0x62763842
    Revision    161
    LUID    0x00009650
    Flags    AcgCompatible, SupportMonitoredFences, KeyedMutexConformance
    Graphics Preemption    PixelBoundary
    Compute Preemption    DispatchBoundary
    Outputs    1
    Feature Level    Direct3D_12_1
    DXGI Formats    A8_UNorm, B8G8R8A8_UNorm, R16G16B16A16_UNorm, R16G16B16A16_Float, R32G32B32A32_Float
    Buffer Precision    UNorm8bpc, UNorm8bpcSrgb, UNorm16bpc, Float16bpc, Float32bpc
    
Video Card    Microsoft Basic Render Driver
    Dedicated Video RAM    0 MB
    Dedicated System RAM    0 MB
    Shared System RAM    4,059 MB
    Vendor ID    0x1414
    Device ID    0x008C
    Subsystem ID    0x00000000
    Revision    0
    LUID    0x0000A0E7
    Flags    Software, AcgCompatible, SupportMonitoredFences, KeyedMutexConformance
    Graphics Preemption    InstructionBoundary
    Compute Preemption    InstructionBoundary
    Outputs    0
    Feature Level    Direct3D_12_1
    DXGI Formats    A8_UNorm, B8G8R8A8_UNorm, R16G16B16A16_UNorm, R16G16B16A16_Float, R32G32B32A32_Float
    Buffer Precision    UNorm8bpc, UNorm8bpcSrgb, UNorm16bpc, Float16bpc, Float32bpc

Edited by NTaulbut
Link to comment
Share on other sites

Paint.NET also now crashes after a certain amount of time, this happens even after a restart. With this log:

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.1.6 (Final 4.106.7016.38074)

Time of crash: 01/05/2019 17:51:18

Application uptime: 00:28:50.0464106

Application state: Running

Working set: 416,904 KiB

Handles and threads: 1059 handles, 38 threads, 9998 gdi, 204 user

Install type: Classic

Application directory: D:\Programs\Paint.net

Current directory: D:\Programs\Paint.net

Install directory: D:\Programs\Paint.net

OS Version: Windows 10 Home 10.0.17763.0 x64 (0x65)

.NET version: CLR 4.0.30319.42000 x64

Processor: "AMD Ryzen 5 2600X Six-Core Processor           " @ ~3593MHz (6C/12T, SSE, SSE2, SSE3, SSSE3, SSE4_1, SSE4_2, AVX, AVX2)

Physical memory: 8118 MB

Video card: NVIDIA GeForce GTX 1070 (v:10DE, d:1B81, r:161), Microsoft Basic Render Driver (v:1414, d:8C, r:0)

Hardware acceleration: True (default: True)

UI animations: True

UI DPI: 96 dpi (1.00x scale)

UI theme: VisualStyleClass=Aero, EffectiveTheme=Aero, DWM=yes, AeroColorScheme=Light, ThemeFileName=Aero.msstyles

Updates: True, 30/04/2019

Locale: pdnr.c: en-GB, hklm: en-GB, hkcu: en-GB, cc: en-GB, cuic: en-GB

Flags:

 

Exception details:

System.OutOfMemoryException: d:\src\pdn\src\systemlayer.native\direct2d1\d2drendertarget.cpp (230) : hr = m_pRenderTarget->EndDraw( &d2dTag1, &d2dTag2);

   at PaintDotNet.Interop.InteropErrorInfo.ThrowIfError() in D:\src\pdn\src\Base\Interop\InteropErrorInfo.cs:line 90

   at PaintDotNet.SystemLayer.Native.x64.NativeUtilities.ThrowOnErrorImpl(Int32 hr, SByte* szHr, IUnknown* pFxErrorInfo)

   at PaintDotNet.SystemLayer.Native.x64.Direct2D1.D2DRenderTarget.EndDraw()

   at PaintDotNet.Drawing.DrawingContextUtil.<>c__DisplayClass9_0.<BeginDraw>b__2() in D:\src\pdn\src\Core\Drawing\DrawingContextUtil.cs:line 126

   at PaintDotNet.Disposable.ActionDisposable.Dispose(Boolean disposing) in D:\src\pdn\src\Base\Disposable.cs:line 64

   at PaintDotNet.Disposable.Dispose() in D:\src\pdn\src\Base\Disposable.cs:line 328

   at PaintDotNet.ComponentModel.RefTrackedObject.DisposeCore(Boolean disposing) in D:\src\pdn\src\Base\ComponentModel\RefTrackedObject.cs:line 428

   at PaintDotNet.ComponentModel.RefTrackedObject.ReleaseRef(Object refOwner, Boolean disposing) in D:\src\pdn\src\Base\ComponentModel\RefTrackedObject.cs:line 577

   at PaintDotNet.ComponentModel.RefTrackedObject.Dispose() in D:\src\pdn\src\Base\ComponentModel\RefTrackedObject.cs:line 364

   at PaintDotNet.VisualStyling.PdnToolStripRenderer.OnRenderItemText(ToolStripItemTextRenderEventArgs e) in D:\src\pdn\src\PaintDotNet\VisualStyling\PdnToolStripRenderer.cs:line 143

   at System.Windows.Forms.ToolStripRenderer.DrawItemText(ToolStripItemTextRenderEventArgs e)

   at System.Windows.Forms.ToolStripLabel.PaintText(Graphics g)

   at System.Windows.Forms.ToolStripStatusLabel.OnPaint(PaintEventArgs e)

   at System.Windows.Forms.ToolStripItem.HandlePaint(PaintEventArgs e)

   at System.Windows.Forms.ToolStrip.OnPaint(PaintEventArgs e)

   at System.Windows.Forms.Control.PaintWithErrorHandling(PaintEventArgs e, Int16 layer)

   at System.Windows.Forms.Control.WmPaint(Message& m)

   at System.Windows.Forms.Control.WndProc(Message& m)

   at System.Windows.Forms.ToolStrip.WndProc(Message& m)

   at System.Windows.Forms.StatusStrip.WndProc(Message& m)

   at PaintDotNet.SystemLayer.StatusStripEx.WndProc(Message& m) in D:\src\pdn\src\SystemLayer\StatusStripEx.cs:line 47

   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

 

Managed assemblies:

    mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 @ C:\Windows\Microsoft.NET\Framework64\v4.0.30319\mscorlib.dll

    PaintDotNet, Version=4.106.7016.38074, Culture=neutral, PublicKeyToken=null @ D:\Programs\Paint.net\PaintDotNet.exe

    PaintDotNet.Base, Version=4.106.7016.38074, Culture=neutral, PublicKeyToken=null @ D:\Programs\Paint.net\PaintDotNet.Base.dll

    WindowsBase, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 @ C:\Windows\Microsoft.Net\assembly\GAC_MSIL\WindowsBase\v4.0_4.0.0.0__31bf3856ad364e35\WindowsBase.dll

    System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 @ C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Core\v4.0_4.0.0.0__b77a5c561934e089\System.Core.dll

    System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 @ C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System\v4.0_4.0.0.0__b77a5c561934e089\System.dll

    System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a @ C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Drawing\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Drawing.dll

    PresentationFramework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 @ C:\Windows\Microsoft.Net\assembly\GAC_MSIL\PresentationFramework\v4.0_4.0.0.0__31bf3856ad364e35\PresentationFramework.dll

    PresentationCore, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 @ C:\Windows\Microsoft.Net\assembly\GAC_64\PresentationCore\v4.0_4.0.0.0__31bf3856ad364e35\PresentationCore.dll

    System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 @ C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Windows.Forms\v4.0_4.0.0.0__b77a5c561934e089\System.Windows.Forms.dll

    PaintDotNet.Core, Version=4.106.7016.38074, Culture=neutral, PublicKeyToken=null @ D:\Programs\Paint.net\PaintDotNet.Core.dll

    PaintDotNet.SystemLayer, Version=4.106.7016.38074, Culture=neutral, PublicKeyToken=null @ D:\Programs\Paint.net\PaintDotNet.SystemLayer.dll

    PaintDotNet.Framework, Version=4.106.7016.38074, Culture=neutral, PublicKeyToken=null @ D:\Programs\Paint.net\PaintDotNet.Framework.dll

    PaintDotNet.Resources, Version=4.106.7016.38074, Culture=neutral, PublicKeyToken=null @ D:\Programs\Paint.net\PaintDotNet.Resources.dll

    PaintDotNet.Data, Version=4.106.7016.38074, Culture=neutral, PublicKeyToken=null @ D:\Programs\Paint.net\PaintDotNet.Data.dll

    PaintDotNet.Effects, Version=4.106.7016.38074, Culture=neutral, PublicKeyToken=null @ D:\Programs\Paint.net\PaintDotNet.Effects.dll

    System.Configuration, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a @ C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Configuration\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Configuration.dll

    System.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 @ C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Xml\v4.0_4.0.0.0__b77a5c561934e089\System.Xml.dll

    PaintDotNet.SystemLayer.Native.x64, Version=4.106.7016.38074, Culture=neutral, PublicKeyToken=null @ D:\Programs\Paint.net\PaintDotNet.SystemLayer.Native.x64.dll

    System.Runtime.CompilerServices.Unsafe, Version=4.0.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a @ D:\Programs\Paint.net\System.Runtime.CompilerServices.Unsafe.dll

    System.Xaml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 @ C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Xaml\v4.0_4.0.0.0__b77a5c561934e089\System.Xaml.dll

 

Native modules:

    D:\Programs\Paint.net\PaintDotNet.exe, version=4.106.7016.38074

    C:\Windows\SYSTEM32\ntdll.dll, version=10.0.17763.1 (WinBuild.160101.0800)

    C:\Windows\SYSTEM32\MSCOREE.DLL, version=10.0.17763.1 (WinBuild.160101.0800)

    C:\Windows\System32\KERNEL32.dll, version=10.0.17763.1 (WinBuild.160101.0800)

    C:\Windows\System32\KERNELBASE.dll, version=10.0.17763.1 (WinBuild.160101.0800)

    C:\Windows\System32\ADVAPI32.dll, version=10.0.17763.1 (WinBuild.160101.0800)

    C:\Windows\System32\msvcrt.dll, version=7.0.17763.1 (WinBuild.160101.0800)

    C:\Windows\System32\sechost.dll, version=10.0.17763.1 (WinBuild.160101.0800)

    C:\Windows\System32\RPCRT4.dll, version=10.0.17763.1 (WinBuild.160101.0800)

    C:\Windows\Microsoft.NET\Framework64\v4.0.30319\mscoreei.dll, version=4.7.3190.0 built by: NET472REL1LAST_C

    C:\Windows\System32\SHLWAPI.dll, version=10.0.17763.470 (WinBuild.160101.0800)

    C:\Windows\System32\combase.dll, version=10.0.17763.1 (WinBuild.160101.0800)

    C:\Windows\System32\ucrtbase.dll, version=10.0.17763.404 (WinBuild.160101.0800)

    C:\Windows\System32\bcryptPrimitives.dll, version=10.0.17763.1 (WinBuild.160101.0800)

    C:\Windows\System32\GDI32.dll, version=10.0.17763.1 (WinBuild.160101.0800)

    C:\Windows\System32\gdi32full.dll, version=10.0.17763.437 (WinBuild.160101.0800)

    C:\Windows\System32\msvcp_win.dll, version=10.0.17763.348 (WinBuild.160101.0800)

    C:\Windows\System32\USER32.dll, version=10.0.17763.470 (WinBuild.160101.0800)

    C:\Windows\System32\win32u.dll, version=10.0.17763.1 (WinBuild.160101.0800)

    C:\Windows\System32\IMM32.DLL, version=10.0.17763.1 (WinBuild.160101.0800)

    C:\Windows\System32\kernel.appcore.dll, version=10.0.17763.1 (WinBuild.160101.0800)

    C:\Windows\SYSTEM32\VERSION.dll, version=10.0.17763.1 (WinBuild.160101.0800)

    C:\Windows\Microsoft.NET\Framework64\v4.0.30319\clr.dll, version=4.7.3362.0 built by: NET472REL1LAST_C

    C:\Windows\SYSTEM32\MSVCR120_CLR0400.dll, version=12.00.52519.0 built by: VSWINSERVICING

    C:\Windows\assembly\NativeImages_v4.0.30319_64\mscorlib\e2c5db271896923f5450a77229fb2077\mscorlib.ni.dll, version=4.7.3362.0 built by: NET472REL1LAST_C

    C:\Windows\System32\ole32.dll, version=10.0.17763.1 (WinBuild.160101.0800)

    C:\Windows\system32\uxtheme.dll, version=10.0.17763.470 (WinBuild.160101.0800)

    C:\Windows\assembly\NativeImages_v4.0.30319_64\System\1eca7c432f5a4a5565d7baf771596696\System.ni.dll, version=4.7.3362.0 built by: NET472REL1LAST_C

    C:\Windows\assembly\NativeImages_v4.0.30319_64\System.Core\7f6e28abc06e0862235287813c887df1\System.Core.ni.dll, version=4.7.3362.0 built by: NET472REL1LAST_C

    C:\Windows\assembly\NativeImages_v4.0.30319_64\WindowsBase\b2697d31e18ca5e2b664e7413dd7f134\WindowsBase.ni.dll, version=4.7.3362.0 built by: NET472REL1LAST_C

    C:\Windows\System32\CRYPTSP.dll, version=10.0.17763.1 (WinBuild.160101.0800)

    C:\Windows\system32\rsaenh.dll, version=10.0.17763.1 (WinBuild.160101.0800)

    C:\Windows\System32\bcrypt.dll, version=10.0.17763.1 (WinBuild.160101.0800)

    C:\Windows\SYSTEM32\CRYPTBASE.dll, version=10.0.17763.1 (WinBuild.160101.0800)

    C:\Windows\assembly\NativeImages_v4.0.30319_64\System.Drawing\83b20ab828331685d1c2e7444bdc3e82\System.Drawing.ni.dll, version=4.7.3190.0 built by: NET472REL1LAST_C

    C:\Windows\assembly\NativeImages_v4.0.30319_64\PresentationCore\3388f19e4865fa72b3e4fd23bbcdd194\PresentationCore.ni.dll, version=4.7.3362.0 built by: NET472REL1LAST_C

    C:\Windows\assembly\NativeImages_v4.0.30319_64\Presentatio5ae0f00f#\82b21b8e0f6279daa67f1245814e253a\PresentationFramework.ni.dll, version=4.7.3362.0

    C:\Windows\assembly\NativeImages_v4.0.30319_64\PaintDotNet.Base\9f8a6a46daeaebc067b7d87922f2b95c\PaintDotNet.Base.ni.dll, version=4.106.7016.38074

    C:\Windows\assembly\NativeImages_v4.0.30319_64\System.Windows.Forms\ac650f25c169d12a3b25602013e92861\System.Windows.Forms.ni.dll, version=4.7.3324.0 built by: NET472REL1LAST_C

    C:\Windows\assembly\NativeImages_v4.0.30319_64\PaintDotNet500b2e4f#\5ca7e45431c8148161a851ed88b5642c\PaintDotNet.SystemLayer.ni.dll, version=4.106.7016.38074

    C:\Windows\assembly\NativeImages_v4.0.30319_64\PaintDotNet.Core\8cc810235f842020e97b4b7d213bd345\PaintDotNet.Core.ni.dll, version=4.106.7016.38074

    C:\Windows\assembly\NativeImages_v4.0.30319_64\PaintDotNet26779e70#\cfdc1915b6bca9f432a220482b34fc32\PaintDotNet.Resources.ni.dll, version=4.106.7016.38074

    C:\Windows\assembly\NativeImages_v4.0.30319_64\PaintDotNet7afaaa15#\e689a220714243a6f180d3ba2e66e717\PaintDotNet.Framework.ni.dll, version=4.106.7016.38074

    C:\Windows\assembly\NativeImages_v4.0.30319_64\PaintDotNet.Data\24a88d845b090418965100a576485653\PaintDotNet.Data.ni.dll, version=4.106.7016.38074

    C:\Windows\assembly\NativeImages_v4.0.30319_64\PaintDotNet.Effects\6d70452657c136fcd505e6e455a931c4\PaintDotNet.Effects.ni.dll, version=4.106.7016.38074

    C:\Windows\assembly\NativeImages_v4.0.30319_64\PaintDotNet\c19f0164b701deea90220b9df765d049\PaintDotNet.ni.exe, version=4.106.7016.38074

    C:\Windows\SYSTEM32\dwrite.dll, version=10.0.17763.1 (WinBuild.160101.0800)

    C:\Windows\Microsoft.NET\Framework64\v4.0.30319\WPF\wpfgfx_v0400.dll, version=4.7.3362.0 built by: NET472REL1LAST_C

    C:\Windows\System32\OLEAUT32.dll, version=10.0.17763.437 (WinBuild.160101.0800)

    C:\Windows\SYSTEM32\MSVCP120_CLR0400.dll, version=12.00.52519.0 built by: VSWINSERVICING

    C:\Windows\Microsoft.NET\Framework64\v4.0.30319\WPF\PresentationNative_v0400.dll, version=4.7.3362.0 built by: NET472REL1LAST_C

    C:\Windows\System32\shell32.dll, version=10.0.17763.470 (WinBuild.160101.0800)

    C:\Windows\System32\cfgmgr32.dll, version=10.0.17763.1 (WinBuild.160101.0800)

    C:\Windows\System32\shcore.dll, version=10.0.17763.470 (WinBuild.160101.0800)

    C:\Windows\System32\windows.storage.dll, version=10.0.17763.470 (WinBuild.160101.0800)

    C:\Windows\System32\profapi.dll, version=10.0.17763.1 (WinBuild.160101.0800)

    C:\Windows\System32\powrprof.dll, version=10.0.17763.470 (WinBuild.160101.0800)

    D:\Programs\Paint.net\SxS\X64\vcruntime140.dll, version=14.16.27012.6 built by: vcwrkspc

    D:\Programs\Paint.net\SxS\X64\msvcp140.dll, version=14.16.27012.6 built by: vcwrkspc

    D:\Programs\Paint.net\SxS\X64\msvcp140_1.dll, version=14.16.27012.6 built by: vcwrkspc

    D:\Programs\Paint.net\SxS\X64\msvcp140_2.dll, version=14.16.27012.6 built by: vcwrkspc

    D:\Programs\Paint.net\SxS\X64\vcomp140.dll, version=14.16.27012.6 built by: vcwrkspc

    C:\Windows\assembly\NativeImages_v4.0.30319_64\System.Configuration\6019398a305b7ef3cd3b612919794068\System.Configuration.ni.dll, version=4.7.3324.0 built by: NET472REL1LAST_C

    C:\Windows\assembly\NativeImages_v4.0.30319_64\System.Xml\d46ad585cca07bf7e962625b048f54c0\System.Xml.ni.dll, version=4.7.3190.0 built by: NET472REL1LAST_C

    C:\Windows\Microsoft.NET\Framework64\v4.0.30319\clrjit.dll, version=4.7.3362.0 built by: NET472REL1LAST_C

    C:\Windows\System32\MSCTF.dll, version=10.0.17763.470 (WinBuild.160101.0800)

    C:\Windows\assembly\NativeImages_v4.0.30319_64\PaintDotNetc8826574#\96dd848e2ea5e2abe1d86a14012906e6\PaintDotNet.SystemLayer.Native.x64.ni.dll, version=4.106.7016.38074

    D:\Programs\Paint.net\PaintDotNet.SystemLayer.Native.x64.dll, version=4.106.7016.38074

    C:\Windows\SYSTEM32\PROPSYS.dll, version=7.0.17763.470 (WinBuild.160101.0800)

    C:\Windows\WinSxS\amd64_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.17763.437_none_36a130af61b0d7a4\gdiplus.dll, version=10.0.17763.437 (WinBuild.160101.0800)

    C:\Windows\SYSTEM32\dxgi.dll, version=10.0.17763.1 (WinBuild.160101.0800)

    C:\Windows\system32\dwmapi.dll, version=10.0.17763.470 (WinBuild.160101.0800)

    C:\Windows\System32\CRYPT32.dll, version=10.0.17763.470 (WinBuild.160101.0800)

    C:\Windows\System32\MSASN1.dll, version=10.0.17763.1 (WinBuild.160101.0800)

    C:\Windows\System32\clbcatq.dll, version=2001.12.10941.16384 (WinBuild.160101.0800)

    C:\Windows\System32\UIAnimation.dll, version=10.0.17763.1 (WinBuild.160101.0800)

    C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.17763.437_none_05b63dca071e5dd6\comctl32.dll, version=6.10 (WinBuild.160101.0800)

    C:\Windows\SYSTEM32\WindowsCodecs.dll, version=10.0.17763.55 (WinBuild.160101.0800)

    C:\Windows\SYSTEM32\d2d1.dll, version=10.0.17763.1 (WinBuild.160101.0800)

    C:\Windows\SYSTEM32\wtsapi32.dll, version=10.0.17763.1 (WinBuild.160101.0800)

    C:\Windows\SYSTEM32\WINSTA.dll, version=10.0.17763.1 (WinBuild.160101.0800)

    C:\Windows\SYSTEM32\d3d11.dll, version=10.0.17763.1 (WinBuild.160101.0800)

    C:\Windows\SYSTEM32\D3D10Warp.dll, version=10.0.17763.348 (WinBuild.160101.0800)

    C:\Windows\assembly\NativeImages_v4.0.30319_64\System.Runtea61dfd5#\92783308a5314dbd083fdfd3afc23f3b\System.Runtime.CompilerServices.Unsafe.ni.dll, version=

    C:\Windows\system32\dataexchange.dll, version=10.0.17763.1 (WinBuild.160101.0800)

    C:\Windows\system32\dcomp.dll, version=10.0.17763.1 (WinBuild.160101.0800)

    C:\Windows\system32\twinapi.appcore.dll, version=10.0.17763.1 (WinBuild.160101.0800)

    C:\Windows\system32\RMCLIENT.dll, version=10.0.17763.194 (WinBuild.160101.0800)

    C:\Windows\System32\TextInputFramework.dll, version=10.0.17763.1 (WinBuild.160101.0800)

    C:\Windows\System32\CoreUIComponents.dll, version=10.0.17763.1

    C:\Windows\System32\CoreMessaging.dll, version=10.0.17763.194

    C:\Windows\SYSTEM32\ntmarta.dll, version=10.0.17763.1 (WinBuild.160101.0800)

    C:\Windows\SYSTEM32\wintypes.dll, version=10.0.17763.1 (WinBuild.160101.0800)

    C:\Windows\assembly\NativeImages_v4.0.30319_64\System.Xaml\8aeda6440f378ea86bc49360ea59468f\System.Xaml.ni.dll, version=4.7.3362.0 built by: NET472REL1LAST_C

    C:\Windows\Microsoft.NET\Framework64\v4.0.30319\diasymreader.dll, version=14.7.3190.0 built by: NET472REL1LAST_C

    C:\Windows\SYSTEM32\winmm.dll, version=10.0.17763.1 (WinBuild.160101.0800)

    C:\Windows\SYSTEM32\winmmbase.dll, version=10.0.17763.1 (WinBuild.160101.0800)

    C:\Windows\System32\DriverStore\FileRepository\nv_dispi.inf_amd64_c5dc31c3a136544a\nvldumdx.dll, version=25.21.14.1967

    C:\Windows\System32\WINTRUST.DLL, version=10.0.17763.348 (WinBuild.160101.0800)

    C:\Windows\System32\imagehlp.dll, version=10.0.17763.1 (WinBuild.160101.0800)

    C:\Windows\System32\DriverStore\FileRepository\nv_dispi.inf_amd64_c5dc31c3a136544a\nvwgf2umx.dll, version=25.21.14.1967

    C:\Windows\system32\nvspcap64.dll, version=3.18.0.94

    C:\Windows\system32\explorerframe.dll, version=10.0.17763.470 (WinBuild.160101.0800)

    C:\Program Files (x86)\EVGA\XOC\PXSHW10_x64.dll, version=6.1.8.0

    C:\Windows\System32\PSAPI.DLL, version=10.0.17763.1 (WinBuild.160101.0800)

    C:\Windows\SYSTEM32\MSVCP120.dll, version=12.00.21005.1 built by: REL

    C:\Windows\SYSTEM32\d3dx11_43.dll, version=9.29.952.3111

    C:\Windows\SYSTEM32\MSVCR120.dll, version=12.00.21005.1 built by: REL

    C:\Windows\SYSTEM32\d3dx10_43.dll, version=9.29.952.3111

    C:\Windows\SYSTEM32\d3dx9_43.dll, version=9.29.952.3111

    C:\Windows\SYSTEM32\FW1FontWrapper_x64.dll, version=

    C:\Windows\SYSTEM32\usp10.dll, version=10.0.17763.1 (WinBuild.160101.0800)

    C:\Windows\SYSTEM32\d3dcompiler_43.dll, version=9.29.952.3111

    C:\Windows\Microsoft.NET\Framework64\v4.0.30319\clrcompression.dll, version=4.7.3190.0 built by: NET472REL1LAST_C

    C:\Windows\SYSTEM32\XmlLite.dll, version=10.0.17763.1 (WinBuild.160101.0800)

    C:\Windows\System32\SetupApi.dll, version=10.0.17763.470 (WinBuild.160101.0800)

    C:\Windows\SYSTEM32\DEVOBJ.dll, version=10.0.17763.1 (WinBuild.160101.0800)

------------------------------------------------------------------------------

 

 

Link to comment
Share on other sites

48 minutes ago, NTaulbut said:

Handles and threads: 1059 handles, 38 threads, 9998 gdi, 204 user

 

I believe 10,000 GDI handles is the maximum that Windows allows a program to have.

 

Were you working on a very huge project?

(September 25th, 2023)  Sorry about any broken images in my posts. I am aware of the issue.

bp-sig.png
My Gallery  |  My Plugin Pack

Layman's Guide to CodeLab

Link to comment
Share on other sites

1 hour ago, NTaulbut said:

C:\Program Files (x86)\EVGA\XOC\PXSHW10_x64.dll, version=6.1.8.0

Try disabling EVGA Precision XOC as Precision X has been previously found as a reason for extreme lag.

  • Upvote 3

sig.jpg.7f312affa740bae49243c4439bc4a244.jpg

Link to comment
Share on other sites

  • 1 month later...

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...