
Pages:<< prev 1 next >>


Apprentice

GroupMembers
Posts78
JoinedAug 28, 2016
is anyone willing to help me debug my code? I have read so much documentation but it is all still over my head... i am using cygwin and getting a stackdump not a core file... and instructions I am finding on how to create a core file are not working for me.
not asking for someone to fix it for me... simply debug it for me and let me know WHAT is causing the segfault.
I would be happy to email my files or host and provide a link to them.
the crash happens when you are fighting, or others in the room are fighting and you type "look"...
edit: This is using smaugfuss 1.9.2 with heavy modifications
not asking for someone to fix it for me... simply debug it for me and let me know WHAT is causing the segfault.
I would be happy to email my files or host and provide a link to them.
the crash happens when you are fighting, or others in the room are fighting and you type "look"...
edit: This is using smaugfuss 1.9.2 with heavy modifications



Apprentice

GroupMembers
Posts78
JoinedAug 28, 2016
okay nevermind. got it resolved.
my code had a new variable called cpose, which mobs do not have... I did not put an ifcheck for if(!IS_NPC) and it kept crashing due to that.
my code had a new variable called cpose, which mobs do not have... I did not put an ifcheck for if(!IS_NPC) and it kept crashing due to that.
Pages:<< prev 1 next >>