Big Box Crash

Issue #2310 invalid
James Jusbasic created an issue

Version 7.4

System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.DllNotFoundException: Unable to load DLL 'xinput1_3.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E) at SharpDX.XInput.XInput.XInputGetState_(Int32 arg0, Void* arg1) at SharpDX.XInput.XInput.XInputGetState(Int32 dwUserIndex, State& stateRef) 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 James, unfortunately this is caused by a corrupted or missing DirectX DLL file. The first thing to try is to simply run the LaunchBox installer on that machine (can just overwrite your current folder without problems). If that doesn't work, it means your DirectX install is corrupted which can be a royal pain to fix, but that should be very rare.

  2. Log in to comment