Page 1 of 1

server search error

Posted: Sat Apr 06, 2013 11:53 am
by deoboropk
Hey Guys.

I've set up the search server. But evertime I search on the game it dosent work and the console says this;

Re: server search error

Posted: Sat Apr 06, 2013 12:24 pm
by whasf
check conf/search_server.conf and make sure the login information is the same that is in map_darkstar.conf

Re: server search error

Posted: Sat Apr 06, 2013 12:34 pm
by deoboropk
Hey. I just checked it all. They are both the same.

Re: server search error

Posted: Sun Apr 07, 2013 12:54 am
by joshr45
i know recently i had to redo the conf files for the passwords since they were reset after the new expansion update, how are you updating your server? dsp server updater can sometimes not compile correctly and doing a manual compile through visual studio 10 or 12 would usually fix it

Re: server search error

Posted: Sun Apr 07, 2013 12:56 am
by joshr45
oh NVM i know what it is, DSP updater will lock out the mysql server sometimes and you will have to restart your computer for a quick fix

Re: server search error

Posted: Tue Apr 09, 2013 5:11 am
by deoboropk
Hey.

Thanks for all your advise. For some reason it started working today aha!

Re: server search error

Posted: Tue Apr 16, 2013 6:29 am
by bluekirby0
If you are comfortable with messing with services, you could either:

Windows: Open services.msc and find the MySQL server (or MariaDB Server) service, then right-click and restart it

or

Linux (debian-based flavors): as root, "service mysql restart". Other distros you are on your own...hopefully yours provides a more elegant method than "kill"

That should keep you from having to reboot.