Jump to content

You can change disabled sliders by scrolling mouse wheel


Go to solution Solved by fenathesnake,

Recommended Posts

How to reproduce:
1. Create or open any image
2. Save as "anyname.png"
3. A window with saving options popped up
4. Find out you can't change disabled (grayed out) values
5. Find out you actually can change the disabled (grayed out) values by scrolling mouse wheel over them.

bug3.gif.0329bd0b9be19eed032463bb31ac8715.gif
This can cause a crash, so be careful when testing.

Link to comment
Share on other sites

Hmm. For me it works every time on Paint.net 4.1.4 and 4.3.4. Also, I found that scrolling the mouse wheel on the values (like in GIF) is safe, but scrolling the mouse wheel on the sliders themselves immediately crashes the program. Here is the crash log, can this help?
 

Spoiler

Этот текстовый файл был создан из-за критической ошибки paint.net. Пожалуйста, отправьте это на crashlog4@getpaint.net, чтобы мы смогли продиагностировать и устранить проблему.

Application version: paint.net версия 4.3.4 (Stable 4.304.8007.42994)
Time of crash: 07.12.2021 22:12:59
Application uptime: 00:00:08.9750363
Application state: Running
Working set: 194 748 KiB
Handles and threads: 1285 handles, 51 threads, 249 gdi, 241 user
Install type: Classic
Application directory: D:\paint.net
Current directory: D:\paint.net
Install directory: D:\paint.net
OS Version: Windows 10 Enterprise LTSC 2019 10.0.17763.0 x64
.NET version: .NET 6.0.0-rtm.21522.10 x64
Processor: "Intel(R) Core(TM) i5-6200U CPU @ 2.30GHz" @ ~2400MHz (2C/4T, SSE, SSE2, SSE3, SSSE3, SSE4_1, SSE4_2, AVX, AVX2)
Physical memory: 8058 MB
Video card: Intel(R) HD Graphics 520 (v:8086, d:1916, r:7), NVIDIA GeForce 940M (v:10DE, d:1347, r:162), Microsoft Basic Render Driver (v:1414, d:8C, r:0)
Hardware acceleration: True (default: True)
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, 07.12.2021 (journal: ShouldCheckForUpdate, CheckedForUpdate)
Locale: pdnr.c: ru-RU, hklm: ru-RU, hkcu: ru-RU, cc: ru-RU, cuic: ru-RU
Flags:

