LWJGL Forum

Programming => Lightweight Java Gaming Library => Topic started by: Numknuf on March 18, 2004, 11:37:08

Title: Unable to to use a Gamepad
Post by: Numknuf on March 18, 2004, 11:37:08
java.lang.Exception: No devices found.
   at org.lwjgl.input.Controller.nCreate(Native Method)
   at org.lwjgl.input.Controller.create(Unknown Source)
   at CaptureView.main(CaptureView.java:119)

This is the error I get when trying to create a Controller. I do create the Controller after the display. The gamepad is a USB device and I also have a USB camera connected.
Title: Unable to to use a Gamepad
Post by: Matzon on March 18, 2004, 12:14:12
using 0.8 perhaps? - try the 0.89 preview release
Title: Unable to to use a Gamepad
Post by: Numknuf on March 19, 2004, 10:50:28
That did the trick. Thanks.