Jump to content
  • 0

Map Server Crash After adding VIP system


Enoriel

Question


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  6
  • Reputation:   0
  • Joined:  04/01/13
  • Last Seen:  

Hi guys,

 

I'm geeting disconnected from my server when I log, and the map server crash. I'm not using any addon.

The only thing I have changed is core.h

 

/// Uncomment to enable VIP system.
#define VIP_ENABLE

 

And:

 

 

/// Enable VIP script changes? (requires VIP_ENABLE)
/// The primary effects of this are restrictions on non-VIP players, such as requiring
/// a Reset Stone to change into third classes, paying more for equipment upgrades, and
/// so forth. Note that the changes are based on euRO, not iRO.
#define VIP_SCRIPT 1

 

Then I recomplied my server with no error. Lunch it with no problem but once I log in the map server crash...

 

Account lvl 5 is GM.

The map server crashes with both admin and user account.

Can anyone help me?

Edited by Enoriel
Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  162
  • Topics Per Day:  0.05
  • Content Count:  1546
  • Reputation:   192
  • Joined:  07/23/14
  • Last Seen:  

Client side cant affect the server side when its comes to crashes. and at this part

#define VIP_SCRIPT 0

you changed 0 into 1 try changing it to 0 again and recompile.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  6
  • Reputation:   0
  • Joined:  04/01/13
  • Last Seen:  

I tried yesterday, with no effect /??

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  162
  • Topics Per Day:  0.05
  • Content Count:  1546
  • Reputation:   192
  • Joined:  07/23/14
  • Last Seen:  

It might be a client side issue try rechecking everything you did...

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  6
  • Reputation:   0
  • Joined:  04/01/13
  • Last Seen:  

That's what I'm doing since yesterday :)

EDIT: I completly reinstall rAthena. copie my conf files, update the src files manually and I got tha same error.

I did the same (new git clone, etc...) but update it all manually and it works fine. I don't really explain it... But the important things is that it work. For now anyway!

Thanks for your help guys.

Edited by Enoriel
Link to comment
Share on other sites

  • 0

  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10015
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

if it's map-crashed,  get the GDB to trace the issues.

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...