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

[Error] Running into issue with undefined method 'party_count'

16
Posts
2
Years
    • Age 24
    • Seen Apr 30, 2024
    This is the error log I get:

    [Pokémon Essentials version 21.1]

    Exception: NoMethodError
    Message: undefined method `party_count' for nil:NilClass

    Backtrace:
    [Voltseon's Pause Menu] 004_VoltseonMenu_Components.rb:75:in `shouldDraw?'
    [Voltseon's Pause Menu] 002_VoltseonMenu_Main.rb:89:in `block in pbStartScene'
    [Voltseon's Pause Menu] 002_VoltseonMenu_Main.rb:86:in `each'
    [Voltseon's Pause Menu] 002_VoltseonMenu_Main.rb:86:in `pbStartScene'
    [Voltseon's Pause Menu] 002_VoltseonMenu_Main.rb:306:in `pbStartPokemonMenu'
    [Voltseon's Pause Menu] 002_VoltseonMenu_Main.rb:298:in `call_menu'
    Scene_Map:207:in `update'
    Scene_Map:238:in `block in main'
    Scene_Map:235:in `loop'
    Scene_Map:235:in `main'

    Party_count seems to be defined in the code, so not sure what the issue is.
     
    Back
    Top