- Joined
- Nov 29, 2009
- Messages
- 370
- Reaction score
- 26
Hello,
I added the party finder system to my server so i added the source edits to the relevant places and it compiled and runs, but when ingame and trying to open the party window the client crashes and produces an error, i am unsure whats going wrong and have no idea what the nID=912 is (i did search it in the source for the error output info and i couldn't understand it)
I added to my resdata.inc
and this to resdata.txt.txt
An explanation of how to avoid this error in the future would be nice as well
I added the party finder system to my server so i added the source edits to the relevant places and it compiled and runs, but when ingame and trying to open the party window the client crashes and produces an error, i am unsure whats going wrong and have no idea what the nID=912 is (i did search it in the source for the error output info and i couldn't understand it)
Code:
2012/ 7/ 9 01:06:33 GetDlgItem : nID=912 not Found.
I added to my resdata.inc
Code:
WTYPE_BUTTON WIDC_CHECK1 "ButtCheck.bmp" -842150451 190 76 308 70 0x220004 0 0 0 0 46 112 169
{
// Title String
IDS_RESDATA_INC_102692
}
{
// ToolTip
IDS_RESDATA_INC_102693
}
and this to resdata.txt.txt
Code:
IDS_RESDATA_INC_102692 Refuse Join
IDS_RESDATA_INC_102693 Refuses join for people searching for a party to join.
An explanation of how to avoid this error in the future would be nice as well

