Page 1 of 1

client error 3001 not a issue on PC with Sever

Posted: Mon Apr 11, 2016 6:13 pm
by zeos101
Got connected can make a charter then try to launch it and get error 3001 on a secondary client the char will launch on the same pc that's running the server

We are using Windrower any suggestions?

Thank you

Re: client error 3001 not a issue on PC with Sever

Posted: Thu Apr 14, 2016 6:38 pm
by KOSMOS
zeos101 wrote:Got connected can make a charter then try to launch it and get error 3001 on a secondary client the char will launch on the same pc that's running the server

We are using Windrower any suggestions?

Thank you
Need to update ip in mysql to your external IP.

Code: Select all

mysql -u darkstar -p
UPDATE zone_settings SET zoneip = 'Your External IP Goes Here';
exit

Re: client error 3001 not a issue on PC with Sever

Posted: Fri Apr 15, 2016 1:18 pm
by zeos101
awesome thank you for that info its all working now!!!