Jump to content
  • 0

about instance destruction causing a map crash


Question

Posted

i'm still getting a map crash even i did the update on instance.c when i leave the party on instance quest

	switch(mode) {
		case IM_NONE:
			break;
		case IM_CHAR:
			sd = map_id2sd(im->owner_id);
			break;
		case IM_PARTY:
			p = party_search(im->owner_id);
			break;
		case IM_GUILD:
			g = guild_search(im->owner_id);
			break;
	}

this source update

5 answers to this question

Recommended Posts

  • 0
Posted

What instance mode are you using? Can you paste the gdb dump so I can see where you are crashing? I tried all the modes and wasn't able to crash the server when the instance was destroyed.

  • 0
Posted (edited)

the server was crashing when the player leave the party after going to instances...i'm using the latest instances from github

the error has been fixed by Aleos on his latest source update... /thx

Edited by cahadeyelo
  • -1
Posted
1 hour ago, Normynator said:

Update your rAthena version. 

sorry for noob question sir. currently my server is running how can i update my rathena version without affecting my players also using the same client .

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...