| View previous topic :: View next topic |
| Author |
Message |
morgan
Joined: 26 Mar 2008 Posts: 4
Digg It |
Posted: Wed Mar 26, 2008 9:31 pm Post subject: multiple wiimotes - getting: "WiiRemote failed to conne |
|
|
Hello
I'm working on a project which requires that I listen constantly for new wiimotes. WiiRemoteJ is working decently for this, but spits out the following every twenty seconds when there isn't a new wiimote to connect:
Mar 26, 2008 5:29:45 PM wiiremotej.WiiRemoteDiscoverer getWiiRemote
SEVERE: Error getting device!
java.io.IOException: WiiRemote failed to connect!
at wiiremotej.WiiRemote.construct(WiiRemote.java:301)
at wiiremotej.WiiRemote.<init>(WiiRemote.java:214)
at wiiremotej.WiiRemoteDiscoverer.getWiiRemote(WiiRemoteDiscoverer.java:94)
at wiiremotej.WiiRemoteJ.findRemote(WiiRemoteJ.java:208)
at wiiremotej.WiiRemoteJ.access$100(WiiRemoteJ.java:22)
at wiiremotej.WiiRemoteJ$1.run(WiiRemoteJ.java:238)
at java.lang.Thread.run(Thread.java:613)
Caused by: javax.bluetooth.BluetoothConnectionException: Failed to open baseband connection(2) [0x00000004]
at com.intel.bluetooth.BluetoothStackOSX.l2OpenClientConnectionImpl(Native Method)
at com.intel.bluetooth.BluetoothStackOSX.l2OpenClientConnection(BluetoothStackOSX.java:604)
at com.intel.bluetooth.BluetoothL2CAPClientConnection.<init>(BluetoothL2CAPClientConnection.java:32)
at com.intel.bluetooth.MicroeditionConnector.openImpl(MicroeditionConnector.java:397)
at com.intel.bluetooth.MicroeditionConnector.open(MicroeditionConnector.java:506)
at javax.microedition.io.Connector.open(Connector.java:95)
at wiiremotej.WiiRemote.construct(WiiRemote.java:295)
... 6 more
It doesn't seem to cause any problems, but is disturbing. Can anyone explain this to me or tell me how to get rid of it?
thanks,
-Morgan |
|
| Back to top |
|
 |
Cha0s Site Admin
Joined: 17 Jan 2007 Posts: 421
Digg It |
Posted: Wed Mar 26, 2008 9:34 pm Post subject: |
|
|
What method are you using to get remotes? _________________ Cha0s |
|
| Back to top |
|
 |
CurriedLambda
Joined: 27 Mar 2008 Posts: 7 Location: Shanghai
Digg It |
Posted: Thu Mar 27, 2008 2:53 am Post subject: Finder method |
|
|
| We're using WiiRemoteJ.findRemotes() |
|
| Back to top |
|
 |
Cha0s Site Admin
Joined: 17 Jan 2007 Posts: 421
Digg It |
Posted: Thu Mar 27, 2008 3:51 am Post subject: |
|
|
Hrmm... It looks like there are some bugs in the findRemotes() method. I'm a bit busy now, but if you don't hear anything from me by next weekend (a week from Sunday), then please post again reminding me to fix this! I'm sorry I can't be more prompt, but I've got just a ton of work to do at the moment. I promise I'll get to it as soon as I can, though! _________________ Cha0s |
|
| Back to top |
|
 |
morgan
Joined: 26 Mar 2008 Posts: 4
Digg It |
Posted: Thu Mar 27, 2008 6:08 am Post subject: |
|
|
| Cha0s wrote: | | Hrmm... It looks like there are some bugs in the findRemotes() method. I'm a bit busy now, but if you don't hear anything from me by next weekend (a week from Sunday), then please post again reminding me to fix this! I'm sorry I can't be more prompt, but I've got just a ton of work to do at the moment. I promise I'll get to it as soon as I can, though! | Cool. Thanks a bunch for the software!
-m- |
|
| Back to top |
|
 |
pZidE
Joined: 07 Apr 2008 Posts: 1
Digg It |
Posted: Mon Apr 07, 2008 9:08 pm Post subject: |
|
|
| Have you fix the problem?? |
|
| Back to top |
|
 |
ujs
Joined: 20 Feb 2008 Posts: 6
Digg It |
Posted: Fri Apr 11, 2008 1:19 pm Post subject: |
|
|
I also want to support multiple Wiimotes in my whiteboard software.
I'm having the exact same problem though...
Waiting for a fix,
Uwe |
|
| Back to top |
|
 |
|