Jump to content
  • 0

Crash mapserver (intif_parse_Mail_inboxreceived)


HowlMoon

Question


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  4
  • Reputation:   0
  • Joined:  08/28/17
  • Last Seen:  

Hello, I would like to ask if someone know where this error is coming from .

506953Capture.png

It happens all the time when I go to Character Select / Exit to Windows / Alt + F4, and it happens randomly while doing random tasks .

I'm using 2012 client atm ( 2012/04/10 ). I've tried to recompile the emulator and change the client (2013) but theres still the same error.

Edited by HowlMoon
Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  99
  • Topics Per Day:  0.02
  • Content Count:  623
  • Reputation:   94
  • Joined:  05/11/12
  • Last Seen:  

1 hour ago, HowlMoon said:

Hello, I would like to ask if someone know where this error is coming from .

506953Capture.png

It happens all the time when I go to Character Select / Exit to Windows / Alt + F4, and it happens randomly while doing random tasks .

I'm using 2012 client atm ( 2012/04/10 ). I've tried to recompile the emulator and change the client (2013) but theres still the same error.

Can you give a description of how this happens? A step by step how to cause the problem.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  4
  • Reputation:   0
  • Joined:  08/28/17
  • Last Seen:  

Okay, I actually recompiled the server and tried to launch exe w/o editing anything in the emulator. It turns out that it works, but the fact is that I'm trying to setup the server as pre-renewal. So I think I did something wrong to setup it properly, here is my renewal.h setup :

 

---------------------------------------------------------------------------------------------------------------------------

// Copyright (c) rAthena Dev Teams - Licensed under GNU GPL
// For more information, see LICENCE in the main folder
//#ifndef _CONFIG_RENEWAL_H_
//#define _CONFIG_RENEWAL_H_

//quick option to disable all renewal option, used by ./configure
#define PRERE
//#ifndef PRERE

/// Leave this line to enable renewal specific support such as renewal formulas
//#define RENEWAL

///  On a skill whos cast time is 10s, only 8s may be reduced. the other 2s are part of a FCT
//#define RENEWAL_CAST

/// Based on the http://irowiki.org/wiki/Drop_System#Level_Factor table
//#define RENEWAL_DROP

/// While enabled a special modified based on the difference between the player and monster level is applied
//#define RENEWAL_EXP

// Leave this line to enable renewal base level modifier on skill damage (selected skills only)
//#define RENEWAL_LVDMG

/// - some skill/item ASPD bonuses won't stack
//#define RENEWAL_ASPD

/// Leave this line to enable renewal calculation for increasing status/parameter points
//#define RENEWAL_STAT

//#endif

//#endif // _CONFIG_RENEWAL_H_

---------------------------------------------------------------------------------------------------------------------------

Here are the step that makes me crash :

52756147t1.png

mini_18145634t2.png

83195172t3.png

36522169t4.png

---------------------------------------------------------------------------------------------------------------------------

It also seems that the map server is still loading renewal files ( I tested instant cast IG and it works as pre-renewal 150 dex though)

 

 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  99
  • Topics Per Day:  0.02
  • Content Count:  623
  • Reputation:   94
  • Joined:  05/11/12
  • Last Seen:  

You are turning off too many functions and they can cause problems, you just need to work with this line, it disables all the others.

 

//quick option to disable all renewal option, used by ./configure
//#define PRERE
#ifndef PRERE

 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  4
  • Reputation:   0
  • Joined:  08/28/17
  • Last Seen:  

Still the same problem with commenting only one line, if you have another idea I'd take it

Moving to pre-re is for sure the cause of the problem but no clue how to fix

 

EDIT : Changed rathena version and no problem now ty

Edited by HowlMoon
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...