Monogame: [WinDX] Crash when using gamepads on Windows 7

Created on 27 Nov 2017  路  4Comments  路  Source: MonoGame/MonoGame

The Windows DirectX build is now crashing when trying to use gamepads on Windows 7. The exception is a DllNotFoundException for xinput1_4.dll.

However, XInput 1.4 is only available for Windows 8 and higher. XInput 1.3 is the highest version supported on Windows 7.

I'm guessing this is similar to issue #5986 and was caused by PR #5949 when SharpDX was updated to v4.0.1.

@Jjagg, would you be able to take a look at this? If not, I'll try look into it later this week.

Most helpful comment

Confirmed - PR #6010 fixes this

All 4 comments

This is fixed by #6010. The dependencies were just merged, so it's just the submodule update in #6010 that needs to be merged now :)

Oh, great! I will give this a test right now. Thanks again @Jjagg :)

Confirmed - PR #6010 fixes this

Closed now that PR #6010 has been merged.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Ellesent picture Ellesent  路  5Comments

harry-cpp picture harry-cpp  路  5Comments

rds1983 picture rds1983  路  5Comments

tomspilman picture tomspilman  路  4Comments

MichaelDePiazzi picture MichaelDePiazzi  路  4Comments