Unable to to use a Gamepad

Started by Numknuf, March 18, 2004, 11:37:08

Previous topic - Next topic

Numknuf

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.

Matzon

using 0.8 perhaps? - try the 0.89 preview release

Numknuf

That did the trick. Thanks.