csutorasa / XOutput

DirectInput to XInput wrapper
MIT License
1.15k stars 99 forks source link

Twin USB gamepad driver Crashes xoutput and looking for vibration support driver #653

Open PoorguyDrifting opened 2 years ago

PoorguyDrifting commented 2 years ago

After loosing all hope my gamepad currently working thanks to you peoples and this website . <3

My gamepad model Hv-g83 chinese . Its from havit brand came with a small cd with 2 driver ....

Single usb gamepad driver 2.Twin Usb gamepad driver The main issue is when i try to open xoutput with twin usb gamepad driver Installed in my pc the xoutput crashes immediately .

But when i Uninstall the Twin usb gamepad driver from my pc the xoutput works ,but no vibration .

*I tried the speedlink driver, usbvibrationinstaller.msi driver , it install in my pc but the Windows gamepad test remains the old driver and getting no vibration option on windows gamepad test option and xoutput cant provide me vibration .

Help me Feel the vibration Please :(

SpotBRz commented 2 years ago

Try this drive, in my case it solved several problems with Twinusb dual adapters, if successful, make a backup of these drives because it is very difficult to find this version. https://drive.google.com/drive/folders/1uj-hoC7VL6JXgn6nlUMoG4e9MhAx-jAL

luisomag commented 1 year ago

Hello it seems we've got the same controller, and drivers...

I installed and uninstalled, deleted device and restarted. Some of those maneuvers worked, but just once, and then stoped recognizing my controller

R4to0 commented 1 year ago

Same twin dual adapter here. Firing the application in debug mode with VS showed a crash when the driver (JoyFF.dll binary) tried to allocate some memory and failed with heap allocation failure. I don't know if there's a way to workaround that because the effects function is already wrapped with try/catch and it doesn't catch this kind of crash as it gets too deep into the system ntdll.

Sadly this is the only driver that works in Win11 and the one that used to work with Win10 for me doesn't anymore.

Edit: It might has to do with vigem driver as well.

image