Skip to content
This repository has been archived by the owner on May 20, 2024. It is now read-only.

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

Closed
MuscularPuky opened this issue Dec 3, 2023 · 2 comments
Closed

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

MuscularPuky opened this issue Dec 3, 2023 · 2 comments
Assignees

Comments

@MuscularPuky
Copy link
Contributor

MuscularPuky commented Dec 3, 2023

❌ 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

@Abdelrhman-AK
Copy link
Owner

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

@Abdelrhman-AK
Copy link
Owner

Abdelrhman-AK commented Dec 4, 2023

  • 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?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants