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

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