• 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] Game crashes when I try to pick a starter.

  • 1
    Posts
    1
    Years
    • Seen Sep 24, 2023
    I'm new to RMXP and Pokemon essentials so the fix might be obvious but I can't figure out why when I try to pick a starter it causes the game to crash.

    This is the error that appears when I pick a starter.

    [Pokémon Essentials version 21.1]

    Script error in event 1 (coords 8,4), map 8 (Lappet Town)
    Exception: NoMethodError
    Message: undefined method `pdAddPokemon' for #<Interpreter @event_id: 1>

    ***Full script:
    pdAddPokemon(:TREECKO,5)

    Backtrace:
    (eval):1:in `execute_script'
    Interpreter:138:in `eval'
    Interpreter:138:in `execute_script'
    Interpreter_Commands:1177:in `command_355'
    Interpreter_Commands:116:in `execute_command'
    Interpreter:130:in `block in update'
    Interpreter:86:in `loop'
    Interpreter:86:in `update'
    Scene_Map:167:in `block in update'
    Scene_Map:166:in `loop'
     
    The problem is that you accidentally wrote pd instead of pb. Just fix the D into a B and it should work fine.
     
    Back
    Top