[Fix]Server Crashing OnExit() Called

Results 1 to 19 of 19
  1. #1
    (⌐■_■) NourAyman is offline
    MemberRank
    Feb 2012 Join Date
    Behind you :PLocation
    683Posts

    [Fix]Server Crashing OnExit() Called

    Hello Ragezoners



    **
    F&Q

    What is that error ?
    It is an error which coz crash for your lovely server

    That is OnExit() Called or there is a problem at your STRUCT

    How do the players make that ?
    By Teleporting by trans pets from alex south harbor

    Can i fix that ?

    Yes , by following these instructions

    1st _ Remove the Buffalo from the item mall

    2nd _ Execute that
    Code:
    USE [SRO_VT_SHARD]
    DELETE FROM _SIEGEFORTRESSSTRUCT
    WHERE REFEVENTSTRUCTID = 107

    3rd _ Execute That

    Code:
    /* 
    -    Query by NourAyman @ RaGEZONE
    -    That Query not for 140 Level Cap ! Just Until 130 
    */
    USE [SRO_VT_SHARD]
    UPDATE dbo._RefObjChar
    SET InventorySize = 159
    WHERE ID BETWEEN 12736 AND 12751
    And import that file
    Attached Files Attached Files
    Last edited by NourAyman; 31-07-13 at 06:32 PM.


  2. #2
    Account Upgraded | Title Enabled! TryToMakeServer is offline
    MemberRank
    Dec 2008 Join Date
    257Posts

    Re: [Fix]Server Crashing OnExit() Called

    Yeah, right.
    There were some problems with the pet size aswell.
    Too many pet slots while doing a 5 stars trade were leading to get the gameserver crashing.

    You can also set the lvl 130+++ pets, petsizes to lvl 125 pets, as in your query.

    Thanks for the share.

  3. #3
    (⌐■_■) NourAyman is offline
    MemberRank
    Feb 2012 Join Date
    Behind you :PLocation
    683Posts

    Re: [Fix]Server Crashing OnExit() Called

    you are welcome

  4. #4
    Apprentice Abdulstyle is offline
    MemberRank
    Mar 2012 Join Date
    12Posts

    Re: [Fix]Server Crashing OnExit() Called

    "Msg 4145, Level 15, State 1, Line 13
    An expression of non-boolean type specified in a context where a condition is expected, near '12751'." <- this is for 3rd query can u look it please

  5. #5
    Account Upgraded | Title Enabled! lemoniscool is offline
    MemberRank
    Nov 2009 Join Date
    GermanyLocation
    579Posts

    Re: [Fix]Server Crashing OnExit() Called

    hm funny just before i read your post i set the level of those trans to 125 and the inventory size to 105, then i read your thread and said hm thats almost the same i did so i did the rest too (deleting the siegestruct and removed buffalo from mall) and it worked! But why remove buffalo from mall?

  6. #6
    (⌐■_■) NourAyman is offline
    MemberRank
    Feb 2012 Join Date
    Behind you :PLocation
    683Posts

    Re: [Fix]Server Crashing OnExit() Called

    Because my Query made it work sometimes and sometimes make crash so , i deleted it :D

    You can try using my Query idea to fix your Buffalo then test it in your sv then post the results

  7. #7
    Valued Member Wismo is offline
    MemberRank
    Oct 2011 Join Date
    103Posts

    Re: [Fix]Server Crashing OnExit() Called

    Which harbor at alex south? Can oyu make a screenshot?

    Thank you

  8. #8

    Re: [Fix]Server Crashing OnExit() Called

    Nice broo.

  9. #9
    Account Upgraded | Title Enabled! SnapPop is offline
    MemberRank
    Feb 2012 Join Date
    EgyptLocation
    388Posts

    Re: [Fix]Server Crashing OnExit() Called

    but it just doesn't make sense since:
    if it's about inventory size : then while you buy the trade
    if it's about COS lvl : then while summoning it for the first use
    how can it be with teleporting from harbor or wherever !
    maybe related to _ItemQuotation ? as i already recognized a minor difference between the database which shared by RevoLand and the first database which shared by Chernobyle
    well i don't know

  10. #10
    Proficient Member nzamkdh is offline
    MemberRank
    Feb 2009 Join Date
    AsianLocation
    173Posts

    Re: [Fix]Server Crashing OnExit() Called

    That will fix trader job system? like this problem?
    http://forum.ragezone.com/f475/new-g...d-vsro-872570/

  11. #11
    (⌐■_■) NourAyman is offline
    MemberRank
    Feb 2012 Join Date
    Behind you :PLocation
    683Posts

    Re: [Fix]Server Crashing OnExit() Called

    yes

    but you must restart your _InvCOS & _CharCOS

    and remove the trans pets from all accounts :D

    Note : if you restarted _CharCOS you will need to remove the grap pets and attack pets from all players too !

  12. #12
    Valued Member yelloha is offline
    MemberRank
    Dec 2011 Join Date
    111Posts

    Re: [Fix]Server Crashing OnExit() Called

    again my server error gameserver? idk. where problem trader pet disable. etc. how can i find bug account

  13. #13
    Account Upgraded | Title Enabled! SnapPop is offline
    MemberRank
    Feb 2012 Join Date
    EgyptLocation
    388Posts

    Re: [Fix]Server Crashing OnExit() Called

    i noticed that sometimes grab pet 5/5 causing onexit() called too
    it happen when the pet die and while you revive it again the pet get only 1 page not 5 then crashing GameSever and every time you try to login with the bugged pet you get crash

  14. #14
    (⌐■_■) NourAyman is offline
    MemberRank
    Feb 2012 Join Date
    Behind you :PLocation
    683Posts

    Re: [Fix]Server Crashing OnExit() Called

    just removing your grap pets and trans

    by that code

    Code:
    USE [SRO_VT_SHARD]
    
    exec _SEEK_N_DESTROY_ITEM YOUR Cos Item'

    but you must restart your _InvCOS & _CharCOS

    if you restarted _CharCOS you will need to remove the grap pets and attack pets from all players too ! by using the code

    Code:
    USE [SRO_VT_SHARD]
    
    exec _SEEK_N_DESTROY_ITEM 'Your Cos Item'

  15. #15
    Valued Member yelloha is offline
    MemberRank
    Dec 2011 Join Date
    111Posts

    Re: [Fix]Server Crashing OnExit() Called

    i do all but again crash?

  16. #16
    (⌐■_■) NourAyman is offline
    MemberRank
    Feb 2012 Join Date
    Behind you :PLocation
    683Posts

    Re: [Fix]Server Crashing OnExit() Called

    xD these steps are 100 % working

    1st _ removing all trans , grap and attack from all players

    2nd _ restarting _InvCOS & _CharCOS & _TimedJobForPet

    3rd _ using there queries

    Code:
    /* 
    -    Query by NourAyman @ RaGEZONE
    -    That Query not for 140 Level Cap ! Just Until 130 
    */
    USE [SRO_VT_SHARD]
    UPDATE dbo._RefObjChar
    SET InventorySize = 159
    WHERE ID BETWEEN 12736 AND 12751
    
    USE [SRO_VT_SHARD]
    UPDATE dbo._RefObjChar
    SET Lvl = 130
    WHERE ID = 12736 and 12751
    Code:
    USE [SRO_VT_SHARD]
    DELETE FROM _SIEGEFORTRESSSTRUCT
    WHERE REFEVENTSTRUCTID = 107

  17. #17
    Apprentice heha is offline
    MemberRank
    Apr 2012 Join Date
    14Posts

    Re: [Fix]Server Crashing OnExit() Called

    fix
    Msg 4145, Level 15, State 1, Line 10
    An expression of non-boolean type specified in a context where a condition is expected, near '12751'.

  18. #18
    Proficient Member nzamkdh is offline
    MemberRank
    Feb 2009 Join Date
    AsianLocation
    173Posts

    Re: [Fix]Server Crashing OnExit() Called

    That easy bro

    /*
    - Query by NourAyman @ RaGEZONE
    - That Query not for 140 Level Cap ! Just Until 130
    */
    USE [SRO_VT_SHARD]
    UPDATE dbo._RefObjChar
    SET InventorySize = 159
    WHERE ID BETWEEN 12736 AND 12751

    USE [SRO_VT_SHARD]
    UPDATE dbo._RefObjChar
    SET Lvl = 130
    WHERE ID BETWEEN 12736 and 12751

  19. #19
    (⌐■_■) NourAyman is offline
    MemberRank
    Feb 2012 Join Date
    Behind you :PLocation
    683Posts

    Re: [Fix]Server Crashing OnExit() Called




Advertisement