-
Notifications
You must be signed in to change notification settings - Fork 24
Support
This page will show you how to get support, open an Issue if needed, known issues, and contains an FAQs section for commonly run into issues and asked questions.
Mainly support is provided through the issues section. Please adhere the issue templates as precisely as possible (see below).
If you'd like to get in touch with all developers or other users directly you are welcome to join the discord server: https://discord.gg/tnexk5bN52
Issues are current (open) and past (closed) issues with SWICD, these can be bugs or feature requests. Looking through closed tickets can sometimes help you find a resolution to a problem that you are having.
If you don't find the issue you are having in either the Open or Closed Issues lists, please open an Issue using the SWICD Issue Template below. Click on the button on the Open Issues page to open a new issue. You will be presented with two possible categories of Issue to open.
Available Categories
- [BUG] - to be used when running into unexpected behavior or problems preventing the use of the software or a feature within the software
- [FEATURE] - to be used with requesting that a feature be added
Please use the issue templates when submitting an issue. Replace the text under each section in the template with the requested information.
- Steam still produces controller inputs even if we are hooking the hid device. Therefore with the driver active you will get doubled inputs in BigPicture mode and steam games if the driver is not disabled by config.
- The driver sometimes fails to grab the serial number / fails to initialize. Make sure steam is closed when launching the driver. If that doesn't help, reboot.
For a list of more known bugs please visit the Open Issues page or the Known Issues tracker
Q. I am getting double inputs, or unexepected inputs
A. Try disabling Lizard Mode. This can cause double inputs. Lizard mode will also cause the right trigger (left-click) to scroll downwards on some Windows applications. You can fix this by mapping R2 to None while Lizard Mode is enabled. Furthermore, check if SteamInput is active. If so, try to use HIDHide to block steam from accessing the controller or add the games executable to the blacklist to disable controller emulation if you prefer SteamInput.
Q. The controller is not working in any games
A. Make sure that you either a) have SWICD in Blacklist only mode or b) have the executable for the game you are trying to play in the whitelist when using whitelist or combined mode.
Q. I am getting an error in the Driver Log stating "Could not open neptune controller: System.DllNotFoundException: Unable to load DLL 'hidapi.dll': The specified module could not be found...."
A. You are missing the Visual C++ Redistributable that contains the hidapi.dll file. Install from here: Microsoft Visual C++ Redistributable Package