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

[Scripting Question] Error after updating

Luxray Master

Main Head for the Starlight Team
60
Posts
7
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:
    59
    Posts
    8
    Years
    • Seen Aug 9, 2020
    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