• Our software update is now concluded. You will need to reset your password to log in. In order to do this, you will have to click "Log in" in the top right corner and then "Forgot your password?".
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

What is wrong here? (Script Error)

Nyndyll

PD : O Creator
34
Posts
12
Years
    • Seen Apr 10, 2014
    1.) Sorry if this is in the wrong section (i know it goes here or in the PkMn Ess. section)!
    2.) Working on a game
    3.) Finish an intro into the story line
    4.) Playtest
    5.) Try it and fail.
    Here is what PkMn Essentials gave me:
    Exception: SystemStackError

    Message: stack level too deep

    Game_Character_2:5:in `update_old2'

    Walk_Run:95:in `update'

    Game_Event_:247:in `update'

    Game_Map_:336:in `update'

    Game_Map_:334:in `each'

    Game_Map_:334:in `update'

    Scene_Map:37:in `updateMaps'

    Scene_Map:36:in `each'

    Scene_Map:36:in `updateMaps'

    Scene_Map:84:in `miniupdate'



    This exception was logged in ./errorlog.txt.

    Press Ctrl+C to copy this message to the clipboard.
    ---------------------------
    OK
    ---------------------------

     
    23
    Posts
    13
    Years
  • This is just a guess, but I think it may have something to do with an event not being able to move. Double check movement events and tile permissions to see if something is stopping the events from moving.
     

    Nyndyll

    PD : O Creator
    34
    Posts
    12
    Years
    • Seen Apr 10, 2014
    re:

    Tried what you said. didnt work...

    EDIT::
    What i got as a reply:
    ---------------------------
    Exception: SystemStackError

    Message: stack level too deep

    PokemonControls:47:in `updateKeyState'

    PokemonControls:241:in `triggerex?'

    PokemonControls:216:in `trigger?'

    PokemonControls:216:in `any?'

    PokemonControls:216:in `each'

    PokemonControls:216:in `any?'

    PokemonControls:216:in `trigger?'

    PokemonSystem:128:in `update'

    PokemonMessages:1732:in `pbWait'

    PokemonMessages:1730:in `times'



    This exception was logged in ./errorlog.txt.

    Press Ctrl+C to copy this message to the clipboard.
    ---------------------------
    OK
    ---------------------------
     
    Back
    Top