Do you recognize this? I've restarted NT, PC, and am trying to build out my workspace again from a new fully blank workspace, but I can't resolve it.
Pop up window error text:
"Unhandled exception: Stack Empty"
This is the exception in the trace file:
2024-01-26 16:01:28:812 *************** unhandled exception trapped ***************
2024-01-26 16:01:28:812 Stack empty.
2024-01-26 16:01:28:812 System.InvalidOperationException: Stack empty.
at System.ThrowHelper.ThrowInvalidOperationException( ExceptionResource resource)
at System.Collections.Generic.Stack`1.Pop()
at NinjaTrader.Gui.Tools.NTWindow.EnableAllWindows()
at NinjaTrader.Gui.Tools.NTWindow.OnClosed(EventArgs e)
at System.Windows.Window.WmDestroy()
at System.Windows.Window.WindowFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at System.Windows.Interop.HwndSource.PublicHooksFilte rMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at MS.Win32.HwndSubclass.DispatcherCallbackOperation( Object o)
at System.Windows.Threading.ExceptionWrapper.Internal RealCall(Delegate callback, Object args, Int32 numArgs)
at System.Windows.Threading.ExceptionWrapper.TryCatch When(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)

Comment