I have two monitors and am running Windows 10 Pro v21H1, and everytime when I create a new flow in Power Automate Desktop, it opens a new window (behind the main one, which is a weird behavior) and then throws the unhandled error, which I have pasted below. Even though the window is "dimmed" because of the error I can still navigate the content of the window with my keyboard but *not* my mouse, which makes it impossible to use. Does anyone have any ideas how to resolve?
Message = Width and Height must be non-negative.
Error = System.ArgumentException
Full text = System.ArgumentException: Width and Height must be non-negative.
at System.Windows.Size..ctor(Double width, Double height)
at System.Windows.Controls.Grid.MeasureCell(Int32 cell, Boolean forceInfinityV)
at System.Windows.Controls.Grid.MeasureCellsGroup(Int32 cellsHead, Size referenceSize, Boolean ignoreDesiredSizeU, Boolean forceInfinityV, Boolean& hasDesiredSizeUChanged)
at System.Windows.Controls.Grid.MeasureOverride(Size constraint)
at System.Windows.FrameworkElement.MeasureCore(Size availableSize)
at System.Windows.UIElement.Measure(Size availableSize)
at System.Windows.Controls.Border.MeasureOverride(Size constraint)
at System.Windows.FrameworkElement.MeasureCore(Size availableSize)
at System.Windows.UIElement.Measure(Size availableSize)
at System.Windows.Window.MeasureOverrideHelper(Size constraint)
at System.Windows.Window.MeasureOverride(Size availableSize)
at System.Windows.FrameworkElement.MeasureCore(Size availableSize)
at System.Windows.UIElement.Measure(Size availableSize)
at System.Windows.Interop.HwndSource.SetLayoutSize()
at System.Windows.Interop.HwndSource.set_RootVisualInternal(Visual value)
at System.Windows.Window.SetRootVisual()
at System.Windows.Window.SetRootVisualAndUpdateSTC()
at System.Windows.Window.SetupInitialState(Double requestedTop, Double requestedLeft, Double requestedWidth, Double requestedHeight)
at System.Windows.Window.CreateSourceWindow(Boolean duringShow)
at System.Windows.Window.ShowHelper(Object booleanBox)
at System.Windows.Window.ShowDialog()
at Microsoft.Flow.RPA.Desktop.Shared.UI.Dialogs.DialogService.ShowArbitraryContent(Window owner, Object content, String caption, Object titleTemplateKey, Object contentTemplateKey, DialogOptions options, Func`3 closingCallback)
at Microsoft.Flow.RPA.Desktop.Shared.ViewModel.TeachingGuideService.TeachingGuideStepsConfiguration.ShowDialog(Object content, String caption)
at Microsoft.Flow.RPA.Desktop.Shared.ViewModel.TeachingGuideService.TeachingGuideService.ExecuteStep(GuideStep step)
at Microsoft.Flow.RPA.Desktop.Shared.ViewModel.TeachingGuideService.TeachingGuideService.Start(String groupName)
at Microsoft.Flow.RPA.Desktop.Designer.Host.MainViewModel.<Initialize>d__120.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
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)