You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.
ScpServer is installing on wrong USB Interface on QuadStick.
The QuadStick has four USB interfaces:
Interface 0: GamePad
Interface 1: Mouse
Interface 2: Keyboard
Interface 3: Flash Drive
All four interfaces are showing up in the Dual Shock 3 controllers list in the DriverInstaller. Selecting interface 0 and running the installer results in a different interface showing up under libusbK in the Device Manager. (In this latest run, interface 2) The interface number is not always the same with each test. In joy.cpl, the QuadStick still shows up and is functional, the XBox 360 controller is not.
The wrong interface shows up in the Ds3Controller_.....inf file:
DeviceID = "VID_16D0&PID_092B&MI_02"
so the mistake seems to be happening before that file is generated.
I think that might be happening because of the naming. Interface 0 is named Quad Stick in the Installer and in the Device manager Interface 2 is too called Quad Sticks.
Try installing it on all until you get the right one and reinstall the other ones then until it gets fixed
Now the correct interface 0 is displayed, and the QuadStick properly disappears from the Joy.cpl list, but there is an exception being thrown when starting the service. If I unplug the quadstick, I can start the service, but when I plug the quadstick back in, an error message pops up.
It appears to be installing on the correct Interface number. I will close this issue, however I'm still having trouble with the service throwing an exception and stopping whenever the quadstick is plugged in.
ScpServer is installing on wrong USB Interface on QuadStick.
The QuadStick has four USB interfaces:
Interface 0: GamePad
Interface 1: Mouse
Interface 2: Keyboard
Interface 3: Flash Drive
All four interfaces are showing up in the Dual Shock 3 controllers list in the DriverInstaller. Selecting interface 0 and running the installer results in a different interface showing up under libusbK in the Device Manager. (In this latest run, interface 2) The interface number is not always the same with each test. In joy.cpl, the QuadStick still shows up and is functional, the XBox 360 controller is not.
The wrong interface shows up in the Ds3Controller_.....inf file:
DeviceID = "VID_16D0&PID_092B&MI_02"
so the mistake seems to be happening before that file is generated.
Logs, etc: https://www.googledrive.com/host/0B7MVckMP_1T0U2JNWG5aTE5odkU
The text was updated successfully, but these errors were encountered: