Advertisement
Guest User

HandbrakeStartupError

a guest
May 17th, 2018
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.05 KB | None | 0 0
  1. Handbrake: An Unknown Error has occurred. Happens when trying to start the program on Windows 10 Pro x64 v1803
  2. Error details:
  3. An Unknown Error has occurred.
  4. System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.TypeInitializationException: The type initializer for 'HandBrake.ApplicationServices.Interop.HandBrakeInstanceManager' threw an exception. ---> System.TypeInitializationException: The type initializer for 'HandBrake.ApplicationServices.Interop.HandBrakeUtils' threw an exception. ---> System.AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
  5. at HandBrake.ApplicationServices.Interop.HbLib.HBFunctions.hb_global_init()
  6. at HandBrake.ApplicationServices.Interop.HandBrakeUtils..cctor() in D:\HandBrake\win\CS\HandBrake.ApplicationServices\Interop\HandBrakeUtils.cs:line 65
  7. --- End of inner exception stack trace ---
  8. at HandBrake.ApplicationServices.Interop.HandBrakeUtils.EnsureGlobalInit()
  9. at HandBrake.ApplicationServices.Interop.HandBrakeInstance.Initialize(Int32 verbosity) in D:\HandBrake\win\CS\HandBrake.ApplicationServices\Interop\HandBrakeInstance.cs:line 216
  10. at HandBrake.ApplicationServices.Interop.HandBrakeInstanceManager..cctor() in D:\HandBrake\win\CS\HandBrake.ApplicationServices\Interop\HandBrakeInstanceManager.cs:line 34
  11. --- End of inner exception stack trace ---
  12. at HandBrake.ApplicationServices.Interop.HandBrakeInstanceManager.get_MasterInstance()
  13. at HandBrake.ApplicationServices.Utilities.VersionHelper.IsNightly() in D:\HandBrake\win\CS\HandBrake.ApplicationServices\Utilities\VersionHelper.cs:line 47
  14. at HandBrakeWPF.Services.UserSettingService..ctor() in D:\HandBrake\win\CS\HandBrakeWPF\Services\UserSettingService.cs:line 35
  15. --- End of inner exception stack trace ---
  16. at System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandleInternal& ctor, Boolean& bNeedSecurityCheck)
  17. at System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark& stackMark)
  18. at System.Activator.CreateInstance(Type type, Boolean nonPublic)
  19. at System.Activator.CreateInstance(Type type)
  20. at Caliburn.Micro.SimpleContainer.ActivateInstance(Type type, Object[] args)
  21. at Caliburn.Micro.SimpleContainer.<>c__DisplayClass7_0.<RegisterSingleton>b__0(SimpleContainer container)
  22. at System.Linq.Enumerable.WhereSelectArrayIterator`2.MoveNext()
  23. at System.Collections.Generic.List`1.InsertRange(Int32 index, IEnumerable`1 collection)
  24. at Caliburn.Micro.SimpleContainer.DetermineConstructorArgs(Type implementation)
  25. at Caliburn.Micro.SimpleContainer.<>c__DisplayClass7_0.<RegisterSingleton>b__0(SimpleContainer container)
  26. at System.Linq.Enumerable.WhereSelectArrayIterator`2.MoveNext()
  27. at System.Collections.Generic.List`1.InsertRange(Int32 index, IEnumerable`1 collection)
  28. at Caliburn.Micro.SimpleContainer.DetermineConstructorArgs(Type implementation)
  29. at Caliburn.Micro.SimpleContainer.<>c__DisplayClass7_0.<RegisterSingleton>b__0(SimpleContainer container)
  30. at HandBrakeWPF.Startup.AppBootstrapper.GetInstance(Type service, String key) in D:\HandBrake\win\CS\HandBrakeWPF\Startup\AppBootstrapper.cs:line 130
  31. at Caliburn.Micro.BootstrapperBase.DisplayRootViewFor(Type viewModelType, IDictionary`2 settings)
  32. at HandBrakeWPF.Startup.AppBootstrapper.OnStartup(Object sender, StartupEventArgs e) in D:\HandBrake\win\CS\HandBrakeWPF\Startup\AppBootstrapper.cs:line 113
  33. at System.Windows.Application.OnStartup(StartupEventArgs e)
  34. at HandBrakeWPF.App.OnStartup(StartupEventArgs e) in D:\HandBrake\win\CS\HandBrakeWPF\App.xaml.cs:line 82
  35. at System.Windows.Application.<.ctor>b__1_0(Object unused)
  36. at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
  37. at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement