HowlMoon Posted August 28, 2017 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 4 Reputation: 0 Joined: 08/28/17 Last Seen: May 8, 2019 Share Posted August 28, 2017 (edited) Hello, I would like to ask if someone know where this error is coming from . 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 August 28, 2017 by HowlMoon Quote Link to comment Share on other sites More sharing options...
0 Kakaroto Posted August 28, 2017 Group: Members Topic Count: 99 Topics Per Day: 0.02 Content Count: 638 Reputation: 95 Joined: 05/11/12 Last Seen: 21 hours ago Share Posted August 28, 2017 1 hour ago, HowlMoon said: Hello, I would like to ask if someone know where this error is coming from . 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. Quote Link to comment Share on other sites More sharing options...
0 HowlMoon Posted August 28, 2017 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 4 Reputation: 0 Joined: 08/28/17 Last Seen: May 8, 2019 Author Share Posted August 28, 2017 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 : --------------------------------------------------------------------------------------------------------------------------- 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) Quote Link to comment Share on other sites More sharing options...
0 Kakaroto Posted August 28, 2017 Group: Members Topic Count: 99 Topics Per Day: 0.02 Content Count: 638 Reputation: 95 Joined: 05/11/12 Last Seen: 21 hours ago Share Posted August 28, 2017 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 Quote Link to comment Share on other sites More sharing options...
0 HowlMoon Posted August 29, 2017 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 4 Reputation: 0 Joined: 08/28/17 Last Seen: May 8, 2019 Author Share Posted August 29, 2017 (edited) 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 August 29, 2017 by HowlMoon Quote Link to comment Share on other sites More sharing options...
Question
HowlMoon
Hello, I would like to ask if someone know where this error is coming from .
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 HowlMoonLink to comment
Share on other sites
4 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.