• Just a reminder that providing specifics on, sharing links to, or naming websites where ROMs can be accessed is against the rules. If your post has any of this information it will be removed.
  • Ever thought it'd be cool to have your art, writing, or challenge runs featured on PokéCommunity? Click here for info - we'd love to spotlight your work!
  • Our weekly protagonist poll is now up! Vote for your favorite Trading Card Game 2 protagonist in the poll by clicking here.
  • 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
    13
    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
    ---------------------------

     
    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.
     
    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