Abdelrhman-AK / WinPaletter

Advanced Windows Appearance Editor
Other
1.35k stars 54 forks source link

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

Closed MuscularPuky closed 9 months ago

MuscularPuky commented 9 months ago

:x: 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

https://github.com/Abdelrhman-AK/WinPaletter/assets/93962018/99d6035b-a422-4dba-8948-253f01e26abc

Additional context

183

+added video

Abdelrhman-AK commented 9 months ago

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

Abdelrhman-AK commented 9 months ago