-
Notifications
You must be signed in to change notification settings - Fork 11
Unable to return a TimeSpan property value #3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Thanks for reporting, looks like I dumbed something. |
happened again
|
@julesx if you have time you can try cloning and reference a debug build to find out where the dumb is, I'm a bit lost about writing a testcase/fix for this issue. |
This error occurs whenever |
Unable to return a TimeSpan property value for a Duration value of 'Automatic'. Check the HasTimeSpan property before requesting the TimeSpan property value from a Duration
I can't seem to replicate it reliably. I have a window where I am loading and unloading media players fairly rapidly and it seems to randomly occur.
Stack Trace:
" at System.Windows.Duration.get_TimeSpan()\r\n at Gu.Wpf.Media.MediaElementWrapper.<.ctor>b__3_4(Object o, RoutedEventArgs e)\r\n at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)\r\n at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)\r\n at System.Windows.Controls.AVElementHelper.OnMediaOpened(Object sender, EventArgs args)\r\n at System.Windows.Media.UniqueEventHelper.InvokeEvents(Object sender, EventArgs args)\r\n at System.Windows.Media.UniqueEventHelper.InvokeEvents(Object sender, EventArgs args)\r\n at System.Windows.Media.MediaEventsHelper.OnMediaPrerolled(Object o)\r\n at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)\r\n at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)"
The text was updated successfully, but these errors were encountered: