HOW-TO:Fix stuck analog sticks on v17.0: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
m (→‎Solution: Embolden instructions)
No edit summary
Line 3: Line 3:


<section begin="intro" />Kodi v17.0 Krypton has a bug where analog sticks get "stuck" when they are first moved. This has been [https://github.com/xbmc/xbmc/pull/11571 fixed] in v17.1.<section end="intro" />
<section begin="intro" />Kodi v17.0 Krypton has a bug where analog sticks get "stuck" when they are first moved. This has been [https://github.com/xbmc/xbmc/pull/11571 fixed] in v17.1.<section end="intro" />


== Cause ==
== Cause ==
Joystick drivers are notoriously bad at handling certain controllers. In particular, many triggers are "stuck" and appear as pressed when they are really unpressed.
[[Joystick drivers suck]]. In particular, for some controllers, many triggers are "stuck" and appear as pressed when they are really unpressed.
 
Kodi tries to detect these anomalous triggers. When a false detection occurs, the trigger or stick will appear stuck.


Kodi tries to detect these anomalous triggers. However, sometimes a false positive occurs and an analog stick is detected as a stuck trigger. Kodi compensates for this, but now the analog stick becomes stuck!


== Solution ==
== Solution ==
To prevent this, when a controller is first seen, you should:
When Kodi first starts, you should:
 
* Press each analog stick slowly
* Then slowly rotate it 90 degrees
* Press each trigger slowly
 
If an analog stick gets stuck, unplug/replug the controller or restart Kodi. Then perform the above steps.
 
This annoying bug is fixed in the stable Krypton nightly builds and will appear in the first 17.1 release candidate.
 
 
== See also ==
* {{big|'''[[HOW-TO:Share button maps]]'''}}


* '''Press an analog stick slowly'''
* '''Then slowly rotate it 90 degrees'''


If an analog stick gets stuck, you will need to unplug/replug the controller, or restart Kodi. Then perform the above steps.
[[Category:Gaming]]
[[Category:Manual]]

Revision as of 08:48, 10 February 2017

Home icon grey.png   ▶ Remote controls
▶ Games
▶ Game controllers ▶ HOW-TO:Fix stuck analog sticks on v17.0


Kodi v17.0 Krypton has a bug where analog sticks get "stuck" when they are first moved. This has been fixed in v17.1.


Cause

Joystick drivers suck. In particular, for some controllers, many triggers are "stuck" and appear as pressed when they are really unpressed.

Kodi tries to detect these anomalous triggers. When a false detection occurs, the trigger or stick will appear stuck.


Solution

When Kodi first starts, you should:

  • Press each analog stick slowly
  • Then slowly rotate it 90 degrees
  • Press each trigger slowly

If an analog stick gets stuck, unplug/replug the controller or restart Kodi. Then perform the above steps.

This annoying bug is fixed in the stable Krypton nightly builds and will appear in the first 17.1 release candidate.


See also