MTCKC / ProconXInput

A Windows user-mode XInput driver for the Switch Pro Controller.
198 stars 29 forks source link

Controller not able to be used offline #50

Open Alexmoexe opened 5 years ago

Alexmoexe commented 5 years ago

I know this project is probably dead but maybe posting here will get something to happen like an update or a tip I can use to self patch the program. I connect my controller via USB but when offline the program won't detect my controller. I think it has something to do with HIDGuaridan except I'm not sure how to disable it, if that would even help.

Linkd-Aether commented 5 years ago

I've discovered it doesn't necessarily require internet, just a network of some kind (I'm in FRC and we connect to our robots via wifi, which has no internet connection. The controllers work when we do that, but not if we don't have a network). I'm searching through the source code right now but if you or anyone finds anything please post it here!

RyanBoring commented 5 years ago

Oh, cool, I come from an FRC background, too. It looks like this problem will be solved in the Alpha 3 release; the current version of the source code works fine without any sort of network connection. As a short-term patch, you can build the project in Release Mode in Visual Studio and move the executable and the config.txt file to the old executable's folder. Please let us know if this works for you.