Worldserver.exe crashes [High Detailed]
Hi ragezoners!
I wanna ask some help from you guys, because I've already done some trial and error procedures but still fails and I really don't know what to do anymore, I hope someone can help me. T.T
My Worldserver.exe crashes (hangs/notresponding)
The error log says:
PHP Code:
GetMoverProp range_error min:0, max:1511, index:1649
So i looked for the 1649.
Then here is from my propMover.txt
PHP Code:
MI_MaEw_ARANG IDS_PROPMOVER_TXT_001648 AII_NONE 10 10 10 10 0 0 = BELLI_PEACEFUL = = = = = 0 = = = = = = = = = = = = = = = = 1000 3000 = = 0 130 0 = 0 0 = 0.1 = 0 = = = = 0 0 0 0 0 = = = = = = 1 0 = = 0 II_WEA_HAN_HAND VT_ITEM = = = = = = = = SND_ITEM_ANIMAL SND_PC_DMGWANB = = = IDS_PROPMOVER_TXT_001649
propMover.txt.txt
PHP Code:
IDS_PROPMOVER_TXT_001648 [Food] Arang
IDS_PROPMOVER_TXT_001649
It is also already defined in the defineObj.h
PHP Code:
#define MI_MaEw_ARANG 1196
When the Worldserver crashes these file type appears;
.dmp/.rpt/.txt
Please help me guys T.T
Your help means so much to me.
Re: Worldserver.exe crashes [High Detailed]
you're misinterpreting that error. the 1649 number is the #define number (in defineObj.h), not the line number for propMover.txt.
Re: Worldserver.exe crashes [High Detailed]
Quote:
Originally Posted by
ShadowDragon42
you're misinterpreting that error. the 1649 number is the #define number (in defineObj.h), not the line number for propMover.txt.
Thanks for your reply and that useful info sir.
Hmm, about the 1649, I can't seem to find an variable declared with that number. How am i gonna suppose to fix this? T.T
Edit: Nvm, I just roll-backed my untouched back-up files and try to add my back-up developments, hope its gonna work. But if anyone know about that error stated above, please do tell me so that next time I'm gonna encounter it, I would know the fix for it. :)
Edit: After doing some one by one steps, I've found out that the GetMoverProp error was caused by the World folder, I don't know know which one but it's there. Can someone tell me which folder does Elliun belong? So that I can check it up.
Re: Worldserver.exe crashes [High Detailed]
I'll tell you a bit more about that error.
The "max" number is the highest that it found in defineObj.h
The "index" number is how many it found in propMover.txt
With that info, you should be able to figure out the problem.
Re: Worldserver.exe crashes [High Detailed]
I guess an overflow? O.o
Alright, thanks for your help dude. :)
Means so much to me. :thumbup:
Re: Worldserver.exe crashes [High Detailed]
I know that I am necromancing, but I have this issue as well... I commented out lines from the propmover.txt file.. and it just changed it from
GetMoverProp range_error min:0, max:1530, index:1532
to
GetMoverProp range_error min:0, max:1523, index:1525
is there another files I am forgetting about?
Re: Worldserver.exe crashes [High Detailed]
just edit the defines in projectcmn.cpp & projectcmn.h in source to match with the rows.