[GH-ISSUE #423] Object reference not set to an instance of an object #1312

Closed
opened 2026-02-28 12:03:41 +03:00 by kerem · 0 comments
Owner

Originally created by @majkinetor on GitHub (May 25, 2023).
Original GitHub issue: https://github.com/1Remote/1Remote/issues/423

Originally assigned to: @VShawn on GitHub.

Environment

Component Version
1Remote 1.0.0-beta.03(EXE Release)
.NET Framework ``
CLR 6.0.16
OS Windows 10 Pro N 64-bits 10.0.22621.0 (2009)

Error Info

Object reference not set to an instance of an object.

Stack Trace

   at _1RM.Controls.ServerListItem.<.ctor>b__5_0(Object sender, EventArgs args) in D:\a\1Remote\1Remote\Ui\Controls\ServerListItem.xaml.cs:line 50
   at System.Windows.Controls.Primitives.Popup.OnClosed(EventArgs e)
   at System.Windows.Controls.Primitives.Popup.DestroyWindow()
   at System.Windows.Controls.Primitives.Popup.<HideWindow>b__130_0(Object sender, EventArgs args)
   at System.Windows.Threading.DispatcherTimer.FireTick()
   at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
   at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)

Recent Log

[T:001][08:07:08.495]	`Info`		Main window resize to: w = 1066, h = 718
[T:001][08:08:07.077]	`Fatal`		[Bootstrapper.cs(OnUnhandledException:171)]	
> System.NullReferenceException: Object reference not set to an instance of an object.
   at _1RM.Controls.ServerListItem.<.ctor>b__5_0(Object sender, EventArgs args) in D:\a\1Remote\1Remote\Ui\Controls\ServerListItem.xaml.cs:line 50
   at System.Windows.Controls.Primitives.Popup.OnClosed(EventArgs e)
   at System.Windows.Controls.Primitives.Popup.DestroyWindow()
   at System.Windows.Controls.Primitives.Popup.<HideWindow>b__130_0(Object sender, EventArgs args)
   at System.Windows.Threading.DispatcherTimer.FireTick()
   at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
   at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
> StackTrace:    at _1RM.Controls.ServerListItem.<.ctor>b__5_0(Object sender, EventArgs args) in D:\a\1Remote\1Remote\Ui\Controls\ServerListItem.xaml.cs:line 50
   at System.Windows.Controls.Primitives.Popup.OnClosed(EventArgs e)
   at System.Windows.Controls.Primitives.Popup.DestroyWindow()
   at System.Windows.Controls.Primitives.Popup.<HideWindow>b__130_0(Object sender, EventArgs args)
   at System.Windows.Threading.DispatcherTimer.FireTick()
   at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
   at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)

Originally created by @majkinetor on GitHub (May 25, 2023). Original GitHub issue: https://github.com/1Remote/1Remote/issues/423 Originally assigned to: @VShawn on GitHub. <details> ## Environment | Component | Version | |:------------------|:--------------------------------------| |1Remote | `1.0.0-beta.03`(EXE Release)| |.NET Framework | `` | |CLR | `6.0.16` | |OS | `Windows 10 Pro N 64-bits 10.0.22621.0 (2009)` | ## Error Info Object reference not set to an instance of an object. ## Stack Trace ``` at _1RM.Controls.ServerListItem.<.ctor>b__5_0(Object sender, EventArgs args) in D:\a\1Remote\1Remote\Ui\Controls\ServerListItem.xaml.cs:line 50 at System.Windows.Controls.Primitives.Popup.OnClosed(EventArgs e) at System.Windows.Controls.Primitives.Popup.DestroyWindow() at System.Windows.Controls.Primitives.Popup.<HideWindow>b__130_0(Object sender, EventArgs args) at System.Windows.Threading.DispatcherTimer.FireTick() at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs) at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler) ``` ## Recent Log ``` [T:001][08:07:08.495] `Info` Main window resize to: w = 1066, h = 718 [T:001][08:08:07.077] `Fatal` [Bootstrapper.cs(OnUnhandledException:171)] > System.NullReferenceException: Object reference not set to an instance of an object. at _1RM.Controls.ServerListItem.<.ctor>b__5_0(Object sender, EventArgs args) in D:\a\1Remote\1Remote\Ui\Controls\ServerListItem.xaml.cs:line 50 at System.Windows.Controls.Primitives.Popup.OnClosed(EventArgs e) at System.Windows.Controls.Primitives.Popup.DestroyWindow() at System.Windows.Controls.Primitives.Popup.<HideWindow>b__130_0(Object sender, EventArgs args) at System.Windows.Threading.DispatcherTimer.FireTick() at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs) at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler) > StackTrace: at _1RM.Controls.ServerListItem.<.ctor>b__5_0(Object sender, EventArgs args) in D:\a\1Remote\1Remote\Ui\Controls\ServerListItem.xaml.cs:line 50 at System.Windows.Controls.Primitives.Popup.OnClosed(EventArgs e) at System.Windows.Controls.Primitives.Popup.DestroyWindow() at System.Windows.Controls.Primitives.Popup.<HideWindow>b__130_0(Object sender, EventArgs args) at System.Windows.Threading.DispatcherTimer.FireTick() at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs) at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler) ``` </details>
kerem 2026-02-28 12:03:41 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/1Remote#1312
No description provided.