pvpgn/pvpgn-server

Crashes on client connect

andrewlimaza opened this issue · 5 comments

BNETD service keeps crashing whenever trying to connect to it see the error message (tried MySQL and plain storage path) as well as the develop branch.

Details
Ubuntu 18.04
W3L 1.26.x

Errors

May 01 19:17:37 [info ] _client_setemailreply: [24] init account "REDACTED" email to "REDACTED"
May 01 19:17:42 [trace] _client_motdw3: lastnews() 1396065966 news_time 1333944367
FATAL ERROR: argument index out of range

When connecting to MySQL it throws 2 SQL queries (uid='0' and uid='x'). Any help is highly appreciated, and is always throwing the "Argument index out of range"

Looking into this further, I authenticate with a password and logs me in and then asks me to confirm my email address.

Once confirming my email address it says things are okay, then the server crashes. I might try with an older Ubuntu/CENTOS 7

Thanks for sharing @kcinickgx, somehow I missed the comments on issue #476 I'll try deleting the MOTD and see if it helps.

yo, did it work?

@kcinickgx I've had a busy week but deleting the w3motd.txt file helps and seems to have worked! Thanks so much, appreciate the help.