Qura Posted March 19, 2016 Posted March 19, 2016 Facing crashed issue when casting Fire Rain (Rebellion's skill). Is this thing is a common thing to happen (crashed) since this client (2015-10-29aRagexe) still new and unstable? Does anyone capable of running it well? Quote
0 Radian Posted March 19, 2016 Posted March 19, 2016 Maybe its the effect? try to turn off the effect if it didn't crashed. 1 Quote
0 Qura Posted March 19, 2016 Author Posted March 19, 2016 Hehe, ya! Thank you Radian, it was the effect's problem. By which, is there are other way to resolve this issue? Quote
0 Everade Posted March 19, 2016 Posted March 19, 2016 I'm using 2015-09-16aRagexeI personally never had this crash issue, the effect works just great. As i'm currently running a test server with beta testers, one of the testers actually experienced the same issue as you. I have no idea why this happened, as i've offered the same files through a patcher for everyone. Quote
0 Radian Posted March 19, 2016 Posted March 19, 2016 The only solution is to find the missing file on your data folder. im not sure what is the name of the file. Quote
0 lenon25 Posted March 20, 2016 Posted March 20, 2016 Once I started using 2015-10-29aRagexe is giving it what should be? Quote
0 Qura Posted March 20, 2016 Author Posted March 20, 2016 (edited) Lenon, Maybe you should edit your src/map/clif.c Search this line, (around 9805-9806) #if PACKETVER >= 20151001 message[messagelen++] = '\0'; And edit it by replacing it with this, #if PACKETVER >= 20151001 if (message[messagelen-1] != '\0') { message[messagelen++] = '\0'; } Edited March 20, 2016 by Qura Quote
0 lenon25 Posted March 20, 2016 Posted March 20, 2016 Qura, It is like this src/map/clif.c Now came another problem what should be? Quote
0 Qura Posted March 20, 2016 Author Posted March 20, 2016 "S" aid=2000001? I guess this has something to do with your mysql server. Try to double check your "login" in your mySql. Did you set your sex to S? If it S, change it to M or F. Quote
0 lenon25 Posted March 20, 2016 Posted March 20, 2016 Qura Our as I forgot about it Thank you for your help Quote
0 Qura Posted March 21, 2016 Author Posted March 21, 2016 (edited) No problem, happy playing Qura Our as I forgot about it Thank you for your help Seems, Fire Rain (Rebellion's skill) is unstable in my client server. I merged the Rebellion sprites and skills into my .grf file. When I run the RO by turning off the /effect before casting the skill, seems to work fine (without animation's effect). After I restarting the RO (with the disabled /effect earlier), then re-turning on the /effect, suddenly the Fire Rain seems to show its animation skill. After that, when I restarting again the RO (with enabled /effect from the previous setting), seems it crashed again. From this issue, what it is trying to convey? Does anyone have any idea how to solve this? Edited March 21, 2016 by Qura Quote
Question
Qura
Facing crashed issue when casting Fire Rain (Rebellion's skill).
Is this thing is a common thing to happen (crashed) since this client (2015-10-29aRagexe) still new and unstable?
Does anyone capable of running it well?
10 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.