Karma: +0/-0
Posts: 10
Offline
|
 |
« on: October 30, 2010, 07:30:24 PM » |
|
Hi everyone,
When I start Wiimote Connect, I have an error message. Here are the details:
See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text ************** System.PlatformNotSupportedException: 32feet.NET does not support the Bluetooth stack on this device. ---> System.Net.Sockets.SocketException: Une adresse incompatible avec le protocole demandé a été utilisée at System.Net.Sockets.Socket..ctor(AddressFamily addressFamily, SocketType socketType, ProtocolType protocolType) at InTheHand.Net.Sockets.BluetoothClient..ctor() --- End of inner exception stack trace --- at InTheHand.Net.Sockets.BluetoothClient..ctor() at WiimoteConnect.frm_main.btn_connect_Click(Object sender, EventArgs e) at System.Windows.Forms.Control.OnClick(EventArgs e) at System.Windows.Forms.Button.OnClick(EventArgs e) at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent) at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks) at System.Windows.Forms.Control.WndProc(Message& m) at System.Windows.Forms.ButtonBase.WndProc(Message& m) at System.Windows.Forms.Button.WndProc(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m) at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
************** Loaded Assemblies ************** mscorlib Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.3615 (GDR.050727-3600) CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll ---------------------------------------- WiimoteConnect Assembly Version: 0.6.0.0 Win32 Version: 0.6.0.0 CodeBase: file:///C:/Program%20Files/WiimoteConnect/WiimoteConnect.exe ---------------------------------------- Microsoft.VisualBasic Assembly Version: 8.0.0.0 Win32 Version: 8.0.50727.3053 (netfxsp.050727-3000) CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/Microsoft.VisualBasic/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll ---------------------------------------- System Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.3614 (GDR.050727-3600) CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll ---------------------------------------- System.Windows.Forms Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000) CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll ---------------------------------------- System.Drawing Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000) CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll ---------------------------------------- System.Runtime.Remoting Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000) CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Runtime.Remoting/2.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll ---------------------------------------- System.Configuration Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000) CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll ---------------------------------------- System.Xml Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.3082 (QFE.050727-3000) CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll ---------------------------------------- InTheHand.Net.Personal Assembly Version: 2.2.0.0 Win32 Version: 2.2.0.0 CodeBase: file:///C:/Program%20Files/WiimoteConnect/InTheHand.Net.Personal.DLL ----------------------------------------
************** JIT Debugging ************** To enable just-in-time (JIT) debugging, the .config file for this application or computer (machine.config) must have the jitDebugging value set in the system.windows.forms section. The application must also be compiled with debugging enabled.
For example:
<configuration> <system.windows.forms jitDebugging="true" /> </configuration>
When JIT debugging is enabled, any unhandled exception will be sent to the JIT debugger registered on the computer rather than be handled by this dialog box.
Can anyone help me to fix this problem (if it's possible...)
Thanks by advance
|
|
|
|
|
Logged
|
|
|
|
Guru
Karma: +28/-0
Posts: 915
Offline
Smoothboard Developer
|
 |
« Reply #1 on: October 30, 2010, 09:12:24 PM » |
|
Hi Mike,
What is the Bluetooth Stack that you are using?
You may need to use the Microsoft Bluetooth Stack.
Regards, Boon Jin
|
|
|
|
|
Logged
|
|
|
|
Karma: +0/-0
Posts: 10
Offline
|
 |
« Reply #2 on: October 31, 2010, 06:01:16 AM » |
|
Hmm...I don't know...how to know ?
|
|
|
|
|
Logged
|
|
|
|
Guru
Karma: +28/-0
Posts: 915
Offline
Smoothboard Developer
|
 |
« Reply #3 on: October 31, 2010, 09:24:58 AM » |
|
|
|
|
|
|
Logged
|
|
|
|
Karma: +0/-0
Posts: 10
Offline
|
 |
« Reply #4 on: October 31, 2010, 02:31:47 PM » |
|
OK, thanks. I now know that I'm using the WIDCOM stack. How can I get the Microsoft stack? Should I uninstall the WIDCOM stack ?
|
|
|
|
|
Logged
|
|
|
|
Guru
Karma: +28/-0
Posts: 915
Offline
Smoothboard Developer
|
 |
« Reply #5 on: October 31, 2010, 08:00:23 PM » |
|
OK, thanks. I now know that I'm using the WIDCOM stack. How can I get the Microsoft stack? Should I uninstall the WIDCOM stack ?
If you are intending to use Smoothboard's SmoothConnect to automatically connect the Wiimote, then you may need to uninstall the stack and install the Microsoft Bluetooth Stack. To install the Microsoft Bluetooth Stack, you may use the following tool http://www.bluetoothinstaller.comAlternatively, you can connect the Wiimote manually via the Widcomm Bluetooth Stack. Regards, Boon Jin
|
|
|
|
|
Logged
|
|
|
|
Karma: +0/-0
Posts: 10
Offline
|
 |
« Reply #6 on: November 01, 2010, 06:14:12 AM » |
|
My wiimote is now detected but Smoothboard can't connect it  I think it's because of a missing file while installing bluetooth installer Unfortunately, I didn't write down the name of this file so, I'd like to uninstall bluetoothinstaller to see again the name of this missing file....but I don't know how to uninstall it...I can't find it in the Control panel. Furthermore, I can't find a "bluetooth installer" folder in C:\Program files Can you help me ?
|
|
|
|
|
Logged
|
|
|
|
Guru
Karma: +28/-0
Posts: 915
Offline
Smoothboard Developer
|
 |
« Reply #7 on: November 01, 2010, 06:55:11 AM » |
|
Hi,
You should be able to run the Bluetooh Installer again.
Regards, Boon Jin
|
|
|
|
|
Logged
|
|
|
|
Karma: +0/-0
Posts: 10
Offline
|
 |
« Reply #8 on: November 01, 2010, 08:04:07 AM » |
|
Well, well, well...it worked but it doesn't work anymore... SmoothConnect can detect my wiimote but can't connect it anymore...it tries do to it but I have to wait so long...
|
|
|
|
|
Logged
|
|
|
|
|
|
|
|
|
|
Karma: +0/-0
Posts: 10
Offline
|
 |
« Reply #12 on: November 01, 2010, 10:30:33 AM » |
|
|
|
|
|
|
Logged
|
|
|
|
Guru
Karma: +28/-0
Posts: 915
Offline
Smoothboard Developer
|
 |
« Reply #13 on: November 01, 2010, 12:09:16 PM » |
|
It seems that there are many HID devices installed. You may want to try to remove all the HID devices listed.
If your mouse or keyboard stops working, you can just plug it in again.
For the Wacom devices, you may reinstall the drivers after connecting the Wiimote.
Regards, Boon Jin
|
|
|
|
|
Logged
|
|
|
|
Karma: +0/-0
Posts: 10
Offline
|
 |
« Reply #14 on: November 01, 2010, 12:39:36 PM » |
|
I have only a wireless mouse and a Wacom drawing tablet...I'm using a netbook so the keyboard is a buit-in one... I'll uninstall the drawing tablet drivers first...and I hope it will works...
|
|
|
|
|
Logged
|
|
|
|
|