View Single Post
  #1  
Old 03-25-2012, 09:17 PM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
Restarting the NPC-server produces players with no account name.

After restarting the NPC-server on Era, we often receive error messages in RC that are the result of players having no account name (e.g. SQL constraints fail, players' gangs get reset, etc). This happened once about a year ago, but after that hasn't been happening again until recently. It now seems to happen almost every time we restart Era's NPC-server.

The following script:

PHP Code:
for (temp.pl allplayers) {
  if (
temp.pl.account == null) {
    echo(
"bad: "@  temp.pl.nick);
  }

produced this output:
Quote:
bad: Fro Bro
bad: Dark Phoenix
I confirmed that the players had no account name in-game (it wasn't possible to warp to them, but they seemed able to play fine except that they couldn't access bank accounts, etc).
__________________
Reply With Quote