Game Control Plus can't find joystick when other usb devices are connected

edited October 2015 in Library Questions

I have a logitech wireless mouse (with dongle) and a monoprice drawing tablet. When either of those are connected, all of the example sketches in the Game Control Plus library generate this error:

Failed to enumerate device: Device open failed: -536870203

and the sketch can't find any of my other game devices. (If I disconnected both of those troublemakers, everything works great!) It looks like the error is generated within this line:

control = ControlIO.getInstance(this)

and looking through the library, it appears the exception is thrown in OSXEnvironmentPlugin.java on line 207.

Is it possible to tell Game Control just to skip those usb devices instead of throwing an exception? Or is there another solution besides constantly unplugging my mouse :-)

(This is in Processing 2.2.1 on a MBP running OSX Yosemite)

Thanks!!

Tagged:
Sign In or Register to comment.