google-code-export / winauth

Automatically exported from code.google.com/p/winauth
GNU General Public License v3.0
1 stars 1 forks source link

Crashes when adding second battle.net authenticator. #184

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What version of WinAuth?
3.1.8
What system/version (e.g. Windows 7)?
windows 8.1
How many authenticators do you have? If one, what type (e.g. Google
Authenticator/Battle.net)?
4 google type
1 microsoft
1 battle.net
Do you use a password?
no
Do you use the "Encrypt to only be useable on this computer" protection?
no
What steps will reproduce the problem?
1.have one working battle.net authenticator and try to add another one.
2.
3.

If you are able to load WinAuth, please click the cog icon and choose
"About...". Click the Diagnostics button and copy the contents of the field
(beginning with "--BEGIN PGP MESSAGE---") into a file and attach to this
issue.

Please provide any additional information:

Index was outside the bounds of the array.
   at WinAuth.BattleNetAuthenticator.Restore(String serial, String restoreCode)
   at WinAuth.AddBattleNetAuthenticator.verifyAuthenticator()
   at WinAuth.AddBattleNetAuthenticator.okButton_Click(Object sender, EventArgs e)
   at System.Windows.Forms.Button.PerformClick()
   at System.Windows.Forms.Form.ProcessDialogKey(Keys keyData)
   at System.Windows.Forms.Control.PreProcessMessage(Message& msg)
   at System.Windows.Forms.Control.PreProcessControlMessageInternal(Control target, Message& msg)
   at System.Windows.Forms.Application.ThreadContext.PreTranslateMessage(MSG& msg)

Original issue reported on code.google.com by michael.irving@gmail.com on 8 Dec 2014 at 4:56

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
You were restoring. Were the serial and restore code definitely correct? Did it 
work if you tried it in a clean version of WinAuth?

Original comment by winauth on 15 Dec 2014 at 10:37