xan1242 / NFSU-XtendedInput

NFS Underground & Underground 2 - XInput Plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

xinput1_4 missing error

coastercrab opened this issue · comments

If I rename 1_3 to 1_4 and put in the game folder it loads, but I still have the same "infinite scrolling up" bug as before, so I don't think it works.

The "scrolling bug" is probably related to this: xan1242/NFS-XtendedInput#44

Null VKey is always high for whatever reason.

As for xinput missing errors, all of that is caused by the configuration of the OS. No intervention was necessary on my end with either Win10 or 11, or even Wine/Proton under Linux.

The latest release is linked against XINPUT1_4.dll so it'll always expect it to be there.

Yeah. Looks like I'm out of luck since win7 doesn't have xinput1_4.dll :(
It does share XInput 9.1.0 that *8+ all have for backwards compatibility reasons, and of course 1.3.

I'm going to download the win8 sdk and see if that gives me 1.4.
Edit; that didn't give me it, but I found one in the files of the game "Control". That could just be a dummy, because I still have the scrolling bug and none of the gui buttons were changed.

If you're building it yourself already, just compile it. It'll automatically use the correct library.

On a second note, I'll be making Win7 builds available soon.