Specified Visual is already a child of another Visual or the root of a CompositionTarget.

Issue #7485 new
Andy Griffiths created an issue

Specified Visual is already a child of another Visual or the root of a CompositionTarget.

App: Big Box
Version: 13.0
Type: System.ArgumentException
Site: Void VerifyAPIForAdd(System.Windows.Media.Media3D.Visual3D)
Source: PresentationCore

at System.Windows.Media.Media3D.Visual3DCollection.VerifyAPIForAdd(Visual3D value)
at System.Windows.Media.Media3D.Visual3DCollection.Add(Visual3D value)
at Unbroken.LaunchBox.Windows.Controls.CoverFlow.FlowControl.ConcatAdvisableParams(Object , Object )
at Unbroken.LaunchBox.Windows.Controls.CoverFlow.FlowControl.RestartPreparedPrinter(Int32 row_task)
at MockConsumer.ManageObservableProducer(Object , Int32 taskamount, MockConsumer )
at Unbroken.LaunchBox.Windows.Controls.CoverFlow.FlowControl.<>c__DisplayClass219_0.FillPreparedPage()
at System.Windows.Threading.DispatcherOperation.InvokeDelegateCore()
at System.Windows.Threading.DispatcherOperation.InvokeImpl()
--- End of stack trace from previous location where exception was thrown ---
at System.Windows.Threading.DispatcherOperation.Wait(TimeSpan timeout)
at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherOperation operation, CancellationToken cancellationToken, TimeSpan timeout)
at System.Windows.Threading.Dispatcher.Invoke(Action callback, DispatcherPriority priority, CancellationToken cancellationToken, TimeSpan timeout)
at System.Windows.Threading.Dispatcher.Invoke(Action callback, DispatcherPriority priority)
at Unbroken.LaunchBox.Windows.Threading.NewObservableClient(Object , Object , DispatcherPriority )
at Unbroken.LaunchBox.Windows.Threading.Invoke(Action callback, DispatcherPriority priority)
at Unbroken.LaunchBox.Windows.Controls.CoverFlow.FlowControl.SelectIndex(Int32 index)
at RegistryConsumer.ManageObservableProducer(Object , Int32 index, RegistryConsumer )
at Unbroken.LaunchBox.Windows.Controls.CoverFlow.FlowControl.MoveDown(Boolean held)
at TaskConsumer.ManageObservableProducer(Object , Boolean held, TaskConsumer )
at Unbroken.LaunchBox.Windows.Controls.CoverFlow.FlowControl.MoveRight(Boolean held)
at Unbroken.LaunchBox.Windows.BigBox.ViewModels.PlatformWheelFiltersViewModelBase.<>c__DisplayClass16_0.ExcludeQueue(Object , Boolean )
at Unbroken.LaunchBox.Windows.BigBox.ViewModels.PlatformWheelFiltersViewModelBase.<>c__DisplayClass16_0.RateRequest()
at System.Windows.Threading.DispatcherOperation.InvokeDelegateCore()
at System.Windows.Threading.DispatcherOperation.InvokeImpl()
--- End of stack trace from previous location where exception was thrown ---
at System.Windows.Threading.DispatcherOperation.Wait(TimeSpan timeout)
at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherOperation operation, CancellationToken cancellationToken, TimeSpan timeout)
at System.Windows.Threading.Dispatcher.Invoke(Action callback, DispatcherPriority priority, CancellationToken cancellationToken, TimeSpan timeout)
at System.Windows.Threading.Dispatcher.Invoke(Action callback, DispatcherPriority priority)
at Unbroken.LaunchBox.Windows.Threading.NewObservableClient(Object , Object , DispatcherPriority )
at Unbroken.LaunchBox.Windows.Threading.Invoke(Action callback, DispatcherPriority priority)
at Unbroken.LaunchBox.Windows.BigBox.ViewModels.PlatformWheelFiltersViewModelBase.CancelInfo(Boolean loadlast)
at IteratorMethod.FlushGlobal(Object , Boolean loadlast, IteratorMethod )
at Unbroken.LaunchBox.Windows.BigBox.ViewModels.PlatformWheelFiltersViewModelBase.OnRight(Boolean held, Boolean onlyRightPressed)
at Unbroken.LaunchBox.Windows.BigBox.NavigationManager.VisitTag(Object , Boolean , Boolean )
at Unbroken.LaunchBox.Windows.BigBox.NavigationManager.OnRight(Boolean held, Boolean onlyPressed)
at TokenizerMethod.FlushGlobal(Object , Boolean held, Boolean onlyLeftPressed, TokenizerMethod )
at Unbroken.LaunchBox.Windows.BigBox.ViewModels.MainViewModel.OnRight(Boolean onlyRightPressed)
at RegistryMethod.FlushGlobal(Object , Boolean onlyRightPressed, RegistryMethod )
at Unbroken.LaunchBox.Windows.BigBox.ViewModels.MainViewModel.HandleKeyDown(KeyEventArgs e)
at SerializerProcess.FlushGlobal(Object , KeyEventArgs e, SerializerProcess )
at Unbroken.LaunchBox.Windows.BigBox.Views.MainView.LogoutMerchant(Object i, KeyEventArgs col)
at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
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.Input.InputManager.ProcessStagingArea()
at System.Windows.Input.InputProviderSite.ReportInput(InputReport inputReport)
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:

11:13:12 Exception

Comments (2)

  1. Christian

    Can you explain what you were doing when this error occurred? What theme are you using in Big Box?

  2. Andy Griffiths reporter

    Simply navigating back from one screen to another… using Emulation Station theme

  3. Log in to comment