Jump to content
  • 0

about instance destruction causing a map crash


cahadeyelo

Question


  • Group:  Members
  • Topic Count:  68
  • Topics Per Day:  0.02
  • Content Count:  168
  • Reputation:   1
  • Joined:  11/13/14
  • Last Seen:  

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

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0

  • Group:  Development Manager
  • Topic Count:  56
  • Topics Per Day:  0.01
  • Content Count:  732
  • Reputation:   525
  • Joined:  12/13/11
  • Last Seen:  

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.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  68
  • Topics Per Day:  0.02
  • Content Count:  168
  • Reputation:   1
  • Joined:  11/13/14
  • Last Seen:  

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
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  40
  • Topics Per Day:  0.02
  • Content Count:  102
  • Reputation:   2
  • Joined:  02/24/17
  • Last Seen:  

On 6/2/2016 at 11:22 PM, cahadeyelo said:

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

im having the same problem how to fix this?

Link to comment
Share on other sites

  • 0

  • Group:  Developer
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  292
  • Reputation:   199
  • Joined:  05/03/13
  • Last Seen:  

18 minutes ago, behemothcze said:

im having the same problem how to fix this?

Update your rAthena version. 

Link to comment
Share on other sites

  • -1

  • Group:  Members
  • Topic Count:  40
  • Topics Per Day:  0.02
  • Content Count:  102
  • Reputation:   2
  • Joined:  02/24/17
  • Last Seen:  

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 .

Link to comment
Share on other sites

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.

×
×
  • Create New...