• 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.
  • Our friends from the Johto Times are hosting a favorite Pokémon poll - and we'd love for you to participate! Click here for information on how to vote for your favorites!
  • Serena, Kris, Dawn, Red - which Pokémon protagonist is your favorite? Let us know by voting in our grand final favorite protagonist poll!
  • PokéCommunity supports the Stop Killing Games movement. If you're a resident of the UK or EU, consider signing one of the petitions to stop publishers from destroying games. Click here for more information!
  • 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.

Error involving move routes and map transfers

evulpsyduck

Pokemon Eternal Darkness
  • 17
    Posts
    14
    Years
    • Seen Feb 27, 2016
    Alright so I set up connecting events for the beginning of the game, the player follows the Professor
    to the lab and is transferred inside etc. Aftering getting the pokemon leaving I get this error:

    Exception: SystemStackError
    Message: stack level too deep
    Game_Map_:303:in `in_range?'
    Game_Map_:335: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'
    Scene_Map:83:in `loop'
    Scene_Map:95:in `miniupdate'
    Exception: SystemStackError
    Message: stack level too deep
    SpriteResizer:12:in `width'
    Game_Map_:303:in `in_range?'
    Game_Map_:335: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'
    Scene_Map:83:in `loop'

    I messed around with the events and can fix it by deleting the event that transfers the player to the lab, but I kind
    of need that event..Any ideas?
     
    Back
    Top