joesox / pswrdgen

Automatically exported from code.google.com/p/pswrdgen
0 stars 0 forks source link

0.3.0 pswrdgen with pswrdgeniron throws bootstrap exception: Index out of bounds #14

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Autoupdating the pswrdgen.py file to 0.3.0 using pswrdgeniron version 
0.2.4.0

WorkAround:
Rollback to the previous version of pswrdgen.py :
1) Browse to pswrdgeniron installation folder.
2) Delete pswrdgen.py (newpswrdgen.py maybe used in CPython)
3) Copy 'bakpswrdgen.py' and rename it to 'pswrdgen.py'
4) Run pswrdgeniron.exe

Original issue reported on code.google.com by joesox on 16 Sep 2007 at 5:30

GoogleCodeExporter commented 9 years ago
This was my error. The pswrdgen.p was being written in another location and the 
incorrect value for the swap list was being written as a .NET object

Original comment by joesox on 22 Sep 2007 at 5:43