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

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

  • 18
    Posts
    3
    Years
    • Seen Apr 19, 2025
    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