[GH-ISSUE #186] Object reference not set to an instance of an object #159

Closed
opened 2026-02-26 11:56:58 +03:00 by kerem · 0 comments
Owner

Originally created by @majkinetor on GitHub (Jan 22, 2022).
Original GitHub issue: https://github.com/1Remote/1Remote/issues/186

Originally assigned to: @VShawn on GitHub.

Environment

Component Version
PRemoteM 0.6.1(EXE Release)
.NET Framework .NET Framework 4.8
CLR 4.0.30319.42000
OS Windows 10 Enterprise 64-bits 6.2.9200.0 (2009)

Error Info

Object reference not set to an instance of an object.

Stack Trace

   at PRM.View.TabWindow.TabWindowBase.AddItem(TabItemViewModel newItem) in C:\projects\premotem-release-by-tag-automatically\PRemoteM\View\TabWindow\TabWindowBase.cs:line 238
   at PRM.Model.RemoteWindowPool.ConnectWithTab(ProtocolServerBase protocolServer, Runner runner, String assignTabToken) in C:\projects\premotem-release-by-tag-automatically\PRemoteM\Model\RemoteWindowPool.cs:line 264
   at PRM.Model.RemoteWindowPool.ShowRemoteHost(Int64 serverId, String assignTabToken, String assignRunnerName) in C:\projects\premotem-release-by-tag-automatically\PRemoteM\Model\RemoteWindowPool.cs:line 349
   at PRM.View.SearchBoxWindow.OpenSessionAndHide() in C:\projects\premotem-release-by-tag-automatically\PRemoteM\View\SearchBoxWindow.xaml.cs:line 289
   at PRM.View.SearchBoxWindow.TbKeyWord_OnPreviewKeyDown(Object sender, KeyEventArgs e) in C:\projects\premotem-release-by-tag-automatically\PRemoteM\View\SearchBoxWindow.xaml.cs:line 222
   at System.Windows.Input.KeyEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
   at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
   at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
   at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
   at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
   at System.Windows.UIElement.RaiseTrustedEvent(RoutedEventArgs args)
   at System.Windows.UIElement.RaiseEvent(RoutedEventArgs args, Boolean trusted)
   at System.Windows.Input.InputManager.ProcessStagingArea()
   at System.Windows.Input.InputManager.ProcessInput(InputEventArgs input)
   at System.Windows.Input.InputProviderSite.ReportInput(InputReport inputReport)
   at System.Windows.Interop.HwndKeyboardInputProvider.ReportInput(IntPtr hwnd, InputMode mode, Int32 timestamp, RawKeyboardActions actions, Int32 scanCode, Boolean isExtendedKey, Boolean isSystemKey, Int32 virtualKey)
   at System.Windows.Interop.HwndKeyboardInputProvider.ProcessKeyAction(MSG& msg, Boolean& handled)
   at System.Windows.Interop.HwndSource.CriticalTranslateAccelerator(MSG& msg, ModifierKeys modifiers)
   at System.Windows.Interop.HwndSource.OnPreprocessMessage(Object param)
   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

2022-01-22T00:06:23.7941828+01:00[ThreadId:0000000017]		Debug		Check update.
2022-01-22T01:06:23.7690636+01:00[ThreadId:0000000018]		Debug		Check update.
2022-01-22T12:04:51.9143081+01:00[ThreadId:0000000013]		Debug		Check update.
2022-01-22T13:04:51.8991923+01:00[ThreadId:0000000006]		Debug		Check update.
2022-01-22T13:43:19.2458925+01:00[ThreadId:0000000001]		Debug		Call shortcut to invoke launcher _isHidden = True
2022-01-22T13:43:22.2720244+01:00[ThreadId:0000000001]		Debug		Call HideMe()
2022-01-22T13:43:22.2765388+01:00[ThreadId:0000000001]		Debug		Call HideMe()
2022-01-22T13:43:22.2857350+01:00[ThreadId:0000000001]		Error		we don't have a protocol named: RDP!
2022-01-22T13:43:22.2936574+01:00[ThreadId:0000000001]		Debug		AxMsRdpClient09Host: Status => Initializing
2022-01-22T13:43:22.2956567+01:00[ThreadId:0000000001]		Debug		RDP Host: _rdp.Dispose()
2022-01-22T13:43:22.2966549+01:00[ThreadId:0000000001]		Debug		RDP Host: init new AxMsRdpClient9NotSafeForScriptingEx()
2022-01-22T13:43:22.2996551+01:00[ThreadId:0000000001]		Debug		RDP Host: init CreateControl();
2022-01-22T13:43:22.3056552+01:00[ThreadId:0000000001]		Debug		RDP Host: init Static
2022-01-22T13:43:22.3076551+01:00[ThreadId:0000000001]		Debug		RDP Host: init conn bar
2022-01-22T13:43:22.3096551+01:00[ThreadId:0000000001]		Debug		RDP Host: init Redirect
2022-01-22T13:43:22.3116561+01:00[ThreadId:0000000001]		Debug		RDP Host: init Display with ScaleFactor = 100, W = 1872, H = 1057
2022-01-22T13:43:22.3135470+01:00[ThreadId:0000000001]		Debug		RDP Host: Display init as RDP.DesktopWidth = 1872, RDP.DesktopWidth = 1872,
2022-01-22T13:43:22.3155446+01:00[ThreadId:0000000001]		Debug		RDP Host: init Performance
2022-01-22T13:43:22.3175529+01:00[ThreadId:0000000001]		Debug		RdpInit: DisplayPerformance = High, flag = 110000000
2022-01-22T13:43:22.3195446+01:00[ThreadId:0000000001]		Debug		RDP Host: init Gateway
2022-01-22T13:43:22.3215454+01:00[ThreadId:0000000001]		Debug		AxMsRdpClient09Host: Status => Initialized
2022-01-22T13:43:22.3268651+01:00[ThreadId:0000000001]		Fatal		System.NullReferenceException: Object reference not set to an instance of an object.
   at PRM.View.TabWindow.TabWindowBase.AddItem(TabItemViewModel newItem) in C:\projects\premotem-release-by-tag-automatically\PRemoteM\View\TabWindow\TabWindowBase.cs:line 238
   at PRM.Model.RemoteWindowPool.ConnectWithTab(ProtocolServerBase protocolServer, Runner runner, String assignTabToken) in C:\projects\premotem-release-by-tag-automatically\PRemoteM\Model\RemoteWindowPool.cs:line 264
   at PRM.Model.RemoteWindowPool.ShowRemoteHost(Int64 serverId, String assignTabToken, String assignRunnerName) in C:\projects\premotem-release-by-tag-automatically\PRemoteM\Model\RemoteWindowPool.cs:line 349
   at PRM.View.SearchBoxWindow.OpenSessionAndHide() in C:\projects\premotem-release-by-tag-automatically\PRemoteM\View\SearchBoxWindow.xaml.cs:line 289
   at PRM.View.SearchBoxWindow.TbKeyWord_OnPreviewKeyDown(Object sender, KeyEventArgs e) in C:\projects\premotem-release-by-tag-automatically\PRemoteM\View\SearchBoxWindow.xaml.cs:line 222
   at System.Windows.Input.KeyEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
   at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
   at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
   at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
   at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
   at System.Windows.UIElement.RaiseTrustedEvent(RoutedEventArgs args)
   at System.Windows.UIElement.RaiseEvent(RoutedEventArgs args, Boolean trusted)
   at System.Windows.Input.InputManager.ProcessStagingArea()
   at System.Windows.Input.InputManager.ProcessInput(InputEventArgs input)
   at System.Windows.Input.InputProviderSite.ReportInput(InputReport inputReport)
   at System.Windows.Interop.HwndKeyboardInputProvider.ReportInput(IntPtr hwnd, InputMode mode, Int32 timestamp, RawKeyboardActions actions, Int32 scanCode, Boolean isExtendedKey, Boolean isSystemKey, Int32 virtualKey)
   at System.Windows.Interop.HwndKeyboardInputProvider.ProcessKeyAction(MSG& msg, Boolean& handled)
   at System.Windows.Interop.HwndSource.CriticalTranslateAccelerator(MSG& msg, ModifierKeys modifiers)
   at System.Windows.Interop.HwndSource.OnPreprocessMessage(Object param)
   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)
   at PRM.View.TabWindow.TabWindowBase.AddItem(TabItemViewModel newItem) in C:\projects\premotem-release-by-tag-automatically\PRemoteM\View\TabWindow\TabWindowBase.cs:line 238
   at PRM.Model.RemoteWindowPool.ConnectWithTab(ProtocolServerBase protocolServer, Runner runner, String assignTabToken) in C:\projects\premotem-release-by-tag-automatically\PRemoteM\Model\RemoteWindowPool.cs:line 264
   at PRM.Model.RemoteWindowPool.ShowRemoteHost(Int64 serverId, String assignTabToken, String assignRunnerName) in C:\projects\premotem-release-by-tag-automatically\PRemoteM\Model\RemoteWindowPool.cs:line 349
   at PRM.View.SearchBoxWindow.OpenSessionAndHide() in C:\projects\premotem-release-by-tag-automatically\PRemoteM\View\SearchBoxWindow.xaml.cs:line 289
   at PRM.View.SearchBoxWindow.TbKeyWord_OnPreviewKeyDown(Object sender, KeyEventArgs e) in C:\projects\premotem-release-by-tag-automatically\PRemoteM\View\SearchBoxWindow.xaml.cs:line 222
   at System.Windows.Input.KeyEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
   at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
   at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
   at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
   at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
   at System.Windows.UIElement.RaiseTrustedEvent(RoutedEventArgs args)
   at System.Windows.UIElement.RaiseEvent(RoutedEventArgs args, Boolean trusted)
   at System.Windows.Input.InputManager.ProcessStagingArea()
   at System.Windows.Input.InputManager.ProcessInput(InputEventArgs input)
   at System.Windows.Input.InputProviderSite.ReportInput(InputReport inputReport)
   at System.Windows.Interop.HwndKeyboardInputProvider.ReportInput(IntPtr hwnd, InputMode mode, Int32 timestamp, RawKeyboardActions actions, Int32 scanCode, Boolean isExtendedKey, Boolean isSystemKey, Int32 virtualKey)
   at System.Windows.Interop.HwndKeyboardInputProvider.ProcessKeyAction(MSG& msg, Boolean& handled)
   at System.Windows.Interop.HwndSource.CriticalTranslateAccelerator(MSG& msg, ModifierKeys modifiers)
   at System.Windows.Interop.HwndSource.OnPreprocessMessage(Object param)
   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 (Jan 22, 2022). Original GitHub issue: https://github.com/1Remote/1Remote/issues/186 Originally assigned to: @VShawn on GitHub. <details> ## Environment | Component | Version | |:------------------|:--------------------------------------| |PRemoteM | `0.6.1`(EXE Release)| |.NET Framework | `.NET Framework 4.8` | |CLR | `4.0.30319.42000` | |OS | `Windows 10 Enterprise 64-bits 6.2.9200.0 (2009)` | ## Error Info Object reference not set to an instance of an object. ## Stack Trace ``` at PRM.View.TabWindow.TabWindowBase.AddItem(TabItemViewModel newItem) in C:\projects\premotem-release-by-tag-automatically\PRemoteM\View\TabWindow\TabWindowBase.cs:line 238 at PRM.Model.RemoteWindowPool.ConnectWithTab(ProtocolServerBase protocolServer, Runner runner, String assignTabToken) in C:\projects\premotem-release-by-tag-automatically\PRemoteM\Model\RemoteWindowPool.cs:line 264 at PRM.Model.RemoteWindowPool.ShowRemoteHost(Int64 serverId, String assignTabToken, String assignRunnerName) in C:\projects\premotem-release-by-tag-automatically\PRemoteM\Model\RemoteWindowPool.cs:line 349 at PRM.View.SearchBoxWindow.OpenSessionAndHide() in C:\projects\premotem-release-by-tag-automatically\PRemoteM\View\SearchBoxWindow.xaml.cs:line 289 at PRM.View.SearchBoxWindow.TbKeyWord_OnPreviewKeyDown(Object sender, KeyEventArgs e) in C:\projects\premotem-release-by-tag-automatically\PRemoteM\View\SearchBoxWindow.xaml.cs:line 222 at System.Windows.Input.KeyEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget) at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target) at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs) at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised) at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args) at System.Windows.UIElement.RaiseTrustedEvent(RoutedEventArgs args) at System.Windows.UIElement.RaiseEvent(RoutedEventArgs args, Boolean trusted) at System.Windows.Input.InputManager.ProcessStagingArea() at System.Windows.Input.InputManager.ProcessInput(InputEventArgs input) at System.Windows.Input.InputProviderSite.ReportInput(InputReport inputReport) at System.Windows.Interop.HwndKeyboardInputProvider.ReportInput(IntPtr hwnd, InputMode mode, Int32 timestamp, RawKeyboardActions actions, Int32 scanCode, Boolean isExtendedKey, Boolean isSystemKey, Int32 virtualKey) at System.Windows.Interop.HwndKeyboardInputProvider.ProcessKeyAction(MSG& msg, Boolean& handled) at System.Windows.Interop.HwndSource.CriticalTranslateAccelerator(MSG& msg, ModifierKeys modifiers) at System.Windows.Interop.HwndSource.OnPreprocessMessage(Object param) 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 ``` 2022-01-22T00:06:23.7941828+01:00[ThreadId:0000000017] Debug Check update. 2022-01-22T01:06:23.7690636+01:00[ThreadId:0000000018] Debug Check update. 2022-01-22T12:04:51.9143081+01:00[ThreadId:0000000013] Debug Check update. 2022-01-22T13:04:51.8991923+01:00[ThreadId:0000000006] Debug Check update. 2022-01-22T13:43:19.2458925+01:00[ThreadId:0000000001] Debug Call shortcut to invoke launcher _isHidden = True 2022-01-22T13:43:22.2720244+01:00[ThreadId:0000000001] Debug Call HideMe() 2022-01-22T13:43:22.2765388+01:00[ThreadId:0000000001] Debug Call HideMe() 2022-01-22T13:43:22.2857350+01:00[ThreadId:0000000001] Error we don't have a protocol named: RDP! 2022-01-22T13:43:22.2936574+01:00[ThreadId:0000000001] Debug AxMsRdpClient09Host: Status => Initializing 2022-01-22T13:43:22.2956567+01:00[ThreadId:0000000001] Debug RDP Host: _rdp.Dispose() 2022-01-22T13:43:22.2966549+01:00[ThreadId:0000000001] Debug RDP Host: init new AxMsRdpClient9NotSafeForScriptingEx() 2022-01-22T13:43:22.2996551+01:00[ThreadId:0000000001] Debug RDP Host: init CreateControl(); 2022-01-22T13:43:22.3056552+01:00[ThreadId:0000000001] Debug RDP Host: init Static 2022-01-22T13:43:22.3076551+01:00[ThreadId:0000000001] Debug RDP Host: init conn bar 2022-01-22T13:43:22.3096551+01:00[ThreadId:0000000001] Debug RDP Host: init Redirect 2022-01-22T13:43:22.3116561+01:00[ThreadId:0000000001] Debug RDP Host: init Display with ScaleFactor = 100, W = 1872, H = 1057 2022-01-22T13:43:22.3135470+01:00[ThreadId:0000000001] Debug RDP Host: Display init as RDP.DesktopWidth = 1872, RDP.DesktopWidth = 1872, 2022-01-22T13:43:22.3155446+01:00[ThreadId:0000000001] Debug RDP Host: init Performance 2022-01-22T13:43:22.3175529+01:00[ThreadId:0000000001] Debug RdpInit: DisplayPerformance = High, flag = 110000000 2022-01-22T13:43:22.3195446+01:00[ThreadId:0000000001] Debug RDP Host: init Gateway 2022-01-22T13:43:22.3215454+01:00[ThreadId:0000000001] Debug AxMsRdpClient09Host: Status => Initialized 2022-01-22T13:43:22.3268651+01:00[ThreadId:0000000001] Fatal System.NullReferenceException: Object reference not set to an instance of an object. at PRM.View.TabWindow.TabWindowBase.AddItem(TabItemViewModel newItem) in C:\projects\premotem-release-by-tag-automatically\PRemoteM\View\TabWindow\TabWindowBase.cs:line 238 at PRM.Model.RemoteWindowPool.ConnectWithTab(ProtocolServerBase protocolServer, Runner runner, String assignTabToken) in C:\projects\premotem-release-by-tag-automatically\PRemoteM\Model\RemoteWindowPool.cs:line 264 at PRM.Model.RemoteWindowPool.ShowRemoteHost(Int64 serverId, String assignTabToken, String assignRunnerName) in C:\projects\premotem-release-by-tag-automatically\PRemoteM\Model\RemoteWindowPool.cs:line 349 at PRM.View.SearchBoxWindow.OpenSessionAndHide() in C:\projects\premotem-release-by-tag-automatically\PRemoteM\View\SearchBoxWindow.xaml.cs:line 289 at PRM.View.SearchBoxWindow.TbKeyWord_OnPreviewKeyDown(Object sender, KeyEventArgs e) in C:\projects\premotem-release-by-tag-automatically\PRemoteM\View\SearchBoxWindow.xaml.cs:line 222 at System.Windows.Input.KeyEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget) at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target) at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs) at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised) at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args) at System.Windows.UIElement.RaiseTrustedEvent(RoutedEventArgs args) at System.Windows.UIElement.RaiseEvent(RoutedEventArgs args, Boolean trusted) at System.Windows.Input.InputManager.ProcessStagingArea() at System.Windows.Input.InputManager.ProcessInput(InputEventArgs input) at System.Windows.Input.InputProviderSite.ReportInput(InputReport inputReport) at System.Windows.Interop.HwndKeyboardInputProvider.ReportInput(IntPtr hwnd, InputMode mode, Int32 timestamp, RawKeyboardActions actions, Int32 scanCode, Boolean isExtendedKey, Boolean isSystemKey, Int32 virtualKey) at System.Windows.Interop.HwndKeyboardInputProvider.ProcessKeyAction(MSG& msg, Boolean& handled) at System.Windows.Interop.HwndSource.CriticalTranslateAccelerator(MSG& msg, ModifierKeys modifiers) at System.Windows.Interop.HwndSource.OnPreprocessMessage(Object param) 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) at PRM.View.TabWindow.TabWindowBase.AddItem(TabItemViewModel newItem) in C:\projects\premotem-release-by-tag-automatically\PRemoteM\View\TabWindow\TabWindowBase.cs:line 238 at PRM.Model.RemoteWindowPool.ConnectWithTab(ProtocolServerBase protocolServer, Runner runner, String assignTabToken) in C:\projects\premotem-release-by-tag-automatically\PRemoteM\Model\RemoteWindowPool.cs:line 264 at PRM.Model.RemoteWindowPool.ShowRemoteHost(Int64 serverId, String assignTabToken, String assignRunnerName) in C:\projects\premotem-release-by-tag-automatically\PRemoteM\Model\RemoteWindowPool.cs:line 349 at PRM.View.SearchBoxWindow.OpenSessionAndHide() in C:\projects\premotem-release-by-tag-automatically\PRemoteM\View\SearchBoxWindow.xaml.cs:line 289 at PRM.View.SearchBoxWindow.TbKeyWord_OnPreviewKeyDown(Object sender, KeyEventArgs e) in C:\projects\premotem-release-by-tag-automatically\PRemoteM\View\SearchBoxWindow.xaml.cs:line 222 at System.Windows.Input.KeyEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget) at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target) at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs) at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised) at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args) at System.Windows.UIElement.RaiseTrustedEvent(RoutedEventArgs args) at System.Windows.UIElement.RaiseEvent(RoutedEventArgs args, Boolean trusted) at System.Windows.Input.InputManager.ProcessStagingArea() at System.Windows.Input.InputManager.ProcessInput(InputEventArgs input) at System.Windows.Input.InputProviderSite.ReportInput(InputReport inputReport) at System.Windows.Interop.HwndKeyboardInputProvider.ReportInput(IntPtr hwnd, InputMode mode, Int32 timestamp, RawKeyboardActions actions, Int32 scanCode, Boolean isExtendedKey, Boolean isSystemKey, Int32 virtualKey) at System.Windows.Interop.HwndKeyboardInputProvider.ProcessKeyAction(MSG& msg, Boolean& handled) at System.Windows.Interop.HwndSource.CriticalTranslateAccelerator(MSG& msg, ModifierKeys modifiers) at System.Windows.Interop.HwndSource.OnPreprocessMessage(Object param) 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-26 11:56:58 +03:00
  • closed this issue
  • added the
    bug
    label
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#159
No description provided.