WiiLi Wiki frontpage Include your post in the News Get links Hoteles Quito
WiiLi.org Forum Index WiiLi.org
a new revolution
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Not Supported on bluesoleil

 
Post new topic   Reply to topic    WiiLi.org Forum Index -> WiiremoteJ
View previous topic :: View next topic  
Author Message
ttwhy



Joined: 13 Apr 2008
Posts: 9

Digg It
PostPosted: Fri Sep 26, 2008 10:47 pm    Post subject: Not Supported on bluesoleil

Hi,

ive tried to run a WiiremoteJ app on windows (works on linux for me) and it failes all the time.

I think it failes because of the bluetooth Stack from BlueSoleil but i cant find out how to fix it.

Code:

Caused by: com.intel.bluetooth.NotSupportedIOException: Not Supported on bluesoleil
   at com.intel.bluetooth.BluetoothStackBlueSoleil.l2OpenClientConnection(BluetoothStackBlueSoleil.java:429)
   at com.intel.bluetooth.BluetoothL2CAPClientConnection.<init>(BluetoothL2CAPClientConnection.java:33)
   at com.intel.bluetooth.MicroeditionConnector.openImpl(MicroeditionConnector.java:401)


iam using the lastest version from WiiremoteJ | BlueCove | BlueSoleil (also tried a older version which was shiped with my dongel).

Can someone tell me where the problem is exactly -> is may hardware maybe to crappy to do this thing for windows? or is this more a driver question?


Full Stacktrace :
Code:

Sep 26, 2008 11:58:25 PM wiiremotej.WiiDeviceDiscoverer getDevice
SEVERE: Error getting device!
java.io.IOException: WiiRemote failed to connect!
   at wiiremotej.WiiRemote.construct(WiiRemote.java:305)
   at wiiremotej.WiiRemote.<init>(WiiRemote.java:216)
   at wiiremotej.WiiDeviceDiscoverer.getDevice(WiiDeviceDiscoverer.java:122)
   at wiiremotej.WiiRemoteJ.findDeviceInternal(WiiRemoteJ.java:270)
   at wiiremotej.WiiRemoteJ.findDevice(WiiRemoteJ.java:244)
   at wiiremotej.WiiRemoteJ.findRemote(WiiRemoteJ.java:285)
   at core.PluginWii.connect(PluginWii.java:129)
   at core.PluginWii.<init>(PluginWii.java:44)
   at core.PluginManager.add(PluginManager.java:37)
   at core.Gui2$13.actionPerformed(Gui2.java:1003)
   at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
   at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
   at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
   at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
   at javax.swing.AbstractButton.doClick(Unknown Source)
   at javax.swing.plaf.basic.BasicMenuItemUI.doClick(Unknown Source)
   at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(Unknown Source)
   at java.awt.Component.processMouseEvent(Unknown Source)
   at javax.swing.JComponent.processMouseEvent(Unknown Source)
   at java.awt.Component.processEvent(Unknown Source)
   at java.awt.Container.processEvent(Unknown Source)
   at java.awt.Component.dispatchEventImpl(Unknown Source)
   at java.awt.Container.dispatchEventImpl(Unknown Source)
   at java.awt.Component.dispatchEvent(Unknown Source)
   at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
   at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
   at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
   at java.awt.Container.dispatchEventImpl(Unknown Source)
   at java.awt.Component.dispatchEvent(Unknown Source)
   at java.awt.EventQueue.dispatchEvent(Unknown Source)
   at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
   at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
   at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
   at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
   at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
   at java.awt.EventDispatchThread.run(Unknown Source)
Caused by: com.intel.bluetooth.NotSupportedIOException: Not Supported on bluesoleil
   at com.intel.bluetooth.BluetoothStackBlueSoleil.l2OpenClientConnection(BluetoothStackBlueSoleil.java:429)
   at com.intel.bluetooth.BluetoothL2CAPClientConnection.<init>(BluetoothL2CAPClientConnection.java:33)
   at com.intel.bluetooth.MicroeditionConnector.openImpl(MicroeditionConnector.java:401)
   at com.intel.bluetooth.MicroeditionConnector.open(MicroeditionConnector.java:510)
   at javax.microedition.io.Connector.open(Connector.java:95)
   at wiiremotej.WiiRemote.construct(WiiRemote.java:298)
   ... 35 more
