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

NoMethod error

JustX

The Mutant
  • 34
    Posts
    9
    Years
    I have got the following error and I hope someone can help me:

    ---------------------------
    Pokemon Mutants
    ---------------------------
    Exception: NoMethodError

    Message: undefined method `pbReceiveItem' for Kernel:Module

    PokemonDebug:361:in `pbDebugMenu'

    PokemonDebug:297:in `loop'

    PokemonDebug:825:in `pbDebugMenu'

    PokemonPauseMenu:242:in `pbStartPokemonMenu'

    PokemonPauseMenu:241:in `pbFadeOutIn'

    PokemonPauseMenu:241:in `pbStartPokemonMenu'

    PokemonPauseMenu:142:in `loop'

    PokemonPauseMenu:256:in `pbStartPokemonMenu'

    Scene_Map:188:in `call_menu'

    Scene_Map:159:in `update'



    This exception was logged in

    C:\Users\Justin-Account\Saved Games/Pokemon Mutants/errorlog.txt.

    Press Ctrl+C to copy this message to the clipboard.
    ---------------------------
    OK
    ---------------------------

    Id be glad if you could also tell me what this "NoMethod" means, because I get these errors often somehow and would like to fix them on my own ^^
     
    No method means there is no method... A method is a "def" within the scripts section... What you're looking for is Kernel.pbReceiveItem... Notice the Kernel at the start.

    Maybe if you do a quick search on the Wiki, it will tell you how to give items from NPC's, finding them in item balls and just storing them without any message at all.
     
    I know how to give the player items and it always worked, now it doesnt anymore..
    How can I fix this error? Thats a big problem because I cant give the player anything..
     
    Back
    Top