Exception details:
PaintDotNet.ReadOnlyException: This property is read only
   at PaintDotNet.PropertySystem.Property.VerifyNotReadOnly() in D:\src\pdn\src_4_3_x\Base\PropertySystem\Property.cs:line 412
   at PaintDotNet.PropertySystem.Property.SetValueCore(Object value) in D:\src\pdn\src_4_3_x\Base\PropertySystem\Property.cs:line 231
   at PaintDotNet.IndirectUI.SliderPropertyControl`1.OnSliderValueChanged(Object sender, EventArgs e) in D:\src\pdn\src_4_3_x\PaintDotNet\IndirectUI\SliderPropertyControl`1.cs:line 376
   at PaintDotNet.Controls.PdnTrackBar.OnValueChanged() in D:\src\pdn\src_4_3_x\Framework\Controls\PdnTrackBar.cs:line 389
   at PaintDotNet.Controls.PdnTrackBar.set_Value(Int32 value) in D:\src\pdn\src_4_3_x\Framework\Controls\PdnTrackBar.cs:line 333
   at PaintDotNet.Controls.PdnTrackBar.SmallIncrementDown() in D:\src\pdn\src_4_3_x\Framework\Controls\PdnTrackBar.cs:line 418
   at PaintDotNet.Controls.PdnTrackBar.OnMouseWheel(MouseEventArgs e) in D:\src\pdn\src_4_3_x\Framework\Controls\PdnTrackBar.cs:line 652
   at System.Windows.Forms.Control.WmMouseWheel(Message& m)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
   at System.Windows.Forms.UserControl.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.304.8007.42994
    System.Runtime, .\System.Runtime.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a
    PaintDotNet.Base, .\PaintDotNet.Base.dll, Version=4.304.8007.42994
    System.Windows.Forms, .\System.Windows.Forms.dll, Version=6.0.0.0, PublicKeyToken=b77a5c561934e089
    System.Collections.Concurrent, .\System.Collections.Concurrent.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a
    System.Diagnostics.Process, .\System.Diagnostics.Process.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a
    TerraFX.Interop.Windows, .\TerraFX.Interop.Windows.dll, Version=10.0.20348.0, PublicKeyToken=35b01b53313a6f7e
    PaintDotNet.SystemLayer, .\PaintDotNet.SystemLayer.dll, Version=4.304.8007.42994
    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.304.8007.42994
    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.304.8007.42994
    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.0.0, PublicKeyToken=b77a5c561934e089
    System.Drawing.Primitives, .\System.Drawing.Primitives.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a
    WindowsBase, .\WindowsBase.dll, Version=6.0.0.0, PublicKeyToken=31bf3856ad364e35
    PresentationFramework, .\PresentationFramework.dll, Version=6.0.0.0, PublicKeyToken=31bf3856ad364e35
    System.Xaml, .\System.Xaml.dll, Version=6.0.0.0, PublicKeyToken=b77a5c561934e089
    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.ComponentModel, .\System.ComponentModel.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a
    System.Threading.Thread, .\System.Threading.Thread.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a
    System.Text.Encoding.CodePages, .\System.Text.Encoding.CodePages.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a
    Microsoft.Win32.Primitives, .\Microsoft.Win32.Primitives.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a
    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.Xml.ReaderWriter, .\System.Xml.ReaderWriter.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a
    System.Private.Xml, .\System.Private.Xml.dll, Version=6.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51
    System.Net.WebClient, .\System.Net.WebClient.dll, Version=6.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51
    System.ComponentModel.EventBasedAsync, .\System.ComponentModel.EventBasedAsync.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a
    PaintDotNet.Resources, .\PaintDotNet.Resources.dll, Version=4.304.8007.42994
    System.ObjectModel, .\System.ObjectModel.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a
    PaintDotNet.Data, .\PaintDotNet.Data.dll, Version=4.304.8007.42994
    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
    PaintDotNet.Framework, .\PaintDotNet.Framework.dll, Version=4.304.8007.42994
    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.Drawing.Common, .\System.Drawing.Common.dll, Version=6.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51
    System.Linq, .\System.Linq.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.0.0, PublicKeyToken=31bf3856ad364e35
    DirectWriteForwarder, .\DirectWriteForwarder.dll, Version=6.0.0.0, PublicKeyToken=31bf3856ad364e35
    System.Diagnostics.Debug, .\System.Diagnostics.Debug.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
    UIAutomationTypes, .\UIAutomationTypes.dll, Version=6.0.0.0, PublicKeyToken=31bf3856ad364e35
    Accessibility, .\Accessibility.dll, Version=4.0.0.0, PublicKeyToken=31bf3856ad364e35
    System.Numerics.Vectors, .\System.Numerics.Vectors.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a
    System.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
    System.Threading.Tasks.Parallel, .\System.Threading.Tasks.Parallel.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a
    System.Diagnostics.Tracing, .\System.Diagnostics.Tracing.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a
    System.Runtime.CompilerServices.Unsafe, .\System.Runtime.CompilerServices.Unsafe.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a
    System.Threading.ThreadPool, .\System.Threading.ThreadPool.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a
    PaintDotNet.Effects, .\PaintDotNet.Effects.dll, Version=4.304.8007.42994
    System.Runtime.Loader, .\System.Runtime.Loader.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a
    DdsFileTypePlus, .\Bundled\DDSFileTypePlus\DdsFileTypePlus.dll, Version=1.10.10.0
    AvifFileType, .\Bundled\AvifFileType\AvifFileType.dll, Version=1.1.17.0
    WebPFileType, .\Bundled\WebPFileType\WebPFileType.dll, Version=1.3.7.0
    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
    System.Text.RegularExpressions, .\System.Text.RegularExpressions.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a
    System.Diagnostics.StackTrace, .\System.Diagnostics.StackTrace.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a
    System.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.Primitives, .\System.Security.Cryptography.Primitives.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a
    System.Security.Cryptography.Encoding, .\System.Security.Cryptography.Encoding.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a
    Crc32.NET, .\Crc32.NET.dll, Version=1.0.0.0, PublicKeyToken=dc0b95cf99bf4e99
    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.Reflection.MetadataLoadContext, .\System.Reflection.MetadataLoadContext.dll, Version=6.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51
    System.IO.Compression, .\System.IO.Compression.dll, Version=6.0.0.0, PublicKeyToken=b77a5c561934e089
    System.Private.Xml.Linq, .\System.Private.Xml.Linq.dll, Version=6.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51

