Worldserver.exe crashes [High Detailed]

Results 1 to 7 of 7
  1. #1
    Newbie Softbank is offline
    MemberRank
    Feb 2012 Join Date
    23Posts

    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:0max:1511index: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    [FoodArang
    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.


  2. #2
    Flyff Developer ShadowDragon is offline
    Grand MasterRank
    Apr 2009 Join Date
    1,915Posts

    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.

  3. #3
    Newbie Softbank is offline
    MemberRank
    Feb 2012 Join Date
    23Posts

    Re: Worldserver.exe crashes [High Detailed]

    Quote Originally Posted by ShadowDragon42 View Post
    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.
    Last edited by Softbank; 29-03-12 at 02:37 PM.

  4. #4
    Flyff Developer ShadowDragon is offline
    Grand MasterRank
    Apr 2009 Join Date
    1,915Posts

    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.

  5. #5
    Newbie Softbank is offline
    MemberRank
    Feb 2012 Join Date
    23Posts

    Re: Worldserver.exe crashes [High Detailed]

    I guess an overflow? O.o

    Alright, thanks for your help dude. :)
    Means so much to me.

  6. #6
    Elite Member cmmconan2 is offline
    Member +Rank
    Nov 2009 Join Date
    112Posts

    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?

  7. #7
    Sorcerer Supreme Worf is offline
    Member +Rank
    Mar 2009 Join Date
    Near the starsLocation
    492Posts

    Re: Worldserver.exe crashes [High Detailed]

    just edit the defines in projectcmn.cpp & projectcmn.h in source to match with the rows.



Advertisement