Getting IllegalStateException: Joystick Input is disabled within the HelloWorld Application

Hi there,



i just started with the HelloWorld-App with the nightly-build on windows x64 with eclipse.

Iam always getting:



java.lang.IllegalStateException: Joystick Input is disabled

at com.jme3.input.InputManager.getJoysticks(InputManager.java:655)



settings.setUseJoysticks(false); // doesn’t help



Also the Doc at https://wiki.jmonkeyengine.org/legacy/doku.php/jme2:inputsystem_and_inputhandler_guide

seems outdated.



I have a Saitek P990 Gamepad and i got the same exception with the gamepad plugged in and out.



thanks in advance, Max

Jeah, the latest nightly is broken:



http://hub.jmonkeyengine.org/groups/general-2/forum/topic/revision-9116-breaking-inputmanager/

thanks for the quick reply! :slight_smile:

just use the stable branch under branches/3.0beta

1 Like

that worked. thx