Native modules:
    .\paintdotnet.exe, version=4.304.8007.42994
    C:\Windows\SYSTEM32\ntdll.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\USER32.dll, version=10.0.17763.1450 (WinBuild.160101.0800)
    C:\Windows\System32\win32u.dll, version=10.0.17763.1 (WinBuild.160101.0800)
    C:\Windows\System32\GDI32.dll, version=10.0.17763.1697 (WinBuild.160101.0800)
    C:\Windows\System32\gdi32full.dll, version=10.0.17763.2237 (WinBuild.160101.0800)
    C:\Windows\System32\msvcp_win.dll, version=10.0.17763.348 (WinBuild.160101.0800)
    C:\Windows\System32\ucrtbase.dll, version=10.0.17763.1490 (WinBuild.160101.0800)
    C:\Windows\System32\SHELL32.dll, version=10.0.17763.1450 (WinBuild.160101.0800)
    C:\Windows\System32\msvcrt.dll, version=7.0.17763.475 (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.1450 (WinBuild.160101.0800)
    C:\Windows\System32\RPCRT4.dll, version=10.0.17763.1450 (WinBuild.160101.0800)
    C:\Windows\System32\combase.dll, version=10.0.17763.1 (WinBuild.160101.0800)
    C:\Windows\System32\bcryptPrimitives.dll, version=10.0.17763.2300 (WinBuild.160101.0800)
    C:\Windows\System32\windows.storage.dll, version=10.0.17763.1450 (WinBuild.160101.0800)
    C:\Windows\System32\sechost.dll, version=10.0.17763.1 (WinBuild.160101.0800)
    C:\Windows\System32\advapi32.dll, version=10.0.17763.1450 (WinBuild.160101.0800)
    C:\Windows\System32\profapi.dll, version=10.0.17763.1075 (WinBuild.160101.0800)
    C:\Windows\System32\powrprof.dll, version=10.0.17763.1450 (WinBuild.160101.0800)
    C:\Windows\System32\shlwapi.dll, version=10.0.17763.1450 (WinBuild.160101.0800)
    C:\Windows\System32\kernel.appcore.dll, version=10.0.17763.1 (WinBuild.160101.0800)
    C:\Windows\System32\cryptsp.dll, version=10.0.17763.1 (WinBuild.160101.0800)
    C:\Windows\System32\IMM32.DLL, version=10.0.17763.719 (WinBuild.160101.0800)
    .\hostfxr.dll, version=6,0,21,52210 @Commit: 4822e3c3aa77eb82b2fb33c9321f923cf11ddde6
    .\hostpolicy.dll, version=6,0,21,52210 @Commit: 4822e3c3aa77eb82b2fb33c9321f923cf11ddde6
    .\coreclr.dll, version=6,0,21,52210 @Commit: 4822e3c3aa77eb82b2fb33c9321f923cf11ddde6
    C:\Windows\System32\ole32.dll, version=10.0.17763.1 (WinBuild.160101.0800)
    C:\Windows\System32\OLEAUT32.dll, version=10.0.17763.1935 (WinBuild.160101.0800)
    .\System.Private.CoreLib.dll, version=6.0.21.52210
    .\clrjit.dll, version=6,0,21,52210 @Commit: 4822e3c3aa77eb82b2fb33c9321f923cf11ddde6
    .\paintdotnet.dll, version=4.304.8007.42994
    .\System.Runtime.dll, version=6.0.21.52210
    C:\Windows\system32\uxtheme.dll, version=10.0.17763.1450 (WinBuild.160101.0800)
    .\PaintDotNet.Base.dll, version=4.304.8007.42994
    .\System.Windows.Forms.dll, version=6.0.21.52301
    .\System.Collections.Concurrent.dll, version=6.0.21.52210
    .\System.Diagnostics.Process.dll, version=6.0.21.52210
    .\TerraFX.Interop.Windows.dll, version=10.0.20348.0
    .\PaintDotNet.SystemLayer.dll, version=4.304.8007.42994
    .\System.Runtime.InteropServices.RuntimeInformation.dll, version=6.0.21.52210
    .\System.Runtime.InteropServices.dll, version=6.0.21.52210
    .\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,21,52210 @Commit: 4822e3c3aa77eb82b2fb33c9321f923cf11ddde6
    .\PaintDotNet.SystemLayer.Native.x64.dll, version=4.304.8007.42994
    C:\Windows\SYSTEM32\PROPSYS.dll, version=7.0.17763.1450 (WinBuild.160101.0800)
    C:\Windows\WinSxS\amd64_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.17763.2300_none_0f58d6d9ade0b55b\gdiplus.dll, version=10.0.17763.2300 (WinBuild.160101.0800)
    C:\Windows\SYSTEM32\WindowsCodecs.dll, version=10.0.17763.1879 (WinBuild.160101.0800)
    .\System.Threading.dll, version=6.0.21.52210
    .\System.Runtime.Extensions.dll, version=6.0.21.52210
    .\System.Runtime.CompilerServices.VisualC.dll, version=6.0.21.52210
    .\System.Collections.NonGeneric.dll, version=6.0.21.52210
    .\System.Runtime.Intrinsics.dll, version=6.0.21.52210
    .\PaintDotNet.Core.dll, version=4.304.8007.42994
    .\System.Private.Uri.dll, version=6.0.21.52210
    C:\Windows\System32\BCrypt.dll, version=10.0.17763.1450 (WinBuild.160101.0800)
    .\System.ComponentModel.Primitives.dll, version=6.0.21.52210
    .\System.Windows.Forms.Primitives.dll, version=6.0.21.52301
    .\System.Drawing.Primitives.dll, version=6.0.21.52210
    .\WindowsBase.dll, version=6.0.21.52301
    .\PresentationFramework.dll, version=6.0.21.52301
    .\System.Xaml.dll, version=6.0.21.52301
    .\System.Diagnostics.TraceSource.dll, version=6.0.21.52210
    .\System.Collections.dll, version=6.0.21.52210
    .\System.ComponentModel.dll, version=6.0.21.52210
    .\System.Threading.Thread.dll, version=6.0.21.52210
    .\System.Text.Encoding.CodePages.dll, version=6.0.21.52210
    .\Microsoft.Win32.Primitives.dll, version=6.0.21.52210
    .\PresentationNative_cor3.dll, version=6,0,21,48001 @Commit: bf6f24c075ff5315d0ec0e5359138ee796b0491c
    .\System.Configuration.ConfigurationManager.dll, version=6.0.21.52210
    .\System.Collections.Specialized.dll, version=6.0.21.52210
    .\System.Xml.ReaderWriter.dll, version=6.0.21.52210
    .\System.Private.Xml.dll, version=6.0.21.52210
    .\System.Net.WebClient.dll, version=6.0.21.52210
    .\System.ComponentModel.EventBasedAsync.dll, version=6.0.21.52210
    .\PaintDotNet.Resources.dll, version=4.304.8007.42994
    .\System.ObjectModel.dll, version=6.0.21.52210
    .\PaintDotNet.Data.dll, version=4.304.8007.42994
    .\System.Memory.dll, version=6.0.21.52210
    .\System.Text.Encoding.Extensions.dll, version=6.0.21.52210
    .\Microsoft.Win32.SystemEvents.dll, version=6.0.21.52210
    .\PaintDotNet.Framework.dll, version=4.304.8007.42994
    .\Microsoft.Win32.Registry.dll, version=6.0.21.52210
    .\System.Collections.Immutable.dll, version=6.0.21.52210
    C:\Windows\system32\dwmapi.dll, version=10.0.17763.1450 (WinBuild.160101.0800)
    C:\Windows\System32\CRYPT32.dll, version=10.0.17763.1450 (WinBuild.160101.0800)
    C:\Windows\System32\MSASN1.dll, version=10.0.17763.1 (WinBuild.160101.0800)
    .\System.Drawing.Common.dll, version=6.0.21.52210
    .\System.Linq.dll, version=6.0.21.52210
    .\System.ComponentModel.TypeConverter.dll, version=6.0.21.52210
    .\PresentationCore.dll, version=6.0.21.52301
    .\DirectWriteForwarder.dll, version=6,0,21,52301 @Commit: 3f75a67c752a116de292affae29a22bbb5b71b18
    .\System.Diagnostics.Debug.dll, version=6.0.21.52210
    C:\Windows\SYSTEM32\dwrite.dll, version=10.0.17763.1450 (WinBuild.160101.0800)
    .\System.Security.Principal.Windows.dll, version=6.0.21.52210
    .\System.Security.Claims.dll, version=6.0.21.52210
    .\UIAutomationTypes.dll, version=6.0.21.52301
    .\Accessibility.dll, version=6.0.21.52301
    .\System.Numerics.Vectors.dll, version=6.0.21.52210
    .\System.IO.Packaging.dll, version=6.0.21.52210
    .\System.Diagnostics.FileVersionInfo.dll, version=6.0.21.52210
    .\System.Threading.Tasks.Parallel.dll, version=6.0.21.52210
    .\System.Diagnostics.Tracing.dll, version=6.0.21.52210
    .\System.Runtime.CompilerServices.Unsafe.dll, version=6.0.21.52210
    .\System.Threading.ThreadPool.dll, version=6.0.21.52210
    C:\Windows\System32\MSCTF.dll, version=10.0.17763.1450 (WinBuild.160101.0800)
    C:\Windows\SYSTEM32\dxgi.dll, version=10.0.17763.1697 (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.1697 (WinBuild.160101.0800)
    C:\Windows\SYSTEM32\version.dll, version=10.0.17763.1 (WinBuild.160101.0800)
    .\PaintDotNet.Effects.dll, version=4.304.8007.42994
    C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.17763.2300_none_de6de3f4534e3b8d\comctl32.dll, version=6.10 (WinBuild.160101.0800)
    C:\Windows\SYSTEM32\mfplat.dll, version=10.0.17763.1450 (WinBuild.160101.0800)
    C:\Windows\SYSTEM32\RTWorkQ.DLL, version=10.0.17763.1 (WinBuild.160101.0800)
    C:\Windows\SYSTEM32\CompPkgSup.DLL, version=10.0.17763.1697 (WinBuild.160101.0800)
    .\ucrtbase.dll, version=10.0.19041.685 (WinBuild.160101.0800)
    .\System.Runtime.Loader.dll, version=6.0.21.52210
    .\Bundled\DDSFileTypePlus\DdsFileTypePlus.dll, version=1.10.10.0
    .\Bundled\AvifFileType\AvifFileType.dll, version=1.1.17.0
    .\Bundled\WebPFileType\WebPFileType.dll, version=1.3.7.0
    C:\Windows\System32\Windows.StateRepositoryPS.dll, version=10.0.17763.557 (WinBuild.160101.0800)
    C:\Windows\System32\WinTypes.dll, version=10.0.17763.1450 (WinBuild.160101.0800)
    C:\Windows\SYSTEM32\d2d1.dll, version=10.0.17763.1450 (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.771 (WinBuild.160101.0800)
    C:\Windows\SYSTEM32\d3d11.dll, version=10.0.17763.1697 (WinBuild.160101.0800)
    C:\Windows\SYSTEM32\D3D10Warp.dll, version=10.0.17763.1432 (WinBuild.160101.0800)
    C:\Windows\SYSTEM32\UIAutomationCore.dll, version=7.2.17763.1450 (WinBuild.160101.0800)
    C:\Windows\SYSTEM32\Bcp47Langs.dll, version=10.0.17763.1075 (WinBuild.160101.0800)
    C:\Windows\SYSTEM32\sxs.dll, version=10.0.17763.1450 (WinBuild.160101.0800)
    .\System.Runtime.Serialization.Formatters.dll, version=6.0.21.52210
    .\mscorlib.dll, version=6.0.21.52210
    .\System.CodeDom.dll, version=6.0.21.52210
    C:\Windows\system32\dataexchange.dll, version=10.0.17763.2090 (WinBuild.160101.0800)
    C:\Windows\system32\dcomp.dll, version=10.0.17763.2183 (WinBuild.160101.0800)
    C:\Windows\system32\twinapi.appcore.dll, version=10.0.17763.1450 (WinBuild.160101.0800)
    C:\Windows\system32\RMCLIENT.dll, version=10.0.17763.1697 (WinBuild.160101.0800)
    C:\Windows\System32\TextInputFramework.dll, version=10.0.17763.2213 (WinBuild.160101.0800)
    C:\Windows\System32\CoreUIComponents.dll, version=10.0.17763.1554
    C:\Windows\SYSTEM32\ntmarta.dll, version=10.0.17763.1450 (WinBuild.160101.0800)
    C:\Windows\System32\CoreMessaging.dll, version=10.0.17763.1821
    .\System.Text.RegularExpressions.dll, version=6.0.21.52210
    C:\Windows\SYSTEM32\winmm.DLL, version=10.0.17763.1450 (WinBuild.160101.0800)
    C:\Windows\SYSTEM32\winmmbase.dll, version=10.0.17763.1 (WinBuild.160101.0800)
    C:\Windows\SYSTEM32\oleacc.dll, version=7.2.17763.1697 (WinBuild.160101.0800)
    C:\Windows\system32\explorerframe.dll, version=10.0.17763.1450 (WinBuild.160101.0800)
    .\System.Diagnostics.StackTrace.dll, version=6.0.21.52210
    .\Microsoft.DiaSymReader.Native.amd64.dll, version=14.28.29715.1 built by: vcwrkspc
    .\System.Reflection.Metadata.dll, version=6.0.21.52210
    C:\Windows\System32\DriverStore\FileRepository\igdlh64.inf_amd64_aa3a0bcfbcf24a1b\igd10iumd64.dll, version=21.20.16.4599
    C:\Windows\SYSTEM32\ncrypt.dll, version=10.0.17763.1450 (WinBuild.160101.0800)
    C:\Windows\SYSTEM32\NTASN1.dll, version=10.0.17763.1 (WinBuild.160101.0800)
    C:\Windows\System32\DriverStore\FileRepository\igdlh64.inf_amd64_aa3a0bcfbcf24a1b\igc64.dll, version=21.20.16.4599
    .\System.Net.Http.dll, version=6.0.21.52210
    .\System.Net.Primitives.dll, version=6.0.21.52210
    .\System.Diagnostics.DiagnosticSource.dll, version=6.0.21.52210
    .\System.Net.Security.dll, version=6.0.21.52210
    .\System.Security.Cryptography.X509Certificates.dll, version=6.0.21.52210
    C:\Windows\SYSTEM32\iphlpapi.dll, version=10.0.17763.1450 (WinBuild.160101.0800)
    C:\Windows\SYSTEM32\DNSAPI.dll, version=10.0.17763.1 (WinBuild.160101.0800)
    C:\Windows\System32\WS2_32.dll, version=10.0.17763.1 (WinBuild.160101.0800)
    C:\Windows\System32\NSI.dll, version=10.0.17763.1554 (WinBuild.160101.0800)
    C:\Windows\SYSTEM32\dhcpcsvc6.DLL, version=10.0.17763.1450 (WinBuild.160101.0800)
    C:\Windows\SYSTEM32\dhcpcsvc.DLL, version=10.0.17763.1450 (WinBuild.160101.0800)
    C:\Windows\SYSTEM32\WINNSI.DLL, version=10.0.17763.1 (WinBuild.160101.0800)
    C:\Windows\SYSTEM32\winhttp.dll, version=10.0.17763.1450 (WinBuild.160101.0800)
    .\System.Net.Sockets.dll, version=6.0.21.52210
    C:\Windows\system32\mswsock.dll, version=10.0.17763.1450 (WinBuild.160101.0800)
    C:\Windows\system32\wshunix.dll, version=10.0.17763.1 (WinBuild.160101.0800)
    .\System.Threading.Overlapped.dll, version=6.0.21.52210
    .\System.Net.NameResolution.dll, version=6.0.21.52210
    C:\Windows\system32\wshbth.dll, version=10.0.17763.1 (WinBuild.160101.0800)
    C:\Windows\SYSTEM32\DEVOBJ.dll, version=10.0.17763.2145 (WinBuild.160101.0800)
    C:\Windows\System32\winrnr.dll, version=10.0.17763.1 (WinBuild.160101.0800)
    C:\Windows\System32\rasadhlp.dll, version=10.0.17763.1 (WinBuild.160101.0800)
    C:\Windows\system32\pnrpnsp.dll, version=10.0.17763.1450 (WinBuild.160101.0800)
    C:\Windows\system32\napinsp.dll, version=10.0.17763.1450 (WinBuild.160101.0800)
    C:\Windows\system32\NLAapi.dll, version=10.0.17763.134 (WinBuild.160101.0800)
    C:\Windows\System32\fwpuclnt.dll, version=10.0.17763.1450 (WinBuild.160101.0800)
    C:\Windows\System32\comdlg32.dll, version=10.0.17763.1450 (WinBuild.160101.0800)
    C:\Windows\System32\DUI70.dll, version=10.0.17763.1450 (WinBuild.160101.0800)
    C:\Windows\System32\DUser.dll, version=10.0.17763.1450 (WinBuild.160101.0800)
    C:\Windows\SYSTEM32\sspicli.dll, version=10.0.17763.1490 (WinBuild.160101.0800)
    C:\Windows\System32\thumbcache.dll, version=10.0.17763.1450 (WinBuild.160101.0800)
    C:\Windows\SYSTEM32\policymanager.dll, version=10.0.17763.1971 (WinBuild.160101.0800)
    C:\Windows\SYSTEM32\msvcp110_win.dll, version=10.0.17763.1 (WinBuild.160101.0800)
    C:\Windows\System32\Windows.Globalization.dll, version=10.0.17763.1 (WinBuild.160101.0800)
    C:\Windows\System32\bcp47mrm.dll, version=10.0.17763.1 (WinBuild.160101.0800)
    C:\Windows\SYSTEM32\globinputhost.dll, version=10.0.17763.1075 (WinBuild.160101.0800)
    C:\Program Files\Common Files\microsoft shared\ink\tiptsf.dll, version=10.0.17763.1450 (WinBuild.160101.0800)
    .\System.Security.Cryptography.Primitives.dll, version=6.0.21.52210
    C:\Windows\SYSTEM32\edputil.dll, version=10.0.17763.1450 (WinBuild.160101.0800)
    C:\Windows\System32\StructuredQuery.dll, version=7.0.17763.1697 (WinBuild.160101.0800)
    C:\Windows\SYSTEM32\atlthunk.dll, version=10.0.17763.1 (WinBuild.160101.0800)
    C:\Windows\system32\Windows.Storage.Search.dll, version=10.0.17763.1450 (WinBuild.160101.0800)
    C:\Windows\system32\schannel.DLL, version=10.0.17763.1450 (WinBuild.160101.0800)
    C:\Windows\System32\Normaliz.dll, version=10.0.17763.1 (WinBuild.160101.0800)
    C:\Windows\SYSTEM32\samcli.dll, version=10.0.17763.1 (WinBuild.160101.0800)
    C:\Windows\SYSTEM32\SAMLIB.dll, version=10.0.17763.2300 (WinBuild.160101.0800)
    C:\Windows\SYSTEM32\netutils.dll, version=10.0.17763.1 (WinBuild.160101.0800)
    C:\Windows\System32\coml2.dll, version=10.0.17763.1075 (WinBuild.160101.0800)
    C:\Windows\SYSTEM32\LINKINFO.dll, version=10.0.17763.1 (WinBuild.160101.0800)
    C:\Windows\SYSTEM32\MPR.dll, version=10.0.17763.1450 (WinBuild.160101.0800)
    C:\Windows\System32\drprov.dll, version=10.0.17763.1450 (WinBuild.160101.0800)
    C:\Windows\System32\ntlanman.dll, version=10.0.17763.1450 (WinBuild.160101.0800)
    C:\Windows\System32\davclnt.dll, version=10.0.17763.1 (WinBuild.160101.0800)
    C:\Windows\System32\DAVHLPR.dll, version=10.0.17763.1 (WinBuild.160101.0800)
    C:\Windows\System32\wkscli.dll, version=10.0.17763.1 (WinBuild.160101.0800)
    C:\Windows\SYSTEM32\cscapi.dll, version=10.0.17763.404 (WinBuild.160101.0800)
    C:\Windows\System32\twinapi.dll, version=10.0.17763.1450 (WinBuild.160101.0800)
    C:\Windows\SYSTEM32\apphelp.dll, version=10.0.17763.1450 (WinBuild.160101.0800)
    C:\Windows\System32\dlnashext.dll, version=10.0.17763.1450 (WinBuild.160101.0800)
    C:\Windows\System32\PlayToDevice.dll, version=10.0.17763.1450 (WinBuild.160101.0800)
    C:\Windows\System32\DevDispItemProvider.dll, version=10.0.17763.1450 (WinBuild.160101.0800)
    C:\Windows\SYSTEM32\ntshrui.dll, version=10.0.17763.1450 (WinBuild.160101.0800)
    C:\Windows\SYSTEM32\srvcli.dll, version=10.0.17763.1 (WinBuild.160101.0800)
    C:\Windows\System32\urlmon.dll, version=11.00.17763.1450 (WinBuild.160101.0800)
    C:\Windows\System32\iertutil.dll, version=11.00.17763.1450 (WinBuild.160101.0800)
    C:\Windows\System32\CRYPTBASE.DLL, version=10.0.17763.1 (WinBuild.160101.0800)
    C:\Windows\SYSTEM32\mskeyprotect.dll, version=10.0.17763.1450 (WinBuild.160101.0800)
    C:\Windows\system32\ncryptsslp.dll, version=10.0.17763.2090 (WinBuild.160101.0800)
    C:\Windows\System32\EhStorShell.dll, version=10.0.17763.1450 (WinBuild.160101.0800)
    C:\Windows\System32\SETUPAPI.dll, version=10.0.17763.1450 (WinBuild.160101.0800)
    C:\Windows\System32\cscui.dll, version=10.0.17763.1450 (WinBuild.160101.0800)
    C:\Windows\system32\NetworkExplorer.dll, version=10.0.17763.1450 (WinBuild.160101.0800)
    .\System.Security.Cryptography.Encoding.dll, version=6.0.21.52210
    C:\Windows\System32\MMDevApi.dll, version=10.0.17763.1450 (WinBuild.160101.0800)
    C:\Windows\System32\OneCoreUAPCommonProxyStub.dll, version=10.0.17763.2145 (WinBuild.160101.0800)
    C:\Windows\System32\PortableDeviceApi.dll, version=10.0.17763.1450 (WinBuild.160101.0800)
    C:\Windows\System32\WINTRUST.dll, version=10.0.17763.2183 (WinBuild.160101.0800)
    C:\Windows\SYSTEM32\CLDAPI.dll, version=10.0.17763.2237 (WinBuild.160101.0800)
    C:\Windows\SYSTEM32\FLTLIB.DLL, version=10.0.17763.1450 (WinBuild.160101.0800)
    C:\Windows\System32\EhStorAPI.dll, version=10.0.17763.1450 (WinBuild.160101.0800)
    .\Crc32.NET.dll, version=1.2.0.5
    .\Newtonsoft.Json.dll, version=13.0.1.25517
    .\System.Linq.Expressions.dll, version=6.0.21.52210
    .\System.Runtime.Numerics.dll, version=6.0.21.52210
    .\System.Reflection.MetadataLoadContext.dll, version=6.0.21.52210
    .\System.IO.Compression.dll, version=6.0.21.52210
    .\System.Private.Xml.Linq.dll, version=6.0.21.52210
------------------------------------------------------------------------------

 

 

Link to comment
Share on other sites

  • Solution
12 hours ago, Rick Brewster said:

Maybe you have some mouse software or mouse setting that's breaking this?

You're right! I have "X-Mouse Button Control" installed to customize my extra mouse buttons. I closed it, and now can't scroll disabled values. After some researches, I found this option:
FAwHmPP.png
Seems like this option allows to change disabled values with Scroll Lock ON. I didn't even knew it can do that! Anyways, it means it's not paint.net fault, so I think problem is resolved.

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