PintoIM / Pinto

A modernish IM client inspired by Skype 0.97
GNU General Public License v3.0
23 stars 14 forks source link

Crash when adding a contact in a specific condition #27

Closed vlOd2 closed 1 year ago

vlOd2 commented 1 year ago

Describe the bug

Pinto! crashes when adding a contact in a specific condition

To Reproduce

Needs more investigation

Additional context

System.NullReferenceException: Object reference not set to an instance of an object. at PintoNS.Forms.AddContactForm.btnAdd_Click(Object sender, EventArgs e) at System.Windows.Forms.Control.OnClick(EventArgs e) at System.Windows.Forms.Button.OnClick(EventArgs e) at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent) at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks) at System.Windows.Forms.Control.WndProc(Message& m) at System.Windows.Forms.ButtonBase.WndProc(Message& m) at System.Windows.Forms.Button.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)

vlOd2 commented 1 year ago

Fixed