PDA

View Full Version : Addon Sign Issue



armatech
Jan 31 2008, 03:41
Hi i hope some one can't help me as for some reason i can seem to sign my work any more in the log file this pops up

<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">Error description&#58; 8009000b&#58; Key not valid for use in specified state.


CPAcquireContext failed
[/QUOTE]

Suma
Jan 31 2008, 08:54
One common cause of this is you are trying to sign addons using your public key. You always need to use your private key for this.

armatech
Jan 31 2008, 12:00
This cant be true as you can only select the privatekey file in binpbo options. its kinda stange as it worked befor then when i tryed it yesterday it went foobar is there any dependents that might be missing that could cause this issue?

armatech
Feb 22 2008, 03:51
Ok for a few weeks i installed Vista Pre_SP1 and did not like the performance so i rolled it back to normal Vista since then i have had issue&#39;s where i could not sign myaddons I&#39;m using the same key i have always used and that has worked for me before i tested on my girls PC and it works fine but on my vista PC that has worked before with the same setup/Bikey i get this in the log file for each addon i try and sign.
<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">
Error description&#58; 8009000b&#58; Key not valid for use in specified state.
CPAcquireContext failed
[/QUOTE]

I HAVE TRYED:
Clean installing all O2 tools by clean i mean i uninstalled all the tools and then went though my REG and removed all entry&#39;s relating to BIS tools and also checked all my temp and local settings folders for any files left behind.

Dose any one know any more steps i can take to correct this issue?.

Suma
Feb 22 2008, 07:54
I have merged the two topics dealing with the issue.

I have checked what the error means and it seems it is commonly related to the "master password" (i.e. the Windows login password) changed.

See
http://possemeeg.wordpress.com/2007/08/08/loss-of-information/

http://www.derkeiler.com/Newsgro....45.html (http://www.derkeiler.com/Newsgroups/microsoft.public.platformsdk.security/2004-02/0345.html)

Did you change your windows password either for your account or for Administrator account?

I do not know yet how to solve the issue, if I find anything, I will post it here.

armatech
Aug 14 2008, 06:46
hi suma,

Ok thanks for the info but i dont feel that its the master password as the key works 100% from a diffent PC with a diffent user and password.
I have been froced to reinstall my PC and again its still nto working have you foudn otu any thing more on this issue or is signing a lost cause for me? http://forums.bistudio.com/oldsmileys/banghead.gif

again thanks for the help.

=KCT=BlackMamba
Sep 20 2012, 19:05
did someone found a workaround for this issue ?
im struggeling with the exact same problem.

LordJarhead
Nov 21 2012, 16:20
Tonci came up with a nice idea how to get this to work.

Start the CMD as Admin, then type: net user administrator /active:yes

This will make the OS Admins Account available to use. Log off your current OS Account, switch to the master OS account and repeat the whole procedure to create your private key. After that, start CMD again, type net user administrator /active:no to disable the Admins Account while being back on your current OS Acc and all should be fine again ;)

Worked for me with Win7 Ultimate, no ServicePacks or updates...

LJ

Tonci87
Nov 21 2012, 17:54
It was a pleasure to help :)