I used to experience this, I have multi-boxed on ns4 for many years now, and sometimes switcing key sets and toons on different computers or even the same computer would cause that login bug - it seems to do with the client port you use in nwnplayer.ini (Client Port=512#)
The way I get around it that seems to work quite well, is I have a bunch of ini and batch files setup:
play-key1.bat
play-key2.bat
...etc
contents of batch file 'play-key1.bat' for example:
Code: Select all
copy nwncdkey1.ini nwncdkey.ini /y
copy nwnplayer1.ini nwnplayer.ini /y
nwmain
exit
and a corresponding set of ini files for keys and toons
nwnplayer1.ini <-inside: Client Port=5120 and Player Name = player1
nwnplayer2.ini <-inside: Client Port=5121 and Player Name = player2
...
and:
nwncdkey1.ini
nwncdkey2.ini
...
Once I had that set up, never really ran into that bug, I have a whole different bug on my 4 GHZ, 8core computer that I will post in a separate thread but it seems the better computer you have the worse nwn behaves :./