| View previous topic :: View next topic |
| Author |
Message |
joey.enfield
Joined: 22 Jan 2008 Posts: 10 Location: Ireland
Digg It |
Posted: Tue Jan 22, 2008 11:42 am Post subject: Help -> Error getting device! - Not Supported on bluesole |
|
|
Hi. I'm trying to connect to my wii mote and I keep getting this error message. i'm not sure exactly whats the problem.
I'm trying to run the test file given with WiiMoteJ WRLImpl.java.
I'm running on vista and I have blueSoleil 5.0.5.178 evaluation copy. My bluetooth device is a mikomi usb device which is said to be supported. I can connect to the wii mote manually using bluesoleil but i am not connecting before i try and run the test file.
I'm using eclipse 3.3.3.1 with BlueCove 2.0.2 and WiiMote 1.2. I have both jar files added to my eclipse build path but when I try and run the demo program I get the following error.
| Quote: |
BlueCove version 2.0.2 on bluesoleil
22-Jan-2008 11:34:43 wiiremotej.WiiRemoteDiscoverer deviceDiscovered
FINE: Alcatel OT-C7...
22-Jan-2008 11:34:43 wiiremotej.WiiRemoteDiscoverer deviceDiscovered
FINE: is NOT a WiiRemote.
22-Jan-2008 11:34:43 wiiremotej.WiiRemoteDiscoverer deviceDiscovered
FINE: ???...
22-Jan-2008 11:34:43 wiiremotej.WiiRemoteDiscoverer deviceDiscovered
FINE: is NOT a WiiRemote.
22-Jan-2008 11:34:43 wiiremotej.WiiRemoteDiscoverer deviceDiscovered
FINE: Nintendo RVL-CNT-01...
22-Jan-2008 11:34:43 wiiremotej.WiiRemoteDiscoverer deviceDiscovered
FINE: is a WiiRemote!
22-Jan-2008 11:34:43 wiiremotej.WiiRemote construct
INFO: btl2cap://00191D80BA16
22-Jan-2008 11:34:43 wiiremotej.WiiRemoteDiscoverer getWiiRemote
SEVERE: Error getting device!
java.io.IOException: WiiRemote failed to connect!
at wiiremotej.WiiRemote.construct(WiiRemote.java:287)
at wiiremotej.WiiRemote.<init>(WiiRemote.java:211)
at wiiremotej.WiiRemoteDiscoverer.getWiiRemote(WiiRemoteDiscoverer.java:86)
at wiiremotej.WiiRemoteJ.findRemote(WiiRemoteJ.java:226)
at wiiremotej.WiiRemoteJ.findRemote(WiiRemoteJ.java:186)
at testing.WRLImpl.main(WRLImpl.java:139)
Caused by: com.intel.bluetooth.NotSupportedIOException: Not Supported on bluesoleil
at com.intel.bluetooth.BluetoothStackBlueSoleil.l2OpenClientConnection(BluetoothStackBlueSoleil.java:380)
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:281)
... 5 more
java.lang.NullPointerException
at testing.WRLImpl.main(WRLImpl.java:140)
|
Any help would be really appreciated |
|
| Back to top |
|
 |
joey.enfield
Joined: 22 Jan 2008 Posts: 10 Location: Ireland
Digg It |
Posted: Tue Jan 22, 2008 1:47 pm Post subject: |
|
|
| I have also tried blueSoleil 3.2.2 and 2.3 and neither make a difference. |
|
| Back to top |
|
 |
Cha0s Site Admin
Joined: 17 Jan 2007 Posts: 495
Digg It |
Posted: Tue Jan 22, 2008 6:48 pm Post subject: |
|
|
What version of Java do you have? I recommend downloading the latest from java.sun.com. If you're using the built-in Microsoft implementation, you could have problems (Microsoft sucks at making JREs according to specs). _________________ Cha0s |
|
| Back to top |
|
 |
joey.enfield
Joined: 22 Jan 2008 Posts: 10 Location: Ireland
Digg It |
Posted: Tue Jan 22, 2008 8:46 pm Post subject: |
|
|
| i'm using the latest java 1.6.0_02 |
|
| Back to top |
|
 |
Cha0s Site Admin
Joined: 17 Jan 2007 Posts: 495
Digg It |
Posted: Tue Jan 22, 2008 10:09 pm Post subject: |
|
|
That's quite strange. Have you tried WIDCOMM drivers? Some people report more success with them. Other than that, I'm not sure what the problem is. Others using BlueSoleil report no problems. _________________ Cha0s |
|
| Back to top |
|
 |
joey.enfield
Joined: 22 Jan 2008 Posts: 10 Location: Ireland
Digg It |
Posted: Wed Jan 23, 2008 4:34 am Post subject: |
|
|
I have not tried the WIDCOMM drivers yet. i'm looking around for some that would work with my device.
Just to note, I have also just tried the BlueCove version 2.0.3-SNAPSHOT and it still didn't help |
|
| Back to top |
|
 |
mharkus
Joined: 15 Jan 2008 Posts: 7
Digg It |
Posted: Thu Jan 24, 2008 3:09 am Post subject: |
|
|
I also encountered the same problem as yours using Bluecove and Bluesoleil with an unknown BT device. Using WIDCOMM driver solves it.
Marc |
|
| Back to top |
|
 |
|