elix22 / bluecove

Automatically exported from code.google.com/p/bluecove
2 stars 0 forks source link

Not Supported on winsock / bluesoleil #113

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
I use WiiGee and WiimoteWhiteboard with BlueCove 2.1.0 on Java to connect my PC 
with WiiMote.
I have two Bluetooth-Stacks (Toshiba and MSI Bluetooth Dongle BToes 2.0 EDR 
Micro USB).
I tested it with Winsock 5.1.2600.2180 and BlueSoleil 3.2.2.8 on Win XP.
I start it with this parameter: -Dbluecove.jsr82.psm_minimum_off=true

What is the expected output? What do you see instead?
08.06.2010 11:22:32 wiigeegui.Frontend connectWiimoteButtonActionPerformed
SCHWERWIEGEND: null
com.intel.bluetooth.NotSupportedIOException: Not Supported on winsock
    at com.intel.bluetooth.BluetoothStackMicrosoft.l2OpenClientConnection(BluetoothStackMicrosoft.java:859)
    at com.intel.bluetooth.BluetoothL2CAPClientConnection.<init>(BluetoothL2CAPClientConnection.java:36)
    at com.intel.bluetooth.MicroeditionConnector.openImpl(MicroeditionConnector.java:395)
    at com.intel.bluetooth.MicroeditionConnector.open(MicroeditionConnector.java:513)
    at javax.microedition.io.Connector.open(Connector.java:97)
    at org.wiigee.device.Wiimote.connect(Wiimote.java:133)
    at org.wiigee.device.Wiimote.<init>(Wiimote.java:119)
    at wiigeegui.Frontend.connectWiimoteButtonActionPerformed(Frontend.java:774)
    at wiigeegui.Frontend.access$0(Frontend.java:771)
    at wiigeegui.Frontend$2.actionPerformed(Frontend.java:243)

Original issue reported on code.google.com by stephanp...@googlemail.com on 8 Jun 2010 at 9:43