• 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!
  • Scottie, Todd, Serena, Kris - which Pokémon protagonist is your favorite? Let us know by voting in our 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.

[Scripting Question] Error after updating

Luxray Master

Main Head for the Starlight Team
  • 60
    Posts
    8
    Years
    • Seen Jul 7, 2017
    Code:
    ---------------------------
    Pokemon Essentials
    ---------------------------
    Exception: NoMethodError
    
    Message: undefined method `name' for nil:NilClass
    
    PField_Field:1633
    
    PField_Field:1626:in `call'
    
    Event:54:in `trigger'
    
    Event:49:in `each'
    
    Event:49:in `trigger'
    
    PField_MapFactory:198:in `setMapChanging'
    
    PField_MapFactory:175:in `setup'
    
    PScreen_Load:364:in `pbStartLoadScreen'
    
    PScreen_Load:335:in `open'
    
    PScreen_Load:335:in `pbStartLoadScreen'
    What does this mean? This occurred when I started up Essentials without doing anything other than upgrading to 16.2, and just like it said.
     
    Last edited by a moderator:
    You probably saved the game in a map that does not exist in vanilla 16.2. The load scene cannot find the map, most likely. Delete your save file.
     
    Back
    Top