Map server crash after update.

Post Reply
Kudrel
Posts: 9
Joined: Wed Jan 23, 2013 7:52 pm

Map server crash after update.

Post by Kudrel » Mon Jun 03, 2013 4:00 pm

I recently updated everything via svn. I then rebuilt Login, Map and search which updated with 0 errors. Login & Search open fine, but when I try to open the map server it gets to loading zones then crashes. I've messed around with it a bit, but I can't figure out the cause anyone else have this issue?

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

Re: Map server crash after update.

Post by kjLotus » Mon Jun 03, 2013 4:07 pm

reran all the sql files?

Kudrel
Posts: 9
Joined: Wed Jan 23, 2013 7:52 pm

Re: Map server crash after update.

Post by Kudrel » Mon Jun 03, 2013 4:14 pm

I did all, but the account/char ones. think thats the problem?

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

Re: Map server crash after update.

Post by kjLotus » Mon Jun 03, 2013 4:30 pm

hmm... probably not, if it's crashing on zones. what kind of crash is it? not responding? good idea would be to launch it from visual studio (f5) so that when it crashes you can see why

Kudrel
Posts: 9
Joined: Wed Jan 23, 2013 7:52 pm

Re: Map server crash after update.

Post by Kudrel » Mon Jun 03, 2013 5:42 pm

I changed to a different revision and it works now as far as booting, but when my connect server goes to pass it off to map connect crashed and i'm dc/ed. I'm trying to learn cause I would love to contribute to this one day. XI was my favorite MMO for years, but I feel abyssea ruined it. anyways ty for the help kj hopefully I can fix the connect/map problem i'm getting.

megazraff
Posts: 12
Joined: Thu May 16, 2013 11:16 pm

Re: Map server crash after update.

Post by megazraff » Thu Jun 13, 2013 2:08 pm

I'm having a similar issue, updated the server using DSPupdater and it mentioned 3 .sql databases that were not updated due to timeouts or something of the sort. Unfortunately the only one I can remember was the triggers.sql, the other 2 I want to say were mob pools or groups, I'm really not sure. Now when loading the map server it gets to zones and then says there is a DB error- Unknown column 'pet_mobid' in 'field list'. I've manually updated all but the char sql's but I'm still getting this error and am not seeing this column anywhere.

Edit - Tried to update again to an earlier revision but I was met with a whole slew of new errors. Now my settings.lua is apparently an altered and conflicting file, yet it hasn't been touched, but is causing me to be unable to update server any further.

bluekirby0
Developer
Posts: 707
Joined: Sun Jul 22, 2012 12:11 am

Re: Map server crash after update.

Post by bluekirby0 » Thu Jun 13, 2013 6:25 pm

DSPUpdater hasn't been maintained in a while and is not officially supported. We have to assume it no longer works.

megazraff
Posts: 12
Joined: Thu May 16, 2013 11:16 pm

Re: Map server crash after update.

Post by megazraff » Thu Jun 13, 2013 6:38 pm

It appears to be working after allowing it to create a new settings.lua and updating to r3480, it has to be not liking something to do with adding pet names to the mysql database but I'm still just not seeing where there should or should not be the table that was causing the issue. If DSP isn't the preferred method of updating currently, what is?

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

Re: Map server crash after update.

Post by kjLotus » Thu Jun 13, 2013 7:21 pm

megazraff wrote:If DSP isn't the preferred method of updating currently, what is?
rebuilding and rerunning the sql files manually - usually through navicat

Post Reply