Guest User

Untitled

a guest
Apr 11th, 2017
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.29 KB | None | 0 0
  1. An Unknown Error has occured.
  2. System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.NullReferenceException: Object reference not set to an instance of an object.
  3. at HandBrake.ApplicationServices.Interop.HandBrakeEncoderHelpers.MixdownIsSupported(HBMixdown mixdown, HBAudioEncoder encoder, Int32 channelLayout) in C:\HandBrake\hbworkspace\workspace\WindowsGui64\win\CS\HandBrake.ApplicationServices\Interop\HandBrakeEncoderHelpers.cs:line 407
  4. at HandBrakeWPF.Services.Encode.Model.Models.AudioTrack..ctor(AudioBehaviourTrack track, Audio sourceTrack, AudioEncoder fallback) in C:\HandBrake\hbworkspace\workspace\WindowsGui64\win\CS\HandBrakeWPF\Services\Encode\Model\Models\AudioTrack.cs:line 112
  5. at HandBrakeWPF.ViewModels.AudioViewModel.Add(Audio sourceTrack, Boolean useBehaviourTemplateMode) in C:\HandBrake\hbworkspace\workspace\WindowsGui64\win\CS\HandBrakeWPF\ViewModels\AudioViewModel.cs:line 359
  6. at HandBrakeWPF.ViewModels.AudioViewModel.AddAllRemainingTracks() in C:\HandBrake\hbworkspace\workspace\WindowsGui64\win\CS\HandBrakeWPF\ViewModels\AudioViewModel.cs:line 386
  7. --- End of inner exception stack trace ---
  8. at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
  9. at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
  10. at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
  11. at Caliburn.Micro.ActionMessage.<>c.<.cctor>b__33_0(ActionExecutionContext context)
  12. at Caliburn.Micro.ActionMessage.Invoke(Object eventArgs)
  13. at System.Windows.Interactivity.TriggerBase.InvokeActions(Object parameter)
  14. at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
  15. at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
  16. at System.Windows.Controls.MenuItem.InvokeClickAfterRender(Object arg)
  17. at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
  18. at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
Add Comment
Please, Sign In to add comment