MessageBox appear in version 1.5.3.1 when driver is not found

1/24/2013 12:55:51 PM
Gravatar
Total Posts 7

MessageBox appear in version 1.5.3.1 when driver is not found

When I try to load a driver that do not exist, a MessageBox from cryptoki appears saying:

"The specified Cryptoki library is not found. Please check the path"

In version 1.5.1.2 when trying to load a driver that do not exists it just throwed me an exception, which is the behavior I want.

Is that a bug or this behavior was intentionally changed in the version 1.5.3.1? is there a way to don't use those message boxes and instead just throws the exceptions?

 

Thanks,

Leonardo Cooper

1/24/2013 2:13:43 PM
Gravatar
Total Posts 300
Ugo Chirico http://www.ugochirico.com

Re: MessageBox appear in version 1.5.3.1 when driver is not found

Hi,

We added the messagebox several versions ago, to notify that the PKCS#11 dll is not found.

1.5.1.2 still showed that message box. Are you sure you were using 1.5.1.2?

Anyway, now we just discussed about that and we decided to remove such messagebox to allow more complex algorithm for loading PKCS#11 dlls.

We are going to release a new version that removes such messagebox throwing only the exception.

 

1/24/2013 4:29:03 PM
Gravatar
Total Posts 17

Re: MessageBox appear in version 1.5.3.1 when driver is not found

We get the message box and the exception even though we have a license... why is that... by the way we are running version 1.3.5.1

/Magnus

1/24/2013 4:29:38 PM
Gravatar
Total Posts 17

Re: MessageBox appear in version 1.5.3.1 when driver is not found

sorry v1.5.1.2.... :)

1/24/2013 4:51:58 PM
Gravatar
Total Posts 7

Re: MessageBox appear in version 1.5.3.1 when driver is not found

Sorry, I made a mistake, all versions I have shows the message box, do you have an ETA for the next version without the message box?

Thanks

1/25/2013 1:07:49 PM
Gravatar
Total Posts 7

Re: MessageBox appear in version 1.5.3.1 when driver is not found

Nevermind, just saw the newversion and it appears to work.

 

Thanks a lot

1/27/2013 10:31:40 PM
Gravatar
Total Posts 300
Ugo Chirico http://www.ugochirico.com

Re: MessageBox appear in version 1.5.3.1 when driver is not found

Yes, in the version 1.5.3.2 the messagebox doesn't appear any more.