KrossX / Durazno

XInput wrapper that allows controller customization
MIT License
199 stars 21 forks source link

After removal, every EXE creates a durazno.ini. #47

Closed Kiesman closed 5 years ago

Kiesman commented 5 years ago

The program seems to be lingering somewhere on my computer after removing it. No matter what I do, I get an INI added when I launch games, and it crashes certain games.

garoto commented 5 years ago

Did you copied Durazno's own xinput1_3.dll wrapper DLL to a dir somewhere in your path? Like C:\Windows\System32?

Kiesman commented 5 years ago

Yes but I removed it once I realized it didn't help

garoto commented 5 years ago

Reinstall the directx redistributive.

Kiesman commented 5 years ago

That worked, thanks

KrossX commented 5 years ago

Thanks @garoto!

@Kiesman : Durazno is just wrapper that the game must load instead of the system file so that it can then load it itself and modify its behavior. So the system file is quite necessary for things to work and should not be replaced. That's why Durazno is meant to be used at the game's directory and no the system's.

Normal

Game EXE <-> System XInput DLL

With Durazno

Game EXE <-> Durazno DLL <-> System XInput DLL