Mikado Posted March 9, 2013 Group: Members Topic Count: 13 Topics Per Day: 0.00 Content Count: 26 Reputation: 2 Joined: 11/08/12 Last Seen: April 19 Share Posted March 9, 2013 Here is the output: Program terminated with signal 11, Segmentation fault. #0 0x0809d396 in clif_parse_TradeRequest (fd=0, sd=0x0) at clif.c:11173 11173 if( battle_config.basic_skill_check && pc_checkskill(sd,NV_BASIC) < 1) Quote Link to comment Share on other sites More sharing options...
poter21 Posted March 9, 2013 Group: Members Topic Count: 11 Topics Per Day: 0.00 Content Count: 25 Reputation: 1 Joined: 08/05/12 Last Seen: October 22, 2020 Share Posted March 9, 2013 bump Quote Link to comment Share on other sites More sharing options...
Lighta Posted March 11, 2013 Group: Members Topic Count: 16 Topics Per Day: 0.00 Content Count: 737 Reputation: 216 Joined: 11/29/11 Last Seen: December 20, 2020 Share Posted March 11, 2013 line specified don't match here so I'm suppose it's modified rA at best. I'd say sd=0x0 and pc_checkskill(sd,NV_BASIC) do the crashdump but can't really be sure here. (or was it that battle_config point to nothing too ??) rA have a nullpo check about the sd=NULL so it shouldn't crash but it seem he bypass it or you don't habe it. if( battle_config.basic_skill_check && sd && pc_checkskill(sd,NV_BASIC) < 1) Quote Link to comment Share on other sites More sharing options...
Question
Mikado
Here is the output:
Link to comment
Share on other sites
2 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.