• 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.
  • Ever thought it'd be cool to have your art, writing, or challenge runs featured on PokéCommunity? Click here for info - we'd love to spotlight your work!
  • Our weekly protagonist poll is now up! Vote for your favorite Conquest protagonist in the poll by clicking here.
  • 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] *Resolved* [v21.1 Hotfixes] Exception: NameError Message: undefined method `pbCheckEventTriggerAfterTurning' for class `Game_Event'

  • 1
    Posts
    7
    Years
    • Seen Apr 27, 2025
    *Resolved* - I ended up just pulling all of the bug fixes from the 'pokemon-essentials' GitHub that were translated to the 'Essentials v21.1 Hotfixes plugin' and removed the "Requires" line from any plugin that required it; no problems now. I'll keep my original post below for the integrity of it.

    I'm so confused... This was my steps:

    1. Sourced 'Pokemon Essentials v21.1 2023-07-30' and placed all files into a created folder.
    2. Forked the 'pokemon-essentials' GitHub, then cloned to a folder on my PC (master branch).
    3. Copied all files from the GitHub clone into the created folder from step 1, replacing all files as directed.
    4. Copied the 'v21.1 Hotfixes' folder (with files inside) into the plugins folder.
    5. Error compiling.

    Before adding the Hotfixes, I had tested whether or not the game compiled and did so perfectly fine, functioned at base. As soon as adding the Hotfixes, it refuses to compile because of the following error below:

    [Pokémon Essentials version 21.1]
    [v21.1 Hotfixes 1.0.9]

    Error in Plugin: [v21.1 Hotfixes]
    Exception: NameError
    Message: undefined method `pbCheckEventTriggerAfterTurning' for class `Game_Event'

    Backtrace:
    [v21.1 Hotfixes] Misc bug fixes.rb:558:in `<class:Game_Event>'
    [v21.1 Hotfixes] Misc bug fixes.rb:545:in `<main>'
    005_PluginManager.rb:635:in `eval'
    005_PluginManager.rb:635:in `block (2 levels) in runPlugins'
    005_PluginManager.rb:625:in `each'
    005_PluginManager.rb:625:in `block in runPlugins'
    005_PluginManager.rb:616:in `each'
    005_PluginManager.rb:616:in `runPlugins'
    999_Main.rb:34:in `mainFunctionDebug'
    999_Main.rb:18:in `block in mainFunction'

    I feel as if the steps I took are correct, I don't think I've overlooked anything. I'm unable to proceed with adding further plugins due to this not being able to function. Any help would be greatly appreciated, thank you!
     
    Last edited:
    Back
    Top