Abdelrhman-AK / WinPaletter

Advanced Windows Appearance Editor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

:x: [Error] Can't use find in GUI language editor

MuscularPuky opened this issue · comments

❌ Error report

Describe the error

How to reproduce the error

it's randomly occured when I starting type any keyboard key to find some strings

WinPaletter Log

//General information
//...........................................................
   Report.Date = "2023년 12월 4일 월요일 오전 7:23:20";
   OS = "Windows 11, 10.0.25997.1010, 64-bit";
   WinPaletter.Version = "1.0.8.3";

//Error details
//...........................................................
   Exception.message = "Object reference not set to an instance of an object.";
   Exception.type = "System.NullReferenceException";
   Exception.stack.trace =
   {
         at WinPaletter.Lang_JSON_GUI.TextBox8_TextChanged(Object sender, EventArgs e)
         at System.Windows.Forms.Control.OnTextChanged(EventArgs e)
         at System.Windows.Forms.Control.set_Text(String value)
         at WinPaletter.UI.WP.TextBox.set_Text(String value)
         at WinPaletter.UI.WP.TextBox.OnBaseTextChanged(Object s, EventArgs e)
         at System.Windows.Forms.Control.OnTextChanged(EventArgs e)
         at System.Windows.Forms.TextBoxBase.OnTextChanged(EventArgs e)
         at System.Windows.Forms.TextBoxBase.WmReflectCommand(Message& m)
         at System.Windows.Forms.TextBoxBase.WndProc(Message& m)
         at System.Windows.Forms.TextBox.WndProc(Message& m)
         at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
         at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
         at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
   };
   Exception.target.void_function = "WinPaletter.TextBox8_TextChanged()";
   Exception.assembly = "WinPaletter, Version=1.0.8.3, Culture=neutral, PublicKeyToken=null";
   Exception.HRESULT = -2147467261;

Screenshots/Screen records

2023-12-04.075252.mp4

Additional context

#183

+added video

Save the file, and I will fix it in the next update.

  • I tried to reproduce it myself, but didn't face any error. Anyway, I tweaked some codes lines and it should work.
  • Can you use WinPaletter-DEBUG.exe with WinPaletter.pdb so I know the exact lines that have the bug?