| View previous topic :: View next topic |
| Author |
Message |
SluX
Joined: 07 Nov 2007 Posts: 3
Digg It |
Posted: Wed Nov 07, 2007 11:05 am Post subject: Another inquiry pending error message. |
|
|
First of all, i must say that i read all of the forum posts regarding wiimote connection.
I tried all things-adding paths, placing jars to ext folders, adding to eclipse buildpath.
It all runs well, but wont connect to the wiimote.
On my laptop i get an error message simmilar to the topic name, and on my desktop i get:
| Code: |
07.11.2007. 11.59.32 wiiremotej.WiiRemoteDiscoverer deviceDiscovered
SEVERE: Error discovering device.
java.io.IOException: Can't query remote device
at com.intel.bluetooth.RemoteDeviceHelper.getFriendlyName(RemoteDeviceHelper.java:204)
at javax.bluetooth.RemoteDevice.getFriendlyName(RemoteDevice.java:131)
at wiiremotej.WiiRemoteDiscoverer.deviceDiscovered(WiiRemoteDiscoverer.java:48)
at com.intel.bluetooth.BluetoothStackBlueSoleil.deviceDiscoveredCallback(BluetoothStackBlueSoleil.java:181)
at com.intel.bluetooth.BluetoothStackBlueSoleil.runDeviceInquiryImpl(Native Method)
at com.intel.bluetooth.BluetoothStackBlueSoleil.runDeviceInquiry(BluetoothStackBlueSoleil.java:174)
at com.intel.bluetooth.DeviceInquiryThread.run(DeviceInquiryThread.java:80)
07.11.2007. 11.59.32 wiiremotej.WiiRemoteJ findRemote
FINEST: Nintendo RVL-CNT-01
|
In the last line u can see the wiimote name, and its the same one i see in the utility software.
Also i modified your original WRLImpl code with something like this
| Code: | while(remote==null)
remote = WiiRemoteJ.findRemote(); |
I m using bluesoleil with bluecove-2.0.1.jar.
Both computers are running winxp sp2.
Dongle i bought is a cheap one, but i guess that it works, coz i can connect to the wiimote using its utility softvare(IVT Corporation BlueSoleil).
Is there some way to go through this? I guess that buying a new dongle isnt a solution, and i guess that reinstalling windows isnt one either....[/quote] |
|
| Back to top |
|
 |
SluX
Joined: 07 Nov 2007 Posts: 3
Digg It |
Posted: Wed Nov 07, 2007 8:51 pm Post subject: |
|
|
I tried on multiple machines and it didnt work.
Then i sold the dongle and bought the MSI Starkey 2.0 and now everything is working just fine....
EDIT: well, not just fine always...just found out that i have to reboot laptop when i stop the device-next time when i turn it back on it wont aquire the right address...omg, why cant this be easy???  |
|
| Back to top |
|
 |
Classiclll
Joined: 10 Feb 2007 Posts: 97 Location: Japan
Digg It |
Posted: Fri Nov 09, 2007 12:47 pm Post subject: Re: Another inquiry pending error message. |
|
|
| SluX wrote: | while(remote==null)
remote = WiiRemoteJ.findRemote(); |
why do you modify like above ?
can you try the original code ? _________________ Classiclll |
|
| Back to top |
|
 |
SluX
Joined: 07 Nov 2007 Posts: 3
Digg It |
Posted: Mon Nov 12, 2007 4:40 pm Post subject: |
|
|
I had some ideas...didnt work.
Bluesoleil was the reason, WIDCOMM worked fine...
Original code worked with no tweaks. |
|
| Back to top |
|
 |
|