Crash on DSGame-Server when loading zones

Post Reply
Volgin
Posts: 32
Joined: Sun Oct 13, 2013 10:27 pm

Crash on DSGame-Server when loading zones

Post by Volgin » Thu Jan 23, 2014 3:06 pm

Runs through correctly, but when the game server starts loading zones, the game server crashes. Running it as Admin, Windows7.

Any thoughts on why? I completely redownloaded the src and redid the configuring client nonsense on the wiki.

Here's the log:

Code: Select all

[1;32m[Status][0m Memory manager initialised: [1;37mlog/DSP.leaks[0m
[1;37m[Info][0m DarkStar - Git Revision Hash: [1;37mUnknown[0m.
[1;32m[Status][0m do_init: begin server initialization...
[15:03:29][1;37m[Info][0m Console Silent Setting: 0 			 - [1;32m[OK][0m
[15:03:29][1;32m[Status][0m do_init: map_config is reading 		 - [1;32m[OK][0m
[15:03:29][1;32m[Status][0m luautils::init:lua initializing... 		 - [1;32m[OK][0m
[15:03:29][1;32m[Status][0m do_init: sqlhandle is allocating 		 - [1;32m[OK][0m
[15:03:29][1;32m[Status][0m do_init: zlib is reading 			 - [1;32m[OK][0m
[15:03:29][1;32m[Status][0m do_init: loading items 			 - [1;32m[OK][0m
[15:03:31][1;32m[Status][0m do_init: loading spells 			 - [1;32m[OK][0m
[15:03:32][1;35m[SQL][0m DB error - Unknown column 'r13' in 'field list'
[15:03:33][1;32m[Status][0m do_init: loading zones[1;32m[Status][0m Memory manager initialised: [1;37mlog/DSP.leaks[0m

User avatar
kjLotus
Special Guest
Posts: 1813
Joined: Sun Jul 22, 2012 2:16 pm

Re: Crash on DSGame-Server when loading zones

Post by kjLotus » Thu Jan 23, 2014 3:30 pm

if you didn't update any tables, then your server is still trying to read a *really* old database (i added r13 months ago), so you have to rerun all the .sql files

Volgin
Posts: 32
Joined: Sun Oct 13, 2013 10:27 pm

Re: Crash on DSGame-Server when loading zones

Post by Volgin » Thu Jan 23, 2014 3:45 pm

Ughhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh

Thanks, kj.

Post Reply