Advertisement
Guest User

Untitled

a guest
Sep 19th, 2014
265
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.44 KB | None | 0 0
  1. Specified argument was out of the range of valid values.
  2. System.ArgumentOutOfRangeException
  3. System.Object:
  4. at MediaBrowser.Theater.Presentation.Controls.SelectList.set_SelectedValue(String value)
  5. at MediaBrowser.Theater.DirectShow.Configuration.LavAudioSettingsPage.GeneralSettingsPage_Loaded(Object sender, RoutedEventArgs e)
  6. at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
  7. at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
  8. at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
  9. at System.Windows.UIElement.RaiseEvent(RoutedEventArgs e)
  10. at System.Windows.BroadcastEventHelper.BroadcastEvent(DependencyObject root, RoutedEvent routedEvent)
  11. at System.Windows.BroadcastEventHelper.BroadcastLoadedEvent(Object root)
  12. at MS.Internal.LoadedOrUnloadedOperation.DoWork()
  13. at System.Windows.Media.MediaContext.FireLoadedPendingCallbacks()
  14. at System.Windows.Media.MediaContext.FireInvokeOnRenderCallbacks()
  15. at System.Windows.Media.MediaContext.RenderMessageHandlerCore(Object resizedCompositionTarget)
  16. at System.Windows.Media.MediaContext.RenderMessageHandler(Object resizedCompositionTarget)
  17. at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
  18. at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
  19. at System.Windows.Threading.DispatcherOperation.InvokeImpl()
  20. at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
  21. at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  22. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  23. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
  24. at System.Windows.Threading.DispatcherOperation.Invoke()
  25. at System.Windows.Threading.Dispatcher.ProcessQueue()
  26. at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
  27. at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
  28. at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
  29. at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
  30. at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
  31. at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
  32. at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
  33. at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
  34. at System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
  35. at System.Windows.Threading.Dispatcher.PushFrame(DispatcherFrame frame)
  36. at System.Windows.Threading.Dispatcher.Run()
  37. at System.Windows.Application.RunDispatcher(Object ignore)
  38. at System.Windows.Application.RunInternal(Window window)
  39. at System.Windows.Application.Run(Window window)
  40. at MediaBrowser.UI.App.Main()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement