Game Server crashing on /check

Locked
Elkazan
Posts: 11
Joined: Sun Mar 30, 2014 4:14 pm

Game Server crashing on /check

Post by Elkazan » Thu Apr 02, 2015 3:06 pm

Hello, fellow FFXI lovers,

Recently updated my server and everything is working splendidly except that every time anyone tries to /check another player or themselves, the Game Server crashes.

I've updated my client by force. It fixes what it finds, but the problem persists. Tried deleting 0.dat and force re-check. Client updates, but the problem persists.

I assume the problem is in the char_check c++ header, since everyone has the same problem, but I've no idea what to do with it, as I'm still fairly new to this.

Any help would be appreciated.

User avatar
demolish
Developer
Posts: 262
Joined: Thu Jul 26, 2012 7:12 am

Re: Game Server crashing on /check

Post by demolish » Thu Apr 02, 2015 3:59 pm

update your server, think that crash has been fixed already
<Giblet[NewBrain]> kj with this first step would be fine on my shit
Click here for a guide on scripting missions.

Elkazan
Posts: 11
Joined: Sun Mar 30, 2014 4:14 pm

Re: Game Server crashing on /check

Post by Elkazan » Thu Apr 02, 2015 4:04 pm

demolish wrote:update your server, think that crash has been fixed already

Thanks for the quick reply.

I did just update the server. That's when the problem started. I can only assume then that I did something wrong in that process, so is there a step-by-step somewhere that I can follow to the letter?

Thanks again.

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

Re: Game Server crashing on /check

Post by kjLotus » Thu Apr 02, 2015 6:23 pm

update it again ;)

Elkazan
Posts: 11
Joined: Sun Mar 30, 2014 4:14 pm

Re: Game Server crashing on /check

Post by Elkazan » Thu Apr 02, 2015 7:17 pm

kjLotus wrote:update it again ;)

Can you give me some help?

The way I've been doing it is this;

1.) Copy the important .sql files to a separate folder.
2.) Delete the server folder.
3.) Git-clone a fresh pull.
4.) Copy backed-up .sql files to sql folder and run DSP_Import.bat
5.) Re-build all servers in Visual Studio.

Should I be doing it another way?

User avatar
whasf
Site Admin
Posts: 1312
Joined: Thu Jul 19, 2012 9:11 pm

Re: Game Server crashing on /check

Post by whasf » Thu Apr 02, 2015 9:11 pm

The SQL files mean nothing, it's what is in your SQL server that you care about.
-- Whasf

Desufire
Posts: 162
Joined: Sun Feb 22, 2015 2:58 am

Re: Game Server crashing on /check

Post by Desufire » Thu Apr 02, 2015 10:48 pm

Yeah I reported this in the bug thread. I "updated" like you've said you do. Last night I finally figured out how to set up a git fork and update that way. This bug was fixed then :).

Locked