• 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!
  • Akari, Red, Kris, May - which Pokémon protagonist is your favorite? Let us know by voting in our semifinal favorite protagonist poll!
  • 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.

[Question] Pokedex filename is nil

  • 12
    Posts
    6
    Years
    • Seen Mar 30, 2025
    My pokedex opens normally but when I select a pokemon it shows the map and then gives this error report[PokeCommunity.com] Pokedex filename is nil

    Code:
    [Pokémon Essentials version 17.2]
    Exception: RuntimeError
    Message: filename is nil
    SpriteWindow_sprites:30:in `initialize'
    Pokemon_Sprites:364:in `new'
    Pokemon_Sprites:364:in `refresh'
    Pokemon_Sprites:320:in `initialize'
    PScreen_PokedexEntry:59:in `new'
    PScreen_PokedexEntry:59:in `pbStartScene'
    PScreen_PokedexEntry:562:in `pbStartScreen'
    PScreen_PokedexMain:811:in `pbDexEntry'
    PScreen_PokedexMain:1179:in `pbPokedex'
    PScreen_PokedexMain:1155:in `loop'
     
    Ah that's unfortunate. I that case I guess you'll have to start working your way through the lines mentioned in your error message (from top to bottom makes most sense, it's likely to be near the top) and see if you can work out where the filename is coming from, and why it's nil.
     
    Back
    Top