Cant start BigBox

Issue #2344 invalid
Former user created an issue

Version 7.4

System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> SharpDX.SharpDXException: HRESULT: [0x80004005], Module: [General], ApiCode: [E_FAIL/Unspecified error], Message: Unspecified error

at SharpDX.Result.CheckError() at SharpDX.DirectInput.DInput.DirectInput8Create(IntPtr hinst, Int32 dwVersion, Guid riidltf, IntPtr& vOutOut, ComObject unkOuterRef) at SharpDX.DirectInput.DirectInput..ctor() at () at Unbroken.LaunchBox.GameControllerHandler.get_Input() at () at Unbroken.LaunchBox.GameControllerHandler.GetCurrentDevices() at Unbroken.LaunchBox.Wpf.BigBox.Data.OptionsListItem..ctor(String name, Action1 saveAction, Action1 loadAction, Func1 getValues, Boolean playDefaultSound) at () at Unbroken.LaunchBox.Wpf.BigBox.Data.OptionsPages.get_Controller() at Unbroken.LaunchBox.Wpf.BigBox.ViewModels.OptionsViewModel..ctor(MainViewModel mainViewModel) at Unbroken.LaunchBox.Wpf.BigBox.ViewModels.MainViewModel..ctor() --- End of inner exception stack trace --- at System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandleInternal& ctor, Boolean& bNeedSecurityCheck) at System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark& stackMark) at System.Activator.CreateInstance(Type type, Boolean nonPublic) at System.Activator.CreateInstance(Type type) at Caliburn.Micro.BootstrapperBase.DisplayRootViewFor(Type viewModelType, IDictionary2 settings) at (Bootstrapper , Object , StartupEventArgs ) at Unbroken.LaunchBox.Wpf.BigBox.Bootstrapper.OnStartup(Object sender, StartupEventArgs e) at System.Windows.Application.OnStartup(StartupEventArgs e) at System.Windows.Application.<.ctor>b__1_0(Object unused) 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)

Comments (1)

  1. Jason Carr repo owner

    Hi Anonymous, unfortunately this error is the result of a corrupted or missing DirectX install on your machine. Please try re-running the LaunchBox setup, and if that doesn't fix it, then you'll need to troubleshoot DirectX.

  2. Log in to comment