Mikado Posted March 9, 2013 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
Lighta Posted March 11, 2013 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
Question
Mikado
Here is the output:
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.