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

Game crashes upon entering a Pokémon Center

Savordez

It's time to end fangames.
115
Posts
10
Years
  • This is an odd one. The game seems to crash everytime upon entering a Pokémon Center when the player does something in S.S. Anne, one of the areas in my game.
    Code:
    Exception: ArgumentError
    Message: comparison of String with 6 failed
    Game_Event:164:in `<'
    Game_Event:164:in `nf_particles_game_map_refresh'
    Game_Event:151:in `each'
    Game_Event:151:in `nf_particles_game_map_refresh'
    ParticleEngine:596:in `refresh'
    Game_Event:20:in `nf_particles_game_map_initialize'
    ParticleEngine:591:in `initialize'
    Game_Map:64:in `new'
    Game_Map:64:in `setup'
    Game_Map:63:in `each'

    I guess the error has something to do with the particles? I have no idea what the error means. If you could tell me what's going wrong from the error, I probably could trace down the cause of it.
     

    Savordez

    It's time to end fangames.
    115
    Posts
    10
    Years
  • Yes, I managed to trace down the cause of it. It was an NPC with the script "pbIsWeekday?(6)", if I remember correctly.
     
    Back
    Top