Page 1 of 1

"Sorry, JCIDE has encountered some errors"

Posted: Mon Dec 19, 2016 10:43 pm
by aliahsaad
I came across this problem when i try to send Apdu command. What could possibly be the cause? Thanks in advance.

This is the part that i think has something to do with the error.

Code: Select all

case (byte)0x2E:                        
            short   Le = apdu.setOutgoing();   
            short   sSignLen=0 ;

            // Init with Private Key
            objECDSASign.init(objECDSAPriKey, Signature.MODE_SIGN);

            // Sign Data
            sSignLen = objECDSASign.sign(plaintext, BAS, Le, buf, BAS);

            apdu.setOutgoingLength(sSignLen);
            apdu.sendBytes(BAS, sSignLen);
           
            break;
           

Re: "Sorry, JCIDE has encountered some errors"

Posted: Mon Dec 19, 2016 11:23 pm
by JavaCardOS
Our technical support is working on solving this problem. Once there is any news, we will let you know immediately.
Please wait a moment.

Re: "Sorry, JCIDE has encountered some errors"

Posted: Mon Dec 19, 2016 11:43 pm
by JavaCardOS
Would you please send us the .dump file under the path(C:\JavaCardKit\SDK\Tools\JCIDE)? Thanks

Re: "Sorry, JCIDE has encountered some errors"

Posted: Tue Dec 20, 2016 12:11 am
by aliahsaad
Is it the .dmp file? I cannot attach the file in here.

Re: "Sorry, JCIDE has encountered some errors"

Posted: Tue Dec 20, 2016 1:11 am
by JavaCardOS
Yes, if convenient, could you please send these .dmp files to javacardos@gmail.com and also your JCIDE version (Menu "help-> About") as well?
Thanks in advance.