crashes on launch (portable mode on mapped network drive) (Win 10 64bit:)

Issue #1513 invalid
Former user created an issue

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 LaunchBox.GameControllerHandler.GetCurrentDevices() at (String , String ) at LaunchBox.GameControllerHandler.InitializeDevice(String id, String name) at (Boolean , Boolean , String , String ) at LaunchBox.GameControllerHandler.Initialize(Boolean enableGamepad, Boolean useAllControllers, String gamepadId, String gamepadName) at (MainForm ) at LaunchBox.Forms.MainForm.InitializeController() at (MainForm ) at LaunchBox.Forms.MainForm.LoadSettings() at (MainForm , Object , EventArgs ) at LaunchBox.Forms.MainForm.MainForm_Load(Object sender, EventArgs e) at System.Windows.Forms.Form.OnLoad(EventArgs e) at System.Windows.Forms.Form.OnCreateControl() at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible) at System.Windows.Forms.Control.CreateControl() at System.Windows.Forms.Control.WmShowWindow(Message& m) at System.Windows.Forms.Control.WndProc(Message& m) at System.Windows.Forms.Form.WmShowWindow(Message& m) at (CustomFormBase , Message& ) at LaunchBox.Forms.CustomFormBase.WndProc(Message& m) at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

Comments (3)

  1. Kirsten Marie

    Thanks for letting us know! We will check this out when we get a chance. Marking it critical!

  2. Jason Carr repo owner

    Hi Anonymous, this happens when DirectX is missing DLLs on the current machine. Please just run the LaunchBox setup on that machine and it should fix the issue. You can use the same portable install but DirectX is needed on each machine that LaunchBox runs on.

  3. Log in to comment