Qura Posted March 19, 2016 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 21 Reputation: 3 Joined: 03/18/16 Last Seen: February 3, 2024 Share 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 Link to comment Share on other sites More sharing options...
0 Radian Posted March 19, 2016 Group: Members Topic Count: 162 Topics Per Day: 0.04 Content Count: 1546 Reputation: 192 Joined: 07/23/14 Last Seen: June 24, 2024 Share Posted March 19, 2016 Maybe its the effect? try to turn off the effect if it didn't crashed. 1 Quote Link to comment Share on other sites More sharing options...
0 Qura Posted March 19, 2016 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 21 Reputation: 3 Joined: 03/18/16 Last Seen: February 3, 2024 Author Share 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 Link to comment Share on other sites More sharing options...
0 Everade Posted March 19, 2016 Group: Members Topic Count: 19 Topics Per Day: 0.00 Content Count: 192 Reputation: 43 Joined: 12/13/11 Last Seen: April 9, 2023 Share 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 Link to comment Share on other sites More sharing options...
0 Radian Posted March 19, 2016 Group: Members Topic Count: 162 Topics Per Day: 0.04 Content Count: 1546 Reputation: 192 Joined: 07/23/14 Last Seen: June 24, 2024 Share 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 Link to comment Share on other sites More sharing options...
0 lenon25 Posted March 20, 2016 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 4 Reputation: 0 Joined: 07/18/12 Last Seen: March 4, 2018 Share Posted March 20, 2016 Once I started using 2015-10-29aRagexe is giving it what should be? Quote Link to comment Share on other sites More sharing options...
0 Qura Posted March 20, 2016 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 21 Reputation: 3 Joined: 03/18/16 Last Seen: February 3, 2024 Author Share 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 Link to comment Share on other sites More sharing options...
0 lenon25 Posted March 20, 2016 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 4 Reputation: 0 Joined: 07/18/12 Last Seen: March 4, 2018 Share Posted March 20, 2016 Qura, It is like this src/map/clif.c Now came another problem what should be? Quote Link to comment Share on other sites More sharing options...
0 Qura Posted March 20, 2016 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 21 Reputation: 3 Joined: 03/18/16 Last Seen: February 3, 2024 Author Share 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 Link to comment Share on other sites More sharing options...
0 lenon25 Posted March 20, 2016 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 4 Reputation: 0 Joined: 07/18/12 Last Seen: March 4, 2018 Share Posted March 20, 2016 Qura Our as I forgot about it Thank you for your help Quote Link to comment Share on other sites More sharing options...
0 Qura Posted March 21, 2016 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 21 Reputation: 3 Joined: 03/18/16 Last Seen: February 3, 2024 Author Share 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 Link to comment Share on other sites More sharing options...
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?
Link to comment
Share on other sites
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.