java.io.IOException: WiiRemote failed to connect!
   at wiiremotej.WiiRemote.construct(WiiRemote.java:305)
   at wiiremotej.WiiRemote.<init>(WiiRemote.java:216)
   at wiiremotej.WiiDeviceDiscoverer.getDevice(WiiDeviceDiscoverer.java:122)
   at wiiremotej.WiiRemoteJ.findDeviceInternal(WiiRemoteJ.java:270)
   at wiiremotej.WiiRemoteJ.findDevice(WiiRemoteJ.java:244)
   at wiiremotej.WiiRemoteJ.findRemote(WiiRemoteJ.java:285)
   at core.PluginWii.connect(PluginWii.java:129)
   at core.PluginWii.<init>(PluginWii.java:44)
   at core.PluginManager.add(PluginManager.java:37)
   at core.Gui2$13.actionPerformed(Gui2.java:1003)
   at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
   at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
   at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
   at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
   at javax.swing.AbstractButton.doClick(Unknown Source)
   at javax.swing.plaf.basic.BasicMenuItemUI.doClick(Unknown Source)
   at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(Unknown Source)
   at java.awt.Component.processMouseEvent(Unknown Source)
   at javax.swing.JComponent.processMouseEvent(Unknown Source)
   at java.awt.Component.processEvent(Unknown Source)
   at java.awt.Container.processEvent(Unknown Source)
   at java.awt.Component.dispatchEventImpl(Unknown Source)
   at java.awt.Container.dispatchEventImpl(Unknown Source)
   at java.awt.Component.dispatchEvent(Unknown Source)
   at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
   at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
   at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
   at java.awt.Container.dispatchEventImpl(Unknown Source)
   at java.awt.Component.dispatchEvent(Unknown Source)
   at java.awt.EventQueue.dispatchEvent(Unknown Source)
   at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
   at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
   at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
   at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
   at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
   at java.awt.EventDispatchThread.run(Unknown Source)
Caused by: com.intel.bluetooth.NotSupportedIOException: Not Supported on bluesoleil
   at com.intel.bluetooth.BluetoothStackBlueSoleil.l2OpenClientConnection(BluetoothStackBlueSoleil.java:429)
   at com.intel.bluetooth.BluetoothL2CAPClientConnection.<init>(BluetoothL2CAPClientConnection.java:33)
   at com.intel.bluetooth.MicroeditionConnector.openImpl(MicroeditionConnector.java:401)
   at com.intel.bluetooth.MicroeditionConnector.open(MicroeditionConnector.java:510)
   at javax.microedition.io.Connector.open(Connector.java:95)
   at wiiremotej.WiiRemote.construct(WiiRemote.java:298)
   ... 35 more
Back to top
View user's profile Send private message Visit poster's website
Cha0s
Site Admin


Joined: 17 Jan 2007
Posts: 522

Digg It
PostPosted: Sat Sep 27, 2008 1:51 am    Post subject:

Try using a WIDCOMM stack for your bluetooth dongle if possible.
_________________
Cha0s
Back to top
View user's profile Send private message
ttwhy



Joined: 13 Apr 2008
Posts: 9

Digg It
PostPosted: Tue Oct 07, 2008 1:14 pm    Post subject:

thanks for the help. Widcomm works for me. Does WiiRemoteJ dont work with any Version of the Bluesolei Stack?
Back to top
View user's profile Send private message Visit poster's website
Cha0s
Site Admin


Joined: 17 Jan 2007
Posts: 522

Digg It
PostPosted: Tue Oct 07, 2008 8:11 pm    Post subject:

It should work with BlueSoleil, but due to bugs in BlueSoleil, it largely depends on your system, your dongle, etc. WIDCOMM is more reliable, though people have had success with BlueSoleil in the past.
_________________
Cha0s
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    WiiLi.org Forum Index -> WiiremoteJ All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group