Page 1 of 1

New Map Server crash

Posted: Sun Apr 21, 2013 2:22 pm
by Reyia
New server built today with latest svn. Running on Win2008Std SP2.
No compile errors. The Connect and Search server works fine. Here is the error from the log:

Code: Select all

[1;32m[Status][0m Memory manager initialised: [1;37mlog/DSP.leaks[0m
[1;37m[Info][0m DarkStar - onetimexi - SVN Revision: [1;37mUnknown[0m.
[1;32m[Status][0m do_init: begin server initialization...
[15:15:27][1;37m[Info][0m Console Silent Setting: 0 			 - [1;32m[OK][0m
[15:15:27][1;32m[Status][0m do_init: map_config is reading 		 - [1;32m[OK][0m
[15:15:27][1;32m[Status][0m luautils::init:lua initializing... 		 - [1;32m[OK][0m
[15:15:27][1;32m[Status][0m cmdhandler::init: initializing...		 - [1;32m[OK][0m
[15:15:27][1;32m[Status][0m do_init: sqlhandle is allocating 		 - [1;32m[OK][0m
[15:15:27][1;32m[Status][0m do_init: zlib is reading 			 - [1;32m[OK][0m
[15:15:27][1;32m[Status][0m do_init: loading items 			 - [1;32m[OK][0m
[15:15:30][1;32m[Status][0m do_init: loading spells 			 - [1;32m[OK][0m
[15:15:30][1;32m[Status][0m do_init: loading zones[15:17:55][1;36m[Debug][0m [1;36mUpdateWeather Finished
[0m 			 - [1;32m[OK][0m
[15:17:55][1;32m[Status][0m do_init: server is binding with port 54230[15:17:55][1;31m[Error][0m make_listen_bind: bind failed (socket #1, code 10048)!
This is just a local server I play on. Ports are being forward to the server. The Map server exe will close on it's own with no one logged in.

Thanks!

Re: New Map Server crash

Posted: Sun Apr 21, 2013 3:07 pm
by kjLotus
make sure you don't already have it running

or rebooting would probably fix it (that erro usually means the port is already in use)

Re: New Map Server crash

Posted: Mon Apr 22, 2013 6:38 pm
by whasf
I noticed on my Win2k8 server if you have DNS Server running it uses that port.
Open a cmd window and 'net stop dns', then start the map server and let it come up. Then 'net start dns' and you'll be good to go until next reboot.

Re: New Map Server crash

Posted: Tue Apr 23, 2013 10:43 am
by Reyia
That was the problem wharf. I'm running this on my home domain server. I need to move the XI server to another one.
Thanks!