Wireless Communication Library Support Forum

Frameworks => Bluetooth Framework => Topic started by: sempai on May 07, 2009, 02:59:59 PM

Title: crash
Post by: sempai on May 07, 2009, 02:59:59 PM
Hi Mike,

I've got some crashes:
1) if I use wclAuthenticator and try to connect to my device, the application crashes in the function below when asked for pin.
private void wclAuthenticator_OnPINRequest(object sender, wcl.wclPINRequestEventArgs e)
        {
            e.PIN = edPIN.Text;
        }

2) When i use pair instead of wclAuthenticator and then connect, a connection is set up.
But when I try to disconnect, my app is not responding and hangs in wclClient.Disconnect();

Any idea's on how to fix this?

I'm using WCL 6.5.6 developer and BlueSoleil 6.4.249.0.
Title: Re: crash
Post by: Mike Petrichenko on May 07, 2009, 03:19:56 PM
Hi,
thanks for the info. We will check and fix the problem.
Title: Re: crash
Post by: sempai on May 13, 2009, 09:12:47 AM
Hi Mike,

I saw the new release (6.5.7), but these problems are not yet fixed?

Could you reproduce the problem? If not i can provide you with some info.

Any idea when you solve these bugs?
Title: Re: crash
Post by: Mike Petrichenko on May 13, 2009, 09:21:55 AM
Hi,

No, the problem is not fixed yet. Hope it will be fixed next release
Title: Re: crash
Post by: sempai on October 30, 2009, 11:36:47 AM
Hi Mike,

Any progress on this bug?
Title: Re: crash
Post by: Mike Petrichenko on October 30, 2009, 01:06:31 PM
Yes, it is fixed.