Reply to Re: Yay! Solved... oh wait, still exchange :(
If you don't have an account, just leave the password field blank.
The main time this bug shows up (as best I remember) is when you assign the value of one local to antoher variable. Such as:
&local1 = &local2;
or
&global += &local;
&local1 = &local2;
or
&global += &local;