• 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!
  • Serena, Kris, Dawn, Red - which Pokémon protagonist is your favorite? Let us know by voting in our grand final favorite protagonist poll!
  • PokéCommunity supports the Stop Killing Games movement. If you're a resident of the UK or EU, consider signing one of the petitions to stop publishers from destroying games. Click here for more information!
  • 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] NoMethodError in unmodified GSC v1.3.2 (Essentials v18.1)

  • 14
    Posts
    4
    Years
    Hello,

    I am working with Essentials GSC v1.3.2 unmodified. When using the Debug menu to attempt to create a new item, this error occurs right when the game SHOULD tell you that the item was successfully added.
    What could be causing this error, does anyone have a solution? Cannot find anything online. Again, this is in an unmodified version of GSC 1.3.2, and the error also occurs in GCS 1.3.

    Code:
    [Pokémon Essentials version 18.1.dev]
    Exception: NoMethodError
    Message: undefined method `[]=' for nil:NilClass
    
    Backtrace:
    284:Editor_Screens:714:in `pbItemEditorNew'
    284:Editor_Screens:631:in `pbItemEditor'
    287:Editor_Listers:109:in `pbListScreenBlock'
    287:Editor_Listers:91:in `loop'
    287:Editor_Listers:91:in `pbListScreenBlock'
    284:Editor_Screens:611:in `pbItemEditor'
    281:Debug_Menu:757:in `pbDebugMenuActions'
    069:MessageConfig:549:in `pbFadeOutIn'
    281:Debug_Menu:757:in `pbDebugMenuActions'
    281:Debug_Menu:861:in `pbDebugMenu'

    This error also occurs if you attempt to delete an item with the Debug editor:
    Code:
    [Pokémon Essentials version 18.1.dev]
    Exception: NoMethodError
    Message: undefined method `[]' for nil:NilClass
    
    Backtrace:
    284:Editor_Screens:618:in `pbItemEditor'
    284:Editor_Screens:618:in `delete_if'
    284:Editor_Screens:618:in `pbItemEditor'
    287:Editor_Listers:100:in `pbListScreenBlock'
    287:Editor_Listers:91:in `loop'
    287:Editor_Listers:91:in `pbListScreenBlock'
    284:Editor_Screens:611:in `pbItemEditor'
    281:Debug_Menu:757:in `pbDebugMenuActions'
    069:MessageConfig:549:in `pbFadeOutIn'
    281:Debug_Menu:757:in `pbDebugMenuActions'
     
    Last edited:
    Back
    Top